Home
last modified time | relevance | path

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

/external/protobuf/objectivec/google/protobuf/
DWrappers.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
DStruct.pbobjc.h103 @property(nonatomic, readonly) NSUInteger fields_Count; in property() argument
DType.pbobjc.h393 @property(nonatomic, readwrite, copy, null_resettable) NSString *name; in property() argument
/external/clang/test/SemaObjC/
Dtentative-property-decl.m23 @property(nonatomic, copy, readwrite) NSString *prop; category
41 @property(nonatomic, copy, readwrite) NSString *prop; category
Dproperty-atomic-redecl.m12 @property (nonatomic,readwrite,retain) A *property; category
42 @property (nonatomic,readwrite,retain) A *property; // expected-warning{{'atomic' attribute on prop… category
Derr-ivar-access-in-class-method.m15 @property (nonatomic,retain) id foo; category
Dnarrow-property-type-in-cont-class.m16 @property(nonatomic,readwrite,retain) NSMutableArray* outline; category
DContClassPropertyLookup.m28 @property (nonatomic, readonly) id title; category
Dproperty-3.m41 @property (nonatomic, assign, getter=wasAvailable) int available; // expected-warning{{getter name … category
Dcontinuation-class-property.m59 @property (nonatomic, readwrite, assign) struct evhttp_request *httpRequest; category
Dproperty-9.m121 @property (nonatomic, weak, readwrite) FRFakeBannerView *bannerView; category
Dproperty-deprecated-warning.m14 @property(nonatomic,assign) id partialPtarget __attribute__((availability(ios,introduced=5.0))); category
Darc.m563 @property (nonatomic, assign) __strong id b; // expected-error {{unsafe_unretained property 'b' may… category
/external/clang/test/SemaObjCXX/
Dproperty-type-mismatch.mm29 @property (nonatomic, setter=_setProperty:) C *property; // okay category
/external/webrtc/talk/app/webrtc/objctests/
DRTCSessionDescriptionSyncObserver.m39 @property(nonatomic, strong) NSCondition* condition; category
/external/deqp/framework/platform/ios/
DtcuIOSViewController.m32 @property (nonatomic, assign) CADisplayLink *displayLink; category
/external/tensorflow/tensorflow/lite/experimental/objc/apps/TestApp/TestApp/
DViewController.m70 @property(nonatomic) dispatch_queue_t interpreterSerialQueue; category
/external/tensorflow/tensorflow/lite/experimental/objc/sources/
DTFLTensor.m32 @property(nonatomic) TFLTensorType type; category
DTFLInterpreter.mm46 @property(nonatomic, nullable) TfLiteInterpreter *interpreter; category
/external/protobuf/objectivec/Tests/
Dunittest_objc.proto157 optional bool nonatomic = 204; field