Searched refs:componentTree (Results 1 – 3 of 3) sorted by relevance
77 auto componentTree = TreeManager::GetInstance()->GetNewComponents(); in SetNodeId() local78 if (componentTree->GetNodeId() == 0) { in SetNodeId()82 if (componentTree->GetParent() != nullptr) { in SetNodeId()97 RecursStatistics(componentTree); in SetNodeId()99 uint32_t twoWidth = componentTree->GetChildren().size(); in SetNodeId()
86 bool TreeManager::RecursComponent(const std::shared_ptr<ComponentTree>& componentTree) in RecursComponent() argument91 if (componentTree == nullptr) { in RecursComponent()94 auto children = componentTree->GetChildren(); in RecursComponent()96 auto elementInfo = GetNewElementInfoList(componentTree->GetIndex()); in RecursComponent()99 … componentTree->GetIndex(), componentTree->GetNodeId(), componentTree->GetInputCount(), in RecursComponent()102 …G_STR("Component Node Indxe:(%d), NodeId:(0x%016llX), input count:(%u)", componentTree->GetIndex(), in RecursComponent()103 componentTree->GetNodeId(), componentTree->GetInputCount()); in RecursComponent()
175 bool RecursComponent(const std::shared_ptr<ComponentTree>& componentTree);