Home
last modified time | relevance | path

Searched defs:move (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
Dmove.pass.cpp32 void move(std::ios& x) {std::ios::move(x);} in move() function
/ndk/sources/cxx-stl/stlport/stlport/stl/
Dchar_traits.h167 static char_type* _STLP_CALL move(char_type* __s1, const char_type* __s2, size_t _Sz) in move() function
248 static wchar_t* _STLP_CALL move(wchar_t* __dest, const wchar_t* __src, size_t __n) in move() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dios.cpp370 ios_base::move(ios_base& rhs) in move() function in ios_base