Searched refs:GroupState (Results 1 – 2 of 2) sorted by relevance
193 struct GroupState struct in xe::ConstTestNodeIterator195 GroupState (const TestGroup* group_) : group(group_), childNdx(0) {} in GroupState() function200 bool operator!= (const GroupState& other) const in operator !=() argument205 bool operator== (const GroupState& other) const in operator ==() argument212 std::vector<GroupState> m_iterStack;
439 iter.m_iterStack.push_back(GroupState(DE_NULL)); in begin()459 m_iterStack.push_back(GroupState(static_cast<const TestGroup*>(curNode))); in operator ++()