Searched full:property1 (Results 1 – 18 of 18) sorted by relevance
14 D Property1; field16 @property D Property1; property22 @synthesize Property1;23 - (D) val { return Property1; }24 - (void) set : (D) d1 { Property1 = d1; }
19 private int property1; field in ComponentBean23 return property1; in getProperty1()26 public void setProperty1(int property1) { in setProperty1() argument27 this.property1 = property1; in setProperty1()
1 // RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/property1.m6 // CHECK: property1.m:10:28: note: declared here with type 'float'8 // CHECK: property1.m:10:28: note: instance method 'Prop1' also declared here9 // CHECK: property1.m:28:21: error: property 'Prop2' is synthesized to different ivars in different…11 // CHECK: property1.m:29:10: error: property 'Prop3' is implemented with @dynamic in one translatio…
25 @property int Property1; property29 int Property1;35 @synthesize Property1; // OK
11 @property(weak) NSFoo *property1; property23 foo (self.property1); // no warning because nothing is inferred
67 @property char Property1; // expected-warning {{auto property synthesis will not synthesize propert… property76 @synthesize Property2 = Property1; // expected-note {{property synthesized here}}
42 @property(nonnull,retain) NSFoo *property1; property63 …bar.property1 = 0; // expected-warning{{null passed to a callee that requires a non-null argument}}67 …int *ptr = bar.property1; // expected-warning{{incompatible pointer types initializing 'int *' wit…
4 property1: 08 property1: 3
4 property1: 09 property1: 3
4 property1: 0
37 this.property1 = 'value1';45 assertEquals('value1', instance.property1);52 assertEquals('value1', instance2.property1);
116 "property1": {"type": "boolean"} in TEST_F()141 "property1": {"type": "boolean"} in TEST_F()161 "property1": {"type": "boolean"} in TEST_F()181 "property1": {"type": "boolean"} in TEST_F()208 "property1": {"type": "boolean"} in TEST_F()228 "property1": {"type": "boolean"} in TEST_F()252 "property1": {"type": "boolean"} in TEST_F()268 "property1": {"type": "boolean"} in TEST_F()315 "property1": {"type": "boolean"} in TEST_F()337 "property1": {"type": "boolean"} in TEST_F()
12 @property (retain,nonnull) id property1;
53 testNamedNonEnumerableProperty('property1', 'value');
70 * type property1;
72 * type property1;
80 * type property1;
28 my_interface->AddProperty("Property1", &prop1_);