Searched refs:__sso_allocator (Results 1 – 4 of 4) sorted by relevance
24 template <class _Tp, size_t _Np> class _LIBCPP_HIDDEN __sso_allocator; variable27 class _LIBCPP_HIDDEN __sso_allocator<void, _Np>35 class _LIBCPP_HIDDEN __sso_allocator46 using other = __sso_allocator<U, _Np>;49 _LIBCPP_INLINE_VISIBILITY __sso_allocator() throw() : __allocated_(false) {} in __sso_allocator() function50 … _LIBCPP_INLINE_VISIBILITY __sso_allocator(const __sso_allocator&) throw() : __allocated_(false) {} in __sso_allocator() argument51 …template <class _Up> _LIBCPP_INLINE_VISIBILITY __sso_allocator(const __sso_allocator<_Up, _Np>&) t… in __sso_allocator() function54 __sso_allocator& operator=(const __sso_allocator&);56 …_LIBCPP_INLINE_VISIBILITY pointer allocate(size_type __n, typename __sso_allocator<void, _Np>::con…75 bool operator==(const __sso_allocator& __a) const {return &buf_ == &__a.buf_;}[all …]
18 # anything using __sso_allocator19 .*__sso_allocator
150 vector<facet*, __sso_allocator<facet*, N> > facets_;