Home
last modified time | relevance | path

Searched defs:GRPCResponseHandler (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/objective-c/GRPCClient/
H A DGRPCCall.mm35 - (nullable instancetype)initWithResponseHandler:(id<GRPCResponseHandler>)responseHandler;
44 - (instancetype)initWithResponseHandler:(id<GRPCResponseHandler>)responseHandler {
H A DGRPCInterceptor.mm38 - (instancetype)initWithFactories:(NSArray<id<GRPCInterceptorFactory>> *)factories
/aosp_15_r20/external/grpc-grpc/src/objective-c/GRPCClient/private/GRPCCore/
H A DGRPCCallInternal.h23 @protocol GRPCResponseHandler; variable
/aosp_15_r20/external/grpc-grpc/src/objective-c/examples/InterceptorSample/InterceptorSample/
H A DViewController.m33 @interface ViewController () <GRPCResponseHandler> category
/aosp_15_r20/external/grpc-grpc/src/objective-c/GRPCClient/private/
H A DGRPCTransport+Private.mm30 - (instancetype)initWithTransportID:(GRPCTransportID)transportID
/aosp_15_r20/external/grpc-grpc/src/objective-c/ProtoRPC/
H A DProtoRPC.m114 @interface GRPCStreamingProtoCall () <GRPCResponseHandler> category