Home
last modified time | relevance | path

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

/external/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()
/external/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,
561 ios_base::seekdir __way,
569 && __way == ios_base::cur)
572 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)
Dlocale4066 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
4311 wbuffer_convert<_Codecvt, _Elem, _Tr>::seekoff(off_type __off, ios_base::seekdir __way,
4318 switch (__way)
4329 pos_type __r = __bufptr_->pubseekoff(__width * __off, __way, __om);