Searched refs:_MatcherT (Results 1 – 8 of 8) sorted by relevance
124 typedef _Matcher<_Char_type> _MatcherT; in _GLIBCXX_VISIBILITY() typedef125 static_assert(sizeof(_MatcherT) == sizeof(_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()176 const _MatcherT& in _GLIBCXX_VISIBILITY()179 return *static_cast<const _MatcherT*>( in _GLIBCXX_VISIBILITY()226 typedef _Matcher<_Char_type> _MatcherT; in _GLIBCXX_VISIBILITY() typedef[all …]
108 typedef _Matcher<typename _TraitsT::char_type> _MatcherT; in _GLIBCXX_VISIBILITY() typedef110 _MatcherT _M_matches; // for _S_opcode_match in _GLIBCXX_VISIBILITY()157 typedef _Matcher<typename _TraitsT::char_type> _MatcherT; in _GLIBCXX_VISIBILITY() typedef186 _M_insert_matcher(_MatcherT __m) in _GLIBCXX_VISIBILITY()
113 typedef _Matcher<typename _TraitsT::char_type> _MatcherT; in _GLIBCXX_VISIBILITY() typedef115 _MatcherT _M_matches; // for _S_opcode_match in _GLIBCXX_VISIBILITY()161 typedef _Matcher<typename _TraitsT::char_type> _MatcherT; in _GLIBCXX_VISIBILITY() typedef202 _M_insert_matcher(_MatcherT __m) in _GLIBCXX_VISIBILITY()
Completed in 28 milliseconds