Home
last modified time | relevance | path

Searched defs:NSString (Results 1 – 25 of 38) sorted by relevance

12

/third_party/grpc/src/objective-c/GRPCClient/private/GRPCCore/
DGRPCSecureChannelFactory.mm33 + (instancetype)factoryWithPEMRootCertificates:(NSString *)rootCerts
43 - (NSData *)nullTerminatedDataWithString:(NSString *)string {
54 - (instancetype)initWithPEMRootCerts:(NSString *)rootCerts
111 - (grpc_channel *)createChannelWithHost:(NSString *)host channelArgs:(NSDictionary *)args {
DGRPCHost.mm45 + (nullable instancetype)hostWithAddress:(NSString *)address {
50 - (nullable instancetype)initWithAddress:(NSString *)address {
93 - (BOOL)setTLSPEMRootCerts:(nullable NSString *)pemRootCerts
131 + (GRPCCallOptions *)callOptionsForHost:(NSString *)host {
DGRPCChannel.mm37 - (instancetype)initWithHost:(NSString *)host callOptions:(GRPCCallOptions *)callOptions {
249 - (grpc_call *)unmanagedCallWithPath:(NSString *)path
DNSDictionary+GRPC.mm46 @interface NSString (GRPCMetadata) interface in GRPCMetadata
53 @implementation NSString (GRPCMetadata) implementation in GRPCMetadata
DGRPCInsecureChannelFactory.mm38 - (grpc_channel *)createChannelWithHost:(NSString *)host channelArgs:(NSDictionary *)args {
/third_party/grpc/src/objective-c/GRPCClient/
DGRPCCall+ChannelArg.mm28 + (void)setUserAgentPrefix:(nonnull NSString *)userAgentPrefix forHost:(nonnull NSString *)host {
33 + (void)setUserAgentSuffix:(nonnull NSString *)userAgentSuffix forHost:(nonnull NSString *)host {
38 + (void)setResponseSizeLimit:(NSUInteger)limit forHost:(nonnull NSString *)host {
47 + (void)setDefaultCompressMethod:(GRPCCompressAlgorithm)algorithm forhost:(nonnull NSString *)host {
65 + (void)setKeepaliveWithInterval:(int)interval
73 + (void)enableRetry:(BOOL)enabled forHost:(nonnull NSString *)host {
78 + (void)setMinConnectTimeout:(unsigned int)timeout
DGRPCCall+ChannelCredentials.mm25 + (BOOL)setTLSPEMRootCerts:(nullable NSString *)pemRootCerts
40 + (BOOL)setTLSPEMRootCerts:(nullable NSString *)pemRootCerts
DGRPCCallOptions.mm166 - (instancetype)initWithServerAuthority:(NSString *)serverAuthority
502 - (void)setServerAuthority:(NSString *)serverAuthority {
522 - (void)setOauth2AccessToken:(NSString *)oauth2AccessToken {
534 - (void)setUserAgentPrefix:(NSString *)userAgentPrefix {
538 - (void)setUserAgentSuffix:(NSString *)userAgentSuffix {
611 - (void)setPEMRootCertificates:(NSString *)PEMRootCertificates {
615 - (void)setPEMPrivateKey:(NSString *)PEMPrivateKey {
619 - (void)setPEMCertificateChain:(NSString *)PEMCertificateChain {
631 - (void)setHostNameOverride:(NSString *)hostNameOverride {
639 - (void)setChannelPoolDomain:(NSString *)channelPoolDomain {
DGRPCCall+Tests.mm27 + (void)useTestCertsPath:(NSString *)certsPath
52 + (void)useInsecureConnectionsForHost:(NSString *)host {
DGRPCCallLegacy.mm140 + (void)setCallSafety:(GRPCCallSafety)callSafety host:(NSString *)host path:(NSString *)path {
156 + (uint32_t)callFlagsForHost:(NSString *)host path:(NSString *)path {
163 - (instancetype)initWithHost:(NSString *)host
174 - (instancetype)initWithHost:(NSString *)host
DGRPCCall+OAuth2.mm39 - (void)setOauth2AccessToken:(NSString *)token {
/third_party/python/Mac/PythonLauncher/
DFileSettings.m13 + (id)getFactorySettingsForFileType: (NSString *)filetype
35 + (id)getDefaultsForFileType: (NSString *)filetype
57 + (id)newSettingsForFileType: (NSString *)filetype
88 - (id)initForFileType: (NSString *)filetype
98 - (id)initForFSDefaultFileType: (NSString *)filetype
142 - (void)applyUserDefaults: (NSString *)filetype
154 - (id)initForDefaultFileType: (NSString *)filetype
242 - (NSString*)_replaceSingleQuotes: (NSString*)string argument
255 NSString* script_dir = NULL; argument
DMyDocument.m97 - (NSData *)dataRepresentationOfType:(NSString *)aType
103 - (BOOL)readFromFile:(NSString *)fileName ofType:(NSString *)type;
/third_party/grpc/src/objective-c/ProtoRPC/
DProtoService.m49 - (instancetype)initWithHost:(NSString *)host
67 - (GRPCUnaryProtoCall *)RPCToMethod:(NSString *)method
86 - (GRPCStreamingProtoCall *)RPCToMethod:(NSString *)method
DProtoServiceLegacy.m35 - (instancetype)initWithHost:(NSString *)host
51 - (GRPCProtoCall *)RPCToMethod:(NSString *)method
DProtoMethod.m25 - (instancetype)initWithPackage:(NSString *)package
DProtoRPCLegacy.m41 - (instancetype)initWithHost:(NSString *)host
51 - (instancetype)initWithHost:(NSString *)host
/third_party/protobuf/objectivec/
DGPBDescriptor.m84 + (instancetype)allocDescriptorForClass:(Class)messageClass
267 - (instancetype)initWithClass:(Class)messageClass
353 - (void)setupMessageClassNameSuffix:(NSString *)suffix {
474 - (GPBFieldDescriptor *)fieldWithName:(NSString *)name {
483 - (GPBOneofDescriptor *)oneofWithName:(NSString *)name {
504 - (instancetype)initWithPackage:(NSString *)package
516 - (instancetype)initWithPackage:(NSString *)package syntax:(GPBFileSyntax)syntax {
599 - (GPBFieldDescriptor *)fieldWithName:(NSString *)name {
888 + (instancetype)allocDescriptorForName:(NSString *)name
911 + (instancetype)allocDescriptorForName:(NSString *)name
[all …]
DGPBWellKnownTypes.m150 + (instancetype)anyWithMessage:(GPBMessage *)message
161 - (instancetype)initWithMessage:(GPBMessage *)message
178 - (BOOL)packWithMessage:(GPBMessage *)message
/third_party/grpc/third_party/objective_c/google_toolbox_for_mac/UnitTesting/
DGTMGoogleTestRunner.mm123 - (id)initWithName:(NSString *)testName;
166 - (id)initWithName:(NSString *)testName {
/third_party/gn/examples/ios/shared/
Dhello_shared.m13 + (NSString*)greetWithName:(NSString*)name { argument
/third_party/grpc/src/objective-c/tests/UnitTests/
DGRPCClientTests.m58 - (void)observeValueForKeyPath:(NSString *)keyPath
82 - (void)observeValueForKeyPath:(NSString *)keyPath
/third_party/grpc/src/objective-c/GRPCClient/private/GRPCCore/GRPCCoreCronet/
DGRPCCronetChannelFactory.mm51 - (grpc_channel *)createChannelWithHost:(NSString *)host channelArgs:(NSDictionary *)args {
/third_party/gn/examples/ios/app/
DViewController.m18 - (UILabel*)labelWithText:(NSString*)text { argument
/third_party/grpc/examples/objective-c/auth_sample/Misc/
DAppDelegate.m35 - (BOOL)application:(UIApplication *)application

12