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

/haiku/headers/cpp/
H A Dropeimpl.h298 inline void _Rope_RopeRep<_CharT,_Alloc>::_S_free_string(_CharT* __s, function in class:_Rope_RopeRep
302 inline void _Rope_RopeRep<_CharT,_Alloc>::_S_free_string(_CharT* __s,
370 inline void _Rope_RopeRep<_CharT,_Alloc>::_S_free_string function in class:_Rope_RopeRep
373 inline void _Rope_RopeRep<_CharT,_Alloc>::_S_free_string
H A Dstl_rope.h485 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);

Completed in 28 milliseconds