HomeSort by relevance Sort by last modified time
    Searched defs:seekoff (Results 1 - 20 of 20) sorted by null

  /external/stlport/src/
stdio_streambuf.cpp 76 stdio_streambuf_base::seekoff(off_type off, ios_base::seekdir dir, function in class:stdio_streambuf_base
strstream.cpp 192 strstreambuf::seekoff(off_type off, function in class:strstreambuf
257 return seekoff(pos - pos_type(off_type(0)), ios_base::beg, mode);
  /external/stlport/stlport/stl/
_streambuf.c 193 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir, function in class:_Traits
_fstream.c 291 basic_filebuf<_CharT, _Traits>::seekoff(off_type __off, function in class:_Traits
_sstream.c 300 ::seekoff(off_type __off, function in class:_Alloc
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 76 stdio_streambuf_base::seekoff(off_type off, ios_base::seekdir dir, function in class:stdio_streambuf_base
strstream.cpp 192 strstreambuf::seekoff(off_type off, function in class:strstreambuf
257 return seekoff(pos - pos_type(off_type(0)), ios_base::beg, mode);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 193 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir, function in class:_Traits
_fstream.c 291 basic_filebuf<_CharT, _Traits>::seekoff(off_type __off, function in class:_Traits
_sstream.c 300 ::seekoff(off_type __off, function in class:_Alloc
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
stdio_sync_filebuf.h 155 seekoff(std::streamoff __off, std::ios_base::seekdir __dir, function in class:stdio_sync_filebuf
180 { return seekoff(std::streamoff(__pos), std::ios_base::beg, __mode); }
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 155 seekoff(std::streamoff __off, std::ios_base::seekdir __dir, function in class:stdio_sync_filebuf
180 { return seekoff(std::streamoff(__pos), std::ios_base::beg, __mode); }
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 193 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir, function in class:_Traits
_fstream.c 291 basic_filebuf<_CharT, _Traits>::seekoff(off_type __off, function in class:_Traits
_sstream.c 300 ::seekoff(off_type __off, function in class:_Alloc
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 155 seekoff(std::streamoff __off, std::ios_base::seekdir __dir, function in class:stdio_sync_filebuf
180 { return seekoff(std::streamoff(__pos), std::ios_base::beg, __mode); }
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 193 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir, function in class:_Traits
_fstream.c 291 basic_filebuf<_CharT, _Traits>::seekoff(off_type __off, function in class:_Traits
_sstream.c 300 ::seekoff(off_type __off, function in class:_Alloc
  /external/zlib/contrib/iostream/
zfstream.cpp 129 streampos gzfilebuf::seekoff( streamoff off, ios::seek_dir dir, int which ) { function in class:gzfilebuf

Completed in 311 milliseconds