HomeSort by relevance Sort by last modified time
    Searched refs:seekoff (Results 51 - 75 of 88) sorted by null

1 23 4

  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 127 // class seekoff does nothing; subclasses are expected to override it.
128 virtual pos_type seekoff(off_type, ios_base::seekdir,
147 { return this->seekoff(__offset, __way, __mod); }
_sstream.h 90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
_streambuf.c 193 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir, function in class:_Traits
  /external/oprofile/include/
sstream 26 /* seekoff and ideas for overflow is largely borrowed from libstdc++-v3 */
141 seekoff(off_type off, ios::seek_dir way, int which = ios::in | ios::out)
199 pos_type ret = seekoff(sp, ios::beg, which);
  /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);
  /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);
  /external/stlport/stlport/stl/
_sstream.h 90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
_streambuf.c 193 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir, function in class:_Traits
_sstream.c 300 ::seekoff(off_type __off, function in class:_Alloc
  /external/zlib/src/contrib/iostream/
zfstream.cpp 129 streampos gzfilebuf::seekoff( streamoff off, ios::seek_dir dir, int which ) { function in class:gzfilebuf
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_sstream.h 90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
_streambuf.c 193 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir, function in class:_Traits
_sstream.c 300 ::seekoff(off_type __off, function in class:_Alloc
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_sstream.h 90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
_streambuf.c 193 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir, function in class:_Traits
_sstream.c 300 ::seekoff(off_type __off, function in class:_Alloc
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_sstream.h 90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
_streambuf.c 193 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir, function in class:_Traits
_sstream.c 300 ::seekoff(off_type __off, function in class:_Alloc
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_sstream.h 90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
_streambuf.c 193 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir, function in class:_Traits
_sstream.c 300 ::seekoff(off_type __off, function in class:_Alloc
  /ndk/sources/cxx-stl/llvm-libc++/src/
strstream.cpp 227 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) function in class:strstreambuf

Completed in 1404 milliseconds

1 23 4