Searched defs:__sso_allocator (Results 1 – 1 of 1) sorted by relevance
24 template <class _Tp, size_t _Np> class _LIBCPP_HIDDEN __sso_allocator; variable44 _LIBCPP_INLINE_VISIBILITY __sso_allocator() throw() : __allocated_(false) {} in __sso_allocator() function45 … _LIBCPP_INLINE_VISIBILITY __sso_allocator(const __sso_allocator&) throw() : __allocated_(false) {} in __sso_allocator() argument46 …template <class _Up> _LIBCPP_INLINE_VISIBILITY __sso_allocator(const __sso_allocator<_Up, _Np>&) t… in __sso_allocator() function