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

  /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 50 milliseconds