Searched defs:__shared_ptr_emplace (Results 1 – 1 of 1) sorted by relevance
248 struct __shared_ptr_emplace : __shared_weak_count { struct252 …_LIBCPP_HIDE_FROM_ABI explicit __shared_ptr_emplace(_Alloc __a, _Args&&...) : __storage_(std::move… in __shared_ptr_emplace() argument261 …_LIBCPP_HIDE_FROM_ABI explicit __shared_ptr_emplace(_Alloc __a, _Args&&... __args) : __storage_(st… in __shared_ptr_emplace() function289 …using _ControlBlockAlloc = typename __allocator_traits_rebind<_Alloc, __shared_ptr_emplace>::typ… in __on_zero_shared_weak() argument304 using _CompressedPair = __compressed_pair<_Alloc, _Tp>;305 struct _ALIGNAS_TYPE(_CompressedPair) _Storage { in _ALIGNAS_TYPE()326 _Storage __storage_;