Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/include/__iterator/
Distreambuf_iterator.h56 friend class istreambuf_iterator; variable
69 … _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR istreambuf_iterator() _NOEXCEPT : __sbuf_(nullptr) {} in istreambuf_iterator() function
71 _LIBCPP_INLINE_VISIBILITY constexpr istreambuf_iterator(default_sentinel_t) noexcept in istreambuf_iterator() function
74 _LIBCPP_INLINE_VISIBILITY istreambuf_iterator(istream_type& __s) _NOEXCEPT in istreambuf_iterator() function
76 _LIBCPP_INLINE_VISIBILITY istreambuf_iterator(streambuf_type* __s) _NOEXCEPT in istreambuf_iterator() function
78 _LIBCPP_INLINE_VISIBILITY istreambuf_iterator(const __proxy& __p) _NOEXCEPT in istreambuf_iterator() function