Home
last modified time | relevance | path

Searched defs:__off (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_fstream.c291 basic_filebuf<_CharT, _Traits>::seekoff(off_type __off, in seekoff()
390 streamoff __off = off_type(__pos); in seekpos() local
D_ostream.h156 _Self& seekp(off_type __off, ios_base::seekdir __dir) { in seekp()
D_sstream.c300 ::seekoff(off_type __off, in seekoff()
D_fstream.h238 pos_type _M_seek_return(off_type __off, _State_type __state) { in _M_seek_return()
D_istream.c518 basic_istream<_CharT, _Traits>::seekg(off_type __off, ios_base::seekdir __dir) { in seekg()
/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()