Home
last modified time | relevance | path

Searched refs:_regexes (Results 1 – 9 of 9) sorted by relevance

/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/detail/lexer/
Drules.hpp118 _regexes.clear (); in clear()
133 _regexes[state_].clear (); in clear()
210 _regexes.push_back (string_deque ()); in add_state()
317 _regexes.front ().push_back (regex_); in add()
518 return _regexes; in regexes()
538 typename string_deque_deque::const_iterator iter_ = _regexes.begin (); in empty()
539 typename string_deque_deque::const_iterator end_ = _regexes.end (); in empty()
573 string_deque_deque _regexes; member in boost::lexer::basic_rules
687 _regexes[curr_].push_back (regex_); in add()
/external/python/watchdog/src/watchdog/
Devents.py390 self._regexes = [re.compile(r) for r in regexes]
393 self._regexes = [re.compile(r, re.IGNORECASE) for r in regexes]
403 return self._regexes
/external/python/cpython3/Tools/c-analyzer/c_parser/parser/
D_common.py3 from ._regexes import (
D_compound_decl_body.py3 from ._regexes import (
D_global.py3 from ._regexes import (
D_func_body.py3 from ._regexes import (
/external/python/cpython3/Tools/c-analyzer/c_parser/
Dmatch.py4 from .parser._regexes import SIMPLE_TYPE
Dinfo.py10 from .parser._regexes import _STORAGE
/external/python/cpython3/Tools/c-analyzer/cpython/
D_capi.py9 from c_parser.parser._regexes import _ind