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

  /system/nvram/core/tests/
fake_storage.cpp 32 if (read_error_) {
66 read_error_ = false;
73 void set_read_error(bool error) { read_error_ = error; }
78 bool read_error_ = false; member in class:nvram::storage::__anon107656::StorageSlot
  /external/protobuf/src/google/protobuf/io/
tokenizer.h 269 bool read_error_; // Did we previously encounter a read error? member in class:google::protobuf::io::Tokenizer
tokenizer.cc 194 read_error_(false),
245 if (read_error_) {
263 read_error_ = true;
565 while (!read_error_) {
582 if (read_error_) break;
590 // it, so make sure to check read_error_ explicitly before consuming
593 (!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 830 milliseconds