Searched defs:_S_cond_store_eos (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/cpp/
H A Dstl_rope.h64 inline void _S_cond_store_eos(_CharT&) {} function
66 inline void _S_cond_store_eos(char& __c) { __c = 0; } function
67 inline void _S_cond_store_eos(wchar_t& __c) { __c = 0; } function

Completed in 39 milliseconds