Searched refs:_children (Results 1 – 1 of 1) sorted by relevance
64 var _children: MutableList<MutableSliceGroup>? = null) : SliceGroup { variable in trebuchet.model.fragments.SliceGroupBuilder.MutableSliceGroup70 get() = _children!!85 if (_children == null) { in validate()86 _children = EmptyChildren in validate()91 if (_children == null) _children = mutableListOf() in add()92 _children!!.add(child) in add()