Searched refs:_Rope_is_simple (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/cpp/
H A Dropeimpl.h900 template <class _CharT> inline bool _Rope_is_simple(_CharT*) { return false; } function
901 inline bool _Rope_is_simple(char*) { return true; } function
902 inline bool _Rope_is_simple(wchar_t*) { return true; } function
913 bool __is_simple = _Rope_is_simple((_CharT*)0);

Completed in 96 milliseconds