Searched defs:ImportedStaticVar (Results 1 – 2 of 2) sorted by relevance
1028 template<typename T> __declspec(dllimport) static const int ImportedStaticVar = 1; member1043 template<> __declspec(dllimport) const int MemVarTmpl::ImportedStaticVar<ExplicitSpec_Imported>; member in MemVarTmpl1044 template<> __declspec(dllimport) const int MemVarTmpl::ImportedStaticVar<ExplicitSpec_Def_Imported>… member in MemVarTmpl1050 template<> const int MemVarTmpl::ImportedStaticVar<ExplicitSpec_NotImported>; member in MemVarTmpl
829 template<typename T> __declspec(dllimport) static const int ImportedStaticVar = 1; member