Searched refs:off_type (Results 26 - 50 of 52) sorted by relevance

123

/openbsd-current/gnu/gcc/libstdc++-v3/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); }
/openbsd-current/gnu/lib/libstdc++/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); }
/openbsd-current/gnu/llvm/libcxx/src/
H A Dstrstream.cpp236 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which)
238 off_type __p(-1);
260 off_type newoff;
298 off_type __p(-1);
305 off_type newoff = __sp;
315 off_type temp = epptr() - newpos;
/openbsd-current/gnu/gcc/libstdc++-v3/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
/openbsd-current/gnu/llvm/libcxx/include/__iterator/
H A Distreambuf_iterator.h30 typename _Traits::off_type, _CharT*,
38 typedef typename _Traits::off_type difference_type;
/openbsd-current/gnu/gcc/libstdc++-v3/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,
/openbsd-current/gnu/gcc/libstdc++-v3/include/std/
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);
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dchar_traits.h55 typedef std::streamoff off_type; typedef in struct:__gnu_cxx::_Char_types
65 typedef typename _Char_types<_CharT>::off_type off_type; typedef in struct:__gnu_cxx::char_traits
208 typedef streamoff off_type; typedef in struct:std::char_traits
277 typedef streamoff off_type; typedef in struct:std::char_traits
H A Dbasic_ios.h68 typedef typename _Traits::off_type off_type; typedef in class:std::basic_ios
H A Dstreambuf_iterator.h50 : public iterator<input_iterator_tag, _CharT, typename _Traits::off_type,
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_ostream.h65 typedef typename _Traits::off_type off_type; typedef in class:std::basic_ostream
348 seekp(off_type, ios_base::seekdir);
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dstringbuf_members.cc105 typedef std::stringbuf::off_type off_type; typedef
339 // pubseekoff(off_type off, ios_base::seekdir way, ios_base::openmode which)
341 pos_type pt_1(off_type(-1));
342 pos_type pt_2(off_type(0));
343 off_type off_1 = 0;
344 off_type off_2 = 0;
H A Dios_init.cc47 typedef streamoff off_type; typedef in struct:std::char_traits
130 typedef streamoff off_type; typedef in struct:std::char_traits
H A Dostream_inserter_char.cc166 typedef std::ostream::off_type off_type; typedef
H A Dfilebuf_virtuals.cc120 typedef std::filebuf::off_type off_type; typedef
410 // pubseekoff(off_type off, ios_base::seekdir way, ios_base::openmode which)
412 pos_type pt_1(off_type(-1));
413 pos_type pt_2(off_type(0));
414 off_type off_1 = 0;
415 off_type off_2 = 0;
/openbsd-current/gnu/lib/libreadline/examples/
H A Dreadlinebuf.h52 typedef streamoff off_type; typedef in class:readlinebuf
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/
H A Dtestsuite_hooks.h309 typedef unsigned long off_type; typedef in struct:std::char_traits
/openbsd-current/gnu/llvm/libcxx/include/__string.d/__string/
H A Dchar_traits.h51 using off_type = ...;
84 using off_type = streamoff;
199 using off_type = streamoff;
269 using off_type = streamoff;
339 using off_type = streamoff;
427 using off_type = streamoff;
521 using off_type = streamoff;
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dcodecvt_members_unicode_wchar_t.cc41 typedef streamoff off_type; typedef in struct:std::char_traits
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/21_strings/
H A Dcapacity.cc49 typedef streamoff off_type; typedef in struct:std::char_traits

Completed in 232 milliseconds

123