Searched defs:ExplicitlyImportSpecializedTemplate (Results 1 – 4 of 4) sorted by relevance
905 template <typename T> struct ExplicitlyImportSpecializedTemplate { void func() {} }; in func() struct906 template <> struct __declspec(dllimport) ExplicitlyImportSpecializedTemplate<int> { void func(); }; struct
967 template <typename T> struct ExplicitlyImportSpecializedTemplate { void func(); }; struct968 template <> struct __declspec(dllimport) ExplicitlyImportSpecializedTemplate<int> { void func(); }; struct
1572 template <typename T> struct ExplicitlyImportSpecializedTemplate { void func() {} }; in func() struct1573 template <> struct __declspec(dllimport) ExplicitlyImportSpecializedTemplate<int> { void func() {} … in func() struct
454 template <typename T> struct ExplicitlyImportSpecializedTemplate { void func() {} }; in func() struct455 template <> struct __declspec(dllimport) ExplicitlyImportSpecializedTemplate<int> { void func() {} … in func() argument