#include <grpc/support/port_platform.h>#include "src/core/ext/transport/binder/wire_format/wire_reader_impl.h"#include <functional>#include <limits>#include <string>#include <utility>#include <vector>#include "absl/memory/memory.h"#include "absl/status/statusor.h"#include <grpc/support/log.h>#include "src/core/ext/transport/binder/utils/transport_stream_receiver.h"#include "src/core/ext/transport/binder/wire_format/binder.h"#include "src/core/ext/transport/binder/wire_format/wire_writer.h"
Go to the source code of this file.
Namespaces | |
| grpc_binder | |
Macros | |
| #define | RETURN_IF_ERROR(expr) |
| #define RETURN_IF_ERROR | ( | expr | ) |
Definition at line 36 of file wire_reader_impl.cc.