Home
last modified time | relevance | path

Searched refs:seekpos (Results 1 – 20 of 20) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/
Dseekp.pass.cpp32 seekpos(typename base::pos_type sp, std::ios_base::openmode which) in seekpos() function
/ndk/sources/cxx-stl/stlport/src/
Dstdio_streambuf.h64 pos_type seekpos(pos_type,
Dstdio_streambuf.cpp114 stdio_streambuf_base::seekpos(pos_type pos, ios_base::openmode /* mode */) { in seekpos() function in stdio_streambuf_base
Dstrstream.cpp256 strstreambuf::seekpos(pos_type pos, ios_base::openmode mode) { in seekpos() function in strstreambuf
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
Dseekg.pass.cpp40 typename base::pos_type seekpos(typename base::pos_type sp, in seekpos() function
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_streambuf.h134 seekpos(pos_type, ios_base::openmode = ios_base::in | ios_base::out);
151 { return this->seekpos(__sp, __mod); }
D_strstream.h81 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
D_streambuf.c188 basic_streambuf<_CharT, _Traits>::seekpos(pos_type, ios_base::openmode) in seekpos() function
D_sstream.h93 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
D_sstream.c358 ::seekpos(pos_type __pos, ios_base::openmode __mode) { in seekpos() function
D_fstream.c384 basic_filebuf<_CharT, _Traits>::seekpos(pos_type __pos, in seekpos() function
D_fstream.h209 virtual pos_type seekpos(pos_type,
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dstreambuf89 virtual pos_type seekpos(pos_type sp,
190 virtual pos_type seekpos(pos_type __sp,
265 return seekpos(__sp, __which);
472 basic_streambuf<_CharT, _Traits>::seekpos(pos_type, ios_base::openmode)
Dstrstream48 virtual pos_type seekpos(pos_type sp,
175 virtual pos_type seekpos(pos_type __sp,
Dsstream51 virtual pos_type seekpos(pos_type sp,
234 virtual pos_type seekpos(pos_type __sp,
607 basic_stringbuf<_CharT, _Traits, _Allocator>::seekpos(pos_type __sp,
Dfstream53 virtual pos_type seekpos(pos_type sp,
221 virtual pos_type seekpos(pos_type __sp,
825 basic_filebuf<_CharT, _Traits>::seekpos(pos_type __sp, ios_base::openmode)
Dlocale4060 virtual pos_type seekpos(pos_type __sp,
4328 wbuffer_convert<_Codecvt, _Elem, _Tr>::seekpos(pos_type __sp, ios_base::openmode __wch)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dstrstream.cpp287 strstreambuf::seekpos(pos_type __sp, ios_base::openmode __which) in seekpos() function in strstreambuf
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk1370 $(call gen-test, depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/seekpos)
1802 $(call gen-test, input.output/string.streams/stringbuf/stringbuf.virtuals/seekpos)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk1379 $(call gen-test, depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/seekpos)
1811 $(call gen-test, input.output/string.streams/stringbuf/stringbuf.virtuals/seekpos)