Home
last modified time | relevance | path

Searched refs:streambuf_type (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__iterator/
H A Distreambuf_iterator.h44 typedef basic_streambuf<_CharT,_Traits> streambuf_type; typedef
47 mutable streambuf_type* __sbuf_;
52 streambuf_type* __sbuf_;
54 explicit __proxy(char_type __c, streambuf_type* __s) in __proxy()
76 _LIBCPP_INLINE_VISIBILITY istreambuf_iterator(streambuf_type* __s) _NOEXCEPT in istreambuf_iterator()
H A Dostreambuf_iterator.h45 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef
49 streambuf_type* __sbuf_;
53 _LIBCPP_INLINE_VISIBILITY ostreambuf_iterator(streambuf_type* __s) _NOEXCEPT in ostreambuf_iterator()
/llvm-project-15.0.7/libcxx/test/std/iterators/stream.iterators/ostreambuf.iterator/
H A Dtypes.pass.cpp55 static_assert((std::is_same<I1::streambuf_type, std::streambuf>::value), ""); in main()
77 static_assert((std::is_same<I2::streambuf_type, std::wstreambuf>::value), ""); in main()
/llvm-project-15.0.7/libcxx/test/std/iterators/stream.iterators/istreambuf.iterator/
H A Dtypes.pass.cpp54 static_assert((std::is_same<I1::streambuf_type, std::streambuf>::value), ""); in main()
76 static_assert((std::is_same<I2::streambuf_type, std::wstreambuf>::value), ""); in main()
/llvm-project-15.0.7/libcxx/include/
H A Diterator586 typedef basic_streambuf<charT, traits> streambuf_type;
592 istreambuf_iterator(streambuf_type* s) noexcept;
625 typedef basic_streambuf<charT, traits> streambuf_type;
629 ostreambuf_iterator(streambuf_type* s) noexcept;