Home
last modified time | relevance | path

Searched refs:__proxy (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/include/__iterator/
H A Distreambuf_iterator.h49 class __proxy
54 explicit __proxy(char_type __c, streambuf_type* __s) in __proxy() function
78 _LIBCPP_INLINE_VISIBILITY istreambuf_iterator(const __proxy& __p) _NOEXCEPT in istreambuf_iterator()
88 _LIBCPP_INLINE_VISIBILITY __proxy operator++(int)
90 return __proxy(__sbuf_->sbumpc(), __sbuf_);
H A Dcommon_iterator.h48 struct __proxy { struct
131 return __proxy{*_VSTD::__unchecked_get<_Iter>(__hold_)};