Home
last modified time | relevance | path

Searched refs:IterateChildren (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dhierarchy_controller.cpp101 void IterateChildren(const BASE_NS::vector<T>& children, bool reverse, Callback&& callback) in IterateChildren() function
118 IterateChildren(container->GetAll(), reverse, callback); in IterateHierarchy()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dstartable_object_controller.cpp125 void IterateChildren(const BASE_NS::vector<T>& children, bool reverse, Callback&& callback) in IterateChildren() function
142 IterateChildren(container->GetAll(), reverse, callback); in IterateHierarchy()
156IterateChildren(container->GetAll<ObjectType>(), reverse, BASE_NS::forward<Callback>(callback)); in IterateAttachments()