Home
last modified time | relevance | path

Searched defs:_Rope_RopeRep (Results 1 – 1 of 1) sorted by relevance

/haiku/headers/cpp/
H A Dstl_rope.h372 struct _Rope_RopeRep : public _Rope_rep_base<_CharT,_Alloc> { struct
387 _Rope_RopeRep(_Tag __t, int __d, bool __b, size_t __size, in _Rope_RopeRep() argument
399 long _M_refcount; // InterlockedIncrement wants a long *
401 size_t _M_refcount;
428 void _M_init_refcount_lock() {} in _M_init_refcount_lock()
429 void _M_incr_refcount () in _M_incr_refcount()
433 size_t _M_decr_refcount () in _M_decr_refcount()
438 void _M_init_refcount_lock() {} in _M_init_refcount_lock()
439 void _M_incr_refcount () in _M_incr_refcount()
443 size_t _M_decr_refcount () in _M_decr_refcount()
[all …]