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

  /external/protobuf/src/google/protobuf/io/
tokenizer.h 261 bool read_error_; // Did we previously encounter a read error? member in class:google::protobuf::io::Tokenizer
tokenizer.cc 193 read_error_(false),
244 if (read_error_) {
262 read_error_ = true;
564 while (!read_error_) {
581 if (read_error_) break;
589 // it, so make sure to check read_error_ explicitly before consuming
592 (!read_error_ && TryConsume('\0'))) {
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
tokenizer.h 245 bool read_error_; // Did we previously encounter a read error? member in class:google::protobuf::io::Tokenizer
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
tokenizer.h 245 bool read_error_; // Did we previously encounter a read error? member in class:google::protobuf::io::Tokenizer
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
tokenizer.h 245 bool read_error_; // Did we previously encounter a read error? member in class:google::protobuf::io::Tokenizer
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
tokenizer.h 269 bool read_error_; // Did we previously encounter a read error? member in class:google::protobuf::io::Tokenizer
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
tokenizer.h 245 bool read_error_; // Did we previously encounter a read error? member in class:google::protobuf::io::Tokenizer

Completed in 810 milliseconds