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

  /external/protobuf/src/google/protobuf/compiler/
importer.cc 93 had_errors_(false) {}
96 bool had_errors() { return had_errors_; }
103 had_errors_ = true;
109 bool had_errors_; member in class:google::protobuf::compiler::SourceTreeDescriptorDatabase::SingleFileErrorCollector
parser.h 469 bool had_errors_; member in class:google::protobuf::compiler::Parser
parser.cc 100 had_errors_(false),
289 had_errors_ = true;
418 had_errors_ = false;
446 if (stop_after_syntax_identifier_) return !had_errors_;
466 return !had_errors_;
    [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc 227 had_errors_(false) {
253 return !had_errors_;
271 had_errors_ = true;
1010 bool had_errors_; member in class:google::protobuf::TextFormat::Parser::ParserImpl
    [all...]
descriptor.cc 2302 bool had_errors_; member in class:google::protobuf::DescriptorBuilder
    [all...]

Completed in 920 milliseconds