Searched defs:ExplicitlyImportSpecializedTemplate (Results 1 – 4 of 4) sorted by relevance
740 template <typename T> struct ExplicitlyImportSpecializedTemplate { void func() {} }; in func() struct741 template <> struct __declspec(dllimport) ExplicitlyImportSpecializedTemplate<int> { void func(); }; struct
712 template <typename T> struct ExplicitlyImportSpecializedTemplate { void func(); }; struct713 template <> struct __declspec(dllimport) ExplicitlyImportSpecializedTemplate<int> { void func(); }; struct
1300 template <typename T> struct ExplicitlyImportSpecializedTemplate { void func() {} }; in func() struct1301 template <> struct __declspec(dllimport) ExplicitlyImportSpecializedTemplate<int> { void func() {} … in func() struct
411 template <typename T> struct ExplicitlyImportSpecializedTemplate { void func() {} }; in func() argument412 template <> struct __declspec(dllimport) ExplicitlyImportSpecializedTemplate<int> { void func() {} … in func() argument