Home | History | Annotate | Download | only in ARCMT

Lines Matching full:property

25 @property (readonly) Foo *x;
26 @property (assign) Foo *w;
27 @property Foo *q1, *q2;
28 @property (assign) WeakOptOut *oo;
29 @property (assign) BadClassForWeak bcw;
30 @property (assign) id not_safe1;
31 @property () NSObject *not_safe2;
32 @property Forw *not_safe3;
33 @property (readonly) Foo *assign_plus1;
34 @property (readonly) Foo *assign_plus2;
35 @property (readonly) Foo *assign_plus3;
37 @property (assign) Foo *no_user_ivar1;
38 @property (readonly) Foo *no_user_ivar2;
40 @property (retain) id def1;
41 @property (atomic,retain) id def2;
42 @property (retain,atomic) id def3;
60 @property (retain,readonly) TestExt *x1;
61 @property (readonly) TestExt *x2;
65 @property (retain,readwrite) TestExt *x1;
66 @property (readwrite) TestExt *x2;
67 @property (retain) TestExt *x3;