Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/cpp/util/
H A Dgrpc_tool.cc215 serialized_response_proto = parser->GetFormattedStringFromMethod( in ReadResponse()
749 std::string response_text = parser->GetFormattedStringFromMethod( in CallMethod()
839 serialized_response_proto = parser->GetFormattedStringFromMethod( in CallMethod()
H A Dproto_file_parser.h92 std::string GetFormattedStringFromMethod(const std::string& method,
H A Dproto_file_parser.cc238 std::string ProtoFileParser::GetFormattedStringFromMethod( in GetFormattedStringFromMethod() function in grpc::testing::ProtoFileParser