Lines Matching full:property
26 @property (strong) id prop;
46 @property (weak) I3 * pw1, * pw2;
47 @property (strong) I3 * ps;
48 @property (assign) I3 * pds;
57 @property (weak) I4Impl * pw1, * pw2;
58 @property (strong) I4Impl * ps;
59 @property (strong) I4Impl * pds;
60 @property (strong) I4Impl * pds2;
61 @property (readwrite) I4Impl * pds3;
62 @property (readonly) I4Impl * pds4;
63 @property (weak, readonly) I4Impl *pw3;
64 @property (weak) I4Impl *pw4;
77 @property (strong) id assign_prop;
78 @property (strong, readonly) id strong_readonly_prop;
79 @property (weak) id weak_prop;