Lines Matching refs:std

40 ErrCode SceneDelegate::GetCurrentComponentInfo(std::shared_ptr<ComponentTree> componentinfo,
41 std::vector<std::shared_ptr<ComponentTree>> &componentlist)
51 auto componenttree = std::static_pointer_cast<ComponentTree>(it);
71 std::static_pointer_cast<ComponentTree>(componentinfo)->IsVisible() &&
72 IsComponentInScreen(std::static_pointer_cast<ComponentTree>(componentinfo))) {
74 componentType_.push_back(std::static_pointer_cast<ComponentTree>(componentinfo)->GetType());
95 std::vector<std::shared_ptr<ComponentTree>> allcomponentlist;
103 std::shared_ptr<WuKongTree> currentpage = treemanager->GetCurrentPage();
149 ErrCode SceneDelegate::CompareComponentInfos(std::shared_ptr<ComponentTree> &newcomponentinfo,
150 std::shared_ptr<ComponentTree> &oldcomponentinfo, bool isRandom)
156 std::vector<std::shared_ptr<ComponentTree>> newChildList;
160 std::vector<std::shared_ptr<ComponentTree>> currentChildList;
196 ErrCode SceneDelegate::SetAvailableComponentList(std::shared_ptr<ComponentTree> componentinfo, bool isRandom)
202 std::vector<std::shared_ptr<ComponentTree>> componentlist;
203 std::shared_ptr<ComponentTree> inputcomponent = nullptr;
226 uint32_t SceneDelegate::FindSame(const std::vector<std::shared_ptr<ComponentTree>> &newcomponentlist,
227 const std::vector<std::shared_ptr<ComponentTree>> &oldcomponentlist)
245 std::shared_ptr<WuKongTree> currentpage = treemanager->GetCurrentPage();
278 std::shared_ptr<WuKongTree> currentpage = treemanager->GetCurrentPage();
303 std::static_pointer_cast<PageTree>(parentpage)->GetCurrentComponentNode());
316 bool SceneDelegate::IsComponentInScreen(const std::shared_ptr<ComponentTree> componentinfo)