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

/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_fstream.h65 // traits_type::off_type must be streamoff
77 typedef typename traits_type::off_type off_type; typedef in class:basic_filebuf
355 seekoff(off_type __off, ios_base::seekdir __way,
364 _M_seek(off_type __off, ios_base::seekdir __way, __state_type __state);
432 typedef typename traits_type::off_type off_type; typedef in class:basic_ifstream
560 typedef typename traits_type::off_type off_type; typedef in class:basic_ofstream
691 typedef typename traits_type::off_type off_typ typedef in class:basic_fstream
[all...]
H A Dstd_sstream.h73 typedef typename traits_type::off_type off_type; typedef in class:basic_stringbuf
223 seekoff(off_type __off, ios_base::seekdir __way,
274 typedef typename traits_type::off_type off_type; typedef in class:basic_istringstream
387 typedef typename traits_type::off_type off_type; typedef in class:basic_ostringstream
500 typedef typename traits_type::off_type off_type; typedef in class:basic_stringstream
H A Dstd_streambuf.h137 typedef typename traits_type::off_type off_type; typedef in class:basic_streambuf
258 pubseekoff(off_type __off, ios_base::seekdir __way,
598 seekoff(off_type, ios_base::seekdir,
600 { return pos_type(off_type(-1)); }
612 { return pos_type(off_type(-1)); }
H A Dstd_istream.h65 typedef typename _Traits::off_type off_type; typedef in class:basic_istream
589 seekg(off_type, ios_base::seekdir);
787 typedef typename _Traits::off_type off_type; typedef in class:basic_iostream
H A Dstd_ostream.h66 typedef typename _Traits::off_type off_type; typedef in class:basic_ostream
362 seekp(off_type, ios_base::seekdir);
/freebsd-11-stable/contrib/libstdc++/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); }
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dstrstream.cpp233 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which)
235 off_type __p(-1);
257 off_type newoff;
295 off_type __p(-1);
302 off_type newoff = __sp;
312 off_type temp = epptr() - newpos;
/freebsd-11-stable/contrib/libstdc++/include/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
/freebsd-11-stable/contrib/libstdc++/include/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,
/freebsd-11-stable/contrib/libreadline/examples/
H A Dreadlinebuf.h52 typedef streamoff off_type; typedef in class:readlinebuf

Completed in 94 milliseconds