/third_party/grpc/src/objective-c/ProtoRPC/ |
D | ProtoService.h | 33 - (nullable instancetype)initWithHost:(nonnull NSString *)host 34 packageName:(nonnull NSString *)packageName 35 serviceName:(nonnull NSString *)serviceName 39 - (nullable GRPCUnaryProtoCall *)RPCToMethod:(nonnull NSString *)method 40 message:(nonnull id)message 41 responseHandler:(nonnull id<GRPCProtoResponseHandler>)handler 43 responseClass:(nonnull Class)responseClass; 45 - (nullable GRPCStreamingProtoCall *)RPCToMethod:(nonnull NSString *)method 46 responseHandler:(nonnull id<GRPCProtoResponseHandler>)handler 48 responseClass:(nonnull Class)responseClass;
|
/third_party/flutter/engine/flutter/shell/platform/darwin/macos/framework/Source/ |
D | FlutterView.h | 14 - (void)viewDidReshape:(nonnull NSView*)view; 24 shareContext:(nonnull NSOpenGLContext*)shareContext 25 reshapeListener:(nonnull id<FlutterViewReshapeListener>)reshapeListener 28 - (nullable instancetype)initWithShareContext:(nonnull NSOpenGLContext*)shareContext 30 (nonnull id<FlutterViewReshapeListener>)reshapeListener; 34 - (nonnull instancetype)initWithFrame:(NSRect)frameRect NS_UNAVAILABLE; 35 - (nullable instancetype)initWithCoder:(nonnull NSCoder*)coder NS_UNAVAILABLE; 36 - (nonnull instancetype)init NS_UNAVAILABLE;
|
D | FlutterTextInputModel.h | 25 @property(nonnull, copy) NSMutableString* text; 45 @property(nonnull) NSDictionary* state; 50 @property(nonatomic, readonly, nonnull) NSNumber* clientID; 56 @property(nonatomic, readonly, nonnull) NSString* inputType; 62 @property(nonatomic, readonly, nonnull) NSString* inputAction; 70 - (nullable instancetype)initWithClientID:(nonnull NSNumber*)clientID 71 configuration:(nonnull NSDictionary*)config;
|
D | FlutterViewController_Internal.h | 18 - (void)addKeyResponder:(nonnull NSResponder*)responder; 23 - (void)removeKeyResponder:(nonnull NSResponder*)responder;
|
D | FlutterEngine.mm | 57 - (instancetype)initWithPlugin:(nonnull NSString*)pluginKey 58 flutterEngine:(nonnull FlutterEngine*)flutterEngine; 85 - (void)addMethodCallDelegate:(nonnull id<FlutterPlugin>)delegate 86 channel:(nonnull FlutterMethodChannel*)channel { 334 - (void)sendOnChannel:(nonnull NSString*)channel message:(nullable NSData*)message { 390 - (void)setMessageHandlerOnChannel:(nonnull NSString*)channel
|
/third_party/grpc/src/objective-c/GRPCClient/ |
D | GRPCCall+ChannelArg.h | 28 + (void)setUserAgentPrefix:(nonnull NSString *)userAgentPrefix forHost:(nonnull NSString *)host; 29 + (void)setResponseSizeLimit:(NSUInteger)limit forHost:(nonnull NSString *)host; 33 + (void)setDefaultCompressMethod:(GRPCCompressAlgorithm)algorithm forhost:(nonnull NSString *)host; 36 forHost:(nonnull NSString *)host; 37 + (void)enableRetry:(BOOL)enabled forHost:(nonnull NSString *)host; 41 forHost:(nonnull NSString *)host;
|
D | GRPCCall+ChannelArg.m | 28 + (void)setUserAgentPrefix:(nonnull NSString *)userAgentPrefix forHost:(nonnull NSString *)host { 33 + (void)setResponseSizeLimit:(NSUInteger)limit forHost:(nonnull NSString *)host { 42 + (void)setDefaultCompressMethod:(GRPCCompressAlgorithm)algorithm forhost:(nonnull NSString *)host { 62 forHost:(nonnull NSString *)host { 68 + (void)enableRetry:(BOOL)enabled forHost:(nonnull NSString *)host { 76 forHost:(nonnull NSString *)host {
|
D | GRPCCall+ChannelCredentials.h | 27 forHost:(nonnull NSString *)host 32 forHost:(nonnull NSString *)host
|
D | GRPCCall+ChannelCredentials.m | 28 forHost:(nonnull NSString *)host 41 forHost:(nonnull NSString *)host
|
D | GRPCCall+Interceptor.h | 39 + (void)registerGlobalInterceptor:(nonnull id<GRPCInterceptorFactory>)interceptorFactory;
|
D | GRPCTransport.m | 123 - (void)startWithRequestOptions:(nonnull GRPCRequestOptions *)requestOptions 124 callOptions:(nonnull GRPCCallOptions *)callOptions { 129 - (void)writeData:(nonnull id)data {
|
/third_party/protobuf/objectivec/ |
D | GPBWellKnownTypes.h | 156 + (nullable instancetype)anyWithMessage:(nonnull GPBMessage *)message 169 + (nullable instancetype)anyWithMessage:(nonnull GPBMessage *)message 170 typeURLPrefix:(nonnull NSString *)typeURLPrefix 183 - (nullable instancetype)initWithMessage:(nonnull GPBMessage *)message 196 - (nullable instancetype)initWithMessage:(nonnull GPBMessage *)message 197 typeURLPrefix:(nonnull NSString *)typeURLPrefix 210 - (BOOL)packWithMessage:(nonnull GPBMessage *)message 223 - (BOOL)packWithMessage:(nonnull GPBMessage *)message 224 typeURLPrefix:(nonnull NSString *)typeURLPrefix
|
/third_party/grpc/test/core/util/ |
D | ubsan_suppressions.txt | 2 nonnull-attribute:google::protobuf::* 4 nonnull-attribute:_tr_stored_block 12 nonnull-attribute:gsec_aes_gcm_aead_crypter_decrypt_iovec 13 nonnull-attribute:gsec_test_random_encrypt_decrypt 14 nonnull-attribute:gsec_test_multiple_random_encrypt_decrypt 15 nonnull-attribute:gsec_test_copy 16 nonnull-attribute:gsec_test_encrypt_decrypt_test_vector
|
/third_party/flutter/engine/flutter/shell/platform/darwin/macos/framework/Headers/ |
D | FlutterEngine.h | 32 - (nonnull instancetype)initWithName:(nonnull NSString*)labelPrefix 42 - (nonnull instancetype)initWithName:(nonnull NSString*)labelPrefix 46 - (nonnull instancetype)init NS_UNAVAILABLE; 72 @property(nonatomic, nonnull, readonly) id<FlutterBinaryMessenger> binaryMessenger;
|
D | FlutterPluginRegistrarMacOS.h | 29 @property(nonnull, readonly) id<FlutterBinaryMessenger> messenger; 42 - (void)addMethodCallDelegate:(nonnull id<FlutterPlugin>)delegate 43 channel:(nonnull FlutterMethodChannel*)channel; 70 - (nonnull id<FlutterPluginRegistrar>)registrarForPlugin:(nonnull NSString*)pluginKey;
|
D | FlutterViewController.h | 34 @property(nonatomic, nonnull, readonly) FlutterEngine* engine; 48 - (nonnull instancetype)initWithProject:(nullable FlutterDartProject*)project 51 - (nonnull instancetype)initWithNibName:(nullable NSString*)nibNameOrNil 54 - (nonnull instancetype)initWithCoder:(nonnull NSCoder*)nibNameOrNil NS_DESIGNATED_INITIALIZER;
|
D | FlutterPluginMacOS.h | 32 + (void)registerWithRegistrar:(nonnull id<FlutterPluginRegistrar>)registrar; 47 - (void)handleMethodCall:(nonnull FlutterMethodCall*)call result:(nonnull FlutterResult)result;
|
D | FlutterDartProject.h | 29 - (nonnull instancetype)initWithPrecompiledDartBundle:(nullable NSBundle*)bundle
|
/third_party/flutter/skia/third_party/externals/imgui/examples/example_apple_metal/Shared/ |
D | Renderer.h | 6 -(nonnull instancetype)initWithView:(nonnull MTKView *)view;
|
/third_party/boost/boost/test/tools/ |
D | assertion_result.hpp | 45 struct dummy { void nonnull() {} }; in nonnull() function 62 …operator safe_bool() const { return !!p_predicate_value ? &dummy::nonnull : 0… in operator safe_bool()
|
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Headers/ |
D | FlutterPluginAppLifeCycleDelegate.h | 126 handleEventsForBackgroundURLSession:(nonnull NSString*)identifier 127 completionHandler:(nonnull void (^)(void))completionHandler;
|
D | FlutterPlugin.h | 152 handleEventsForBackgroundURLSession:(nonnull NSString*)identifier 153 completionHandler:(nonnull void (^)(void))completionHandler;
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/ |
D | test_https_get_parallel_threads.c | 58 static int nonnull; in https_transfer_thread_adapter() local 68 return &nonnull; in https_transfer_thread_adapter()
|
D | test_https_get_parallel.c | 57 static int nonnull; in https_transfer_thread_adapter() local 67 return &nonnull; in https_transfer_thread_adapter()
|
/third_party/boost/boost/logic/ |
D | tribool.hpp | 78 void nonnull() {}; in nonnull() function 125 return value == true_value? &dummy::nonnull : 0; in operator safe_bool()
|