Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__iterator/
H A Dcommon_iterator.h51 struct __proxy { global() struct
55 __value___proxy global() argument
H A Distreambuf_iterator.h53 _LIBCPP_HIDE_FROM_ABI explicit __proxy(char_type __c, streambuf_type* __s) : __keep_(__c), __sbuf_(__s) {} __proxy() function