Searched refs:had_errors_ (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dimporter.cc92 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
H A Dparser.h424 bool had_errors_; member in class:google::protobuf::compiler::Parser
H A Dparser.cc100 had_errors_(false),
289 had_errors_ = true;
413 had_errors_ = false;
441 if (stop_after_syntax_identifier_) return !had_errors_;
461 return !had_errors_;
/external/protobuf/src/google/protobuf/compiler/
H A Dimporter.cc92 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
H A Dparser.h294 bool had_errors_; member in class:google::protobuf::compiler::Parser
H A Dparser.cc100 had_errors_(false),
246 had_errors_ = true;
308 had_errors_ = false;
326 if (stop_after_syntax_identifier_) return !had_errors_;
343 return !had_errors_;
/external/protobuf/src/google/protobuf/
H A Dtext_format.cc127 had_errors_(false) {
148 return !had_errors_;
166 had_errors_ = true;
639 bool had_errors_; member in class:google::protobuf::TextFormat::Parser::ParserImpl
H A Ddescriptor.cc1856 bool had_errors_; member in class:google::protobuf::DescriptorBuilder
2210 had_errors_(false),
2221 if (!had_errors_) {
2230 had_errors_ = true;
2837 if (!had_errors_) {
2848 if (!had_errors_) {
2852 if (had_errors_) {
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtext_format.cc203 had_errors_(false) {
224 return !had_errors_;
242 had_errors_ = true;
905 bool had_errors_; member in class:google::protobuf::TextFormat::Parser::ParserImpl
H A Ddescriptor.cc2151 bool had_errors_; member in class:google::protobuf::DescriptorBuilder
2533 had_errors_(false),
2544 if (!had_errors_) {
2553 had_errors_ = true;
3225 if (!had_errors_) {
3236 if (!had_errors_) {
3240 if (had_errors_) {

Completed in 156 milliseconds