Home
last modified time | relevance | path

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

/third_party/grpc/test/cpp/util/
Dproto_file_parser.h86 std::string GetFormattedStringFromMethod(const std::string& method,
Dgrpc_tool.cc201 serialized_response_proto = parser->GetFormattedStringFromMethod( in ReadResponse()
695 std::string response_text = parser->GetFormattedStringFromMethod( in CallMethod()
779 serialized_response_proto = parser->GetFormattedStringFromMethod( in CallMethod()
Dproto_file_parser.cc230 std::string ProtoFileParser::GetFormattedStringFromMethod( in GetFormattedStringFromMethod() function in grpc::testing::ProtoFileParser