Lines Matching defs:h
59 static size_t getHandleIndex(EntityHandle h) { in getHandleIndex()
63 static size_t getHandleGeneration(EntityHandle h) { in getHandleGeneration()
69 static size_t getHandleType(EntityHandle h) { in getHandleType()
86 static EntityHandle withIndex(EntityHandle h, size_t i) { in withIndex()
90 static EntityHandle withGeneration(EntityHandle h, size_t nextGen) { in withGeneration()
94 static EntityHandle withType(EntityHandle h, size_t newType) { in withType()
275 void remove(EntityHandle h) { in remove()
302 Item* get(EntityHandle h) { in get()
317 const Item* get_const(EntityHandle h) const { in get_const()
327 bool isLive(EntityHandle h) const { in isLive()
438 ComponentHandle getComponentHandle(EntityHandle h) const { in getComponentHandle()
444 EntityHandle getEntityHandle(ComponentHandle h) const { in getEntityHandle()
448 void removeByEntity(EntityHandle h) { in removeByEntity()
453 void removeByComponent(ComponentHandle h) { in removeByComponent()
464 Data* getByEntity(EntityHandle h) { in getByEntity()
468 Data* getByComponent(ComponentHandle h) { in getByComponent()
524 EntityHandle add(EntityHandle h, const Data& data) { in add()
543 void remove(EntityHandle h) { in remove()
549 Data* get(EntityHandle h) { in get()
561 const Data* get_const(EntityHandle h) const { in get_const()
592 static size_t indexOfEntity(EntityHandle h) { in indexOfEntity()