Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
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()
D_pair.h72 pair(__move_source<pair<_T1, _T2> > src) : first(_STLP_PRIV _AsMoveSource(src.get().first)), in pair()
73 second(_STLP_PRIV _AsMoveSource(src.get().second)) in pair()
D_stack.h79 : c(_STLP_PRIV _AsMoveSource(src.get().c)) {} in stack()
D_move_construct_fwk.h101 _AsMoveSource (_Tp &src) { in _AsMoveSource() function
D_alloc.h485 _Base(_STLP_PRIV _AsMoveSource(src.get()._M_base())),
486 _M_data(_STLP_PRIV _AsMoveSource(src.get()._M_data)) {}
D_construct.h160 new(__p) _T1(_STLP_PRIV _AsMoveSource(__val)); in _Move_Construct_Aux()
D_hashtable.h343 : _M_hash(_STLP_PRIV _AsMoveSource(src.get()._M_hash)),
344 _M_equals(_STLP_PRIV _AsMoveSource(src.get()._M_equals)),
D_tree.h410 _M_key_compare(_AsMoveSource(src.get()._M_key_compare))