Searched refs:PartiallySpecializedClassTemplate (Results 1 – 4 of 4) sorted by relevance
639 template <typename T> struct PartiallySpecializedClassTemplate {}; struct640 template <typename T> struct __declspec(dllexport) PartiallySpecializedClassTemplate<T*> { void f()… struct641 template <typename T> void PartiallySpecializedClassTemplate<T*>::f() {} in f()642 USEMEMFUNC(PartiallySpecializedClassTemplate<void*>, f);
741 template <typename T> struct PartiallySpecializedClassTemplate {}; struct742 template <typename T> struct __declspec(dllimport) PartiallySpecializedClassTemplate<T*> { void f()… struct743 USEMEMFUNC(PartiallySpecializedClassTemplate<void*>, f);
345 template <typename T> struct PartiallySpecializedClassTemplate {}; struct346 template <typename T> struct __declspec(dllexport) PartiallySpecializedClassTemplate<T*> { void f()… in f() argument
1256 template <typename T> struct PartiallySpecializedClassTemplate {}; struct1257 template <typename T> struct __declspec(dllimport) PartiallySpecializedClassTemplate<T*> { void f()… in f() argument