Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__iterator/
H A Distreambuf_iterator.h46 class __proxy {
49 …_LIBCPP_HIDE_FROM_ABI explicit __proxy(char_type __c, streambuf_type* __s) : __keep_(__c), __sbuf_… in __proxy() function
66 _LIBCPP_HIDE_FROM_ABI istreambuf_iterator(const __proxy& __p) _NOEXCEPT : __sbuf_(__p.__sbuf_) {} in istreambuf_iterator()
73 _LIBCPP_HIDE_FROM_ABI __proxy operator++(int) { return __proxy(__sbuf_->sbumpc(), __sbuf_); }
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Distreambuf_iterator.h52 class __proxy {
55 …_LIBCPP_HIDE_FROM_ABI explicit __proxy(char_type __c, streambuf_type* __s) : __keep_(__c), __sbuf_… in __proxy() function
75 _LIBCPP_HIDE_FROM_ABI istreambuf_iterator(const __proxy& __p) _NOEXCEPT : __sbuf_(__p.__sbuf_) {} in istreambuf_iterator()
82 _LIBCPP_HIDE_FROM_ABI __proxy operator++(int) { return __proxy(__sbuf_->sbumpc(), __sbuf_); }
H A Dcommon_iterator.h53 struct __proxy { struct
142 return __proxy{*std::__unchecked_get<_Iter>(__hold_)};