Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/delibs/decpp/
H A DdeSharedPtr.hpp51 struct SharedPtrStateBase struct
53 SharedPtrStateBase(void) : strongRefCount(0), weakRefCount(0) in SharedPtrStateBase() argument
57 virtual ~SharedPtrStateBase(void) throw() in ~SharedPtrStateBase()
62 volatile int32_t strongRefCount;
63 volatile int32_t weakRefCount; //!< WeakPtr references + StrongPtr references.