Home
last modified time | relevance | path

Searched defs:GroupState (Results 1 – 2 of 2) sorted by relevance

/external/deqp/executor/
DxeTestCase.hpp193 struct GroupState struct in xe::ConstTestNodeIterator
195 GroupState (const TestGroup* group_) : group(group_), childNdx(0) {} in GroupState() function
197 const TestGroup* group;
198 int childNdx;
200 bool operator!= (const GroupState& other) const in operator !=()
205 bool operator== (const GroupState& other) const in operator ==()
/external/rust/crates/regex-syntax/src/ast/
Dparse.rs280 enum GroupState { enum