/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | strstream.cpp | 173 strstreambuf::pos_type strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) { in overflow() 180 return pos_type(off_type(-1)); in overflow() 184 return pos_type(off_type(-1)); in overflow() 189 return pos_type(off_type(-1)); in overflow() 191 return pos_type(off_type(-1)); in overflow() 193 off_type newoff; in overflow() 210 return pos_type(off_type(-1)); in pbackfail() 228 return pos_type(off_type(-1)); in underflow() 231 return pos_type(off_type(-1)); in underflow() 233 off_type newof in underflow() [all...] |
H A D | std_stream.h | 39 typedef typename traits_type::off_type off_type; 247 typedef typename traits_type::off_type off_type; in pbackfail() 42 typedef typename traits_type::off_type off_type; global() typedef 284 typedef typename traits_type::off_type off_type; global() typedef
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | streambuf | 28 typedef typename traits_type::off_type off_type; 38 pos_type pubseekoff(off_type off, ios_base::seekdir way, 86 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 138 typedef typename traits_type::off_type off_type; 161 …pubseekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which = ios_base::in | io… 269 …seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which = ios_base::in | ios_b… 346 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir, ios_base::openmode) { 347 return pos_type(off_type(-1)); 353 return pos_type(off_type(-1));
|
H A D | strstream | 48 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 110 typedef char_traits<char>::off_type off_type; 183 …seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which = ios_base::in | ios_b… 308 typedef char_traits<char>::off_type off_type;
|
H A D | fstream | 25 typedef typename traits_type::off_type off_type; 51 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 75 typedef typename traits_type::off_type off_type; 114 typedef typename traits_type::off_type off_type; 155 typedef typename traits_type::off_type off_type; 232 typedef typename traits_type::off_type off_type; 294 …seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __wch = ios_base::in | ios_bas… 909 basic_filebuf<_CharT, _Traits>::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode… 915 return pos_type(off_type(-1)); 929 return pos_type(off_type(-1)); [all …]
|
H A D | syncstream | 42 using off_type = typename traits::off_type; 85 using off_type = typename traits::off_type; 249 using off_type = typename traits_type::off_type; 439 using off_type = typename traits_type::off_type;
|
H A D | sstream | 28 typedef typename traits_type::off_type off_type; 88 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 112 typedef typename traits_type::off_type off_type; 181 typedef typename traits_type::off_type off_type; 250 typedef typename traits_type::off_type off_type; 343 typedef typename traits_type::off_type off_type; 516 …seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __wch = ios_base::in | ios_bas… 805 off_type __off, ios_base::seekdir __way, ios_base::openmode __wch) { 813 off_type __noff; 857 typedef typename traits_type::off_type off_type; [all …]
|
H A D | ostream | 26 typedef typename traits_type::off_type off_type; 70 basic_ostream& seekp(off_type, ios_base::seekdir);
|
H A D | istream | 26 typedef typename traits_type::off_type off_type; 83 basic_istream& seekg(off_type, ios_base::seekdir); 130 typedef typename traits_type::off_type off_type; 199 typedef typename traits_type::off_type off_type; 297 basic_istream& seekg(off_type __off, ios_base::seekdir __dir); 1091 basic_istream<_CharT, _Traits>& basic_istream<_CharT, _Traits>::seekg(off_type __off, ios_base::see… 1172 typedef typename traits_type::off_type off_type;
|
H A D | ios | 119 typedef typename traits::off_type off_type; // removed in C++17 563 typedef typename traits_type::off_type off_type;
|
H A D | locale | 3363 typedef typename traits_type::off_type off_type; 3412 …seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __wch = ios_base::in | ios_bas… 3620 wbuffer_convert<_Codecvt, _Elem, _Tr>::seekoff(off_type __off, ios_base::seekdir __way, ios_base::o… 3623 return pos_type(off_type(-1)); 3626 return pos_type(off_type(-1)); 3636 return pos_type(off_type(-1)); 3637 if (__bufptr_->pubseekpos(__sp, __wch) == pos_type(off_type(-1))) 3638 return pos_type(off_type(-1)); 3664 off_type __c; 3695 if (__bufptr_->pubseekoff(-__c, ios_base::cur, __cm_) == pos_type(off_type(-1)))
|
H A D | iterator | 579 … : public iterator<input_iterator_tag, charT, traits::off_type, unspecified, charT> // until C++17 584 typedef traits::off_type difference_type;
|
H A D | string | 53 using off_type = streamoff;
|
/freebsd/contrib/llvm-project/libcxx/include/__iterator/ |
H A D | istreambuf_iterator.h | 30 : public iterator<input_iterator_tag, _CharT, typename _Traits::off_type, _CharT*, _CharT> 38 typedef typename _Traits::off_type difference_type;
|
/freebsd/contrib/llvm-project/libcxx/include/__ostream/ |
H A D | basic_ostream.h | 47 typedef typename traits_type::off_type off_type; typedef 124 …inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 basic_ostream& seekp(off_type __off, ios_base::seekdir __dir… 713 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::seekp(off_type __off, ios_base::see… in seekp()
|
/freebsd/contrib/llvm-project/libcxx/include/__string/ |
H A D | char_traits.h | 83 using off_type = streamoff; 177 using off_type = streamoff;
|