Home
last modified time | relevance | path

Searched refs:copyfmt (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostreams.base/ios/basic.ios.members/
Dcopyfmt.pass.cpp154 ios1.copyfmt(ios1); in main()
159 ios1.copyfmt(ios2); in main()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ios.c57 basic_ios<_CharT, _Traits>::copyfmt(const basic_ios<_CharT, _Traits>& __x) { in copyfmt() function
D_ios.h79 basic_ios<_CharT, _Traits>& copyfmt(const basic_ios<_CharT, _Traits>& __x);
/ndk/sources/cxx-stl/llvm-libc++/include/
Dios146 basic_ios& copyfmt(const basic_ios& rhs);
343 void copyfmt(const ios_base&);
606 basic_ios& copyfmt(const basic_ios& __rhs);
751 basic_ios<_CharT, _Traits>::copyfmt(const basic_ios& __rhs)
756 ios_base::copyfmt(__rhs);
/ndk/sources/cxx-stl/llvm-libc++/src/
Dios.cpp294 ios_base::copyfmt(const ios_base& rhs) in copyfmt() function in ios_base