Home
last modified time | relevance | path

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

12

/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
/external/webrtc/sdk/objc/native/src/
Dobjc_video_track_source.mm21 @property(nonatomic) webrtc::ObjCVideoTrackSource *objCVideoTrackSource; category
/external/webrtc/examples/objc/AppRTCMobile/ios/
DARDFileCaptureController.m17 @property(nonatomic, strong) RTC_OBJC_TYPE(RTCFileVideoCapturer) * fileCapturer; category
/external/tflite-support/tensorflow_lite_support/ios/task/text/nlclassifier/Sources/
DTFLBertNLClassifier.m24 @property(nonatomic) BertNLClassifier *bertNLClassifier; category
DTFLNLClassifier.m33 @property(nonatomic) NLClassifier *nlClassifier; category
/external/clang/test/SemaObjCXX/
Dproperty-type-mismatch.mm29 @property (nonatomic, setter=_setProperty:) C *property; // okay category
/external/tflite-support/tensorflow_lite_support/ios/task/text/qa/Sources/
DTFLBertQuestionAnswerer.m28 @property(nonatomic) BertQuestionAnswerer *bertQuestionAnswerer; category
/external/deqp/framework/platform/ios/
DtcuIOSViewController.m32 @property (nonatomic, assign) CADisplayLink *displayLink; category
/external/webrtc/sdk/objc/components/video_codec/
DRTCH264ProfileLevelId.mm81 @property(nonatomic, assign) RTCH264Profile profile; category
/external/webrtc/examples/objcnativeapi/objc/
DNADViewController.mm27 @property(nonatomic) RTC_OBJC_TYPE(RTCCameraVideoCapturer) * capturer; category
/external/webrtc/sdk/objc/components/capturer/
DRTCFileVideoCapturer.m33 () @property(nonatomic, assign) CMTime lastPresentationTime; category
/external/tensorflow/tensorflow/lite/objc/apps/TestApp/TestApp/
DViewController.m74 @property(nonatomic) dispatch_queue_t interpreterSerialQueue; category
/external/tensorflow/tensorflow/lite/objc/sources/
DTFLTensor.m32 @property(nonatomic) TFLTensorType type; category
DTFLInterpreter.mm48 @property(nonatomic, nullable) TfLiteInterpreter *interpreter; category

12