Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc283 : format_(format), tree_(tree), found_errors_(false) {} in ErrorPrinter()
289 found_errors_ = true; in AddError()
320 bool FoundErrors() const { return found_errors_; } in FoundErrors()
359 bool found_errors_; member in google::protobuf::compiler::CommandLineInterface::ErrorPrinter