GRPC C++
1.26.0
|
#include <grpc/support/port_platform.h>
#include <grpc/slice_buffer.h>
#include "src/core/lib/gprpp/orphanable.h"
#include "src/core/lib/iomgr/closure.h"
Go to the source code of this file.
Data Structures | |
class | grpc_core::ByteStream |
class | grpc_core::SliceBufferByteStream |
class | grpc_core::ByteStreamCache |
class | grpc_core::ByteStreamCache::CachingByteStream |
Namespaces | |
grpc_core | |
Internal thread interface. | |
Macros | |
#define | GRPC_WRITE_INTERNAL_COMPRESS (0x80000000u) |
Internal bit flag for grpc_begin_message's flags signaling the use of compression for the message. More... | |
#define | GRPC_WRITE_INTERNAL_USED_MASK (GRPC_WRITE_INTERNAL_COMPRESS) |
Mask of all valid internal flags. More... | |
#define GRPC_WRITE_INTERNAL_COMPRESS (0x80000000u) |
Internal bit flag for grpc_begin_message's flags signaling the use of compression for the message.
#define GRPC_WRITE_INTERNAL_USED_MASK (GRPC_WRITE_INTERNAL_COMPRESS) |
Mask of all valid internal flags.