Searched defs:ExportedStaticVar (Results 1 – 2 of 2) sorted by relevance
602 template<typename T> __declspec(dllexport) static const int ExportedStaticVar = 1; member605 template<typename T> const int MemVarTmpl::ExportedStaticVar; member in MemVarTmpl617 template const int MemVarTmpl::ExportedStaticVar<ExplicitDecl_Exported>; member in MemVarTmpl623 template const int MemVarTmpl::ExportedStaticVar<ExplicitInst_Exported>; member in MemVarTmpl628 template<> __declspec(dllexport) const int MemVarTmpl::ExportedStaticVar<ExplicitSpec_Def_Exported>… member in MemVarTmpl634 template<> const int MemVarTmpl::ExportedStaticVar<ExplicitSpec_NotExported> = 1; member in MemVarTmpl
876 template<typename T> __declspec(dllexport) static const int ExportedStaticVar = 1; member879 template<typename T> const int MemVarTmpl::ExportedStaticVar; member in MemVarTmpl887 template const int MemVarTmpl::ExportedStaticVar<ExplicitDecl_Exported>; member in MemVarTmpl891 template const int MemVarTmpl::ExportedStaticVar<ExplicitInst_Exported>; member in MemVarTmpl894 template<> __declspec(dllexport) const int MemVarTmpl::ExportedStaticVar<ExplicitSpec_Exported>; member in MemVarTmpl895 template<> __declspec(dllexport) const int MemVarTmpl::ExportedStaticVar<ExplicitSpec_Def_Exported>… member in MemVarTmpl899 template<> const int MemVarTmpl::ExportedStaticVar<ExplicitSpec_NotExported>; member in MemVarTmpl