#include <grpc/support/port_platform.h>
#include "src/core/ext/transport/binder/wire_format/wire_writer.h"
#include <utility>
#include "absl/cleanup/cleanup.h"
#include "absl/types/variant.h"
#include <grpc/support/log.h>
Go to the source code of this file.
Namespaces | |
grpc_binder | |
Macros | |
#define | RETURN_IF_ERROR(expr) |
Functions | |
bool | grpc_binder::CanBeSentInOneTransaction (const Transaction &tx) |
void | grpc_binder::RunScheduledTx (void *arg, grpc_error_handle) |
absl::Status | grpc_binder::WriteInitialMetadata (const Transaction &tx, WritableParcel *parcel) |
absl::Status | grpc_binder::WriteTrailingMetadata (const Transaction &tx, WritableParcel *parcel) |
#define RETURN_IF_ERROR | ( | expr | ) |
Definition at line 28 of file wire_writer.cc.