| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/ |
| H A D | wbuffer_convert.h | 39 typedef typename traits_type::off_type off_type; typedef 88 …seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __wch = ios_base::in | ios_bas… 296 wbuffer_convert<_Codecvt, _Elem, _Tr>::seekoff(off_type __off, ios_base::seekdir __way, ios_base::o… in seekoff() 299 return pos_type(off_type(-1)); in seekoff() 302 return pos_type(off_type(-1)); in seekoff() 312 return pos_type(off_type(-1)); in seekpos() 313 if (__bufptr_->pubseekpos(__sp, __wch) == pos_type(off_type(-1))) in seekpos() 314 return pos_type(off_type(-1)); in seekpos() 340 off_type __c; in sync() 371 if (__bufptr_->pubseekoff(-__c, ios_base::cur, __cm_) == pos_type(off_type(-1))) in sync()
|
| /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; typedef 247 typedef typename traits_type::off_type off_type; typedef
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| 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; 171 …seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which = ios_base::in | ios_b… 239 typedef char_traits<char>::off_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; 390 …seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __wch = ios_base::in | ios_bas… 654 off_type __off, ios_base::seekdir __way, ios_base::openmode __wch) { 662 off_type __noff; 706 typedef typename traits_type::off_type off_type; [all …]
|
| 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; 227 typedef typename traits_type::off_type off_type; 262 …seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __wch = ios_base::in | ios_bas… 853 basic_filebuf<_CharT, _Traits>::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode… 859 return pos_type(off_type(-1)); 873 return pos_type(off_type(-1)); [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); 1064 basic_istream<_CharT, _Traits>& basic_istream<_CharT, _Traits>::seekg(off_type __off, ios_base::see… 1145 typedef typename traits_type::off_type off_type;
|
| H A D | ios | 119 typedef typename traits::off_type off_type; // removed in C++17 556 typedef typename traits_type::off_type off_type;
|
| H A D | locale | 3338 typedef typename traits_type::off_type off_type; 3381 …seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __wch = ios_base::in | ios_bas… 3589 wbuffer_convert<_Codecvt, _Elem, _Tr>::seekoff(off_type __off, ios_base::seekdir __way, ios_base::o… 3592 return pos_type(off_type(-1)); 3595 return pos_type(off_type(-1)); 3605 return pos_type(off_type(-1)); 3606 if (__bufptr_->pubseekpos(__sp, __wch) == pos_type(off_type(-1))) 3607 return pos_type(off_type(-1)); 3633 off_type __c; 3664 if (__bufptr_->pubseekoff(-__c, ios_base::cur, __cm_) == pos_type(off_type(-1)))
|
| /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, 144 typedef typename traits_type::off_type off_type; 167 …pubseekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which = ios_base::in | io… 308 …virtual pos_type seekoff(off_type, ios_base::seekdir, ios_base::openmode = ios_base::in | ios_base… 309 return pos_type(off_type(-1)); 312 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; 190 …seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which = ios_base::in | ios_b… 315 typedef char_traits<char>::off_type off_type;
|
| H A D | syncstream | 42 using off_type = typename traits::off_type; 87 using off_type = typename traits::off_type; 256 using off_type = typename traits_type::off_type; 447 using off_type = typename traits_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; 235 typedef typename traits_type::off_type off_type; 297 …seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __wch = ios_base::in | ios_bas… 947 basic_filebuf<_CharT, _Traits>::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode… 953 return pos_type(off_type(-1)); 967 return pos_type(off_type(-1)); [all …]
|
| 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; 351 typedef typename traits_type::off_type off_type; 532 …seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __wch = ios_base::in | ios_bas… 821 off_type __off, ios_base::seekdir __way, ios_base::openmode __wch) { 829 off_type __noff; 873 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; 207 typedef typename traits_type::off_type off_type; 305 basic_istream& seekg(off_type __off, ios_base::seekdir __dir); 1099 basic_istream<_CharT, _Traits>& basic_istream<_CharT, _Traits>::seekg(off_type __off, ios_base::see… 1178 typedef typename traits_type::off_type off_type;
|
| H A D | ios | 119 typedef typename traits::off_type off_type; // removed in C++17 570 typedef typename traits_type::off_type off_type;
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__iterator/ |
| H A D | istreambuf_iterator.h | 28 : public iterator<input_iterator_tag, _CharT, typename _Traits::off_type, _CharT*, _CharT> { 34 typedef typename _Traits::off_type difference_type;
|
| /freebsd/contrib/llvm-project/libcxx/include/__iterator/ |
| H A D | istreambuf_iterator.h | 32 : public iterator<input_iterator_tag, _CharT, typename _Traits::off_type, _CharT*, _CharT> 40 typedef typename _Traits::off_type difference_type;
|
| /freebsd/contrib/llvm-project/libcxx/include/__ostream/ |
| H A D | basic_ostream.h | 53 typedef typename traits_type::off_type off_type; typedef 179 …inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 basic_ostream& seekp(off_type __off, ios_base::seekdir __dir… 532 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::seekp(off_type __off, ios_base::see… in seekp()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__ostream/ |
| H A D | basic_ostream.h | 47 typedef typename traits_type::off_type off_type; typedef 112 …inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 basic_ostream& seekp(off_type __off, ios_base::seekdir __dir… 701 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::seekp(off_type __off, ios_base::see… in seekp()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__string/ |
| H A D | char_traits.h | 82 using off_type = streamoff; 159 using off_type = streamoff;
|
| /freebsd/contrib/llvm-project/libcxx/include/__string/ |
| H A D | char_traits.h | 84 using off_type = streamoff; 176 using off_type = streamoff;
|