HomeSort by relevance Sort by last modified time
    Searched refs:last_returned_size_ (Results 1 - 7 of 7) sorted by null

  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.cc 64 last_returned_size_(0) {
72 last_returned_size_ = std::min(block_size_, size_ - position_);
74 *size = last_returned_size_;
75 position_ += last_returned_size_;
79 last_returned_size_ = 0; // Don't let caller back up.
85 GOOGLE_CHECK_GT(last_returned_size_, 0)
87 GOOGLE_CHECK_LE(count, last_returned_size_);
90 last_returned_size_ = 0; // Don't let caller back up further.
95 last_returned_size_ = 0; // Don't let caller back up.
117 last_returned_size_(0)
    [all...]
zero_copy_stream_impl_lite.h 92 int last_returned_size_; // How many bytes we returned last time Next() member in class:google::protobuf::io::ArrayInputStream
124 int last_returned_size_; // How many bytes we returned last time Next() member in class:google::protobuf::io::ArrayOutputStream
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 85 int last_returned_size_; // How many bytes we returned last time Next() member in class:google::protobuf::io::ArrayInputStream
117 int last_returned_size_; // How many bytes we returned last time Next() member in class:google::protobuf::io::ArrayOutputStream
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 85 int last_returned_size_; // How many bytes we returned last time Next() member in class:google::protobuf::io::ArrayInputStream
117 int last_returned_size_; // How many bytes we returned last time Next() member in class:google::protobuf::io::ArrayOutputStream
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 85 int last_returned_size_; // How many bytes we returned last time Next() member in class:google::protobuf::io::ArrayInputStream
117 int last_returned_size_; // How many bytes we returned last time Next() member in class:google::protobuf::io::ArrayOutputStream
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 85 int last_returned_size_; // How many bytes we returned last time Next() member in class:google::protobuf::io::ArrayInputStream
117 int last_returned_size_; // How many bytes we returned last time Next() member in class:google::protobuf::io::ArrayOutputStream
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 92 int last_returned_size_; // How many bytes we returned last time Next() member in class:google::protobuf::io::ArrayInputStream
124 int last_returned_size_; // How many bytes we returned last time Next() member in class:google::protobuf::io::ArrayOutputStream

Completed in 1227 milliseconds