Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/include/__iterator/
H A Distreambuf_iterator.h51 char_type __keep_; variable
53 …_LIBCPP_HIDE_FROM_ABI explicit __proxy(char_type __c, streambuf_type* __s) : __keep_(__c), __sbuf_… in __proxy()
57 _LIBCPP_HIDE_FROM_ABI char_type operator*() const { return __keep_; }