Searched refs:m_Pos (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
H A DGCFactory.h33 unsigned int m_Pos; member in struct:mcld::DataIteratorBase
37 : m_pChunk(X), m_Pos(pPos)
41 ++m_Pos;
42 if ((m_Pos == m_pChunk->bound) && (0 == m_pChunk->next))
44 if (m_Pos == m_pChunk->bound) {
46 m_Pos = 0;
51 { return ((this->m_pChunk == y.m_pChunk) && (this->m_Pos == y.m_Pos)); }
54 { return ((this->m_pChunk != y.m_pChunk) || (this->m_Pos != y.m_Pos)); }
[all...]

Completed in 34 milliseconds