Lines Matching full:_state
1432 typedef __assoc_state_alloc<_Rp, _Alloc> _State;
1433 typedef typename __allocator_traits_rebind<_Alloc, _State>::type _A2;
1436 unique_ptr<_State, _D2> __hold(__a.allocate(1), _D2(__a, 1));
1437 ::new(static_cast<void*>(_VSTD::addressof(*__hold.get()))) _State(__a0);
1594 typedef __assoc_state_alloc<_Rp&, _Alloc> _State;
1595 typedef typename __allocator_traits_rebind<_Alloc, _State>::type _A2;
1598 unique_ptr<_State, _D2> __hold(__a.allocate(1), _D2(__a, 1));
1599 ::new(static_cast<void*>(_VSTD::addressof(*__hold.get()))) _State(__a0);
1724 typedef __assoc_sub_state_alloc<_Alloc> _State;
1725 typedef typename __allocator_traits_rebind<_Alloc, _State>::type _A2;
1728 unique_ptr<_State, _D2> __hold(__a.allocate(1), _D2(__a, 1));
1729 ::new(static_cast<void*>(_VSTD::addressof(*__hold.get()))) _State(__a0);