Home
last modified time | relevance | path

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

/third_party/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 std::string ProtoFileParser::GetFullMethodName(const std::string& method) { in GetFullMethodName()
167 std::string ProtoFileParser::GetFormattedMethodName(const std::string& method) { in GetFormattedMethodName()
181 std::string ProtoFileParser::GetMessageTypeFromMethod(const std::string& method, in GetMessageTypeFromMethod()
199 bool ProtoFileParser::IsStreaming(const std::string& method, bool is_request) { in IsStreaming()
218 std::string ProtoFileParser::GetSerializedProtoFromMethod( in GetSerializedProtoFromMethod()
230 std::string ProtoFileParser::GetFormattedStringFromMethod( in GetFormattedStringFromMethod()
[all …]
Dproto_file_parser.h34 class ProtoFileParser {
39 ProtoFileParser(const std::shared_ptr<grpc::Channel>& channel,
42 ~ProtoFileParser();
Dgrpc_tool.cc189 GrpcToolOutputCallback callback, ProtoFileParser* parser, in ReadResponse()
497 std::unique_ptr<ProtoFileParser> parser; in CallMethod()
506 new grpc::testing::ProtoFileParser(FLAGS_remotedb ? channel : nullptr, in CallMethod()
838 std::unique_ptr<grpc::testing::ProtoFileParser> parser; in ParseMessage()
865 new grpc::testing::ProtoFileParser(FLAGS_remotedb ? channel : nullptr, in ParseMessage()