Searched defs:children (Results 1 – 7 of 7) sorted by relevance
19 class MergedCodebase(val children: List<Codebase>) constant in com.android.tools.metalava.model.MergedCodebase
20 val children: List<SliceGroup> constant
574 val children = getChildren(annotationElement) in createAnnotation() constant601 val children = getChildren(annotationElement) in createAnnotation() constant680 val children = getChildren(annotationElement) in createAnnotation() constant709 val children = getChildren(annotationElement) in createAnnotation() constant738 val children = getChildren(annotationElement) in createAnnotation() constant
485 val children = item.children in removeDuplicates() constant568 val children: MutableList<ItemTree> = mutableListOf() constant in com.android.tools.metalava.CodebaseComparator.ItemTree
69 override val children: List<SliceGroup> constant in trebuchet.model.fragments.SliceGroupBuilder.MutableSliceGroup
38 repeated ChildReference children = 3; field
114 NodeList children = nodeList.item(0).getChildNodes(); in parseList() local