Definition at line 77 of file hpack_parser_table.h.
◆ Lookup()
auto grpc_core::HPackTable::MementoRingBuffer::Lookup |
( |
uint32_t |
index | ) |
const |
◆ max_entries()
uint32_t grpc_core::HPackTable::MementoRingBuffer::max_entries |
( |
| ) |
const |
|
inline |
◆ num_entries()
uint32_t grpc_core::HPackTable::MementoRingBuffer::num_entries |
( |
| ) |
const |
|
inline |
◆ PopOne()
auto grpc_core::HPackTable::MementoRingBuffer::PopOne |
( |
| ) |
|
◆ Put()
void grpc_core::HPackTable::MementoRingBuffer::Put |
( |
Memento |
m | ) |
|
◆ Rebuild()
void grpc_core::HPackTable::MementoRingBuffer::Rebuild |
( |
uint32_t |
max_entries | ) |
|
◆ entries_
std::vector<Memento> grpc_core::HPackTable::MementoRingBuffer::entries_ |
|
private |
◆ first_entry_
uint32_t grpc_core::HPackTable::MementoRingBuffer::first_entry_ = 0 |
|
private |
◆ max_entries_
◆ num_entries_
uint32_t grpc_core::HPackTable::MementoRingBuffer::num_entries_ = 0 |
|
private |
The documentation for this class was generated from the following files: