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 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...]

Completed in 52 milliseconds