GRPC C++  1.26.0
Data Structures | Namespaces | Macros
byte_stream.h File Reference
#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...
 

Macro Definition Documentation

◆ GRPC_WRITE_INTERNAL_COMPRESS

#define GRPC_WRITE_INTERNAL_COMPRESS   (0x80000000u)

Internal bit flag for grpc_begin_message's flags signaling the use of compression for the message.

◆ GRPC_WRITE_INTERNAL_USED_MASK

#define GRPC_WRITE_INTERNAL_USED_MASK   (GRPC_WRITE_INTERNAL_COMPRESS)

Mask of all valid internal flags.