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

/external/stlport/stlport/stl/
H A D_rope.c669 const _CharT* __section = __l->_M_data + __start; local
671 __result = _S_RopeLeaf_from_unowned_char_ptr(__section, __result_len,
697 _CharT* __section = __base->_M_size.allocate(_S_rounded_up_size(__result_len));
699 (*(__f->_M_fn))(__start, __result_len, __section);
701 _STLP_UNWIND(_RopeRep::_S_free_string(__section,
703 _S_construct_null(__section + __result_len);
704 return _S_new_RopeLeaf(__section, __result_len,

Completed in 34 milliseconds