Searched refs:PartiallySpecializedClassTemplate (Results 1 – 4 of 4) sorted by relevance
694 template <typename T> struct PartiallySpecializedClassTemplate {}; struct695 template <typename T> struct __declspec(dllexport) PartiallySpecializedClassTemplate<T*> { void f()… struct696 template <typename T> void PartiallySpecializedClassTemplate<T*>::f() {} in f()697 USEMEMFUNC(PartiallySpecializedClassTemplate<void*>, f);
809 template <typename T> struct PartiallySpecializedClassTemplate {}; struct810 template <typename T> struct __declspec(dllimport) PartiallySpecializedClassTemplate<T*> { void f()… struct811 USEMEMFUNC(PartiallySpecializedClassTemplate<void*>, f);
359 template <typename T> struct PartiallySpecializedClassTemplate {}; struct360 template <typename T> struct __declspec(dllexport) PartiallySpecializedClassTemplate<T*> { void f()… in f() struct
1489 template <typename T> struct PartiallySpecializedClassTemplate {}; struct1490 template <typename T> struct __declspec(dllimport) PartiallySpecializedClassTemplate<T*> { void f()… in f() struct