Home
last modified time | relevance | path

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

/AOO41X/main/tools/source/memtools/
H A Dunqidx.cxx459 ImpUniqueId * pEle = (ImpUniqueId *)First(); in UniqueIdContainer()
463 pEle = (ImpUniqueId *)Next(); in UniqueIdContainer()
485 ImpUniqueId * pEle = (ImpUniqueId *)First(); in operator =()
489 pEle = (ImpUniqueId *)Next(); in operator =()
509 ImpUniqueId* pId = (ImpUniqueId*)Last(); in Clear()
515 ((ImpUniqueId *)Remove( pId->nId ))->Release(); in Clear()
517 pId = (ImpUniqueId *)Last(); in Clear()
519 pId = (ImpUniqueId *)Prev(); in Clear()
523 pId = (ImpUniqueId *)Prev(); in Clear()
548 ImpUniqueId * pId = new ImpUniqueId; in CreateId()
[all …]
/AOO41X/main/tools/inc/tools/
H A Dunqid.hxx33 struct ImpUniqueId struct
53 ImpUniqueId* pId; argument
55 UniqueItemId( ImpUniqueId * pIdP ) in UniqueItemId()