Searched defs:ErrorPrinter (Results 1 – 6 of 6) sorted by relevance
37 class ErrorPrinter; variable
47 class ErrorPrinter : public protobuf::compiler::MultiFileErrorCollector { class49 explicit ErrorPrinter(ProtoFileParser* parser) : parser_(parser) {} in ErrorPrinter() function in grpc::testing::ErrorPrinter
287 class CommandLineInterface::ErrorPrinter class in google::protobuf::compiler::CommandLineInterface292 ErrorPrinter(ErrorFormat format, DiskSourceTree* tree = nullptr) in ErrorPrinter() function in google::protobuf::compiler::CommandLineInterface::ErrorPrinter
323 class ErrorPrinter : public google::protobuf::io::ErrorCollector { class