HomeSort by relevance Sort by last modified time
    Searched refs:_Refcount_Base (Results 1 - 9 of 9) sorted by null

  /external/clang/test/CodeGenCXX/
2006-10-30-ClassBitfield.cpp 4 struct _Refcount_Base {
7 _Refcount_Base() : _M_ref_count(0) {}
10 struct _Rope_RopeRep : public _Refcount_Base
  /ndk/sources/cxx-stl/stlport/src/
locale_impl.h 60 class _STLP_CLASS_DECLSPEC _Locale_impl : public _Refcount_Base {
85 _Refcount_Base& _M_count() const;
locale_impl.cpp 69 _Refcount_Base& _Locale_impl::Init::_M_count() const {
70 static _Refcount_Base _S_count(0);
75 : _Refcount_Base(0), name(s), facets_vec() {
81 : _Refcount_Base(0), name(locimpl.name), facets_vec() {
88 : _Refcount_Base(0), name(s), facets_vec(n, 0) {
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_threads.h 436 * Class _Refcount_Base provides a type, __stl_atomic_t, a data member,
441 class _STLP_CLASS_DECLSPEC _Refcount_Base {
457 _Refcount_Base(__stl_atomic_t __n) : _M_ref_count(__n) {}
459 ~_Refcount_Base(){};
_locale.h 80 class _STLP_CLASS_DECLSPEC facet : protected _Refcount_Base {
83 * size_t instance and _Refcount_Base use __stl_atomic_t instances that might
86 explicit facet(size_t __init_count = 0) : _Refcount_Base( __init_count == 0 ? 0 : 1 ) {}
94 facet(const facet& ) /* : _Refcount_Base(1) {} */;
_rope.h 328 : public _Refcount_Base
365 _Rope_RopeRep() : _Refcount_Base(1), _M_size(allocator_type(), 0) {
380 _Refcount_Base(1),
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_threads.h 436 * Class _Refcount_Base provides a type, __stl_atomic_t, a data member,
441 class _STLP_CLASS_DECLSPEC _Refcount_Base {
457 _Refcount_Base(__stl_atomic_t __n) : _M_ref_count(__n) {}
459 ~_Refcount_Base(){};
_locale.h 80 class _STLP_CLASS_DECLSPEC facet : protected _Refcount_Base {
83 * size_t instance and _Refcount_Base use __stl_atomic_t instances that might
86 explicit facet(size_t __init_count = 0) : _Refcount_Base( __init_count == 0 ? 0 : 1 ) {}
94 facet(const facet& ) /* : _Refcount_Base(1) {} */;
_rope.h 328 : public _Refcount_Base
365 _Rope_RopeRep() : _Refcount_Base(1), _M_size(allocator_type(), 0) {
380 _Refcount_Base(1),
    [all...]

Completed in 703 milliseconds