Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dregex_nfa.h112 typedef std::function<bool (const _PatternCursor&)> _Matcher; in _GLIBCXX_VISIBILITY() typedef
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dregex_automaton.h52 using _Matcher = std::function<bool (_CharT)>; in _GLIBCXX_VISIBILITY() local