Searched refs:ExportMemberTmpl (Results 1 – 1 of 1) sorted by relevance
739 struct ExportMemberTmpl { struct763 template<typename T> void ExportMemberTmpl::normalDef() {} in normalDef() argument764 template<typename T> inline void ExportMemberTmpl::normalInlineDef() {} in normalInlineDef()765 template<typename T> void ExportMemberTmpl::normalInlineDecl() {} in normalInlineDecl()766 template<typename T> void ExportMemberTmpl::staticDef() {} in staticDef()767 template<typename T> inline void ExportMemberTmpl::staticInlineDef() {} in staticInlineDef()768 template<typename T> void ExportMemberTmpl::staticInlineDecl() {} in staticInlineDecl()771 template<typename T> int ExportMemberTmpl::StaticFieldDef;772 template<typename T> const int ExportMemberTmpl::StaticConstFieldDef = 1;773 template<typename T> constexpr int ExportMemberTmpl::ConstexprFieldDef;