Searched defs:exportedStatic (Results 1 – 2 of 2) sorted by relevance
499 template<typename T> __declspec(dllexport) static void exportedStatic() {} in exportedStatic() function559 template<> __declspec(dllexport) void MemFunTmpl::exportedStatic<ExplicitSpec_Def_Exported>() {} in exportedStatic() function in MemFunTmpl563 template<> __declspec(dllexport) inline void MemFunTmpl::exportedStatic<ExplicitSpec_InlineDef_Expo… in exportedStatic() function in MemFunTmpl576 template<> void MemFunTmpl::exportedStatic<ExplicitSpec_NotExported>() {} in exportedStatic() function in MemFunTmpl
817 template<typename T> __declspec(dllexport) static void exportedStatic() {} in exportedStatic() function845 template<> __declspec(dllexport) void MemFunTmpl::exportedStatic<ExplicitSpec_Def_Exported>() {} in exportedStatic() function in MemFunTmpl846 template<> __declspec(dllexport) inline void MemFunTmpl::exportedStatic<ExplicitSpec_InlineDef_Expo… in exportedStatic() function in MemFunTmpl851 template<> void MemFunTmpl::exportedStatic<ExplicitSpec_NotExported>() {} in exportedStatic() function in MemFunTmpl