Searched refs:childrenCount (Results 1 – 2 of 2) sorted by relevance
66 const int childrenCount = node->GetChildrenCount(); in buildInspectorObjectFor() local67 if (childrenCount) { in buildInspectorObjectFor()69 for (int i = 0; i < childrenCount; i++) in buildInspectorObjectFor()109 const int childrenCount = node->GetChildrenCount(); in flattenNodesTree() local110 for (int i = 0; i < childrenCount; i++) in flattenNodesTree()
405 uint8_t childrenCount = *CurrPtr++; in processExportNode() local406 if (childrenCount == 0) in processExportNode()409 Entry.Children.insert(Entry.Children.begin(), (size_t)childrenCount, in processExportNode()