Searched defs:ReferenceCount (Results 1 - 1 of 1) sorted by relevance

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

Completed in 645 milliseconds