Searched defs:ExportSpecials (Results 1 – 2 of 2) sorted by relevance
282 struct ExportSpecials { struct327 ExportSpecials::ExportSpecials() {} in ExportSpecials() function in ExportSpecials329 ExportSpecials::ExportSpecials(const ExportSpecials&) {} in ExportSpecials() argument330 ExportSpecials& ExportSpecials::operator=(const ExportSpecials&) { return *this; } in operator =()331 ExportSpecials::ExportSpecials(ExportSpecials&&) {} in ExportSpecials() argument332 ExportSpecials& ExportSpecials::operator=(ExportSpecials&&) { return *this; } in operator =() argument
672 struct ExportSpecials { struct673 __declspec(dllexport) ExportSpecials() {} in ExportSpecials() function682 ExportSpecials::ExportSpecials(const ExportSpecials&) {} in ExportSpecials() argument683 inline ExportSpecials& ExportSpecials::operator=(const ExportSpecials&) { return *this; } in operator =()684 ExportSpecials::ExportSpecials(ExportSpecials&&) {} in ExportSpecials() function in ExportSpecials685 ExportSpecials& ExportSpecials::operator=(ExportSpecials&&) { return *this; } in operator =() argument