Definition at line 406 of file streaming-decoder.cc.
◆ DecodeVarInt32()
| v8::internal::wasm::AsyncStreamingDecoder::DecodeVarInt32::DecodeVarInt32 |
( |
size_t | max_value, |
|
|
const char * | field_name ) |
|
inlineexplicit |
◆ buffer()
| base::Vector< uint8_t > v8::internal::wasm::AsyncStreamingDecoder::DecodeVarInt32::buffer |
( |
| ) |
|
|
inlineoverridevirtual |
◆ Next()
◆ NextWithValue()
◆ ReadBytes()
◆ byte_buffer_
| uint8_t v8::internal::wasm::AsyncStreamingDecoder::DecodeVarInt32::byte_buffer_[kMaxVarInt32Size] |
|
protected |
◆ bytes_consumed_
| size_t v8::internal::wasm::AsyncStreamingDecoder::DecodeVarInt32::bytes_consumed_ = 0 |
|
protected |
◆ field_name_
| const char* const v8::internal::wasm::AsyncStreamingDecoder::DecodeVarInt32::field_name_ |
|
protected |
◆ max_value_
| const size_t v8::internal::wasm::AsyncStreamingDecoder::DecodeVarInt32::max_value_ |
|
protected |
◆ value_
| size_t v8::internal::wasm::AsyncStreamingDecoder::DecodeVarInt32::value_ = 0 |
|
protected |
The documentation for this class was generated from the following file: