Searched refs:__dir (Results 1 – 7 of 7) sorted by relevance
/external/stlport/stlport/stl/ |
D | _num_put.c | 51 ios_base::fmtflags __dir = __flags & ios_base::adjustfield; in __copy_float_and_fill() local 53 if (__dir == ios_base::left) { in __copy_float_and_fill() 57 else if (__dir == ios_base::internal && __first != __last && in __copy_float_and_fill() 161 ios_base::fmtflags __dir = __flg & ios_base::adjustfield; in __copy_integer_and_fill() local 163 if (__dir == ios_base::left) { in __copy_integer_and_fill() 167 else if (__dir == ios_base::internal && __len != 0 && in __copy_integer_and_fill() 173 else if (__dir == ios_base::internal && __len >= 2 && in __copy_integer_and_fill() 396 ios_base::fmtflags __dir = __f.flags() & ios_base::adjustfield; in __do_put_bool() local 398 if (__dir == ios_base::left) { in __do_put_bool()
|
D | _ostream.h | 156 _Self& seekp(off_type __off, ios_base::seekdir __dir) { in seekp() argument 158 this->rdbuf()->pubseekoff(__off, __dir, ios_base::out); in seekp()
|
D | _strstream.h | 78 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
|
D | _sstream.c | 301 ios_base::seekdir __dir, in seekoff() argument 315 switch(__dir) { in seekoff()
|
D | _sstream.h | 90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
|
D | _istream.c | 518 basic_istream<_CharT, _Traits>::seekg(off_type __off, ios_base::seekdir __dir) { in seekg() argument 523 __buf->pubseekoff(__off, __dir, ios_base::in); in seekg()
|
D | _fstream.h | 69 streamoff _M_seek(streamoff __offset, ios_base::seekdir __dir);
|