Searched refs:target_byte_count (Results 1 – 1 of 1) sorted by relevance
386 int64 target_byte_count = streams_[0]->ByteCount() + count; in Skip() local392 GOOGLE_DCHECK_LT(final_byte_count, target_byte_count); in Skip()393 count = target_byte_count - final_byte_count; in Skip()