Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/decpp/
DdeSharedPtr.hpp48 template<> struct ReferenceCount<true> { typedef volatile int Type; }; struct
49 template<> struct ReferenceCount<false> { typedef int Type; }; argument