Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dcoded_stream.cc658 total_bytes_(0), in CodedOutputStream()
675 total_bytes_(0), in CodedOutputStream()
696 total_bytes_ -= buffer_size_; in Trim()
748 total_bytes_ += size; in WriteAliasedRaw()
895 total_bytes_ += buffer_size_; in Refresh()
Dcoded_stream.h860 int total_bytes_; // Sum of sizes of all buffers seen so far. variable
1263 return total_bytes_ - buffer_size_; in ByteCount()