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

/haiku/headers/cpp/
H A Dropeimpl.h397 __result = _S_new_RopeLeaf(__new_data, __old_len + __len,
689 __result = _S_new_RopeLeaf(__section, __result_len,
734 return _S_new_RopeLeaf(__section, __result_len,
1395 __remainder = _S_new_RopeLeaf(__rest_buffer, __rest, __a);
1408 __base_leaf = _S_new_RopeLeaf(__base_buffer,
1486 _M_tree_ptr = _S_new_RopeLeaf(__result, __s, get_allocator());
H A Dstl_rope.h1427 static _RopeLeaf* _S_new_RopeLeaf(__GC_CONST _CharT *__s, function in class:rope
1498 return _S_new_RopeLeaf(__buf, __size, __a);
1651 _M_tree_ptr = _S_new_RopeLeaf(__buf, 1, __a);

Completed in 26 milliseconds