Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/include/__iterator/
H A Distreambuf_iterator.h29 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 Ducl_cpp.cc9 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 Diterator474 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 Diosfwd50 template <class charT, class traits = char_traits<charT> > class istreambuf_iterator;
154 class _LIBCPP_TEMPLATE_VIS istreambuf_iterator;
H A Diomanip311 typedef istreambuf_iterator<_CharT, _Traits> _Ip;
430 typedef istreambuf_iterator<_CharT, _Traits> _Ip;
H A Distream316 typedef istreambuf_iterator<_CharT, _Traits> _Ip;
365 typedef istreambuf_iterator<_CharT, _Traits> _Ip;
474 typedef istreambuf_iterator<_CharT, _Traits> _Ip;
H A Dmodule.modulemap498 module istreambuf_iterator { private header "__iterator/istreambuf_iterator.h" }
H A Dostream324 typedef istreambuf_iterator<_CharT, _Traits> _Ip;
H A Dlocale578 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 DFuzzerIO.cpp55 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 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-13.1/lib/libc++/
H A DMakefile399 IT_HEADERS+= istreambuf_iterator.h
/freebsd-13.1/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp872 using InIt = istreambuf_iterator<char>;
/freebsd-13.1/tools/build/mk/
H A DOptionalObsoleteFiles.inc3971 OLD_FILES+=usr/include/c++/v1/__iterator/istreambuf_iterator.h