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

/external/stlport/stlport/stl/
H A D_rope.c109 typedef _Rope_RopeFunction<_CharT, _Alloc> _RopeFunction; typedef
110 char_producer<_CharT>* __fn = __STATIC_CAST(const _RopeFunction*, __leaf)->_M_fn;
338 typedef _Rope_RopeFunction<_CharT, _Alloc> _RopeFunction; typedef
339 _RopeFunction* __f = __STATIC_CAST(_RopeFunction*, this);
342 _RopeFunction).deallocate(__f, 1);
692 _RopeFunction* __f = __STATIC_CAST(_RopeFunction*, __base);
791 typedef _Rope_RopeFunction<_CharT,_Alloc> _RopeFunction; typedef
824 _RopeFunction* __
[all...]
H A D_rope.h572 typedef _Rope_RopeFunction<_CharT,_Alloc> _RopeFunction; typedef
579 __STATIC_CAST(_RopeFunction*, _M_base)->_M_fn;
1138 typedef _Rope_RopeFunction<_CharT,_Alloc> _RopeFunction; typedef in class:rope
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);

Completed in 75 milliseconds