Lines Matching refs:parent
82 * their own class/struct and then be merged into the parent group
95 * The constructor takes two parameters, a parent and a name. The
96 * parent group should typically be specified. However, there are
97 * special cases where the parent group may be null. One such
99 * binding of the group parent.
102 * parent group instead of creating a sub-group. Stats belonging
104 * the parent group.
106 * @param parent Parent group to associate this object to.
108 * with the parent group.
110 Group(Group *parent, const char *name = nullptr);
159 * This is called on a parent group by the child when it is being
160 * merged into the parent.
165 /** Parent pointer if merged into parent */