Searched defs:_State (Results 1 – 2 of 2) sorted by relevance
200 struct _State in _GLIBCXX_VISIBILITY() struct202 typedef int _OpcodeT; in _GLIBCXX_VISIBILITY()204 _OpcodeT _M_opcode; // type of outgoing transition in _GLIBCXX_VISIBILITY()205 _StateIdT _M_next; // outgoing transition in _GLIBCXX_VISIBILITY()206 _StateIdT _M_alt; // for _S_opcode_alternative in _GLIBCXX_VISIBILITY()207 unsigned int _M_subexpr; // for _S_opcode_subexpr_* in _GLIBCXX_VISIBILITY()208 _Tagger _M_tagger; // for _S_opcode_subexpr_* in _GLIBCXX_VISIBILITY()209 _Matcher _M_matches; // for _S_opcode_match in _GLIBCXX_VISIBILITY()211 explicit _State(_OpcodeT __opcode) in _GLIBCXX_VISIBILITY() argument215 _State(const _Matcher& __m) in _GLIBCXX_VISIBILITY() function[all …]
122 struct _State : _State_base in _GLIBCXX_VISIBILITY() struct124 typedef _Matcher<_Char_type> _MatcherT; in _GLIBCXX_VISIBILITY()133 _State(_Opcode __opcode) : _State_base(__opcode) in _GLIBCXX_VISIBILITY() argument139 _State(const _State& __rhs) : _State_base(__rhs) in _GLIBCXX_VISIBILITY() argument146 _State(_State&& __rhs) : _State_base(__rhs) in _GLIBCXX_VISIBILITY() argument154 operator=(const _State&) = delete; in _GLIBCXX_VISIBILITY()156 ~_State() in _GLIBCXX_VISIBILITY()165 _M_opcode() const in _GLIBCXX_VISIBILITY()169 _M_matches(_Char_type __char) const in _GLIBCXX_VISIBILITY()173 _M_get_matcher() in _GLIBCXX_VISIBILITY()[all …]