| /freebsd-14.2/contrib/llvm-project/libcxx/src/ |
| H A D | strstream.cpp | 180 return pos_type(off_type(-1)); in seekoff() 184 return pos_type(off_type(-1)); in seekoff() 189 return pos_type(off_type(-1)); in seekoff() 191 return pos_type(off_type(-1)); in seekoff() 193 off_type newoff; in seekoff() 210 return pos_type(off_type(-1)); in seekoff() 228 return pos_type(off_type(-1)); in seekpos() 231 return pos_type(off_type(-1)); in seekpos() 233 off_type newoff = __sp; in seekpos() 236 return pos_type(off_type(-1)); in seekpos() [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-14.2/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, 135 typedef typename traits_type::off_type off_type; 158 …pubseekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which = ios_base::in | io… 262 …seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which = ios_base::in | ios_b… 339 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir, ios_base::openmode) { 340 return pos_type(off_type(-1)); 346 return pos_type(off_type(-1));
|
| H A D | fstream | 25 typedef typename traits_type::off_type off_type; 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; 231 typedef typename traits_type::off_type off_type; 880 return pos_type(off_type(-1)); 894 return pos_type(off_type(-1)); 949 off_type __c; 1058 typedef typename traits_type::off_type off_type; 1211 typedef typename traits_type::off_type off_type; [all …]
|
| 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; 182 …seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which = ios_base::in | ios_b… 307 typedef char_traits<char>::off_type off_type;
|
| H A D | sstream | 28 typedef typename traits_type::off_type off_type; 77 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 101 typedef typename traits_type::off_type off_type; 160 typedef typename traits_type::off_type off_type; 219 typedef typename traits_type::off_type off_type; 309 typedef typename traits_type::off_type off_type; 733 off_type __off, ios_base::seekdir __way, ios_base::openmode __wch) { 741 off_type __noff; 785 typedef typename traits_type::off_type off_type; 891 typedef typename traits_type::off_type off_type; [all …]
|
| H A D | syncstream | 42 using off_type = typename traits::off_type; 85 using off_type = typename traits::off_type; 247 using off_type = typename traits_type::off_type; 437 using off_type = typename traits_type::off_type;
|
| 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; 197 typedef typename traits_type::off_type off_type; 295 basic_istream& seekg(off_type __off, ios_base::seekdir __dir); 1088 basic_istream<_CharT, _Traits>& basic_istream<_CharT, _Traits>::seekg(off_type __off, ios_base::see… 1169 typedef typename traits_type::off_type off_type;
|
| H A D | ostream | 26 typedef typename traits_type::off_type off_type; 70 basic_ostream& seekp(off_type, ios_base::seekdir); 215 typedef typename traits_type::off_type off_type; 292 …inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 basic_ostream& seekp(off_type __off, ios_base::seekdir __dir… 881 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::seekp(off_type __off, ios_base::see…
|
| H A D | ios | 119 typedef typename traits::off_type off_type; // removed in C++17 528 typedef typename traits_type::off_type off_type;
|
| H A D | locale | 3332 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)))
|
| H A D | iterator | 574 … : public iterator<input_iterator_tag, charT, traits::off_type, unspecified, charT> // until C++17 579 typedef traits::off_type difference_type;
|
| H A D | string | 53 using off_type = streamoff;
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/libcxx/include/__string/ |
| H A D | char_traits.h | 86 using off_type = streamoff; member 181 using off_type = streamoff; 278 using off_type = streamoff; 355 using off_type = streamoff; 435 using off_type = streamoff; 525 using off_type = streamoff;
|