Home
last modified time | relevance | path

Searched defs:nonatomic (Results 1 – 8 of 8) sorted by relevance

/third_party/protobuf/objectivec/
DGPBWrappers.pbobjc.h65 @property(nonatomic, readwrite) double value; in property() argument
83 @property(nonatomic, readwrite) float value; in property() argument
101 @property(nonatomic, readwrite) int64_t value; in property() argument
119 @property(nonatomic, readwrite) uint64_t value; in property() argument
137 @property(nonatomic, readwrite) int32_t value; in property() argument
155 @property(nonatomic, readwrite) uint32_t value; in property() argument
173 @property(nonatomic, readwrite) BOOL value; in property() argument
191 @property(nonatomic, readwrite, copy, null_resettable) NSString *value; in property() argument
DGPBStruct.pbobjc.h103 @property(nonatomic, readonly) NSUInteger fields_Count; in property() argument
DGPBType.pbobjc.h393 @property(nonatomic, readwrite, copy, null_resettable) NSString *name; in property() argument
/third_party/flutter/flutter/examples/flutter_view/ios/Runner/
DMainViewController.m13 @property (nonatomic) NativeViewController* nativeViewController; category
/third_party/flutter/skia/third_party/externals/imgui/examples/example_apple_metal/Shared/
DRenderer.mm13 @property (nonatomic, strong) id <MTLDevice> device; category
DViewController.mm11 @property (nonatomic, readonly) MTKView *mtkView; category
/third_party/vk-gl-cts/framework/platform/ios/
DtcuIOSViewController.m32 @property (nonatomic, assign) CADisplayLink *displayLink; category
/third_party/protobuf/objectivec/Tests/
Dunittest_objc.proto157 optional bool nonatomic = 204; field