Searched defs:_State (Results 1 – 3 of 3) sorted by relevance
122 struct _State : _State_base in _GLIBCXX_VISIBILITY() struct124 typedef _Matcher<_Char_type> _MatcherT; in _GLIBCXX_VISIBILITY()133 _State(_Opcode __opcode) noexcept : _State_base(__opcode) in _GLIBCXX_VISIBILITY() argument139 _State(const _State& __rhs) : _State_base(__rhs) in _GLIBCXX_VISIBILITY() argument146 _State(_State&& __rhs) noexcept : _State_base(__rhs) in _GLIBCXX_VISIBILITY() function154 operator=(const _State&) = delete; in _GLIBCXX_VISIBILITY()156 ~_State() in _GLIBCXX_VISIBILITY()165 _M_opcode() const noexcept in _GLIBCXX_VISIBILITY()169 _M_matches(_Char_type __char) const in _GLIBCXX_VISIBILITY()173 _M_get_matcher() noexcept in _GLIBCXX_VISIBILITY()[all …]
122 struct _State : _State_base in _GLIBCXX_VISIBILITY() struct124 typedef _Matcher<_Char_type> _MatcherT; in _GLIBCXX_VISIBILITY()133 _State(_Opcode __opcode) noexcept : _State_base(__opcode) in _GLIBCXX_VISIBILITY() function139 _State(const _State& __rhs) : _State_base(__rhs) in _GLIBCXX_VISIBILITY() function146 _State(_State&& __rhs) noexcept : _State_base(__rhs) in _GLIBCXX_VISIBILITY() argument154 operator=(const _State&) = delete; in _GLIBCXX_VISIBILITY()156 ~_State() in _GLIBCXX_VISIBILITY()165 _M_opcode() const noexcept in _GLIBCXX_VISIBILITY()169 _M_matches(_Char_type __char) const in _GLIBCXX_VISIBILITY()173 _M_get_matcher() noexcept in _GLIBCXX_VISIBILITY()[all …]
84 struct _State in _GLIBCXX_VISIBILITY() struct