Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/cpp/util/
H A Dgrpc_tool.cc617 serialized_request_proto = parser->GetSerializedProtoFromMethod( in CallMethod()
705 serialized_request_proto = parser->GetSerializedProtoFromMethod( in CallMethod()
809 serialized_request_proto = parser->GetSerializedProtoFromMethod( in CallMethod()
H A Dproto_file_parser.h72 std::string GetSerializedProtoFromMethod(const std::string& method,
H A Dproto_file_parser.cc226 std::string ProtoFileParser::GetSerializedProtoFromMethod( in GetSerializedProtoFromMethod() function in grpc::testing::ProtoFileParser