Home | History | Annotate | Download | only in Framework

Lines Matching defs:children

42 - (AMutableArray *)children;
48 // is nil, add all children of t to this' children.
58 // Indicates the node is a nil node but may still have children, meaning
79 - (id) copyWithZone:(NSZone *)aZone; // the children themselves are not copied here!
98 @property (retain) AMutableArray *children;
105 __strong AMutableArray *children;
117 - (AMutableArray *)children;
125 // is nil, add all children of t to this' children.
134 // Indicates the node is a nil node but may still have children, meaning
173 @property (retain) AMutableArray *children;