GRPC C++  1.39.1
Public Member Functions | Data Fields | Static Public Attributes
grpc_chttp2_incoming_metadata_buffer Struct Reference

#include <incoming_metadata.h>

Public Member Functions

 grpc_chttp2_incoming_metadata_buffer (grpc_core::Arena *arena)
 
 ~grpc_chttp2_incoming_metadata_buffer ()
 

Data Fields

grpc_core::Arenaarena
 
size_t size = 0
 
size_t count = 0
 
grpc_linked_mdelem preallocated_mdelems [kPreallocatedMDElem]
 
grpc_metadata_batch batch
 

Static Public Attributes

static constexpr size_t kPreallocatedMDElem = 10
 

Constructor & Destructor Documentation

◆ grpc_chttp2_incoming_metadata_buffer()

grpc_chttp2_incoming_metadata_buffer::grpc_chttp2_incoming_metadata_buffer ( grpc_core::Arena arena)
inlineexplicit

◆ ~grpc_chttp2_incoming_metadata_buffer()

grpc_chttp2_incoming_metadata_buffer::~grpc_chttp2_incoming_metadata_buffer ( )
inline

Field Documentation

◆ arena

grpc_core::Arena* grpc_chttp2_incoming_metadata_buffer::arena

◆ batch

grpc_metadata_batch grpc_chttp2_incoming_metadata_buffer::batch

◆ count

size_t grpc_chttp2_incoming_metadata_buffer::count = 0

◆ kPreallocatedMDElem

constexpr size_t grpc_chttp2_incoming_metadata_buffer::kPreallocatedMDElem = 10
staticconstexpr

◆ preallocated_mdelems

grpc_linked_mdelem grpc_chttp2_incoming_metadata_buffer::preallocated_mdelems[kPreallocatedMDElem]

◆ size

size_t grpc_chttp2_incoming_metadata_buffer::size = 0

The documentation for this struct was generated from the following file: