HomeSort by relevance Sort by last modified time
    Searched refs:bytes_retired_ (Results 1 - 7 of 7) sorted by null

  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.cc 354 : streams_(streams), stream_count_(count), bytes_retired_(0) {
365 bytes_retired_ += streams_[0]->ByteCount();
396 bytes_retired_ += final_byte_count;
406 return bytes_retired_;
408 return bytes_retired_ + streams_[0]->ByteCount();
zero_copy_stream_impl.h 323 int64 bytes_retired_; // Bytes read from previous streams. member in class:google::protobuf::io::ConcatenatingInputStream
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl.h 323 int64 bytes_retired_; // Bytes read from previous streams. member in class:google::protobuf::io::ConcatenatingInputStream
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl.h 323 int64 bytes_retired_; // Bytes read from previous streams. member in class:google::protobuf::io::ConcatenatingInputStream
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl.h 323 int64 bytes_retired_; // Bytes read from previous streams. member in class:google::protobuf::io::ConcatenatingInputStream
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl.h 323 int64 bytes_retired_; // Bytes read from previous streams. member in class:google::protobuf::io::ConcatenatingInputStream
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl.h 323 int64 bytes_retired_; // Bytes read from previous streams. member in class:google::protobuf::io::ConcatenatingInputStream

Completed in 2891 milliseconds