Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.h191 class ErrorPrinter;
Dcommand_line_interface.cc270 class CommandLineInterface::ErrorPrinter : public MultiFileErrorCollector, class in google::protobuf::compiler::CommandLineInterface
273 ErrorPrinter(ErrorFormat format, DiskSourceTree *tree = NULL) in ErrorPrinter() function in google::protobuf::compiler::CommandLineInterface::ErrorPrinter
275 ~ErrorPrinter() {} in ~ErrorPrinter()
764 ErrorPrinter error_collector(error_format_, &source_tree); in Run()
1642 ErrorPrinter error_collector(error_format_); in EncodeOrDecode()