Home
last modified time | relevance | path

Searched defs:full_method_name (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/cpp/util/
H A Dproto_file_parser.cc192 std::string full_method_name = GetFullMethodName(method); in GetMessageTypeFromMethod() local
210 std::string full_method_name = GetFullMethodName(method); in IsStreaming() local
/aosp_15_r20/device/google/cuttlefish/host/libs/control_env/
Dgrpc_service_handler.cc236 const auto& full_method_name = CF_EXPECT( in HandleLsCmd() local
299 const auto& full_method_name = in HandleCallCmd() local
/aosp_15_r20/external/pigweed/pw_grpc/
H A Dpw_rpc_handler.cc28 InlineString<kMaxMethodNameSize> full_method_name) { in OnNew()