Home
last modified time | relevance | path

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

/trunk/main/soltools/ldump/
H A Dhashtbl.cxx35 enum ETag { TAG_EMPTY, TAG_USED, TAG_DELETED }; enumerator
42 HashItem() { m_Tag = TAG_EMPTY; m_Key = NULL; m_pObject = NULL; } in HashItem()
49 { return m_Tag == TAG_DELETED || m_Tag == TAG_EMPTY; } in IsEmpty()
52 { return m_Tag == TAG_EMPTY; } in IsFree()
/trunk/main/tools/workben/
H A Dhashtbl.cxx37 enum ETag { TAG_EMPTY, TAG_USED, TAG_DELETED }; enumerator
44 HashItem() { m_Tag = TAG_EMPTY; m_pObject = NULL; } in HashItem()
50 { return m_Tag == TAG_DELETED || m_Tag == TAG_EMPTY; } in IsEmpty()
53 { return m_Tag == TAG_EMPTY; } in IsFree()

Completed in 16 milliseconds