Home | History | Annotate | Download | only in ext

Lines Matching defs:__l

380 	    _Rope_RopeLeaf<_CharT, _Alloc>* __l
382 __l->_Rope_RopeLeaf<_CharT, _Alloc>::~_Rope_RopeLeaf();
383 _L_deallocate(__l, 1);
764 _RopeLeaf* __l = (_RopeLeaf*)__base;
773 const _CharT* __section = __l->_M_data + __start;
779 __result = __STL_ROPE_FROM_UNOWNED_CHAR_PTR(__l->_M_data + __start,
954 _RopeLeaf* __l = (_RopeLeaf*)__r;
955 return __c(__l->_M_data + __begin, __end - __begin);
1091 _RopeLeaf* __l = (_RopeLeaf*)__r;
1092 return copy_n(__l->_M_data, __l->_M_size, __buffer).second;
1347 _RopeLeaf* __l = (_RopeLeaf*)__r;
1348 return __l->_M_data[__i];
1399 _RopeLeaf* __l = (_RopeLeaf*)__r;
1400 if (__l->_M_c_string != __l->_M_data && __l->_M_c_string != 0)
1401 __clrstack[__csptr++] = __l;
1409 return __l->_M_data + __i;
1439 _RopeLeaf* __l = (_RopeLeaf*) __left;
1443 return lexicographical_compare_3way(__l->_M_data,
1444 __l->_M_data + __left_len,
1452 return lexicographical_compare_3way(__l->_M_data, __l->_M_data