Searched defs:ExtentLess (Results 1 – 1 of 1) sorted by relevance
33 struct ExtentLess { struct34 constexpr bool operator()(const Extent& x, const Extent& y) const { in operator()