Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_rope.c380 _CharT* __new_data = __r->_M_size.allocate(_S_rounded_up_size(__old_len + __len)); in _S_leaf_concat_char_iter() local
383 _STLP_PRIV __ucopy_n(__r->_M_data, __old_len, __new_data); in _S_leaf_concat_char_iter()
384 _STLP_PRIV __ucopy_n(__iter, __len, __new_data + __old_len); in _S_leaf_concat_char_iter()
385 _S_construct_null(__new_data + __old_len + __len); in _S_leaf_concat_char_iter()
387 __result = _S_new_RopeLeaf(__new_data, __old_len + __len, __r->get_allocator()); in _S_leaf_concat_char_iter()
389 _STLP_UNWIND(_RopeRep::_S_free_string(__new_data, __old_len + __len, in _S_leaf_concat_char_iter()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dstring3251 pointer __new_data, __p;
3257 __new_data = __get_short_pointer();
3263 __new_data = __alloc_traits::allocate(__alloc(), __res_arg+1);
3270 __new_data = __alloc_traits::allocate(__alloc(), __res_arg+1);
3278 if (__new_data == nullptr)
3286 traits_type::copy(_VSTD::__to_raw_pointer(__new_data),
3294 __set_long_pointer(__new_data);