HomeSort by relevance Sort by last modified time
    Searched full:__move_source (Results 1 - 25 of 256) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/stlport/stlport/stl/
_move_construct_fwk.h 35 class __move_source { class
37 explicit __move_source (_Tp &_src) : _M_data(_src) function in class:__move_source
46 typedef __move_source<_Tp> _Self;
94 __move_source<_Tp>,
_abbrevs.h 55 # define __move_source __m_s macro
_string_base.h 144 _String_base(__move_source<_Self> src)
146 : _M_start_of_storage(__move_source<_AllocProxy>(src.get()._M_start_of_storage)) {
150 _M_start_of_storage(__move_source<_AllocProxy>(src.get()._M_start_of_storage)) {
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_move_construct_fwk.h 35 class __move_source { class
37 explicit __move_source (_Tp &_src) : _M_data(_src) function in class:__move_source
46 typedef __move_source<_Tp> _Self;
94 __move_source<_Tp>,
_abbrevs.h 55 # define __move_source __m_s macro
_string_base.h 144 _String_base(__move_source<_Self> src)
146 : _M_start_of_storage(__move_source<_AllocProxy>(src.get()._M_start_of_storage)) {
150 _M_start_of_storage(__move_source<_AllocProxy>(src.get()._M_start_of_storage)) {
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_move_construct_fwk.h 35 class __move_source { class
37 explicit __move_source (_Tp &_src) : _M_data(_src) function in class:__move_source
46 typedef __move_source<_Tp> _Self;
94 __move_source<_Tp>,
_abbrevs.h 55 # define __move_source __m_s macro
_string_base.h 144 _String_base(__move_source<_Self> src)
146 : _M_start_of_storage(__move_source<_AllocProxy>(src.get()._M_start_of_storage)) {
150 _M_start_of_storage(__move_source<_AllocProxy>(src.get()._M_start_of_storage)) {
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_move_construct_fwk.h 35 class __move_source { class
37 explicit __move_source (_Tp &_src) : _M_data(_src) function in class:__move_source
46 typedef __move_source<_Tp> _Self;
94 __move_source<_Tp>,
_abbrevs.h 55 # define __move_source __m_s macro
_string_base.h 144 _String_base(__move_source<_Self> src)
146 : _M_start_of_storage(__move_source<_AllocProxy>(src.get()._M_start_of_storage)) {
150 _M_start_of_storage(__move_source<_AllocProxy>(src.get()._M_start_of_storage)) {
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_move_construct_fwk.h 35 class __move_source { class
37 explicit __move_source (_Tp &_src) : _M_data(_src) function in class:__move_source
46 typedef __move_source<_Tp> _Self;
94 __move_source<_Tp>,
_abbrevs.h 55 # define __move_source __m_s macro
_string_base.h 144 _String_base(__move_source<_Self> src)
146 : _M_start_of_storage(__move_source<_AllocProxy>(src.get()._M_start_of_storage)) {
150 _M_start_of_storage(__move_source<_AllocProxy>(src.get()._M_start_of_storage)) {
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_move_construct_fwk.h 35 class __move_source { class
37 explicit __move_source (_Tp &_src) : _M_data(_src) function in class:__move_source
46 typedef __move_source<_Tp> _Self;
94 __move_source<_Tp>,
_abbrevs.h 55 # define __move_source __m_s macro
_string_base.h 144 _String_base(__move_source<_Self> src)
146 : _M_start_of_storage(__move_source<_AllocProxy>(src.get()._M_start_of_storage)) {
150 _M_start_of_storage(__move_source<_AllocProxy>(src.get()._M_start_of_storage)) {
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_move_construct_fwk.h 35 class __move_source { class
37 explicit __move_source (_Tp &_src) : _M_data(_src) function in class:__move_source
46 typedef __move_source<_Tp> _Self;
94 __move_source<_Tp>,
_abbrevs.h 55 # define __move_source __m_s macro
  /external/stlport/test/unit/
mvctor_test.h 67 MovableStruct(std::__move_source<MovableStruct>)
69 MovableStruct(__move_source<MovableStruct>)
  /ndk/tests/device/test-gnustl-full/unit/
mvctor_test.h 67 MovableStruct(std::__move_source<MovableStruct>)
69 MovableStruct(__move_source<MovableStruct>)
  /ndk/tests/device/test-stlport/unit/
mvctor_test.h 67 MovableStruct(std::__move_source<MovableStruct>)
69 MovableStruct(__move_source<MovableStruct>)
  /prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi/
libstlport_shared.so 
  /prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi-v7a/
libstlport_shared.so 

Completed in 1251 milliseconds

1 2 3 4 5 6 7 8 91011