Lines Matching refs:ExportDefaultedDefs
376 struct ExportDefaultedDefs { struct
377 __declspec(dllexport) ExportDefaultedDefs();
378 __declspec(dllexport) ~ExportDefaultedDefs();
379 __declspec(dllexport) inline ExportDefaultedDefs(const ExportDefaultedDefs&);
380 __declspec(dllexport) ExportDefaultedDefs& operator=(const ExportDefaultedDefs&);
381 __declspec(dllexport) ExportDefaultedDefs(ExportDefaultedDefs&&);
382 __declspec(dllexport) ExportDefaultedDefs& operator=(ExportDefaultedDefs&&);
391 __declspec(dllexport) ExportDefaultedDefs::ExportDefaultedDefs() = default;
399 ExportDefaultedDefs::~ExportDefaultedDefs() = default;
407 __declspec(dllexport) ExportDefaultedDefs::ExportDefaultedDefs(const ExportDefaultedDefs&) = defaul…
413 inline ExportDefaultedDefs& ExportDefaultedDefs::operator=(const ExportDefaultedDefs&) = default;
421 __declspec(dllexport) ExportDefaultedDefs::ExportDefaultedDefs(ExportDefaultedDefs&&) = default;
427 ExportDefaultedDefs& ExportDefaultedDefs::operator=(ExportDefaultedDefs&&) = default;