Searched refs:compareValueRangesAllTrue (Results 1 – 1 of 1) sorted by relevance
33 bool compareValueRangesAllTrue (const ConstValueRangeAccess& a, const ConstValueRangeAccess& b) in compareValueRangesAllTrue() function42 if (!compareValueRangesAllTrue<CompareOp>(a.member(ndx), b.member(ndx))) in compareValueRangesAllTrue()51 if (!compareValueRangesAllTrue<CompareOp>(a.arrayElement(ndx), b.arrayElement(ndx))) in compareValueRangesAllTrue()145 return compareValueRangesAllTrue<CompareIntersection>(*this, other); in intersects()150 return compareValueRangesAllTrue<CompareIsSubsetOf>(*this, other); in isSubsetOf()