Searched defs:VmaPoolListItemTraits (Results 1 – 2 of 2) sorted by relevance
11101 struct VmaPoolListItemTraits struct11103 typedef VmaPool_T ItemType;11105 static ItemType* GetPrev(const ItemType* item) { return item->m_PrevPool; } in GetPrev()11106 static ItemType* GetNext(const ItemType* item) { return item->m_NextPool; } in GetNext()11107 static ItemType*& AccessPrev(ItemType* item) { return item->m_PrevPool; } in AccessPrev()11108 static ItemType*& AccessNext(ItemType* item) { return item->m_NextPool; } in AccessNext()
11127 struct VmaPoolListItemTraits struct11129 typedef VmaPool_T ItemType;11131 static ItemType* GetPrev(const ItemType* item) { return item->m_PrevPool; } in GetPrev()11132 static ItemType* GetNext(const ItemType* item) { return item->m_NextPool; } in GetNext()11133 static ItemType*& AccessPrev(ItemType* item) { return item->m_PrevPool; } in AccessPrev()11134 static ItemType*& AccessNext(ItemType* item) { return item->m_NextPool; } in AccessNext()