Searched refs:final_byte_count (Results 1 – 2 of 2) sorted by relevance
391 int64 final_byte_count = streams_[0]->ByteCount(); in Skip() local392 GOOGLE_DCHECK_LT(final_byte_count, target_byte_count); in Skip()393 count = target_byte_count - final_byte_count; in Skip()396 bytes_retired_ += final_byte_count; in Skip()
262 int final_byte_count = output->ByteCount(); in SerializePartialToCodedStream() local264 if (final_byte_count - original_byte_count != size) { in SerializePartialToCodedStream()266 final_byte_count - original_byte_count, *this); in SerializePartialToCodedStream()