Home
last modified time | relevance | path

Searched refs:__GC_CONST (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/cpp/
H A Dstl_rope.h28 # define __GC_CONST const macro
30 # define __GC_CONST // constant except for deallocation macro
379 __GC_CONST _CharT* _M_c_string;
485 static void _S_free_string(__GC_CONST _CharT*, size_t __len,
489 static void _S_free_string(__GC_CONST _CharT*, size_t __len);
558 __GC_CONST _CharT* _M_data; /* Not necessarily 0 terminated. */
564 _Rope_RopeLeaf(__GC_CONST _CharT* __d, size_t __size, allocator_type __a) in _Rope_RopeLeaf()
684 __GC_CONST _CharT* __s = in operator()
871 __GC_CONST _CharT* _M_buf_start;
874 __GC_CONST _CharT* _M_buf_ptr;
[all …]
H A Dropeimpl.h1186 __GC_CONST _CharT* __cstr = __r->_M_c_string; in _S_fetch()
1450 __GC_CONST _CharT* __old_c_string = _M_tree_ptr->_M_c_string; in c_str()
1477 __GC_CONST _CharT* __old_c_string = _M_tree_ptr->_M_c_string; in replace_with_c_str()