Lines Matching refs:nullable
35 @property(nonatomic, copy, nullable) NSString *userAgentPrefix;
36 @property(nonatomic, nullable) struct grpc_channel_credentials *channelCreds;
51 @property(nonatomic, copy, nullable) NSString *hostNameOverride;
54 @property(nonatomic, strong, nullable) NSNumber *responseSizeLimitOverride;
56 - (nullable instancetype)init NS_UNAVAILABLE;
58 + (nullable instancetype)hostWithAddress:(NSString *)address;
59 - (nullable instancetype)initWithAddress:(NSString *)address NS_DESIGNATED_INITIALIZER;
60 - (BOOL)setTLSPEMRootCerts:(nullable NSString *)pemRootCerts
61 withPrivateKey:(nullable NSString *)pemPrivateKey
62 withCertChain:(nullable NSString *)pemCertChain
66 - (nullable struct grpc_call *)unmanagedCallWithPath:(NSString *)path