Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dregex_nfa.h144 struct _RangeMatcher in _GLIBCXX_VISIBILITY() struct
146 typedef typename _TraitsT::char_type _CharT; in _GLIBCXX_VISIBILITY()
147 typedef std::basic_string<_CharT> _StringT; in _GLIBCXX_VISIBILITY()
151 : _M_traits(__t), _M_is_non_matching(__is_non_matching) in _GLIBCXX_VISIBILITY()
155 operator()(const _PatternCursor& __pc) const in _GLIBCXX_VISIBILITY()
163 _M_add_char(_CharT __c) in _GLIBCXX_VISIBILITY()
167 _M_add_collating_element(const _StringT& __s) in _GLIBCXX_VISIBILITY()
171 _M_add_equivalence_class(const _StringT& __s) in _GLIBCXX_VISIBILITY()
175 _M_add_character_class(const _StringT& __s) in _GLIBCXX_VISIBILITY()
179 _M_make_range() in _GLIBCXX_VISIBILITY()
[all …]