Home
last modified time | relevance | path

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

/third_party/grpc/test/cpp/util/
Dproto_file_parser.h31 class ErrorPrinter; variable
113 std::unique_ptr<ErrorPrinter> error_printer_;
Dproto_file_parser.cc44 class ErrorPrinter : public protobuf::compiler::MultiFileErrorCollector { class
46 explicit ErrorPrinter(ProtoFileParser* parser) : parser_(parser) {} in ErrorPrinter() function in grpc::testing::ErrorPrinter
80 error_printer_.reset(new ErrorPrinter(this)); in ProtoFileParser()
/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc276 class CommandLineInterface::ErrorPrinter class in google::protobuf::compiler::CommandLineInterface
281 ErrorPrinter(ErrorFormat format, DiskSourceTree* tree = NULL) in ErrorPrinter() function in google::protobuf::compiler::CommandLineInterface::ErrorPrinter
283 ~ErrorPrinter() {} in ~ErrorPrinter()
854 std::unique_ptr<ErrorPrinter> error_collector; in Run()
898 error_collector.reset(new ErrorPrinter(error_format_)); in Run()
909 new ErrorPrinter(error_format_, disk_source_tree.get())); in Run()
2285 ErrorPrinter error_collector(error_format_); in EncodeOrDecode()
Dcommand_line_interface.h209 class ErrorPrinter;