Go to the source code of this file.
|
| grpc |
| This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInputStream interface.
|
|
◆ GPR_CODEGEN_ASSERT
#define GPR_CODEGEN_ASSERT |
( |
|
x | ) |
|
Value:do { \
} \
} while (0)
CoreCodegenInterface * g_core_codegen_interface
Null-initializes the global gRPC variables for the codegen library.
Definition: completion_queue_impl.h:90
virtual void assert_fail(const char *failed_assertion, const char *file, int line)=0
Upon a failed assertion, log the error.
Codegen specific version of GPR_ASSERT.
◆ GPR_CODEGEN_DEBUG_ASSERT
Codegen specific version of GPR_DEBUG_ASSERT.