Lines Matching refs:__f
349 _Rope_RopeFunction<_CharT,_Alloc>* __f in _M_free_tree() local
351 __f->_Rope_RopeFunction<_CharT,_Alloc>::~_Rope_RopeFunction(); in _M_free_tree()
352 _F_deallocate(__f, 1); in _M_free_tree()
719 _RopeFunction* __f = (_RopeFunction*)__base; in _S_substring() local
729 (*(__f->_M_fn))(__start, __result_len, __section); in _S_substring()
870 _RopeFunction* __f = (_RopeFunction*)__r; in _S_apply_to_pieces() local
876 (*(__f->_M_fn))(__begin, __end, __buffer); in _S_apply_to_pieces()
893 char __f = __o.fill(); in _Rope_fill() local
896 for (__i = 0; __i < __n; __i++) __o.put(__f); in _Rope_fill()
984 _RopeFunction* __f = (_RopeFunction*)__r; in _S_flatten() local
985 (*(__f->_M_fn))(0, __f->_M_size, __buffer); in _S_flatten()
986 return __buffer + __f->_M_size; in _S_flatten()
1214 _RopeFunction* __f = (_RopeFunction*)__r; in _S_fetch() local
1217 (*(__f->_M_fn))(__i, 1, &__result); in _S_fetch()