Home
last modified time | relevance | path

Searched refs:__way (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dstrstream.cpp229 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) in seekoff() argument
235 switch (__way) in seekoff()
255 switch (__way) in seekoff()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_streambuf.h145 pos_type pubseekoff(off_type __offset, ios_base::seekdir __way,
147 { return this->seekoff(__offset, __way, __mod); }
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dstreambuf140 pos_type pubseekoff(off_type __off, ios_base::seekdir __way,
188 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
253 ios_base::seekdir __way,
256 return seekoff(__off, __way, __which);
Dsstream232 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
556 ios_base::seekdir __way,
564 && __way == ios_base::cur)
567 switch (__way)
Dstrstream173 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
Dfstream219 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
784 basic_filebuf<_CharT, _Traits>::seekoff(off_type __off, ios_base::seekdir __way,
796 switch (__way)
Dlocale4058 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
4303 wbuffer_convert<_Codecvt, _Elem, _Tr>::seekoff(off_type __off, ios_base::seekdir __way,
4310 switch (__way)
4321 pos_type __r = __bufptr_->pubseekoff(__width * __off, __way, __om);