Home
last modified time | relevance | path

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

/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libgui/src/graphics/
H A Drowatlasallocator.cpp225 QHash<Id, Slot *> slotsById; // not owned in DENG2_PIMPL() member
345 slotsById.insert(slot->id, slot); in DENG2_PIMPL()
410 DENG2_ASSERT(slotsById.contains(id)); in DENG2_PIMPL()
413 Slot *slot = slotsById.take(id); in DENG2_PIMPL()