Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/include/__iterator/
H A Distreambuf_iterator.h51 class __proxy
55 _LIBCPP_INLINE_VISIBILITY __proxy(char_type __c, streambuf_type* __s) in __proxy() function
75 _LIBCPP_INLINE_VISIBILITY istreambuf_iterator(const __proxy& __p) _NOEXCEPT in istreambuf_iterator()
85 _LIBCPP_INLINE_VISIBILITY __proxy operator++(int)
87 return __proxy(__sbuf_->sbumpc(), __sbuf_);
H A Dcommon_iterator.h38 class __proxy {
43 constexpr __proxy(iter_reference_t<_Iter>&& __x) in __proxy() function
142 return __proxy(*_VSTD::__unchecked_get<_Iter>(__hold_));
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Diomanip574 const __quoted_output_proxy<_CharT, _Iter, _Traits> & __proxy)
576 … return __quoted_output (__os, __proxy.__first, __proxy.__last, __proxy.__delim, __proxy.__escape);
594 const __quoted_proxy<_CharT, _Traits, _Allocator> & __proxy)
596 …return __quoted_output (__os, __proxy.__string.cbegin (), __proxy.__string.cend (), __proxy.__deli…
604 const __quoted_proxy<_CharT, _Traits, _Allocator> & __proxy)
606 return __quoted_input ( __is, __proxy.__string, __proxy.__delim, __proxy.__escape );