Home
last modified time | relevance | path

Searched refs:nonnull (Results 1 – 25 of 97) sorted by relevance

1234

/third_party/grpc/src/objective-c/ProtoRPC/
DProtoService.h33 - (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/
DFlutterView.h14 - (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;
DFlutterTextInputModel.h25 @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;
DFlutterViewController_Internal.h18 - (void)addKeyResponder:(nonnull NSResponder*)responder;
23 - (void)removeKeyResponder:(nonnull NSResponder*)responder;
DFlutterEngine.mm57 - (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/
DGRPCCall+ChannelArg.h28 + (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;
DGRPCCall+ChannelArg.m28 + (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 {
DGRPCCall+ChannelCredentials.h27 forHost:(nonnull NSString *)host
32 forHost:(nonnull NSString *)host
DGRPCCall+ChannelCredentials.m28 forHost:(nonnull NSString *)host
41 forHost:(nonnull NSString *)host
DGRPCCall+Interceptor.h39 + (void)registerGlobalInterceptor:(nonnull id<GRPCInterceptorFactory>)interceptorFactory;
DGRPCTransport.m123 - (void)startWithRequestOptions:(nonnull GRPCRequestOptions *)requestOptions
124 callOptions:(nonnull GRPCCallOptions *)callOptions {
129 - (void)writeData:(nonnull id)data {
/third_party/protobuf/objectivec/
DGPBWellKnownTypes.h156 + (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/
Dubsan_suppressions.txt2 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/
DFlutterEngine.h32 - (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;
DFlutterPluginRegistrarMacOS.h29 @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;
DFlutterViewController.h34 @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;
DFlutterPluginMacOS.h32 + (void)registerWithRegistrar:(nonnull id<FlutterPluginRegistrar>)registrar;
47 - (void)handleMethodCall:(nonnull FlutterMethodCall*)call result:(nonnull FlutterResult)result;
DFlutterDartProject.h29 - (nonnull instancetype)initWithPrecompiledDartBundle:(nullable NSBundle*)bundle
/third_party/flutter/skia/third_party/externals/imgui/examples/example_apple_metal/Shared/
DRenderer.h6 -(nonnull instancetype)initWithView:(nonnull MTKView *)view;
/third_party/boost/boost/test/tools/
Dassertion_result.hpp45 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/
DFlutterPluginAppLifeCycleDelegate.h126 handleEventsForBackgroundURLSession:(nonnull NSString*)identifier
127 completionHandler:(nonnull void (^)(void))completionHandler;
DFlutterPlugin.h152 handleEventsForBackgroundURLSession:(nonnull NSString*)identifier
153 completionHandler:(nonnull void (^)(void))completionHandler;
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/
Dtest_https_get_parallel_threads.c58 static int nonnull; in https_transfer_thread_adapter() local
68 return &nonnull; in https_transfer_thread_adapter()
Dtest_https_get_parallel.c57 static int nonnull; in https_transfer_thread_adapter() local
67 return &nonnull; in https_transfer_thread_adapter()
/third_party/boost/boost/logic/
Dtribool.hpp78 void nonnull() {}; in nonnull() function
125 return value == true_value? &dummy::nonnull : 0; in operator safe_bool()

1234