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

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

Completed in 172 milliseconds