Searched defs:KeyTraitsSortBySize (Results 1 – 1 of 1) sorted by relevance
283 struct KeyTraitsSortBySize { struct284 static const ralloc_region_t& GetKey(const Region& r) { return r; } in GetKey()286 static bool LessThan(const ralloc_region_t& k1, const ralloc_region_t& k2) { in LessThan()290 static bool EqualTo(const ralloc_region_t& k1, const ralloc_region_t& k2) { in EqualTo()
Completed in 37 milliseconds