Home
last modified time | relevance | path

Searched refs:ProtoFileParser (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/test/cpp/util/
Dproto_file_parser.cc46 explicit ErrorPrinter(ProtoFileParser* parser) : parser_(parser) {} in ErrorPrinter()
63 ProtoFileParser* parser_; // not owned
66 ProtoFileParser::ProtoFileParser(const std::shared_ptr<grpc::Channel>& channel, in ProtoFileParser() function in grpc::testing::ProtoFileParser
128 ProtoFileParser::~ProtoFileParser() {} in ~ProtoFileParser()
130 grpc::string ProtoFileParser::GetFullMethodName(const grpc::string& method) { in GetFullMethodName()
167 grpc::string ProtoFileParser::GetFormattedMethodName( in GetFormattedMethodName()
182 grpc::string ProtoFileParser::GetMessageTypeFromMethod( in GetMessageTypeFromMethod()
200 bool ProtoFileParser::IsStreaming(const grpc::string& method, bool is_request) { in IsStreaming()
219 grpc::string ProtoFileParser::GetSerializedProtoFromMethod( in GetSerializedProtoFromMethod()
231 grpc::string ProtoFileParser::GetTextFormatFromMethod( in GetTextFormatFromMethod()
[all …]
Dproto_file_parser.h34 class ProtoFileParser {
39 ProtoFileParser(const std::shared_ptr<grpc::Channel>& channel,
43 ~ProtoFileParser();
Dgrpc_tool.cc180 GrpcToolOutputCallback callback, ProtoFileParser* parser, in ReadResponse()
476 std::unique_ptr<ProtoFileParser> parser; in CallMethod()
485 new grpc::testing::ProtoFileParser(FLAGS_remotedb ? channel : nullptr, in CallMethod()
807 std::unique_ptr<grpc::testing::ProtoFileParser> parser; in ParseMessage()
834 new grpc::testing::ProtoFileParser(FLAGS_remotedb ? channel : nullptr, in ParseMessage()