buffer_used_      213 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc     buffer_used_(0),
buffer_used_      233 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc     *data = buffer_.get() + buffer_used_ - backup_bytes_;
buffer_used_      240 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc   buffer_used_ = copying_stream_->Read(buffer_.get(), buffer_size_);
buffer_used_      241 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc   if (buffer_used_ <= 0) {
buffer_used_      243 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc     if (buffer_used_ < 0) {
buffer_used_      250 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc   position_ += buffer_used_;
buffer_used_      252 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc   *size = buffer_used_;
buffer_used_      260 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc   GOOGLE_CHECK_LE(count, buffer_used_)
buffer_used_      304 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc   buffer_used_ = 0;
buffer_used_      334 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc   if (buffer_used_ == buffer_size_) {
buffer_used_      340 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc   *data = buffer_.get() + buffer_used_;
buffer_used_      341 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc   *size = buffer_size_ - buffer_used_;
buffer_used_      342 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc   buffer_used_ = buffer_size_;
buffer_used_      348 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc   GOOGLE_CHECK_EQ(buffer_used_, buffer_size_)
buffer_used_      350 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc   GOOGLE_CHECK_LE(count, buffer_used_)
buffer_used_      354 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc   buffer_used_ -= count;
buffer_used_      358 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc   return position_ + buffer_used_;
buffer_used_      367 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc   if (buffer_used_ == 0) return true;
buffer_used_      369 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc   if (copying_stream_->Write(buffer_.get(), buffer_used_)) {
buffer_used_      370 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc     position_ += buffer_used_;
buffer_used_      371 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc     buffer_used_ = 0;
buffer_used_      387 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc   buffer_used_ = 0;
buffer_used_      239 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h   int buffer_used_;
buffer_used_      329 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h   int buffer_used_;