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

/haiku/headers/cpp/
H A Dropeimpl.h287 _CharT* __cstr = _M_c_string; local
288 if (0 != __cstr) {
290 destroy(__cstr, __cstr + __size);
291 _Data_deallocate(__cstr, __size);
1186 __GC_CONST _CharT* __cstr = __r->_M_c_string; local
1189 if (0 != __cstr) return __cstr[__i];

Completed in 34 milliseconds