Home
last modified time | relevance | path

Searched defs:GRPCCall (Results 1 – 9 of 9) sorted by relevance

/third_party/grpc/src/objective-c/GRPCClient/private/GRPCCore/
DGRPCRequestHeaders.m76 - (instancetype)initWithCall:(GRPCCall *)call {
81 - (instancetype)initWithCall:(GRPCCall *)call storage:(NSMutableDictionary *)storage {
/third_party/grpc/src/objective-c/GRPCClient/internal_testing/
DGRPCCall+InternalTests.m25 @implementation GRPCCall (InternalTests) implementation in InternalTests
/third_party/grpc/src/objective-c/GRPCClient/
DGRPCCall+Cronet.m26 @implementation GRPCCall (Cronet) implementation in Cronet
DGRPCCall+OAuth2.m27 @implementation GRPCCall (OAuth2) implementation in OAuth2
DGRPCCall+Tests.m25 @implementation GRPCCall (Tests) implementation in Tests
DGRPCCall+ChannelCredentials.m23 @implementation GRPCCall (ChannelCredentials) implementation in ChannelCredentials
DGRPCCallLegacy.m49 @interface GRPCCall () <GRXWriteable> interface in GRXWriteable
74 @implementation GRPCCall { implementation
DGRPCCall+ChannelArg.m26 @implementation GRPCCall (ChannelArg) implementation in ChannelArg
/third_party/grpc/src/objective-c/tests/UnitTests/
DAPIv2Tests.m54 GRPCCall *_call; category