OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_Refcount_Base
(Results
1 - 8
of
8
) 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
/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
(){};
/prebuilts/ndk/5/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
(){};
/prebuilts/ndk/6/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
(){};
/prebuilts/ndk/7/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
(){};
/prebuilts/ndk/8/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
(){};
/prebuilts/ndk/9/sources/cxx-stl/EH/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 1417 milliseconds