Searched refs:_Refcount_Base (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/cxx-stl/stlport/src/ |
D | locale_impl.h | 60 class _STLP_CLASS_DECLSPEC _Locale_impl : public _Refcount_Base { 85 _Refcount_Base& _M_count() const;
|
D | locale_impl.cpp | 69 _Refcount_Base& _Locale_impl::Init::_M_count() const { in _M_count() 70 static _Refcount_Base _S_count(0); in _M_count() 75 : _Refcount_Base(0), name(s), facets_vec() { in _Locale_impl() 81 : _Refcount_Base(0), name(locimpl.name), facets_vec() { in _Locale_impl() 88 : _Refcount_Base(0), name(s), facets_vec(n, 0) { in _Locale_impl()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _threads.h | 441 class _STLP_CLASS_DECLSPEC _Refcount_Base { 457 _Refcount_Base(__stl_atomic_t __n) : _M_ref_count(__n) {} in _Refcount_Base() function 459 ~_Refcount_Base(){}; in ~_Refcount_Base()
|
D | _locale.h | 80 class _STLP_CLASS_DECLSPEC facet : protected _Refcount_Base { 86 explicit facet(size_t __init_count = 0) : _Refcount_Base( __init_count == 0 ? 0 : 1 ) {}
|
D | _rope.h | 328 : public _Refcount_Base 365 _Rope_RopeRep() : _Refcount_Base(1), _M_size(allocator_type(), 0) { 380 _Refcount_Base(1),
|