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()
191 class ErrorPrinter;
270 class CommandLineInterface::ErrorPrinter : public MultiFileErrorCollector, class in google::protobuf::compiler::CommandLineInterface273 ErrorPrinter(ErrorFormat format, DiskSourceTree *tree = NULL) in ErrorPrinter() function in google::protobuf::compiler::CommandLineInterface::ErrorPrinter275 ~ErrorPrinter() {} in ~ErrorPrinter()764 ErrorPrinter error_collector(error_format_, &source_tree); in Run()1642 ErrorPrinter error_collector(error_format_); in EncodeOrDecode()
67 class ErrorPrinter : public MultiFileErrorCollector { class135 ErrorPrinter error_printer_;