Home | History | Annotate | Download | only in ext

Lines Matching full:__result_len

765 	    size_t __result_len;
768 __result_len = __adj_endp1 - __start;
769 if (__result_len > __lazy_threshold)
773 __result = _S_new_RopeLeaf(__section, __result_len,
779 __result_len,
789 size_t __result_len;
792 __result_len = __adj_endp1 - __start;
793 if (__result_len > __lazy_threshold)
808 size_t __result_len;
811 __result_len = __adj_endp1 - __start;
813 if (__result_len > __lazy_threshold)
816 rope::_Data_allocate(_S_rounded_up_size(__result_len));
818 { (*(__f->_M_fn))(__start, __result_len, __section); }
821 _RopeRep::__STL_FREE_STRING(__section, __result_len,
825 _S_cond_store_eos(__section[__result_len]);
826 return _S_new_RopeLeaf(__section, __result_len,