Searched refs:formatted_method_name (Results 1 – 2 of 2) sorted by relevance
170 grpc::string formatted_method_name = GetFullMethodName(method); in GetFormattedMethodName() local174 size_t last_dot = formatted_method_name.find_last_of('.'); in GetFormattedMethodName()176 formatted_method_name[last_dot] = '/'; in GetFormattedMethodName()178 formatted_method_name.insert(formatted_method_name.begin(), '/'); in GetFormattedMethodName()179 return formatted_method_name; in GetFormattedMethodName()
475 grpc::string formatted_method_name; in CallMethod() local496 formatted_method_name = method_name; in CallMethod()498 formatted_method_name = parser->GetFormattedMethodName(method_name); in CallMethod()522 CliCall call(channel, formatted_method_name, client_metadata); in CallMethod()648 CliCall call(channel, formatted_method_name, client_metadata); in CallMethod()745 CliCall call(channel, formatted_method_name, client_metadata); in CallMethod()