Searched refs:istreambuf_iterator (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__iterator/ |
| H A D | istreambuf_iterator.h | 29 class _LIBCPP_TEMPLATE_VIS istreambuf_iterator 57 friend class istreambuf_iterator; variable 71 _LIBCPP_INLINE_VISIBILITY istreambuf_iterator(istream_type& __s) _NOEXCEPT in istreambuf_iterator() function 73 _LIBCPP_INLINE_VISIBILITY istreambuf_iterator(streambuf_type* __s) _NOEXCEPT in istreambuf_iterator() function 75 _LIBCPP_INLINE_VISIBILITY istreambuf_iterator(const __proxy& __p) _NOEXCEPT in istreambuf_iterator() function 80 _LIBCPP_INLINE_VISIBILITY istreambuf_iterator& operator++() 90 _LIBCPP_INLINE_VISIBILITY bool equal(const istreambuf_iterator& __b) const in equal() 96 bool operator==(const istreambuf_iterator<_CharT,_Traits>& __a, 97 const istreambuf_iterator<_CharT,_Traits>& __b) 102 bool operator!=(const istreambuf_iterator<_CharT,_Traits>& __a, [all …]
|
| /freebsd-13.1/contrib/libucl/examples/ |
| H A D | ucl_cpp.cc | 9 input.assign((std::istreambuf_iterator<char>(std::cin)), in main() 10 std::istreambuf_iterator<char>()); in main()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | iterator | 474 class istreambuf_iterator 490 istreambuf_iterator() noexcept; 491 istreambuf_iterator(istream_type& s) noexcept; 492 istreambuf_iterator(streambuf_type* s) noexcept; 493 istreambuf_iterator(a-private-type) noexcept; 497 istreambuf_iterator& operator++(); 500 bool equal(const istreambuf_iterator& b) const; 504 bool operator==(const istreambuf_iterator<charT,traits>& a, 505 const istreambuf_iterator<charT,traits>& b); 507 bool operator!=(const istreambuf_iterator<charT,traits>& a, [all …]
|
| H A D | iosfwd | 50 template <class charT, class traits = char_traits<charT> > class istreambuf_iterator; 154 class _LIBCPP_TEMPLATE_VIS istreambuf_iterator;
|
| H A D | iomanip | 311 typedef istreambuf_iterator<_CharT, _Traits> _Ip; 430 typedef istreambuf_iterator<_CharT, _Traits> _Ip;
|
| H A D | istream | 316 typedef istreambuf_iterator<_CharT, _Traits> _Ip; 365 typedef istreambuf_iterator<_CharT, _Traits> _Ip; 474 typedef istreambuf_iterator<_CharT, _Traits> _Ip;
|
| H A D | module.modulemap | 498 module istreambuf_iterator { private header "__iterator/istreambuf_iterator.h" }
|
| H A D | ostream | 324 typedef istreambuf_iterator<_CharT, _Traits> _Ip;
|
| H A D | locale | 578 template <class _CharT, class _InputIterator = istreambuf_iterator<_CharT> > 1772 template <class _CharT, class _InputIterator = istreambuf_iterator<_CharT> > 2439 template <class _CharT, class _InputIterator = istreambuf_iterator<_CharT> > 2802 template <class _CharT, class _InputIterator = istreambuf_iterator<_CharT> >
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerIO.cpp | 55 return std::string((std::istreambuf_iterator<char>(T)), in FileToString() 56 std::istreambuf_iterator<char>()); in FileToString()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/bugpoint/ |
| H A D | ToolRunner.cpp | 94 std::copy(std::istreambuf_iterator<char>(ErrorFile), in RunProgramRemotelyWithTimeout() 95 std::istreambuf_iterator<char>(), in RunProgramRemotelyWithTimeout() 130 std::copy(std::istreambuf_iterator<char>(ErrorFile), in ProcessFailure() 131 std::istreambuf_iterator<char>(), in ProcessFailure()
|
| /freebsd-13.1/lib/libc++/ |
| H A D | Makefile | 399 IT_HEADERS+= istreambuf_iterator.h
|
| /freebsd-13.1/contrib/llvm-project/libcxx/src/filesystem/ |
| H A D | operations.cpp | 872 using InIt = istreambuf_iterator<char>;
|
| /freebsd-13.1/tools/build/mk/ |
| H A D | OptionalObsoleteFiles.inc | 3971 OLD_FILES+=usr/include/c++/v1/__iterator/istreambuf_iterator.h
|