Home
last modified time | relevance | path

Searched refs:ch_max_ (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/xpressive/detail/core/matcher/
Drange_matcher.hpp36 char_type ch_max_; member
41 , ch_max_(ch_max) in range_matcher()
53 return tr.in_range(this->ch_min_, this->ch_max_, ch); in in_range()
58 return tr.in_range_nocase(this->ch_min_, this->ch_max_, ch); in in_range()
/third_party/boost/boost/xpressive/detail/static/
Dplaceholders.hpp66 Char ch_max_; member
Dtransmogrify.hpp136 return type(m.ch_min_, m.ch_max_, m.not_, visitor.traits()); in call()
/third_party/boost/boost/xpressive/detail/static/transforms/
Das_set.hpp156 … set_range(this->charset_.charset_, rg.ch_min_, rg.ch_max_, this->visitor_.traits(), icase_type()); in set_()
/third_party/boost/boost/xpressive/detail/core/
Dpeeker.hpp224 … this->bset_.set_range(xpr.ch_min_, xpr.ch_max_, xpr.not_, ICase(), this->get_traits_<Traits>()); in accept()