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

/haiku/headers/cpp/
H A Dropeimpl.h719 _RopeFunction* __f = (_RopeFunction*)__base;
870 _RopeFunction* __f = (_RopeFunction*)__r;
984 _RopeFunction* __f = (_RopeFunction*)__r;
1214 _RopeFunction* __f = (_RopeFunction*)__r;
H A Dstl_rope.h1335 typedef _Rope_RopeFunction<_CharT,_Alloc> _RopeFunction; typedef in class:rope
1450 static _RopeFunction* _S_new_RopeFunction(char_producer<_CharT>* __f,
1454 _RopeFunction* __space = _FAllocator(__a).allocate(1);
1456 _RopeFunction* __space = _F_allocate(1);
1458 return new(__space) _RopeFunction(__f, __size, __d, __a);

Completed in 48 milliseconds