Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_FrameHeap.h65 typedef ut::LinkList< Block, offsetof(Block,m_Link)> BlockList; typedef
72 const BlockList& GetBlockList() const { return m_BlockList; } in GetBlockList()
79 BlockList m_BlockList;
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_FrameHeap.cpp422 BlockList::Iterator itr = m_BlockList.GetEndIter(); in ~Section()
434 for ( BlockList::Iterator itr = m_BlockList.GetBeginIter(); in Dump()
437 BlockList::Iterator curItr = itr++; in Dump()