Searched refs:CopyInsertable (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | container_test_types.h | 366 CopyInsertable(CopyInsertable const& other) : data(other.data), in CopyInsertable() function 381 CopyInsertable(CopyInsertable&& other) : CopyInsertable(other) {} in CopyInsertable() function 384 CopyInsertable(CopyInsertable const && other) : CopyInsertable(other) {} in CopyInsertable() argument 392 ~CopyInsertable() { in ~CopyInsertable() argument 404 bool operator==(CopyInsertable<ID> const& L, CopyInsertable<ID> const& R) { argument 410 bool operator!=(CopyInsertable<ID> const& L, CopyInsertable<ID> const& R) { 415 bool operator <(CopyInsertable<ID> const& L, CopyInsertable<ID> const& R) { 473 template <class Key = CopyInsertable<1>, class Value = CopyInsertable<2>, 479 template <class Key = CopyInsertable<1>, class Value = CopyInsertable<2>, 485 template <class Key = CopyInsertable<1>, class Value = CopyInsertable<2>, [all …]
|