Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl.cc386 int64 target_byte_count = streams_[0]->ByteCount() + count; in Skip() local
392 GOOGLE_DCHECK_LT(final_byte_count, target_byte_count); in Skip()
393 count = target_byte_count - final_byte_count; in Skip()