Home
last modified time | relevance | path

Searched refs:_AsMoveSource (Results 1 – 10 of 10) sorted by relevance

/reactos/sdk/include/c++/stlport/stl/
H A D_queue.h91 : 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()
H A D_pair.h68 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()
H A D_stack.h79 : c(_STLP_PRIV _AsMoveSource(src.get().c)) {} in stack()
H A D_move_construct_fwk.h101 _AsMoveSource (_Tp &src) { in _AsMoveSource() function
H A D_alloc.h485 _Base(_STLP_PRIV _AsMoveSource(src.get()._M_base())),
486 _M_data(_STLP_PRIV _AsMoveSource(src.get()._M_data)) {}
H A D_hashtable.h343 : _M_hash(_STLP_PRIV _AsMoveSource(src.get()._M_hash)),
344 _M_equals(_STLP_PRIV _AsMoveSource(src.get()._M_equals)),
H A D_construct.h160 new(__p) _T1(_STLP_PRIV _AsMoveSource(__val)); in _Move_Construct_Aux()
H A D_tree.h410 _M_key_compare(_AsMoveSource(src.get()._M_key_compare))
/reactos/sdk/lib/3rdparty/stlport/etc/
H A DChangeLog2758 calls to _AsMoveSource function.
2774 function _AsMoveSource. Replace internal allocator::allocate function
H A DChangeLog-5.13706 _AsMoveSource call replaced by explicit call to the move constructor