Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/util/
Dproto_file_parser.h54 grpc::string GetFormattedMethodName(const grpc::string& method);
Dproto_file_parser.cc167 grpc::string ProtoFileParser::GetFormattedMethodName( in GetFormattedMethodName() function in grpc::testing::ProtoFileParser
Dgrpc_tool.cc498 formatted_method_name = parser->GetFormattedMethodName(method_name); in CallMethod()