Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_listener.h83 entities_[entity.id].push_back(ComponentProxy::Create(manager, object)); in SCENE_BEGIN_NAMESPACE()
99 entities_[entity.id].push_back(ComponentProxy::Create(manager, object)); in SCENE_BEGIN_NAMESPACE()
203 struct ComponentProxy { in SCENE_BEGIN_NAMESPACE() struct
204 static BASE_NS::shared_ptr<ComponentProxy> Create( in SCENE_BEGIN_NAMESPACE() argument
207 return BASE_NS::shared_ptr<ComponentProxy> { new ComponentProxy { &cm, entity, 1 } }; in SCENE_BEGIN_NAMESPACE()
214 … BASE_NS::unordered_map<uint64_t, BASE_NS::vector<BASE_NS::shared_ptr<ComponentProxy>>> entities_; in SCENE_BEGIN_NAMESPACE()