Home
last modified time | relevance | path

Searched refs:had_errors_ (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dimporter.cc96 had_errors_(false) {} in SingleFileErrorCollector()
99 bool had_errors() { return had_errors_; } in had_errors()
106 had_errors_ = true; in AddError()
112 bool had_errors_; member in google::protobuf::compiler::SourceTreeDescriptorDatabase::SingleFileErrorCollector
Dparser.cc127 had_errors_(false), in Parser()
328 had_errors_ = true; in AddError()
518 had_errors_ = false; in Parse()
554 if (stop_after_syntax_identifier_) return !had_errors_; in Parse()
575 return !had_errors_; in Parse()
Dparser.h509 bool had_errors_; variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dtext_format.cc251 had_errors_(false) { in ParserImpl()
277 return !had_errors_; in Parse()
295 had_errors_ = true; in ReportError()
1133 bool had_errors_; member in google::protobuf::TextFormat::Parser::ParserImpl
Ddescriptor.cc2794 bool had_errors_; member in google::protobuf::DescriptorBuilder
3235 had_errors_(false), in DescriptorBuilder()
3247 if (!had_errors_) { in AddError()
3256 had_errors_ = true; in AddError()
4021 if (!had_errors_) { in BuildFileImpl()
4032 if (!had_errors_) { in BuildFileImpl()
4038 if (had_errors_) { in BuildFileImpl()
4049 if (had_errors_) { in BuildFileImpl()