Searched defs:RuneRangeLess (Results 1 – 1 of 1) sorted by relevance
234 struct RuneRangeLess { struct235 bool operator()(const RuneRange& a, const RuneRange& b) const { in operator()