Home
last modified time | relevance | path

Searched refs:_RopeFunction (Results 1 – 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
D_rope.c109 typedef _Rope_RopeFunction<_CharT, _Alloc> _RopeFunction; in _S_setbuf() typedef
110 char_producer<_CharT>* __fn = __STATIC_CAST(const _RopeFunction*, __leaf)->_M_fn; in _S_setbuf()
338 typedef _Rope_RopeFunction<_CharT, _Alloc> _RopeFunction; in _M_free_tree() typedef
339 _RopeFunction* __f = __STATIC_CAST(_RopeFunction*, this); in _M_free_tree()
342 _RopeFunction).deallocate(__f, 1); in _M_free_tree()
692 _RopeFunction* __f = __STATIC_CAST(_RopeFunction*, __base); in _S_substring()
791 typedef _Rope_RopeFunction<_CharT,_Alloc> _RopeFunction; in _S_apply_to_pieces() typedef
824 _RopeFunction* __f = __STATIC_CAST(_RopeFunction*, __r); in _S_apply_to_pieces()
939 _RopeFunction* __f = __STATIC_CAST(_RopeFunction*, __r); in _S_flatten()
1153 _RopeFunction* __f = (_RopeFunction*)__r; in _S_fetch()
D_rope.h572 typedef _Rope_RopeFunction<_CharT,_Alloc> _RopeFunction;
579 __STATIC_CAST(_RopeFunction*, _M_base)->_M_fn;
1138 typedef _Rope_RopeFunction<_CharT,_Alloc> _RopeFunction;
1216 static _RopeFunction* _S_new_RopeFunction(char_producer<_CharT>* __f,
1218 _RopeFunction* __space = _STLP_CREATE_ALLOCATOR(allocator_type, __a,
1219 _RopeFunction).allocate(1);
1220 return new(__space) _RopeFunction(__f, _p_size, __d, __a);