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

  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
importer.cc 92 had_errors_(false) {}
95 bool had_errors() { return had_errors_; }
102 had_errors_ = true;
108 bool had_errors_; member in class:google::protobuf::compiler::SourceTreeDescriptorDatabase::SingleFileErrorCollector
parser.h 424 bool had_errors_; member in class:google::protobuf::compiler::Parser
parser.cc 100 had_errors_(false),
289 had_errors_ = true;
413 had_errors_ = false;
441 if (stop_after_syntax_identifier_) return !had_errors_;
461 return !had_errors_;
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
importer.cc 92 had_errors_(false) {}
95 bool had_errors() { return had_errors_; }
102 had_errors_ = true;
108 bool had_errors_; member in class:google::protobuf::compiler::SourceTreeDescriptorDatabase::SingleFileErrorCollector
parser.h 294 bool had_errors_; member in class:google::protobuf::compiler::Parser
parser.cc 100 had_errors_(false),
246 had_errors_ = true;
308 had_errors_ = false;
326 if (stop_after_syntax_identifier_) return !had_errors_;
343 return !had_errors_;
    [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc 127 had_errors_(false) {
148 return !had_errors_;
166 had_errors_ = true;
639 bool had_errors_; member in class:google::protobuf::TextFormat::Parser::ParserImpl
    [all...]
descriptor.cc 1856 bool had_errors_; member in class:google::protobuf::DescriptorBuilder
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.cc 203 had_errors_(false) {
224 return !had_errors_;
242 had_errors_ = true;
905 bool had_errors_; member in class:google::protobuf::TextFormat::Parser::ParserImpl
    [all...]
descriptor.cc 2153 bool had_errors_; member in class:google::protobuf::DescriptorBuilder
    [all...]

Completed in 390 milliseconds