Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dcoded_stream.cc621 total_bytes_(0), in CodedOutputStream()
637 total_bytes_(0), in CodedOutputStream()
657 total_bytes_ -= buffer_size_; in Trim()
709 total_bytes_ += size; in WriteAliasedRaw()
856 total_bytes_ += buffer_size_; in Refresh()
Dcoded_stream.h809 int total_bytes_; // Sum of sizes of all buffers seen so far. variable
1190 return total_bytes_ - buffer_size_; in ByteCount()
/external/webrtc/webrtc/modules/audio_coding/test/
DTestAllCodecs.h48 uint64_t total_bytes_; variable
DTestStereo.h56 uint64_t total_bytes_; variable
DTestAllCodecs.cc48 total_bytes_(0), in TestPack()
91 total_bytes_ += payload_size; in SendData()
DTestStereo.cc33 total_bytes_(0), in TestPackStereo()
85 total_bytes_ += payload_size; in SendData()