Searched defs:ErrorPrinter (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc184 class CommandLineInterface::ErrorPrinter : public MultiFileErrorCollector, class in class:google::protobuf::compiler::CommandLineInterface
187 ErrorPrinter(ErrorFormat format, DiskSourceTree *tree = NULL) function in class:google::protobuf::compiler::CommandLineInterface::ErrorPrinter
189 ~ErrorPrinter() {}
627 ErrorPrinter error_collector(error_format_, &source_tree);
1326 ErrorPrinter error_collector(error_format_);
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc182 class CommandLineInterface::ErrorPrinter : public MultiFileErrorCollector, class in class:google::protobuf::compiler::CommandLineInterface
185 ErrorPrinter(ErrorFormat format) : format_(format) {} function in class:google::protobuf::compiler::CommandLineInterface::ErrorPrinter
186 ~ErrorPrinter() {}
586 ErrorPrinter error_collector(error_format_);
1238 ErrorPrinter error_collector(error_format_);

Completed in 317 milliseconds