Home
last modified time | relevance | path

Searched refs:byte_count_ (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Djson_util_test.cc231 : segments_(segments), last_segment_(static_cast<char*>(NULL), 0), byte_count_(0) {} in SegmentedZeroCopyOutputStream()
241 byte_count_ += *length; in Next()
250 byte_count_ -= length; in BackUp()
253 virtual int64 ByteCount() const { return byte_count_; } in ByteCount()
258 int64 byte_count_; member in google::protobuf::util::__anonfc78bf940111::SegmentedZeroCopyOutputStream
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dgzip_stream.cc51 : format_(format), sub_stream_(sub_stream), zerror_(Z_OK), byte_count_(0) { in GzipInputStream()
138 byte_count_ += zcontext_.total_out; in Next()
183 int64 ret = byte_count_ + zcontext_.total_out; in ByteCount()
Dgzip_stream.h101 int64 byte_count_; variable