Home | History | Annotate | Download | only in io

Lines Matching defs:BufferSize

527   // Advance(BufferSize()).
551 int BufferSize() const;
816 if (GOOGLE_PREDICT_TRUE(BufferSize() >= static_cast<int>(sizeof(*value)))) {
830 if (GOOGLE_PREDICT_TRUE(BufferSize() >= static_cast<int>(sizeof(*value)))) {
870 if (GOOGLE_PREDICT_TRUE(BufferSize() >= 2) &&
921 return total_bytes_read_ - (BufferSize() + buffer_size_after_limit_);
1077 inline int CodedInputStream::BufferSize() const {