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

1 23 4 5 6 7 8

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
stdio_filebuf.h 55 typedef typename traits_type::off_type off_type; typedef in class:stdio_filebuf
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
stdio_filebuf.h 59 typedef typename traits_type::off_type off_type; typedef in class:stdio_filebuf
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
stdio_filebuf.h 59 typedef typename traits_type::off_type off_type; typedef in class:stdio_filebuf
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
stdio_filebuf.h 59 typedef typename traits_type::off_type off_type; typedef in class:stdio_filebuf
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
stdio_filebuf.h 59 typedef typename traits_type::off_type off_type; typedef in class:stdio_filebuf
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
stdio_filebuf.h 58 typedef typename traits_type::off_type off_type; typedef in class:stdio_filebuf
  /external/stlport/src/
strstream.cpp 192 strstreambuf::seekoff(off_type off,
209 return pos_type(off_type(-1));
214 off_type newoff;
226 return pos_type(off_type(-1));
231 return pos_type(off_type(-1));
257 return seekoff(pos - pos_type(off_type(0)), ios_base::beg, mode);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
strstream.cpp 229 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which)
231 off_type __p(-1);
253 off_type newoff;
289 off_type __p(-1);
296 off_type newoff = __sp;
306 off_type temp = epptr() - newpos;
  /ndk/sources/cxx-stl/stlport/src/
strstream.cpp 192 strstreambuf::seekoff(off_type off,
209 return pos_type(off_type(-1));
214 off_type newoff;
226 return pos_type(off_type(-1));
231 return pos_type(off_type(-1));
257 return seekoff(pos - pos_type(off_type(0)), ios_base::beg, mode);
  /external/stlport/stlport/stl/
_ios.h 54 typedef typename _Traits::off_type off_type; typedef in class:basic_ios
_streambuf.h 56 typedef typename _Traits::off_type off_type; typedef in class:basic_streambuf
128 virtual pos_type seekoff(off_type, ios_base::seekdir,
145 pos_type pubseekoff(off_type __offset, ios_base::seekdir __way,
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios.h 54 typedef typename _Traits::off_type off_type; typedef in class:basic_ios
_streambuf.h 56 typedef typename _Traits::off_type off_type; typedef in class:basic_streambuf
128 virtual pos_type seekoff(off_type, ios_base::seekdir,
145 pos_type pubseekoff(off_type __offset, ios_base::seekdir __way,
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ios.h 54 typedef typename _Traits::off_type off_type; typedef in class:basic_ios
_streambuf.h 56 typedef typename _Traits::off_type off_type; typedef in class:basic_streambuf
128 virtual pos_type seekoff(off_type, ios_base::seekdir,
145 pos_type pubseekoff(off_type __offset, ios_base::seekdir __way,
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ios.h 54 typedef typename _Traits::off_type off_type; typedef in class:basic_ios
_streambuf.h 56 typedef typename _Traits::off_type off_type; typedef in class:basic_streambuf
128 virtual pos_type seekoff(off_type, ios_base::seekdir,
145 pos_type pubseekoff(off_type __offset, ios_base::seekdir __way,
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ios.h 54 typedef typename _Traits::off_type off_type; typedef in class:basic_ios
_streambuf.h 56 typedef typename _Traits::off_type off_type; typedef in class:basic_streambuf
128 virtual pos_type seekoff(off_type, ios_base::seekdir,
145 pos_type pubseekoff(off_type __offset, ios_base::seekdir __way,
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ios.h 54 typedef typename _Traits::off_type off_type; typedef in class:basic_ios
_streambuf.h 56 typedef typename _Traits::off_type off_type; typedef in class:basic_streambuf
128 virtual pos_type seekoff(off_type, ios_base::seekdir,
145 pos_type pubseekoff(off_type __offset, ios_base::seekdir __way,
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ios.h 54 typedef typename _Traits::off_type off_type; typedef in class:basic_ios
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
seekg_off.pass.cpp 12 // basic_istream<charT,traits>& seekg(off_type off, ios_base::seekdir dir);
42 typename base::pos_type seekoff(typename base::off_type off,
tellg.pass.cpp 40 typename base::pos_type seekoff(typename base::off_type off,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/
seekp2.pass.cpp 15 // basic_ostream<charT,traits>& seekp(off_type off, ios_base::seekdir dir);
32 seekoff(typename base::off_type off, std::ios_base::seekdir way,

Completed in 530 milliseconds

1 23 4 5 6 7 8