Searched defs:ExplicitlyImportSpecializedTemplate (Results 1 – 4 of 4) sorted by relevance
857 template <typename T> struct ExplicitlyImportSpecializedTemplate { void func() {} }; in func() struct858 template <> struct __declspec(dllimport) ExplicitlyImportSpecializedTemplate<int> { void func(); }; struct
870 template <typename T> struct ExplicitlyImportSpecializedTemplate { void func(); }; struct871 template <> struct __declspec(dllimport) ExplicitlyImportSpecializedTemplate<int> { void func(); }; struct
1435 template <typename T> struct ExplicitlyImportSpecializedTemplate { void func() {} }; in func() struct1436 template <> struct __declspec(dllimport) ExplicitlyImportSpecializedTemplate<int> { void func() {} … in func() struct
421 template <typename T> struct ExplicitlyImportSpecializedTemplate { void func() {} }; in func() struct422 template <> struct __declspec(dllimport) ExplicitlyImportSpecializedTemplate<int> { void func() {} … in func() argument