Home
last modified time | relevance | path

Searched refs:blob_locations_ (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()
105 blob_locations_[blob_count_++] = size_cursor; in Push()
156 size_cursor = blob_locations_[blob]; in EncodeFrom()
176 std::byte* end = reinterpret_cast<std::byte*>(blob_locations_[blob + 1]); in EncodeFrom()
/external/pigweed/pw_protobuf/public/pw_protobuf/
Dencoder.h39 blob_locations_(locations), in Encoder()
352 std::span<SizeType*> blob_locations_; variable