Searched defs:range_compare (Results 1 – 4 of 4) sorted by relevance
75 struct range_compare struct79 typedef typename Range::value_type value_type;81 bool operator()(Range const& x, const value_type y) const in operator ()()86 bool operator()(value_type const x, Range const& y) const in operator ()()91 bool operator()(Range const& x, Range const& y) const in operator ()()
30 struct range_compare { struct36 using RangesContainer = std::set<Range, range_compare>; argument
69 struct range_compare { struct71 bool operator()(range<CharT> const& x, range<CharT> const& y) const in operator ()()
100 static int range_compare(struct cil_levelrange *a, struct cil_levelrange *b) in range_compare() function