Home
last modified time | relevance | path

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

/third_party/grpc/test/cpp/util/
Dproto_file_parser.h66 std::string GetSerializedProtoFromMethod(const std::string& method,
Dgrpc_tool.cc571 serialized_request_proto = parser->GetSerializedProtoFromMethod( in CallMethod()
657 serialized_request_proto = parser->GetSerializedProtoFromMethod( in CallMethod()
754 serialized_request_proto = parser->GetSerializedProtoFromMethod( in CallMethod()
Dproto_file_parser.cc218 std::string ProtoFileParser::GetSerializedProtoFromMethod( in GetSerializedProtoFromMethod() function in grpc::testing::ProtoFileParser