OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_Matcher
(Results
1 - 5
of
5
) sorted by null
/external/autotest/client/site_tests/platform_Crossystem/
platform_Crossystem.py
11
class
_Matcher
(object):
37
_ALPHANUM =
_Matcher
("[\d\w]+")
38
_NUM =
_Matcher
("[\d]+")
39
_HEXNUM =
_Matcher
("0x[\da-fA-F]+")
40
_BIT =
_Matcher
("[01]")
41
_ANYTHING =
_Matcher
("!(\(error\))|") # anything but "(error)" or ""
/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-linux-glibc2.15-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/current/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 95 milliseconds