Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/util/
Dproto_file_parser.h31 class ErrorPrinter; variable
85 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()
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.h191 class ErrorPrinter;
Dcommand_line_interface.cc270 class CommandLineInterface::ErrorPrinter : public MultiFileErrorCollector, class in google::protobuf::compiler::CommandLineInterface
273 ErrorPrinter(ErrorFormat format, DiskSourceTree *tree = NULL) in ErrorPrinter() function in google::protobuf::compiler::CommandLineInterface::ErrorPrinter
275 ~ErrorPrinter() {} in ~ErrorPrinter()
764 ErrorPrinter error_collector(error_format_, &source_tree); in Run()
1642 ErrorPrinter error_collector(error_format_); in EncodeOrDecode()
/external/perfetto/tools/proto_to_cpp/
Dproto_to_cpp.cc67 class ErrorPrinter : public MultiFileErrorCollector { class
135 ErrorPrinter error_printer_;