Home
last modified time | relevance | path

Searched refs:blob_count_ (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()
128 if (Status status = EncodeFrom(blob_count_ - 1).status(); !status.ok()) { in Pop()
132 blob_count_--; in Pop()
144 if (blob >= blob_count_) { in EncodeFrom()
173 if (blob == blob_count_ - 1) { in EncodeFrom()
/external/pigweed/pw_protobuf/public/pw_protobuf/
Dencoder.h40 blob_count_(0), in Encoder()
258 blob_count_ = 0; in Clear()
353 size_t blob_count_; variable