Searched defs:ErrorPrinter (Results 1 – 5 of 5) sorted by relevance
31 class ErrorPrinter; variable
44 class ErrorPrinter : public protobuf::compiler::MultiFileErrorCollector { class46 explicit ErrorPrinter(ProtoFileParser* parser) : parser_(parser) {} in ErrorPrinter() function in grpc::testing::ErrorPrinter
289 class CommandLineInterface::ErrorPrinter class in google::protobuf::compiler::CommandLineInterface294 ErrorPrinter(ErrorFormat format, DiskSourceTree* tree = nullptr) in ErrorPrinter() function in google::protobuf::compiler::CommandLineInterface::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
330 class ErrorPrinter : public google::protobuf::io::ErrorCollector { class