Searched refs:componentList (Results 1 – 3 of 3) sorted by relevance
33 …Code NormalScene::SetInputComponentList(std::vector<std::shared_ptr<ComponentTree>> &componentList) in SetInputComponentList() argument41 for (auto it = componentList.begin(); it != componentList.end(); it++) { in SetInputComponentList()45 TRACK_LOG_STR("index0: %d", distance(componentList.begin(), it)); in SetInputComponentList()49 for (auto it = componentList.begin(); it != componentList.end(); it++) { in SetInputComponentList()53 … TRACK_LOG_STR("inputed count: %d, componentList size: %d", count, componentList.size()); in SetInputComponentList()55 TRACK_LOG_STR("index: %d", distance(componentList.begin(), it)); in SetInputComponentList()59 if (count >= componentList.size()) { in SetInputComponentList()60 …if ((componentList.size() == 0) || (randomNumber < ONEHUNDRED && randomNumber >= (NEWPERCENT + OLD… in SetInputComponentList()66 TRACK_LOG_STR("componentList size: %d", componentList.size()); in SetInputComponentList()69 for (auto it = componentList.begin(); it != componentList.end(); it++) { in SetInputComponentList()[all …]
30 …ErrCode SetInputComponentList(std::vector<std::shared_ptr<ComponentTree>> &componentList) override;41 ErrCode SetInputComponent(std::vector<std::shared_ptr<ComponentTree>> &componentList,
31 …tual ErrCode SetInputComponentList(std::vector<std::shared_ptr<ComponentTree>> &componentList) = 0;