Searched refs:__way (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | strstream.cpp | 229 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.h | 145 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/ |
D | streambuf | 140 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);
|
D | sstream | 232 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way, 556 ios_base::seekdir __way, 564 && __way == ios_base::cur) 567 switch (__way)
|
D | strstream | 173 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
|
D | fstream | 219 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)
|
D | locale | 4058 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);
|