Home
last modified time | relevance | path

Searched defs:GRPCInterceptorFactory (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/objective-c/GRPCClient/
DGRPCCallOptions.h25 @protocol GRPCInterceptorFactory; variable
DGRPCCall+Interceptor.m28 + (void)registerGlobalInterceptor:(id<GRPCInterceptorFactory>)interceptorFactory {
DGRPCInterceptor.m40 transportID:(nonnull GRPCTransportID)transportID {
DGRPCCallOptions.m173 channelID:(NSUInteger)channelID {
463 - (void)setInterceptorFactories:(NSArray<id<GRPCInterceptorFactory>> *)interceptorFactories {
/third_party/grpc/src/objective-c/tests/UnitTests/
DTransportTests.m37 - (void)setTransportInterceptorFactories:(NSArray<id<GRPCInterceptorFactory>> *)factories;
61 - (void)setTransportInterceptorFactories:(NSArray<id<GRPCInterceptorFactory>> *)factories {