Searched refs:m_buildTree (Results 1 – 1 of 1) sorted by relevance
138 std::vector<BuilComponent> m_buildTree; member in tcu::WaiverTreeBuilder301 for (deUint32 componentIndex = 1 ; componentIndex < m_buildTree.size() ; ++componentIndex) in findComponentInBuildTree()303 const BuilComponent& componentInTree = m_buildTree[componentIndex]; in findComponentInBuildTree()318 if (pathComponents[reverseLevel] != m_buildTree[ancestorInTreeIndex].name) in findComponentInBuildTree()322 ancestorInTreeIndex = m_buildTree[ancestorInTreeIndex].parentIndex; in findComponentInBuildTree()348 m_buildTree.emplace_back("root", DE_NULL); in buildTreeFromPathList()370 m_buildTree.emplace_back(componentName, parentIndex); in buildTreeFromPathList()374 componentIndex = static_cast<deUint32>(m_buildTree.size() - 1); in buildTreeFromPathList()375 m_buildTree[parentIndex].childrenIndex.push_back(componentIndex); in buildTreeFromPathList()383 if (m_buildTree.empty()) in constructFinalTree()[all …]