Home
last modified time | relevance | path

Searched refs:DEFINE_ASSIGN (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/support/
Darchetypes.ipp24 #ifndef DEFINE_ASSIGN
25 #define DEFINE_ASSIGN = default
38 DEFINE_ASSIGN_CONSTEXPR AllCtors& operator=(AllCtors const&) DEFINE_ASSIGN;
39 DEFINE_ASSIGN_CONSTEXPR AllCtors& operator=(AllCtors &&) DEFINE_ASSIGN;
72 Copyable &operator=(Copyable const &) DEFINE_ASSIGN;
82 CopyOnly &operator=(CopyOnly const &) DEFINE_ASSIGN;
101 MoveOnly &operator=(MoveOnly &&) DEFINE_ASSIGN;
109 CopyAssignable& operator=(CopyAssignable const&) DEFINE_ASSIGN;
117 CopyAssignOnly& operator=(CopyAssignOnly const&) DEFINE_ASSIGN;
127 MoveAssignOnly& operator=(MoveAssignOnly &&) DEFINE_ASSIGN;
[all …]
Darchetypes.hpp239 #define DEFINE_ASSIGN { return *this; } macro