Lines Matching refs:StaticConstFieldDef
566 __declspec(dllexport) static const int StaticConstFieldDef;
587 const int ExportMembers::StaticConstFieldDef = 1;
755 template<typename T> __declspec(dllexport) static const int StaticConstFieldDef;
772 template<typename T> const int ExportMemberTmpl::StaticConstFieldDef = 1;
952 __declspec(dllexport) static const int StaticConstFieldDef;
972 template<typename T> const int ExportClassTmplMembers<T>::StaticConstFieldDef = 1;
1033 template<typename U> __declspec(dllexport) static const int StaticConstFieldDef;
1050 template<typename T> template<typename U> const int ExportClsTmplMemTmpl<T>::StaticConstFieldDef = 1;