Home
last modified time | relevance | path

Searched refs:GRPCChannel (Results 1 – 17 of 17) sorted by relevance

/third_party/grpc/src/objective-c/GRPCClient/private/GRPCCore/
DGRPCChannelPool.h23 @protocol GRPCChannel; variable
24 @class GRPCChannel;
DGRPCChannelPool.m22 #import "GRPCChannel.h"
46 GRPCChannel *_wrappedChannel;
108 _wrappedChannel = [[GRPCChannel alloc] initWithChannelConfiguration:_channelConfiguration];
183 - (GRPCChannel *)wrappedChannel {
184 GRPCChannel *channel = nil;
DGRPCInsecureChannelFactory.h20 @class GRPCChannel;
DGRPCChannelPool+Test.h36 @property(atomic, readonly, nullable) GRPCChannel *wrappedChannel;
DGRPCSecureChannelFactory.h20 @class GRPCChannel;
DGRPCChannel.h65 @interface GRPCChannel : NSObject
DGRPCInsecureChannelFactory.m22 #import "GRPCChannel.h"
DGRPCChannel.m19 #import "GRPCChannel.h"
206 @implementation GRPCChannel { implementation
DGRPCSecureChannelFactory.m24 #import "GRPCChannel.h"
DGRPCWrappedCall.m26 #import "GRPCChannel.h"
/third_party/grpc/src/objective-c/tests/UnitTests/
DChannelTests.m22 #import "../../GRPCClient/private/GRPCCore/GRPCChannel.h"
63 GRPCChannel *wrappedChannel;
107 GRPCChannel *wrappedChannel = channel.wrappedChannel;
DChannelPoolTest.m21 #import "../../GRPCClient/private/GRPCCore/GRPCChannel.h"
/third_party/flatbuffers/grpc/examples/swift/Greeter/Sources/Model/
Dgreeter.grpc.swift87 public let channel: GRPCChannel in makeSayHelloInterceptors()
92 channel: GRPCChannel, in makeSayHelloInterceptors()
/third_party/grpc/src/objective-c/GRPCClient/private/GRPCCore/GRPCCoreCronet/
DGRPCCronetChannelFactory.h20 @class GRPCChannel;
DGRPCCronetChannelFactory.m22 #import "../GRPCChannel.h"
/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
Dmonster_test.grpc.swift124 public let channel: GRPCChannel in makeStoreInterceptors()
129 channel: GRPCChannel, in makeStoreInterceptors()
/third_party/grpc/tools/doxygen/
DDoxyfile.objc.internal821 src/objective-c/GRPCClient/private/GRPCCore/GRPCChannel.h \