Lines Matching full:child
4 SBValue supports iteration through its child, which in turn is represented
49 Get a child value by index from a value.
51 Structs, unions, classes, arrays and pointers have child
54 Structs and unions access child members using a zero based index
55 for each child member. For
62 points to a simple type, the child at index zero
63 is the only child value available, unless synthetic_allowed
65 and can create 'synthetic' child values using positive or
69 of the child values within the aggregate type. For example if
71 pointer to a 'Point' type, then the child at index zero will be
72 the 'x' member, and the child at index 1 will be the 'y' member
73 (the child at index zero won't be a 'Point' instance).
81 index and will returns invalid child values for indexes that are
83 case the array can create 'synthetic' child values for indexes
88 The index of the child value to get
93 type of the child value.
96 If true, then allow child values to be created by index
101 A new SBValue object that represents the child member value."
105 Returns the child member index.
111 The name of the child value to get
114 An index to the child member value."
118 Returns the child member value.
120 Matches child members of this object and child members of any base
124 The name of the child value to get
129 type of the child value.
132 A new SBValue object that represents the child member value."