Home
last modified time | relevance | path

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

/third_party/grpc/test/cpp/util/
Dproto_file_parser.h53 std::string GetFormattedMethodName(const std::string& method);
Dproto_file_parser.cc167 std::string ProtoFileParser::GetFormattedMethodName(const std::string& method) { in GetFormattedMethodName() function in grpc::testing::ProtoFileParser
Dgrpc_tool.cc519 formatted_method_name = parser->GetFormattedMethodName(method_name); in CallMethod()