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

/haiku/headers/cpp/
H A Dstl_rope.h53 inline bool _S_is_basic_char_type(_CharT*) { return false; } function
57 inline bool _S_is_basic_char_type(char*) { return true; } function
59 inline bool _S_is_basic_char_type(wchar_t*) { return true; } function
545 if (_S_is_basic_char_type((_CharT*)0)) {
569 if (_S_is_basic_char_type((_CharT *)0)) {
1418 if (_S_is_basic_char_type((_CharT*)0)) {
H A Dropeimpl.h306 if (!_S_is_basic_char_type((_CharT*)0)) {
420 if (_S_is_basic_char_type((_CharT*)0)) {

Completed in 42 milliseconds