Searched refs:PartiallySpecializedClassTemplate (Results 1 – 4 of 4) sorted by relevance
623 template <typename T> struct PartiallySpecializedClassTemplate {}; struct624 template <typename T> struct __declspec(dllexport) PartiallySpecializedClassTemplate<T*> { void f()… struct625 template <typename T> void PartiallySpecializedClassTemplate<T*>::f() {} in f()626 USEMEMFUNC(PartiallySpecializedClassTemplate<void*>, f);
699 template <typename T> struct PartiallySpecializedClassTemplate {}; struct700 template <typename T> struct __declspec(dllimport) PartiallySpecializedClassTemplate<T*> { void f()… struct701 USEMEMFUNC(PartiallySpecializedClassTemplate<void*>, f);
341 template <typename T> struct PartiallySpecializedClassTemplate {}; struct342 template <typename T> struct __declspec(dllexport) PartiallySpecializedClassTemplate<T*> { void f()… in f() argument
1250 template <typename T> struct PartiallySpecializedClassTemplate {}; struct1251 template <typename T> struct __declspec(dllimport) PartiallySpecializedClassTemplate<T*> { void f()… in f() argument