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

  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.cc 391 int64 final_byte_count = streams_[0]->ByteCount();
392 GOOGLE_DCHECK_LT(final_byte_count, target_byte_count);
393 count = target_byte_count - final_byte_count;
396 bytes_retired_ += final_byte_count;
  /external/protobuf/src/google/protobuf/
message_lite.cc 262 int final_byte_count = output->ByteCount(); local
264 if (final_byte_count - original_byte_count != size) {
266 final_byte_count - original_byte_count, *this);

Completed in 69 milliseconds