Searched refs:beginChildIndex (Results 1 – 3 of 3) sorted by relevance
120 size_t beginChildIndex; member
645 if (chunk.beginChildIndex == chunk.endChildIndex) return; in buildZSortedChildList()647 for (unsigned int i = chunk.beginChildIndex; i < chunk.endChildIndex; i++) { in buildZSortedChildList()
545 newChunk.beginChildIndex = newChunk.endChildIndex = nextChildIndex; in addOpAndUpdateChunk()