Lines Matching defs:_State
122 struct _State : _State_base in _GLIBCXX_VISIBILITY() struct
124 typedef _Matcher<_Char_type> _MatcherT; in _GLIBCXX_VISIBILITY()
133 _State(_Opcode __opcode) : _State_base(__opcode) in _GLIBCXX_VISIBILITY() argument
139 _State(const _State& __rhs) : _State_base(__rhs) in _GLIBCXX_VISIBILITY() argument
146 _State(_State&& __rhs) : _State_base(__rhs) in _GLIBCXX_VISIBILITY() function
154 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()
177 _M_get_matcher() const in _GLIBCXX_VISIBILITY()