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

  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.cc 385 int64 target_byte_count = streams_[0]->ByteCount() + count; local
391 GOOGLE_DCHECK_LT(final_byte_count, target_byte_count);
392 count = target_byte_count - final_byte_count;
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.cc 384 int64 target_byte_count = streams_[0]->ByteCount() + count; local
390 GOOGLE_DCHECK_LT(final_byte_count, target_byte_count);
391 count = target_byte_count - final_byte_count;

Completed in 563 milliseconds