Home
last modified time | relevance | path

Searched refs:blob_stack_ (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_protobuf/
Dencoder.cc73 if (blob_count_ == blob_locations_.size() || depth_ == blob_stack_.size()) { in Push()
106 blob_stack_[depth_++] = size_cursor; in Push()
124 SizeType child_size = *blob_stack_[--depth_]; in Pop()
201 size_t current_size = *blob_stack_[depth_ - 1]; in IncreaseParentSize()
212 *blob_stack_[depth_ - 1] = current_size + size_bytes; in IncreaseParentSize()
/external/pigweed/pw_protobuf/public/pw_protobuf/
Dencoder.h41 blob_stack_(stack), in Encoder()
357 std::span<SizeType*> blob_stack_; variable