Lines Matching refs:rope

264   rope<_CharT,_Alloc>& __r, size_t __pos)  in _Rope_iterator()
273 rope<_CharT,_Alloc>::_S_char_ptr_len(const _CharT* __s) in _S_char_ptr_len()
384 rope<_CharT,_Alloc>::_RopeLeaf*
385 rope<_CharT,_Alloc>::_S_leaf_concat_char_iter in _S_leaf_concat_char_iter()
408 rope<_CharT,_Alloc>::_RopeLeaf*
409 rope<_CharT,_Alloc>::_S_destr_leaf_concat_char_iter in _S_destr_leaf_concat_char_iter()
443 rope<_CharT,_Alloc>::_RopeRep*
444 rope<_CharT,_Alloc>::_S_tree_concat (_RopeRep* __left, _RopeRep* __right) in _S_tree_concat()
479 rope<_CharT,_Alloc>::_RopeRep* rope<_CharT,_Alloc>::_S_concat_char_iter in _S_concat_char_iter()
532 rope<_CharT,_Alloc>::_RopeRep*
533 rope<_CharT,_Alloc>::_S_destr_concat_char_iter( in _S_destr_concat_char_iter()
590 rope<_CharT,_Alloc>::_RopeRep*
591 rope<_CharT,_Alloc>::_S_concat(_RopeRep* __left, _RopeRep* __right) in _S_concat()
635 rope<_CharT,_Alloc>::_RopeRep*
636 rope<_CharT,_Alloc>::_S_substring(_RopeRep* __base, in _S_substring()
834 bool rope<_CharT, _Alloc>::_S_apply_to_pieces( in _S_apply_to_pieces()
906 ostream& operator<< (ostream& __o, const rope<_CharT, _Alloc>& __r)
938 rope<_CharT,_Alloc>::_S_flatten(_RopeRep* __r, in _S_flatten()
949 rope<_CharT,_Alloc>::find(_CharT __pattern, size_t __start) const in find()
962 rope<_CharT,_Alloc>::_S_flatten(_RopeRep* __r, _CharT* __buffer) in _S_flatten()
999 rope<_CharT,_Alloc>::_S_dump(_RopeRep* __r, int __indent) in _S_dump()
1063 rope<_CharT,_Alloc>::_S_min_len[
1079 rope<_CharT,_Alloc>::_RopeRep*
1080 rope<_CharT,_Alloc>::_S_balance(_RopeRep* __r) in _S_balance()
1116 rope<_CharT,_Alloc>::_S_add_to_forest(_RopeRep* __r, _RopeRep** __forest) in _S_add_to_forest()
1134 rope<_CharT,_Alloc>::_S_add_leaf_to_forest(_RopeRep* __r, _RopeRep** __forest) in _S_add_leaf_to_forest()
1184 rope<_CharT,_Alloc>::_S_fetch(_RopeRep* __r, size_type __i) in _S_fetch()
1229 rope<_CharT,_Alloc>::_S_fetch_ptr(_RopeRep* __r, size_type __i) in _S_fetch_ptr()
1279 rope<_CharT,_Alloc>::_S_compare (const _RopeRep* __left, in _S_compare()
1371 rope<_CharT, _Alloc>::rope(size_t __n, _CharT __c, in rope() function
1375 rope<_CharT,_Alloc> __result; in rope()
1381 rope<_CharT,_Alloc> __remainder_rope; in rope()
1404 rope __base_rope; in rope()
1435 _CharT rope<_CharT,_Alloc>::_S_empty_c_str[1];
1440 rope<_CharT,_Alloc>::_S_swap_lock = PTHREAD_MUTEX_INITIALIZER;
1444 const _CharT* rope<_CharT,_Alloc>::c_str() const { in c_str()
1472 const _CharT* rope<_CharT,_Alloc>::replace_with_c_str() { in replace_with_c_str()
1502 rope<_CharT,_Alloc>& __r(__first.container()); in _Rope_rotate()
1503 rope<_CharT,_Alloc> __prefix = __r.substr(0, __first.index()); in _Rope_rotate()
1504 rope<_CharT,_Alloc> __suffix = in _Rope_rotate()
1506 rope<_CharT,_Alloc> __part1 = in _Rope_rotate()
1508 rope<_CharT,_Alloc> __part2 = in _Rope_rotate()