Searched refs:__sso_allocator (Results 1 – 3 of 3) sorted by relevance
26 class _LIBCPP_HIDDEN __sso_allocator; variable29 class _LIBCPP_HIDDEN __sso_allocator<void, _Np> {36 class _LIBCPP_HIDDEN __sso_allocator {47 using other = __sso_allocator<U, _Np>;50 _LIBCPP_HIDE_FROM_ABI __sso_allocator() throw() : __allocated_(false) {} in __sso_allocator() function51 _LIBCPP_HIDE_FROM_ABI __sso_allocator(const __sso_allocator&) throw() : __allocated_(false) {} in __sso_allocator() function53 …_LIBCPP_HIDE_FROM_ABI __sso_allocator(const __sso_allocator<_Up, _Np>&) throw() : __allocated_(fal… in __sso_allocator() function56 __sso_allocator& operator=(const __sso_allocator&);59 …_LIBCPP_HIDE_FROM_ABI pointer allocate(size_type __n, typename __sso_allocator<void, _Np>::const_p…74 …_LIBCPP_HIDE_FROM_ABI bool operator==(const __sso_allocator& __a) const { return &buf_ == &__a.buf…[all …]
131 vector<facet*, __sso_allocator<facet*, N> > facets_;
3487 OLD_FILES+=usr/include/c++/v1/__sso_allocator3506 OLD_FILES+=usr/include/c++/v1/tr1/__sso_allocator