Searched refs:_MatcherT (Results 1 – 2 of 2) sorted by relevance
124 typedef _Matcher<_Char_type> _MatcherT; in _GLIBCXX_VISIBILITY() typedef125 static_assert(sizeof(_MatcherT) == sizeof(_Matcher<char>), in _GLIBCXX_VISIBILITY()128 static_assert(alignof(_MatcherT) == alignof(_Matcher<char>), in _GLIBCXX_VISIBILITY()136 new (this->_M_matcher_storage._M_addr()) _MatcherT(); in _GLIBCXX_VISIBILITY()143 _MatcherT(__rhs._M_get_matcher()); in _GLIBCXX_VISIBILITY()150 _MatcherT(std::move(__rhs._M_get_matcher())); in _GLIBCXX_VISIBILITY()159 _M_get_matcher().~_MatcherT(); in _GLIBCXX_VISIBILITY()172 _MatcherT& in _GLIBCXX_VISIBILITY()174 { return *static_cast<_MatcherT*>(this->_M_matcher_storage._M_addr()); } in _GLIBCXX_VISIBILITY()176 const _MatcherT& in _GLIBCXX_VISIBILITY()[all …]
649 copies when inserting _MatcherT and _StateT objects.