#include <stream_map.h>
Public Attributes | |
size_t | capacity |
size_t | count |
size_t | free |
uint32_t * | keys |
void ** | values |
Definition at line 33 of file stream_map.h.
size_t grpc_chttp2_stream_map::capacity |
Definition at line 38 of file stream_map.h.
size_t grpc_chttp2_stream_map::count |
Definition at line 36 of file stream_map.h.
size_t grpc_chttp2_stream_map::free |
Definition at line 37 of file stream_map.h.
uint32_t* grpc_chttp2_stream_map::keys |
Definition at line 34 of file stream_map.h.
void** grpc_chttp2_stream_map::values |
Definition at line 35 of file stream_map.h.