Home
last modified time | relevance | path

Searched refs:istreambuf_iterator (Results 1 – 18 of 18) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__iterator/
H A Distreambuf_iterator.h28 class _LIBCPP_TEMPLATE_VIS istreambuf_iterator
54 friend class istreambuf_iterator; variable
67 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR istreambuf_iterator() _NOEXCEPT : __sbuf_(nullptr) {} in istreambuf_iterator() function
69 …_LIBCPP_HIDE_FROM_ABI constexpr istreambuf_iterator(default_sentinel_t) noexcept : istreambuf_iter… in istreambuf_iterator() function
71 _LIBCPP_HIDE_FROM_ABI istreambuf_iterator(istream_type& __s) _NOEXCEPT : __sbuf_(__s.rdbuf()) {} in istreambuf_iterator() function
72 _LIBCPP_HIDE_FROM_ABI istreambuf_iterator(streambuf_type* __s) _NOEXCEPT : __sbuf_(__s) {} in istreambuf_iterator() function
73 _LIBCPP_HIDE_FROM_ABI istreambuf_iterator(const __proxy& __p) _NOEXCEPT : __sbuf_(__p.__sbuf_) {} in istreambuf_iterator() function
76 _LIBCPP_HIDE_FROM_ABI istreambuf_iterator& operator++() {
82 _LIBCPP_HIDE_FROM_ABI bool equal(const istreambuf_iterator& __b) const { in equal()
95 operator==(const istreambuf_iterator<_CharT, _Traits>& __a, const istreambuf_iterator<_CharT, _Trai…
[all …]
/freebsd-14.2/contrib/libucl/examples/
H A Ducl_cpp.cc9 input.assign((std::istreambuf_iterator<char>(std::cin)), in main()
10 std::istreambuf_iterator<char>()); in main()
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Diterator573 class istreambuf_iterator
589 istreambuf_iterator() noexcept; // constexpr since C++11
591 istreambuf_iterator(istream_type& s) noexcept;
592 istreambuf_iterator(streambuf_type* s) noexcept;
593 istreambuf_iterator(a-private-type) noexcept;
597 istreambuf_iterator& operator++();
600 bool equal(const istreambuf_iterator& b) const;
605 bool operator==(const istreambuf_iterator<charT,traits>& a,
606 const istreambuf_iterator<charT,traits>& b);
608 bool operator!=(const istreambuf_iterator<charT,traits>& a,
[all …]
H A Diosfwd50 template <class charT, class traits = char_traits<charT> > class istreambuf_iterator;
130 class _LIBCPP_TEMPLATE_VIS istreambuf_iterator;
H A Diomanip240 typedef istreambuf_iterator<_CharT, _Traits> _Ip;
337 typedef istreambuf_iterator<_CharT, _Traits> _Ip;
H A Distream164 #include <__iterator/istreambuf_iterator.h>
318 typedef istreambuf_iterator<_CharT, _Traits> _Ip;
357 typedef istreambuf_iterator<_CharT, _Traits> _Ip;
438 typedef istreambuf_iterator<_CharT, _Traits> _Ip;
H A Dlocale200 #include <__iterator/istreambuf_iterator.h>
582 template <class _CharT, class _InputIterator = istreambuf_iterator<_CharT> >
1521 template <class _CharT, class _InputIterator = istreambuf_iterator<_CharT> >
2037 template <class _CharT, class _InputIterator = istreambuf_iterator<_CharT> >
2372 template <class _CharT, class _InputIterator = istreambuf_iterator<_CharT> >
H A Dostream362 typedef istreambuf_iterator<_CharT, _Traits> _Ip;
H A Dlibcxx.imp458 { include: [ "<__iterator/istreambuf_iterator.h>", "private", "<iterator>", "public" ] },
H A Dmodule.modulemap.in1429 …std_private_iterator_istreambuf_iterator [system] { header "__iterator/istreambuf_iterator.h" }
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Diosfwd.inc24 using std::istreambuf_iterator;
H A Diterator.inc223 using std::istreambuf_iterator;
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.cpp63 return std::string((std::istreambuf_iterator<char>(T)), in FileToString()
64 std::istreambuf_iterator<char>()); in FileToString()
/freebsd-14.2/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp94 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-14.2/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp240 using InIt = istreambuf_iterator<char>;
/freebsd-14.2/lib/libc++/
H A DMakefile847 IT_HEADERS+= istreambuf_iterator.h
H A Dmodule.modulemap1429 …std_private_iterator_istreambuf_iterator [system] { header "__iterator/istreambuf_iterator.h" }
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1847 SYMBOL(istreambuf_iterator, std::, <iterator>)
1848 SYMBOL(istreambuf_iterator, std::, <iosfwd>)