Searched refs:ExportSpecials (Results 1 – 2 of 2) sorted by relevance
280 struct ExportSpecials { struct287 __declspec(dllexport) ExportSpecials();295 __declspec(dllexport) ~ExportSpecials();303 __declspec(dllexport) ExportSpecials(const ExportSpecials&);309 __declspec(dllexport) ExportSpecials& operator=(const ExportSpecials&);317 __declspec(dllexport) ExportSpecials(ExportSpecials&&);323 __declspec(dllexport) ExportSpecials& operator=(ExportSpecials&&);325 ExportSpecials::ExportSpecials() {} in ExportSpecials() function in ExportSpecials326 ExportSpecials::~ExportSpecials() {} in ~ExportSpecials()327 ExportSpecials::ExportSpecials(const ExportSpecials&) {} in ExportSpecials() function in ExportSpecials[all …]
624 struct ExportSpecials { struct625 __declspec(dllexport) ExportSpecials() {} in ExportSpecials() argument626 __declspec(dllexport) ~ExportSpecials();627 __declspec(dllexport) inline ExportSpecials(const ExportSpecials&);628 __declspec(dllexport) ExportSpecials& operator=(const ExportSpecials&);629 __declspec(dllexport) ExportSpecials(ExportSpecials&&);630 __declspec(dllexport) ExportSpecials& operator=(ExportSpecials&&);633 ExportSpecials::~ExportSpecials() {} in ~ExportSpecials()634 ExportSpecials::ExportSpecials(const ExportSpecials&) {} in ExportSpecials() argument635 inline ExportSpecials& ExportSpecials::operator=(const ExportSpecials&) { return *this; } in operator =() argument[all …]