Searched refs:m_numLeft (Results 1 – 1 of 1) sorted by relevance
76 int m_numLeft; member in tcu::RandomValueIterator83 , m_numLeft (numLeft) in RandomValueIterator()91 DE_ASSERT(m_numLeft > 0); in operator ++()93 m_numLeft -= 1; in operator ++()110 …return (m_numLeft == 0 && other.m_numLeft == 0) || (m_numLeft == other.m_numLeft && m_rnd == other… in operator ==()116 …return !(m_numLeft == 0 && other.m_numLeft == 0) && (m_numLeft != other.m_numLeft || m_rnd != othe… in operator !=()