Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/include/__format/
H A Dbuffer.h70__flush_([](_CharT* __p, size_t __n, void* __o) { static_cast<_Tp*>(__o)->__flush(__p, __n); }), in __output_buffer()
182 __flush_(__ptr_, __size_, __obj_); in __flush()
190 void (*__flush_)(_CharT*, size_t, void*); variable