Searched refs:seekp (Results 1 – 6 of 6) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/output.streams/ostream.seeks/ |
D | seekp.pass.cpp | 44 assert(&os.seekp(5) == &os); in main() 50 assert(&os.seekp(10) == &os); in main() 53 assert(&os.seekp(-1) == &os); in main()
|
D | seekp2.pass.cpp | 46 assert(&os.seekp(5, std::ios_base::beg) == &os); in main() 52 assert(&os.seekp(10, std::ios_base::beg) == &os); in main() 55 assert(&os.seekp(-1, std::ios_base::beg) == &os); in main()
|
/ndk/tests/device/test-stlport/unit/ |
D | sstream_test.cpp | 35 CPPUNIT_TEST(seekp); 55 void seekp(); 404 void SstreamTest::seekp() in seekp() function in SstreamTest 411 s.seekp( 0 ); in seekp() 414 s.seekp( 0, ios::beg ); in seekp() 432 ss.seekp( 0, ios::end ); in seek_gp()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | sstream_test.cpp | 35 CPPUNIT_TEST(seekp); 55 void seekp(); 404 void SstreamTest::seekp() in seekp() function in SstreamTest 411 s.seekp( 0 ); in seekp() 414 s.seekp( 0, ios::beg ); in seekp() 432 ss.seekp( 0, ios::end ); in seek_gp()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _ostream.h | 147 _Self& seekp(pos_type __pos) { in seekp() function 156 _Self& seekp(off_type __off, ios_base::seekdir __dir) { in seekp() function
|
/ndk/sources/cxx-stl/llvm-libc++/include/ |
D | ostream | 67 basic_ostream& seekp(pos_type); 68 basic_ostream& seekp(off_type, ios_base::seekdir); 201 basic_ostream& seekp(pos_type __pos); 202 basic_ostream& seekp(off_type __off, ios_base::seekdir __dir); 1156 basic_ostream<_CharT, _Traits>::seekp(pos_type __pos) 1169 basic_ostream<_CharT, _Traits>::seekp(off_type __off, ios_base::seekdir __dir)
|