Searched defs:__proxy (Results 1 – 2 of 2) sorted by relevance
/llvm-project/libcxx/include/__iterator/ | ||
H A D | common_iterator.h | 51 struct __proxy { global() struct |
H A D | istreambuf_iterator.h | 53 _LIBCPP_HIDE_FROM_ABI explicit __proxy(char_type __c, streambuf_type* __s) : __keep_(__c), __sbuf_(__s) {} __proxy() function |