#include <grpc/support/port_platform.h>
#include "src/core/ext/transport/binder/wire_format/transaction.h"
Go to the source code of this file.
Namespaces | |
grpc_binder | |
Variables | |
const int | grpc_binder::kFlagExpectSingleMessage = 0x10 |
const int | grpc_binder::kFlagMessageData = 0x2 |
const int | grpc_binder::kFlagMessageDataIsParcelable = 0x40 |
const int | grpc_binder::kFlagMessageDataIsPartial = 0x80 |
const int | grpc_binder::kFlagOutOfBandClose = 0x8 |
const int | grpc_binder::kFlagPrefix = 0x1 |
const int | grpc_binder::kFlagStatusDescription = 0x20 |
const int | grpc_binder::kFlagSuffix = 0x4 |