Lines Matching refs:checkIntersect

182   void checkIntersect(RawRangeSet RawLHS, RawRangeSet RawRHS,  in checkIntersect()  function in __anon48c83e7c0111::RangeSetTest
187 void checkIntersect(RawRangeSet RawLHS, BaseType RawRHS, in checkIntersect() function in __anon48c83e7c0111::RangeSetTest
193 void checkIntersect(RawRangeSet RawLHS, BaseType RawLower, BaseType RawUpper, in checkIntersect() function in __anon48c83e7c0111::RangeSetTest
312 this->checkIntersect({}, 42, {}); in TYPED_TEST()
314 this->checkIntersect({{42, 42}}, 42, {{42, 42}}); in TYPED_TEST()
316 this->checkIntersect({{0, 10}, {20, 30}, {30, 40}, {50, 60}}, 42, {}); in TYPED_TEST()
317 this->checkIntersect({{0, 10}, {20, 30}, {30, 60}}, 42, {{42, 42}}); in TYPED_TEST()
326 this->checkIntersect({}, 10, 20, {}); in TYPED_TEST()
327 this->checkIntersect({}, 20, 10, {}); in TYPED_TEST()
329 this->checkIntersect({{10, 20}}, 10, 20, {{10, 20}}); in TYPED_TEST()
330 this->checkIntersect({{MIN, 10}, {20, MAX}}, 20, 10, {{MIN, 10}, {20, MAX}}); in TYPED_TEST()
332 this->checkIntersect({{10, 20}}, 21, 9, {}); in TYPED_TEST()
333 this->checkIntersect({{MIN, 9}, {21, MAX}}, 10, 20, {}); in TYPED_TEST()
335 this->checkIntersect({{0, 10}, {20, 30}, {30, 40}, {50, 60}}, 10, 35, in TYPED_TEST()
337 this->checkIntersect({{0, 10}, {20, 30}, {30, 40}, {50, 60}}, 35, 10, in TYPED_TEST()
343 this->checkIntersect({}, {}, {}); in TYPED_TEST()
344 this->checkIntersect({}, {{0, 10}}, {}); in TYPED_TEST()
345 this->checkIntersect({{0, 10}}, {}, {}); in TYPED_TEST()
347 this->checkIntersect({{0, 10}}, {{4, 6}}, {{4, 6}}); in TYPED_TEST()
348 this->checkIntersect({{0, 10}}, {{4, 20}}, {{4, 10}}); in TYPED_TEST()
350 this->checkIntersect({{0, 10}}, {{4, 4}}, {{4, 4}}); in TYPED_TEST()
353 this->checkIntersect({{0, 10}}, {{10, 10}}, {{10, 10}}); in TYPED_TEST()
357 this->checkIntersect({{0, 2}, {4, 5}, {6, 9}, {10, 11}, {12, 12}, {13, 15}}, in TYPED_TEST()
361 this->checkIntersect( in TYPED_TEST()