Searched refs:_AsMoveSource (Results 1 – 10 of 10) sorted by relevance
91 : c(_STLP_PRIV _AsMoveSource(src.get().c)) {} in queue()178 : c(_STLP_PRIV _AsMoveSource(src.get().c)), in _STLP_RELOPS_OPERATORS()179 comp(_STLP_PRIV _AsMoveSource(src.get().comp)) {} in _STLP_RELOPS_OPERATORS()
68 pair(__move_source<pair<_T1, _T2> > src) : first(_STLP_PRIV _AsMoveSource(src.get().first)), in pair()69 second(_STLP_PRIV _AsMoveSource(src.get().second)) in pair()
79 : c(_STLP_PRIV _AsMoveSource(src.get().c)) {} in stack()
101 _AsMoveSource (_Tp &src) { in _AsMoveSource() function
485 _Base(_STLP_PRIV _AsMoveSource(src.get()._M_base())),486 _M_data(_STLP_PRIV _AsMoveSource(src.get()._M_data)) {}
343 : _M_hash(_STLP_PRIV _AsMoveSource(src.get()._M_hash)),344 _M_equals(_STLP_PRIV _AsMoveSource(src.get()._M_equals)),
160 new(__p) _T1(_STLP_PRIV _AsMoveSource(__val)); in _Move_Construct_Aux()
410 _M_key_compare(_AsMoveSource(src.get()._M_key_compare))
2758 calls to _AsMoveSource function. 2774 function _AsMoveSource. Replace internal allocator::allocate function
3706 _AsMoveSource call replaced by explicit call to the move constructor