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

1 2 3 4

  /external/libcxx/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
  /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++/libcxx/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
  /external/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
Android.mk 19 test_name := depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/seekpos
20 test_src := seekpos.pass.cpp
  /external/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/
Android.mk 19 test_name := input.output/string.streams/stringbuf/stringbuf.virtuals/seekpos
20 test_src := seekpos.pass.cpp
  /external/libcxx/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
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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
  /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); }
  /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/ndk/9/sources/cxx-stl/EH/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); }

Completed in 292 milliseconds

1 2 3 4