Searched refs:GRPCChannel (Results 1 – 17 of 17) sorted by relevance
23 @protocol GRPCChannel; variable24 @class GRPCChannel;
22 #import "GRPCChannel.h"46 GRPCChannel *_wrappedChannel;108 _wrappedChannel = [[GRPCChannel alloc] initWithChannelConfiguration:_channelConfiguration];183 - (GRPCChannel *)wrappedChannel {184 GRPCChannel *channel = nil;
20 @class GRPCChannel;
36 @property(atomic, readonly, nullable) GRPCChannel *wrappedChannel;
65 @interface GRPCChannel : NSObject
22 #import "GRPCChannel.h"
19 #import "GRPCChannel.h"206 @implementation GRPCChannel { implementation
24 #import "GRPCChannel.h"
26 #import "GRPCChannel.h"
22 #import "../../GRPCClient/private/GRPCCore/GRPCChannel.h"63 GRPCChannel *wrappedChannel;107 GRPCChannel *wrappedChannel = channel.wrappedChannel;
21 #import "../../GRPCClient/private/GRPCCore/GRPCChannel.h"
87 public let channel: GRPCChannel in makeSayHelloInterceptors()92 channel: GRPCChannel, in makeSayHelloInterceptors()
22 #import "../GRPCChannel.h"
124 public let channel: GRPCChannel in makeStoreInterceptors()129 channel: GRPCChannel, in makeStoreInterceptors()
821 src/objective-c/GRPCClient/private/GRPCCore/GRPCChannel.h \