HomeSort by relevance Sort by last modified time
    Searched refs:seekpos (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/stlport/src/
stdio_streambuf.h 64 pos_type seekpos(pos_type,
stdio_streambuf.cpp 114 stdio_streambuf_base::seekpos(pos_type pos, ios_base::openmode /* mode */) { function in class:stdio_streambuf_base
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/output.streams/ostream.seeks/
seekp.pass.cpp 32 seekpos(typename base::pos_type sp, std::ios_base::openmode which) function in struct:testbuf
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.h 64 pos_type seekpos(pos_type,
stdio_streambuf.cpp 114 stdio_streambuf_base::seekpos(pos_type pos, ios_base::openmode /* mode */) { function in class:stdio_streambuf_base
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/input.streams/istream.unformatted/
seekg.pass.cpp 40 typename base::pos_type seekpos(typename base::pos_type sp, function in struct:testbuf
  /external/stlport/stlport/stl/
_strstream.h 81 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
_streambuf.h 132 // this class seekpos does nothing; subclasses are expected to override it.
134 seekpos(pos_type, ios_base::openmode = ios_base::in | ios_base::out);
151 { return this->seekpos(__sp, __mod); }
_sstream.h 93 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
_streambuf.c 188 basic_streambuf<_CharT, _Traits>::seekpos(pos_type, ios_base::openmode) function in class:_Traits
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 81 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
_streambuf.h 132 // this class seekpos does nothing; subclasses are expected to override it.
134 seekpos(pos_type, ios_base::openmode = ios_base::in | ios_base::out);
151 { return this->seekpos(__sp, __mod); }
_sstream.h 93 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
_streambuf.c 188 basic_streambuf<_CharT, _Traits>::seekpos(pos_type, ios_base::openmode) function in class:_Traits
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 81 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
_streambuf.h 132 // this class seekpos does nothing; subclasses are expected to override it.
134 seekpos(pos_type, ios_base::openmode = ios_base::in | ios_base::out);
151 { return this->seekpos(__sp, __mod); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 81 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
_streambuf.h 132 // this class seekpos does nothing; subclasses are expected to override it.
134 seekpos(pos_type, ios_base::openmode = ios_base::in | ios_base::out);
151 { return this->seekpos(__sp, __mod); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 81 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
_streambuf.h 132 // this class seekpos does nothing; subclasses are expected to override it.
134 seekpos(pos_type, ios_base::openmode = ios_base::in | ios_base::out);
151 { return this->seekpos(__sp, __mod); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 81 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
_streambuf.h 132 // this class seekpos does nothing; subclasses are expected to override it.
134 seekpos(pos_type, ios_base::openmode = ios_base::in | ios_base::out);
151 { return this->seekpos(__sp, __mod); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
stdio_sync_filebuf.h 177 seekpos(std::streampos __pos, function in class:stdio_sync_filebuf
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h 187 seekpos(std::streampos __pos, function in class:stdio_sync_filebuf
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h 187 seekpos(std::streampos __pos, function in class:stdio_sync_filebuf

Completed in 2477 milliseconds

1 2 3