Home
last modified time | relevance | path

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

12

/external/protobuf/objectivec/
DGPBWrappers.pbobjc.h53 @property(nonatomic, readwrite) double value; in property() argument
71 @property(nonatomic, readwrite) float value; in property() argument
89 @property(nonatomic, readwrite) int64_t value; in property() argument
107 @property(nonatomic, readwrite) uint64_t value; in property() argument
125 @property(nonatomic, readwrite) int32_t value; in property() argument
143 @property(nonatomic, readwrite) uint32_t value; in property() argument
161 @property(nonatomic, readwrite) BOOL value; in property() argument
179 @property(nonatomic, readwrite, copy, null_resettable) NSString *value; in property() argument
DGPBType.pbobjc.h381 @property(nonatomic, readwrite, copy, null_resettable) NSString *name; in property() argument
/external/cronet/tot/third_party/protobuf/objectivec/
DGPBWrappers.pbobjc.h53 @property(nonatomic, readwrite) double value; in property() argument
71 @property(nonatomic, readwrite) float value; in property() argument
89 @property(nonatomic, readwrite) int64_t value; in property() argument
107 @property(nonatomic, readwrite) uint64_t value; in property() argument
125 @property(nonatomic, readwrite) int32_t value; in property() argument
143 @property(nonatomic, readwrite) uint32_t value; in property() argument
161 @property(nonatomic, readwrite) BOOL value; in property() argument
179 @property(nonatomic, readwrite, copy, null_resettable) NSString *value; in property() argument
DGPBType.pbobjc.h381 @property(nonatomic, readwrite, copy, null_resettable) NSString *name; in property() argument
/external/cronet/stable/third_party/protobuf/objectivec/
DGPBWrappers.pbobjc.h53 @property(nonatomic, readwrite) double value; in property() argument
71 @property(nonatomic, readwrite) float value; in property() argument
89 @property(nonatomic, readwrite) int64_t value; in property() argument
107 @property(nonatomic, readwrite) uint64_t value; in property() argument
125 @property(nonatomic, readwrite) int32_t value; in property() argument
143 @property(nonatomic, readwrite) uint32_t value; in property() argument
161 @property(nonatomic, readwrite) BOOL value; in property() argument
179 @property(nonatomic, readwrite, copy, null_resettable) NSString *value; in property() argument
DGPBType.pbobjc.h381 @property(nonatomic, readwrite, copy, null_resettable) NSString *name; in property() argument
/external/clang/test/SemaObjC/
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
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
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
/external/jackson-databind/src/test/java/com/fasterxml/jackson/failing/
DRequireSetterForGetter736Test.java11 private int readwrite; field in RequireSetterForGetter736Test.DataB
21 public void setReadwrite(int readwrite) { in setReadwrite()
/external/clang/test/Index/
Dproperties-class-extensions.m19 @property (readwrite) id bar; category
31 @property (readwrite) Rdar8467189_Bar *Rdar8467189_Bar; category
/external/pytorch/aten/src/ATen/mps/
DMPSStream.mm8 @property(readwrite, atomic) BOOL enableCommitAndContinue; category
/external/executorch/backends/apple/mps/runtime/
DMPSStream.mm11 @property (readwrite, atomic) BOOL enableCommitAndContinue; 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
/external/pytorch/aten/src/ATen/native/mps/
DMPSGraphVenturaOps.h28 @property (readwrite, nonatomic) NSUInteger groups; in property() argument
/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

12