Lines Matching full:property
32 @property (strong) id prop;
59 @property (weak) I3 * pw1, * pw2;
60 @property (strong) I3 * ps;
61 @property (assign) I3 * pds;
70 @property (weak) I4Impl * pw1, * pw2;
71 @property (strong) I4Impl * ps;
72 @property (strong) I4Impl * pds;
73 @property (strong) I4Impl * pds2;
74 @property (readwrite) I4Impl * pds3;
75 @property (readonly) I4Impl * pds4;
76 @property (weak, readonly) I4Impl *pw3;
77 @property (weak) I4Impl *pw4;
90 @property (strong) id assign_prop;
91 @property (strong, readonly) id strong_readonly_prop;
92 @property (weak) id weak_prop;