Home
last modified time | relevance | path

Searched defs:ErrorPrinter (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/test/cpp/util/
Dproto_file_parser.h37 class ErrorPrinter; variable
Dproto_file_parser.cc47 class ErrorPrinter : public protobuf::compiler::MultiFileErrorCollector { class
49 explicit ErrorPrinter(ProtoFileParser* parser) : parser_(parser) {} in ErrorPrinter() function in grpc::testing::ErrorPrinter
/external/cronet/stable/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc287 class CommandLineInterface::ErrorPrinter class in google::protobuf::compiler::CommandLineInterface
292 ErrorPrinter(ErrorFormat format, DiskSourceTree* tree = nullptr) in ErrorPrinter() function in google::protobuf::compiler::CommandLineInterface::ErrorPrinter
/external/cronet/tot/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc287 class CommandLineInterface::ErrorPrinter class in google::protobuf::compiler::CommandLineInterface
292 ErrorPrinter(ErrorFormat format, DiskSourceTree* tree = nullptr) in ErrorPrinter() function in google::protobuf::compiler::CommandLineInterface::ErrorPrinter
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc287 class CommandLineInterface::ErrorPrinter class in google::protobuf::compiler::CommandLineInterface
292 ErrorPrinter(ErrorFormat format, DiskSourceTree* tree = nullptr) in ErrorPrinter() function in google::protobuf::compiler::CommandLineInterface::ErrorPrinter
/external/perfetto/src/trace_processor/
Dtrace_processor_shell.cc323 class ErrorPrinter : public google::protobuf::io::ErrorCollector { class