Searched refs:DEFINE_DTOR (Results 1 – 2 of 2) sorted by relevance
34 #ifndef DEFINE_DTOR35 #define DEFINE_DTOR(Name)47 DEFINE_DTOR(AllCtors)55 DEFINE_DTOR(NoCtors)62 DEFINE_DTOR(NoDefault)71 DEFINE_DTOR(DefaultOnly)80 DEFINE_DTOR(Copyable)91 DEFINE_DTOR(CopyOnly)100 DEFINE_DTOR(NonCopyable)109 DEFINE_DTOR(MoveOnly)[all …]
239 #define DEFINE_DTOR(Name) ~Name() {} macro