backup_bytes_ 231 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc if (backup_bytes_ > 0) { backup_bytes_ 233 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc *data = buffer_.get() + buffer_used_ - backup_bytes_; backup_bytes_ 234 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc *size = backup_bytes_; backup_bytes_ 235 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc backup_bytes_ = 0; backup_bytes_ 258 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc GOOGLE_CHECK(backup_bytes_ == 0 && buffer_.get() != NULL) backup_bytes_ 266 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc backup_bytes_ = count; backup_bytes_ 278 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc if (backup_bytes_ >= count) { backup_bytes_ 280 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc backup_bytes_ -= count; backup_bytes_ 284 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc count -= backup_bytes_; backup_bytes_ 285 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc backup_bytes_ = 0; backup_bytes_ 293 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc return position_ - backup_bytes_; backup_bytes_ 303 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc GOOGLE_CHECK_EQ(backup_bytes_, 0); backup_bytes_ 244 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h int backup_bytes_;