Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
H A DtcuRandomValueIterator.hpp82 int m_numLeft; member in tcu::RandomValueIterator
89 , m_numLeft (numLeft) in RandomValueIterator()
97 DE_ASSERT(m_numLeft > 0); in operator ++()
99 m_numLeft -= 1; in operator ++()
116 return (m_numLeft == 0 && other.m_numLeft == 0) || (m_numLeft == other.m_numLeft && m_rnd == other.m_rnd); in operator ==()
122 return !(m_numLeft == 0 && other.m_numLeft in operator !=()
[all...]

Completed in 1 milliseconds