Searched refs:GetFormattedMethodName (Results 1 – 3 of 3) sorted by relevance
53 std::string GetFormattedMethodName(const std::string& method);
167 std::string ProtoFileParser::GetFormattedMethodName(const std::string& method) { in GetFormattedMethodName() function in grpc::testing::ProtoFileParser
519 formatted_method_name = parser->GetFormattedMethodName(method_name); in CallMethod()