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

  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 197 record_start_(-1),
250 if (record_target_ != NULL && record_start_ < buffer_size_) {
251 record_target_->append(buffer_ + record_start_, buffer_size_ - record_start_);
252 record_start_ = 0;
275 record_start_ = buffer_pos_;
283 if (buffer_pos_ != record_start_) {
284 record_target_->append(buffer_ + record_start_, buffer_pos_ - record_start_);
287 record_start_ = -1
    [all...]
tokenizer.h 269 // E.g. StartToken() calls RecordTo(&current_.text). record_start_ is the
272 int record_start_; member in class:google::protobuf::io::Tokenizer
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
tokenizer.h 253 // E.g. StartToken() calls RecordTo(&current_.text). record_start_ is the
256 int record_start_; member in class:google::protobuf::io::Tokenizer
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
tokenizer.h 253 // E.g. StartToken() calls RecordTo(&current_.text). record_start_ is the
256 int record_start_; member in class:google::protobuf::io::Tokenizer
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
tokenizer.h 253 // E.g. StartToken() calls RecordTo(&current_.text). record_start_ is the
256 int record_start_; member in class:google::protobuf::io::Tokenizer
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
tokenizer.h 253 // E.g. StartToken() calls RecordTo(&current_.text). record_start_ is the
256 int record_start_; member in class:google::protobuf::io::Tokenizer
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
tokenizer.h 277 // E.g. StartToken() calls RecordTo(&current_.text). record_start_ is the
280 int record_start_; member in class:google::protobuf::io::Tokenizer

Completed in 310 milliseconds