Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dcoded_stream.h683 int total_bytes_; // Sum of sizes of all buffers seen so far. variable
995 return total_bytes_ - buffer_size_; in ByteCount()
Dcoded_stream.cc530 total_bytes_(0), in CodedOutputStream()
776 total_bytes_ += buffer_size_; in Refresh()