Home | History | Annotate | Download | only in ext

Lines Matching defs:__l

378 	    _Rope_RopeLeaf<_CharT, _Alloc>* __l
380 __l->_Rope_RopeLeaf<_CharT, _Alloc>::~_Rope_RopeLeaf();
381 _L_deallocate(__l, 1);
762 _RopeLeaf* __l = (_RopeLeaf*)__base;
771 const _CharT* __section = __l->_M_data + __start;
777 __result = __STL_ROPE_FROM_UNOWNED_CHAR_PTR(__l->_M_data + __start,
952 _RopeLeaf* __l = (_RopeLeaf*)__r;
953 return __c(__l->_M_data + __begin, __end - __begin);
1089 _RopeLeaf* __l = (_RopeLeaf*)__r;
1090 return copy_n(__l->_M_data, __l->_M_size, __buffer).second;
1345 _RopeLeaf* __l = (_RopeLeaf*)__r;
1346 return __l->_M_data[__i];
1397 _RopeLeaf* __l = (_RopeLeaf*)__r;
1398 if (__l->_M_c_string != __l->_M_data && __l->_M_c_string != 0)
1399 __clrstack[__csptr++] = __l;
1407 return __l->_M_data + __i;
1437 _RopeLeaf* __l = (_RopeLeaf*) __left;
1441 return lexicographical_compare_3way(__l->_M_data,
1442 __l->_M_data + __left_len,
1450 return lexicographical_compare_3way(__l->_M_data, __l->_M_data