Searched refs:_S_free_string (Results 1 – 2 of 2) sorted by relevance
/haiku/headers/cpp/ |
H A D | ropeimpl.h | 298 inline void _Rope_RopeRep<_CharT,_Alloc>::_S_free_string(_CharT* __s, in _S_free_string() function 302 inline void _Rope_RopeRep<_CharT,_Alloc>::_S_free_string(_CharT* __s, in _S_free_string() 370 inline void _Rope_RopeRep<_CharT,_Alloc>::_S_free_string in _S_free_string() function 373 inline void _Rope_RopeRep<_CharT,_Alloc>::_S_free_string in _S_free_string()
|
H A D | stl_rope.h | 485 static void _S_free_string(__GC_CONST _CharT*, size_t __len, 487 # define __STL_FREE_STRING(__s, __l, __a) _S_free_string(__s, __l, __a); 489 static void _S_free_string(__GC_CONST _CharT*, size_t __len); 490 # define __STL_FREE_STRING(__s, __l, __a) _S_free_string(__s, __l);
|