Home
last modified time | relevance | path

Searched refs:ReferenceCount (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdeSharedPtr.hpp46 struct ReferenceCount;
48 template<> struct ReferenceCount<true> { typedef volatile int Type; }; struct
49 template<> struct ReferenceCount<false> { typedef int Type; }; argument
61 typename ReferenceCount<threadSafe>::Type strongRefCount;
62 …typename ReferenceCount<threadSafe>::Type weakRefCount; //!< WeakPtr references + StrongPtr refer…