#include <grpc/impl/codegen/byte_buffer.h>
#include <grpc/impl/codegen/byte_buffer_reader.h>
#include <grpc/impl/codegen/grpc_types.h>
#include <grpc/impl/codegen/sync.h>
#include <grpcpp/impl/codegen/config.h>
#include <grpcpp/impl/codegen/status.h>
Go to the source code of this file.
Classes | |
class | grpc::CoreCodegenInterface |
Namespaces | |
grpc | |
Macros | |
#define | GPR_CODEGEN_ASSERT(x) |
Codegen specific version of GPR_ASSERT. More... | |
#define | GPR_CODEGEN_DEBUG_ASSERT(x) GPR_CODEGEN_ASSERT(x) |
Codegen specific version of GPR_DEBUG_ASSERT. More... | |
#define GPR_CODEGEN_ASSERT | ( | x | ) |
Codegen specific version of GPR_ASSERT.
Definition at line 151 of file grpcpp/impl/codegen/core_codegen_interface.h.
#define GPR_CODEGEN_DEBUG_ASSERT | ( | x | ) | GPR_CODEGEN_ASSERT(x) |
Codegen specific version of GPR_DEBUG_ASSERT.
Definition at line 160 of file grpcpp/impl/codegen/core_codegen_interface.h.