Lines Matching refs:_State
1422 typedef __assoc_state_alloc<_Rp, _Alloc> _State;
1423 typedef typename __allocator_traits_rebind<_Alloc, _State>::type _A2;
1426 unique_ptr<_State, _D2> __hold(__a.allocate(1), _D2(__a, 1));
1427 ::new(static_cast<void*>(_VSTD::addressof(*__hold.get()))) _State(__a0);
1596 typedef __assoc_state_alloc<_Rp&, _Alloc> _State;
1597 typedef typename __allocator_traits_rebind<_Alloc, _State>::type _A2;
1600 unique_ptr<_State, _D2> __hold(__a.allocate(1), _D2(__a, 1));
1601 ::new(static_cast<void*>(_VSTD::addressof(*__hold.get()))) _State(__a0);
1733 typedef __assoc_sub_state_alloc<_Alloc> _State;
1734 typedef typename __allocator_traits_rebind<_Alloc, _State>::type _A2;
1737 unique_ptr<_State, _D2> __hold(__a.allocate(1), _D2(__a, 1));
1738 ::new(static_cast<void*>(_VSTD::addressof(*__hold.get()))) _State(__a0);