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

  /external/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(){};
  /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(){};

Completed in 35 milliseconds