Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_FrameHeap.h63 typedef ut::LinkList< Block, offsetof(Block,m_Link)> BlockList; typedef
70 const BlockList& GetBlockList() const { return m_BlockList; } in GetBlockList()
77 BlockList m_BlockList;
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_FrameHeap.cpp399 BlockList::Iterator itr = m_BlockList.GetEndIter(); in ~Section()
411 for ( BlockList::Iterator itr = m_BlockList.GetBeginIter(); in Dump()
414 BlockList::Iterator curItr = itr++; in Dump()