HomeSort by relevance Sort by last modified time
    Searched refs:_AsMoveSource (Results 26 - 50 of 56) sorted by null

12 3

  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_pair.h 72 pair(__move_source<pair<_T1, _T2> > src) : first(_STLP_PRIV _AsMoveSource(src.get().first)),
73 second(_STLP_PRIV _AsMoveSource(src.get().second))
_alloc.h 485 _Base(_STLP_PRIV _AsMoveSource(src.get()._M_base())),
486 _M_data(_STLP_PRIV _AsMoveSource(src.get()._M_data)) {}
_construct.h 160 new(__p) _T1(_STLP_PRIV _AsMoveSource(__val));
_hashtable.h 343 : _M_hash(_STLP_PRIV _AsMoveSource(src.get()._M_hash)),
344 _M_equals(_STLP_PRIV _AsMoveSource(src.get()._M_equals)),
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_pair.h 72 pair(__move_source<pair<_T1, _T2> > src) : first(_STLP_PRIV _AsMoveSource(src.get().first)),
73 second(_STLP_PRIV _AsMoveSource(src.get().second))
_alloc.h 485 _Base(_STLP_PRIV _AsMoveSource(src.get()._M_base())),
486 _M_data(_STLP_PRIV _AsMoveSource(src.get()._M_data)) {}
_construct.h 160 new(__p) _T1(_STLP_PRIV _AsMoveSource(__val));
_hashtable.h 343 : _M_hash(_STLP_PRIV _AsMoveSource(src.get()._M_hash)),
344 _M_equals(_STLP_PRIV _AsMoveSource(src.get()._M_equals)),
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_pair.h 72 pair(__move_source<pair<_T1, _T2> > src) : first(_STLP_PRIV _AsMoveSource(src.get().first)),
73 second(_STLP_PRIV _AsMoveSource(src.get().second))
_alloc.h 485 _Base(_STLP_PRIV _AsMoveSource(src.get()._M_base())),
486 _M_data(_STLP_PRIV _AsMoveSource(src.get()._M_data)) {}
_construct.h 160 new(__p) _T1(_STLP_PRIV _AsMoveSource(__val));
_hashtable.h 343 : _M_hash(_STLP_PRIV _AsMoveSource(src.get()._M_hash)),
344 _M_equals(_STLP_PRIV _AsMoveSource(src.get()._M_equals)),
  /external/stlport/stlport/stl/
_alloc.h 485 _Base(_STLP_PRIV _AsMoveSource(src.get()._M_base())),
486 _M_data(_STLP_PRIV _AsMoveSource(src.get()._M_data)) {}
_construct.h 160 new(__p) _T1(_STLP_PRIV _AsMoveSource(__val));
_hashtable.h 343 : _M_hash(_STLP_PRIV _AsMoveSource(src.get()._M_hash)),
344 _M_equals(_STLP_PRIV _AsMoveSource(src.get()._M_equals)),
_tree.h 410 _M_key_compare(_AsMoveSource(src.get()._M_key_compare))
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 485 _Base(_STLP_PRIV _AsMoveSource(src.get()._M_base())),
486 _M_data(_STLP_PRIV _AsMoveSource(src.get()._M_data)) {}
_construct.h 160 new(__p) _T1(_STLP_PRIV _AsMoveSource(__val));
_hashtable.h 343 : _M_hash(_STLP_PRIV _AsMoveSource(src.get()._M_hash)),
344 _M_equals(_STLP_PRIV _AsMoveSource(src.get()._M_equals)),
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 485 _Base(_STLP_PRIV _AsMoveSource(src.get()._M_base())),
486 _M_data(_STLP_PRIV _AsMoveSource(src.get()._M_data)) {}
_construct.h 160 new(__p) _T1(_STLP_PRIV _AsMoveSource(__val));
_hashtable.h 343 : _M_hash(_STLP_PRIV _AsMoveSource(src.get()._M_hash)),
344 _M_equals(_STLP_PRIV _AsMoveSource(src.get()._M_equals)),
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 485 _Base(_STLP_PRIV _AsMoveSource(src.get()._M_base())),
486 _M_data(_STLP_PRIV _AsMoveSource(src.get()._M_data)) {}
_construct.h 160 new(__p) _T1(_STLP_PRIV _AsMoveSource(__val));
_hashtable.h 343 : _M_hash(_STLP_PRIV _AsMoveSource(src.get()._M_hash)),
344 _M_equals(_STLP_PRIV _AsMoveSource(src.get()._M_equals)),

Completed in 1343 milliseconds

12 3