Home
last modified time | relevance | path

Searched defs:range_compare (Results 1 – 4 of 4) sorted by relevance

/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/char_set/
Drange_functions.hpp75 struct range_compare struct
79 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 ()()
/external/pdfium/testing/
Drange_set.h30 struct range_compare { struct
36 using RangesContainer = std::set<Range, range_compare>; argument
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/utility/impl/chset/
Drange_run.hpp69 struct range_compare { struct
71 bool operator()(range<CharT> const& x, range<CharT> const& y) const in operator ()()
/external/selinux/libsepol/cil/src/
Dcil_post.c100 static int range_compare(struct cil_levelrange *a, struct cil_levelrange *b) in range_compare() function