Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Darchetypes.ipp31 #ifndef DEFINE_ASSIGN
32 #define DEFINE_ASSIGN = default
45 DEFINE_ASSIGN_CONSTEXPR AllCtors& operator=(AllCtors const&) DEFINE_NOEXCEPT DEFINE_ASSIGN;
46 DEFINE_ASSIGN_CONSTEXPR AllCtors& operator=(AllCtors &&) DEFINE_NOEXCEPT DEFINE_ASSIGN;
79 Copyable &operator=(Copyable const &) DEFINE_NOEXCEPT DEFINE_ASSIGN;
89 CopyOnly &operator=(CopyOnly const &) DEFINE_NOEXCEPT DEFINE_ASSIGN;
108 MoveOnly &operator=(MoveOnly &&) DEFINE_NOEXCEPT DEFINE_ASSIGN;
116 CopyAssignable& operator=(CopyAssignable const&) DEFINE_NOEXCEPT DEFINE_ASSIGN;
124 CopyAssignOnly& operator=(CopyAssignOnly const&) DEFINE_NOEXCEPT DEFINE_ASSIGN;
134 MoveAssignOnly& operator=(MoveAssignOnly &&) DEFINE_NOEXCEPT DEFINE_ASSIGN;
[all …]
Darchetypes.hpp254 #define DEFINE_ASSIGN { return *this; } macro