|
| DecodeNumberOfFunctions (SectionBuffer *section_buffer) |
|
std::unique_ptr< DecodingState > | NextWithValue (StreamingDecoder *streaming) override |
|
| DecodeVarInt32 (size_t max_value, const char *field_name) |
|
Vector< uint8_t > | buffer () override |
|
size_t | ReadBytes (StreamingDecoder *streaming, Vector< const uint8_t > bytes) override |
|
std::unique_ptr< DecodingState > | Next (StreamingDecoder *streaming) override |
|
|
uint8_t | byte_buffer_ [kMaxVarInt32Size] |
|
const size_t | max_value_ |
|
const char *const | field_name_ |
|
size_t | value_ = 0 |
|
size_t | bytes_consumed_ = 0 |
|
Definition at line 210 of file streaming-decoder.cc.
The documentation for this class was generated from the following file: