Searched defs:off_type (Results 1 - 8 of 8) sorted by relevance

/external/stlport/stlport/stl/
H A D_strstream.h78 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
144 typedef char_traits<char>::off_type off_type; typedef in class:strstream
H A D_sstream.h60 typedef typename _Traits::off_type off_type; typedef in class:basic_stringbuf
90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
122 typedef typename _Traits::off_type off_type; typedef in class:basic_istringstream
165 typedef typename _Traits::off_type off_type; typedef in class:basic_ostringstream
209 typedef typename _Traits::off_type off_type; typedef in class:basic_stringstream
H A D_ios.h54 typedef typename _Traits::off_type off_type; typedef in class:basic_ios
H A D_istream.h77 typedef typename _Traits::off_type off_type; typedef in class:basic_istream
165 _Self& seekg(off_type, ios_base::seekdir);
H A D_ostream.h66 typedef typename _Traits::off_type off_type; typedef in class:basic_ostream
156 _Self& seekp(off_type __off, ios_base::seekdir __dir) {
H A D_streambuf.h56 typedef typename _Traits::off_type off_type; typedef in class:basic_streambuf
128 virtual pos_type seekoff(off_type, ios_base::seekdir,
145 pos_type pubseekoff(off_type __offset, ios_base::seekdir __way,
H A Dchar_traits.h136 typedef streamoff off_type; typedef in class:__char_traits_base
215 typedef streamoff off_type; typedef in class:char_traits
H A D_fstream.h154 typedef typename _Traits::off_type off_type; typedef in class:basic_filebuf
207 virtual pos_type seekoff(off_type, ios_base::seekdir,
238 pos_type _M_seek_return(off_type __off, _State_type __state) {
448 typedef typename _Traits::off_type off_type; typedef in class:basic_ifstream
529 typedef typename _Traits::off_type off_type; typedef in class:basic_ofstream
608 typedef typename _Traits::off_type off_type; typedef in class:basic_fstream
[all...]

Completed in 238 milliseconds