Lines Matching refs:_State
1431 typedef __assoc_state_alloc<_Rp, _Alloc> _State;
1432 typedef typename __allocator_traits_rebind<_Alloc, _State>::type _A2;
1435 unique_ptr<_State, _D2> __hold(__a.allocate(1), _D2(__a, 1));
1436 ::new(static_cast<void*>(_VSTD::addressof(*__hold.get()))) _State(__a0);
1593 typedef __assoc_state_alloc<_Rp&, _Alloc> _State;
1594 typedef typename __allocator_traits_rebind<_Alloc, _State>::type _A2;
1597 unique_ptr<_State, _D2> __hold(__a.allocate(1), _D2(__a, 1));
1598 ::new(static_cast<void*>(_VSTD::addressof(*__hold.get()))) _State(__a0);
1723 typedef __assoc_sub_state_alloc<_Alloc> _State;
1724 typedef typename __allocator_traits_rebind<_Alloc, _State>::type _A2;
1727 unique_ptr<_State, _D2> __hold(__a.allocate(1), _D2(__a, 1));
1728 ::new(static_cast<void*>(_VSTD::addressof(*__hold.get()))) _State(__a0);