HomeSort by relevance Sort by last modified time
    Searched refs:_Matcher (Results 1 - 9 of 9) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
regex_nfa.h 112 typedef std::function<bool (const _PatternCursor&)> _Matcher;
209 _Matcher _M_matches; // for _S_opcode_match
215 _State(const _Matcher& __m)
303 _M_insert_matcher(_Matcher __m)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex_nfa.h 120 typedef std::function<bool (const _PatternCursor&)> _Matcher;
220 _Matcher _M_matches; // for _S_opcode_match
226 _State(const _Matcher& __m)
316 _M_insert_matcher(_Matcher __m)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex_nfa.h 120 typedef std::function<bool (const _PatternCursor&)> _Matcher;
220 _Matcher _M_matches; // for _S_opcode_match
226 _State(const _Matcher& __m)
316 _M_insert_matcher(_Matcher __m)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_nfa.h 112 typedef std::function<bool (const _PatternCursor&)> _Matcher;
209 _Matcher _M_matches; // for _S_opcode_match
215 _State(const _Matcher& __m)
303 _M_insert_matcher(_Matcher __m)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_nfa.h 112 typedef std::function<bool (const _PatternCursor&)> _Matcher;
209 _Matcher _M_matches; // for _S_opcode_match
215 _State(const _Matcher& __m)
303 _M_insert_matcher(_Matcher __m)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_nfa.h 112 typedef std::function<bool (const _PatternCursor&)> _Matcher;
209 _Matcher _M_matches; // for _S_opcode_match
215 _State(const _Matcher& __m)
303 _M_insert_matcher(_Matcher __m)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_nfa.h 112 typedef std::function<bool (const _PatternCursor&)> _Matcher;
209 _Matcher _M_matches; // for _S_opcode_match
215 _State(const _Matcher& __m)
303 _M_insert_matcher(_Matcher __m)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex_nfa.h 120 typedef std::function<bool (const _PatternCursor&)> _Matcher;
220 _Matcher _M_matches; // for _S_opcode_match
226 _State(const _Matcher& __m)
316 _M_insert_matcher(_Matcher __m)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_automaton.h 47 using _Matcher = std::function<bool (_CharT)>;
108 typedef _Matcher<typename _TraitsT::char_type> _MatcherT;
157 typedef _Matcher<typename _TraitsT::char_type> _MatcherT;

Completed in 470 milliseconds