Home
last modified time | relevance | path

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

/third_party/boost/boost/xpressive/detail/core/matcher/
Drange_matcher.hpp35 char_type ch_min_; member
40 : ch_min_(ch_min) 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.hpp65 Char ch_min_;
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()