| /third_party/grpc/src/objective-c/GRPCClient/private/GRPCCore/ |
| D | GRPCSecureChannelFactory.mm | 33 + (instancetype)factoryWithPEMRootCertificates:(NSString *)rootCerts 43 - (NSData *)nullTerminatedDataWithString:(NSString *)string { 54 - (instancetype)initWithPEMRootCerts:(NSString *)rootCerts 111 - (grpc_channel *)createChannelWithHost:(NSString *)host channelArgs:(NSDictionary *)args {
|
| D | GRPCHost.mm | 45 + (nullable instancetype)hostWithAddress:(NSString *)address { 50 - (nullable instancetype)initWithAddress:(NSString *)address { 93 - (BOOL)setTLSPEMRootCerts:(nullable NSString *)pemRootCerts 131 + (GRPCCallOptions *)callOptionsForHost:(NSString *)host {
|
| D | GRPCChannel.mm | 37 - (instancetype)initWithHost:(NSString *)host callOptions:(GRPCCallOptions *)callOptions { 249 - (grpc_call *)unmanagedCallWithPath:(NSString *)path
|
| D | NSDictionary+GRPC.mm | 46 @interface NSString (GRPCMetadata) interface in GRPCMetadata 53 @implementation NSString (GRPCMetadata) implementation in GRPCMetadata
|
| D | GRPCInsecureChannelFactory.mm | 38 - (grpc_channel *)createChannelWithHost:(NSString *)host channelArgs:(NSDictionary *)args {
|
| /third_party/grpc/src/objective-c/GRPCClient/ |
| D | GRPCCall+ChannelArg.mm | 28 + (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
|
| D | GRPCCall+ChannelCredentials.mm | 25 + (BOOL)setTLSPEMRootCerts:(nullable NSString *)pemRootCerts 40 + (BOOL)setTLSPEMRootCerts:(nullable NSString *)pemRootCerts
|
| D | GRPCCallOptions.mm | 166 - (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 {
|
| D | GRPCCall+Tests.mm | 27 + (void)useTestCertsPath:(NSString *)certsPath 52 + (void)useInsecureConnectionsForHost:(NSString *)host {
|
| D | GRPCCallLegacy.mm | 140 + (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
|
| D | GRPCCall+OAuth2.mm | 39 - (void)setOauth2AccessToken:(NSString *)token {
|
| /third_party/python/Mac/PythonLauncher/ |
| D | FileSettings.m | 13 + (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
|
| D | MyDocument.m | 97 - (NSData *)dataRepresentationOfType:(NSString *)aType 103 - (BOOL)readFromFile:(NSString *)fileName ofType:(NSString *)type;
|
| /third_party/grpc/src/objective-c/ProtoRPC/ |
| D | ProtoService.m | 49 - (instancetype)initWithHost:(NSString *)host 67 - (GRPCUnaryProtoCall *)RPCToMethod:(NSString *)method 86 - (GRPCStreamingProtoCall *)RPCToMethod:(NSString *)method
|
| D | ProtoServiceLegacy.m | 35 - (instancetype)initWithHost:(NSString *)host 51 - (GRPCProtoCall *)RPCToMethod:(NSString *)method
|
| D | ProtoMethod.m | 25 - (instancetype)initWithPackage:(NSString *)package
|
| D | ProtoRPCLegacy.m | 41 - (instancetype)initWithHost:(NSString *)host 51 - (instancetype)initWithHost:(NSString *)host
|
| /third_party/protobuf/objectivec/ |
| D | GPBDescriptor.m | 84 + (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 …]
|
| D | GPBWellKnownTypes.m | 150 + (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/ |
| D | GTMGoogleTestRunner.mm | 123 - (id)initWithName:(NSString *)testName; 166 - (id)initWithName:(NSString *)testName {
|
| /third_party/gn/examples/ios/shared/ |
| D | hello_shared.m | 13 + (NSString*)greetWithName:(NSString*)name { argument
|
| /third_party/grpc/src/objective-c/tests/UnitTests/ |
| D | GRPCClientTests.m | 58 - (void)observeValueForKeyPath:(NSString *)keyPath 82 - (void)observeValueForKeyPath:(NSString *)keyPath
|
| /third_party/grpc/src/objective-c/GRPCClient/private/GRPCCore/GRPCCoreCronet/ |
| D | GRPCCronetChannelFactory.mm | 51 - (grpc_channel *)createChannelWithHost:(NSString *)host channelArgs:(NSDictionary *)args {
|
| /third_party/gn/examples/ios/app/ |
| D | ViewController.m | 18 - (UILabel*)labelWithText:(NSString*)text { argument
|
| /third_party/grpc/examples/objective-c/auth_sample/Misc/ |
| D | AppDelegate.m | 35 - (BOOL)application:(UIApplication *)application
|