Searched defs:GroupState (Results 1 – 1 of 1) sorted by relevance
193 struct GroupState struct in xe::ConstTestNodeIterator195 GroupState (const TestGroup* group_) : group(group_), childNdx(0) {} in GroupState() function197 const TestGroup* group;198 int childNdx;200 bool operator!= (const GroupState& other) const in operator !=()205 bool operator== (const GroupState& other) const in operator ==()