Searched defs:__move_source (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ | ||
D | _abbrevs.h | 55 # define __move_source __m_s macro |
D | _move_construct_fwk.h | 37 explicit __move_source (_Tp &_src) : _M_data(_src) in __move_source() function |