Searched refs:off_type (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/swig-12/Lib/std/
H A Dstd_streambuf.i21 typedef typename traits_type::off_type off_type;
39 pubseekoff(off_type __off, ios_base::seekdir __way,
H A Dstd_sstream.i42 typedef typename traits_type::off_type off_type;
76 typedef typename traits_type::off_type off_type;
115 typedef typename traits_type::off_type off_type;
156 typedef typename traits_type::off_type off_type;
H A Dstd_iostream.i36 typedef typename _Traits::off_type off_type;
130 seekp(off_type, ios_base::seekdir);
143 typedef typename _Traits::off_type off_type;
264 seekg(off_type, ios_base::seekdir);
277 typedef typename _Traits::off_type off_type;
H A Dstd_char_traits.i24 typedef streamoff off_type;
79 typedef streamoff off_type;
H A Dstd_ios.i170 typedef typename _Traits::off_type off_type;
/macosx-10.10/libstdcxx-104.1/src/
H A Dstrstream.cc229 strstreambuf::seekoff(off_type off, ios_base::seekdir dir,
247 return pos_type(off_type(-1));
252 off_type newoff;
265 return pos_type(off_type(-1));
270 return pos_type(off_type(-1));
299 { return seekoff(pos - pos_type(off_type(0)), ios_base::beg, mode); }
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/
H A Dstdio_filebuf.h60 typedef typename traits_type::off_type off_type; typedef in class:stdio_filebuf
H A Dstdio_sync_filebuf.h59 typedef typename traits_type::off_type off_type; typedef in class:stdio_sync_filebuf
H A Dpod_char_traits.h99 typedef streamoff off_type; typedef in struct:char_traits
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dchar_traits.h55 * of char_traits. It defines int_type, off_type, pos_type, and
66 typedef std::streamoff off_type; typedef in struct:_Char_types
92 typedef typename _Char_types<_CharT>::off_type off_type; typedef in struct:char_traits
237 typedef streamoff off_type; typedef in struct:char_traits
306 typedef streamoff off_type; typedef in struct:char_traits
H A Dbasic_ios.h68 typedef typename _Traits::off_type off_type; typedef in class:basic_ios
H A Dstreambuf_iterator.h50 : public iterator<input_iterator_tag, _CharT, typename _Traits::off_type,

Completed in 210 milliseconds