Home
last modified time | relevance | path

Searched refs:formatted_method_name (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/test/cpp/util/
Dproto_file_parser.cc170 grpc::string formatted_method_name = GetFullMethodName(method); in GetFormattedMethodName() local
174 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()
Dgrpc_tool.cc475 grpc::string formatted_method_name; in CallMethod() local
496 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()