Searched refs:ErrorPrinter (Results 1 – 5 of 5) sorted by relevance
31 class ErrorPrinter; variable85 std::unique_ptr<ErrorPrinter> error_printer_;
44 class ErrorPrinter : public protobuf::compiler::MultiFileErrorCollector { class46 explicit ErrorPrinter(ProtoFileParser* parser) : parser_(parser) {} in ErrorPrinter() function in grpc::testing::ErrorPrinter80 error_printer_.reset(new ErrorPrinter(this)); in ProtoFileParser()
277 class CommandLineInterface::ErrorPrinter class in google::protobuf::compiler::CommandLineInterface282 ErrorPrinter(ErrorFormat format, DiskSourceTree* tree = NULL) in ErrorPrinter() function in google::protobuf::compiler::CommandLineInterface::ErrorPrinter284 ~ErrorPrinter() {} in ~ErrorPrinter()836 std::unique_ptr<ErrorPrinter> error_collector; in Run()858 error_collector.reset(new ErrorPrinter(error_format_)); in Run()869 new ErrorPrinter(error_format_, disk_source_tree.get())); in Run()2128 ErrorPrinter error_collector(error_format_); in EncodeOrDecode()
208 class ErrorPrinter;
316 class ErrorPrinter : public google::protobuf::io::ErrorCollector { class355 ErrorPrinter printer; in ExtendMetricsProto()