Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/cpp/util/
H A Dproto_file_parser.cc189 std::string ProtoFileParser::GetMessageTypeFromMethod(const std::string& method, in GetMessageTypeFromMethod() function in grpc::testing::ProtoFileParser
230 std::string message_type_name = GetMessageTypeFromMethod(method, is_request); in GetSerializedProtoFromMethod()
242 std::string message_type_name = GetMessageTypeFromMethod(method, is_request); in GetFormattedStringFromMethod()
H A Dproto_file_parser.h113 std::string GetMessageTypeFromMethod(const std::string& method,