Lines Matching refs:ExportSpecials
280 struct ExportSpecials { struct
287 __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 ExportSpecials
326 ExportSpecials::~ExportSpecials() {} in ~ExportSpecials()
327 ExportSpecials::ExportSpecials(const ExportSpecials&) {} in ExportSpecials() function in ExportSpecials
328 ExportSpecials& ExportSpecials::operator=(const ExportSpecials&) { return *this; } in operator =() argument
329 ExportSpecials::ExportSpecials(ExportSpecials&&) {} in ExportSpecials() argument
330 ExportSpecials& ExportSpecials::operator=(ExportSpecials&&) { return *this; } in operator =() argument