Home
last modified time | relevance | path

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

/hardware/google/aemu/base/include/aemu/base/containers/
DEntityManager.h405 using ComponentHandle = uint64_t; variable
407 …using ComponentIteratorFunc = std::function<void(bool, ComponentHandle componentHandle, EntityHand…
408 …using ConstComponentIteratorFunc = std::function<void(bool, ComponentHandle componentHandle, Entit…
416 ComponentHandle add(
423 auto res = static_cast<ComponentHandle>(mData.add(item, type));
438 ComponentHandle getComponentHandle(EntityHandle h) const { in getComponentHandle()
444 EntityHandle getEntityHandle(ComponentHandle h) const { in getEntityHandle()
453 void removeByComponent(ComponentHandle h) { in removeByComponent()
468 Data* getByComponent(ComponentHandle h) { in getByComponent()
503 using EntityToComponentMap = std::unordered_map<EntityHandle, ComponentHandle>;
[all …]
/hardware/google/gfxstream/guest/android-emu/aemu/base/containers/
DEntityManager.h417 using ComponentHandle = uint64_t;
419 …using ComponentIteratorFunc = std::function<void(bool, ComponentHandle componentHandle, EntityHand…
420 …using ConstComponentIteratorFunc = std::function<void(bool, ComponentHandle componentHandle, Entit…
428 ComponentHandle add(
435 auto res = static_cast<ComponentHandle>(mData.add(item, type));
450 ComponentHandle getComponentHandle(EntityHandle h) const {
456 EntityHandle getEntityHandle(ComponentHandle h) const {
465 void removeByComponent(ComponentHandle h) {
480 Data* getByComponent(ComponentHandle h) {
515 using EntityToComponentMap = std::unordered_map<EntityHandle, ComponentHandle>;
[all …]