Home
last modified time | relevance | path

Searched defs:readwrite (Results 1 – 25 of 33) sorted by relevance

12

/external/protobuf/objectivec/google/protobuf/
DWrappers.pbobjc.h44 @property(nonatomic, readwrite) double value; in property() argument
60 @property(nonatomic, readwrite) float value; in property() argument
76 @property(nonatomic, readwrite) int64_t value; in property() argument
92 @property(nonatomic, readwrite) uint64_t value; in property() argument
108 @property(nonatomic, readwrite) int32_t value; in property() argument
124 @property(nonatomic, readwrite) uint32_t value; in property() argument
140 @property(nonatomic, readwrite) BOOL value; in property() argument
156 @property(nonatomic, readwrite, copy, null_resettable) NSString *value; in property() argument
DType.pbobjc.h334 @property(nonatomic, readwrite, copy, null_resettable) NSString *name; in property() argument
/external/clang/test/SemaObjC/
Dduplicate-property-class-extension.m10 @property (readwrite) char foo; // expected-note 2 {{property declared here}} category
16 @property (readwrite) char foo; // expected-error {{property has a previous declaration}} category
Dcontinuation-class-property.m18 @property (readwrite, copy) id foos; category
22 @property (readwrite, copy) id foos; category
41 @property (readwrite) NSString *foo; // expected-error {{type of property 'NSString *' in class ext… category
Dsynthesize-setter-contclass.m13 @property (readwrite) int itIsOrItAint; category
Diboutlet.m34 @property( readwrite ) __attribute__((iboutlet)) UILabel *autoReadOnlyReadWrite; category
Dproperty-in-class-extension.m32 @property (readwrite, assign) NSObject *bar; category
Dproperty-category-1.m17 @property(readwrite) int object; category
Dcontinuation-class-err.m14 @property(readwrite, copy) id object; // Ok. declaring memory model in class extension - primary ha… category
Dproperty-atomic-redecl.m33 @property (readwrite) A *property; category
Dproperty-8.m65 @property(readwrite, retain) _XCOQQuery *query; category
Darc-property-decl-attrs.m118 @property (readwrite) id prop; category
Darc-decls.m153 @property (readwrite, weak) ControllerClass *controller; // expected-warning {{primary property dec… category
Ddefault-synthesize-3.m66 @property (readwrite) char isFoo; // expected-warning {{auto property synthesis will not synthesize… category
/external/clang/test/Index/
Dproperties-class-extensions.m19 @property (readwrite) id bar; category
31 @property (readwrite) Rdar8467189_Bar *Rdar8467189_Bar; category
Doverrides.m70 @property (readwrite) id prop2; category
/external/walt/ios/WALT/
DWALTAppDelegate.m26 @property (readwrite, nonatomic) WALTClient *client; category
DMIDIEndpoint.m20 @property (readwrite, nonatomic, assign) MIDIEndpointRef endpoint; category
DMIDIClient.m27 @property (readwrite, nonatomic) MIDISource *source; category
DWALTClient.m76 @property (readwrite, nonatomic, getter=isConnected) BOOL connected; category
/external/clang/test/PCH/
Dchain-categories2.m40 @property (readwrite,assign) id prop1; category
Dchain-categories.m42 @property (readwrite,nonatomic) int intProp; category
/external/clang/test/CodeGenObjC/
Dcontinuation-class.m17 @property(readwrite) int object; category
/external/clang/test/SemaObjCXX/
Dproperty-synthesis-error.mm19 @property (readwrite, retain) NSMutableArray * array; category
/external/clang/test/Analysis/
Dproperties.m230 @property (readwrite) int someProp; category
261 @property (readwrite) int someProp; category
285 @property (readwrite) int someProp; category

12