Home
last modified time | relevance | path

Searched refs:EmplaceConstructibleAndMoveable (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/test/support/
Demplace_constructible.h26 struct EmplaceConstructibleAndMoveable { struct
30 explicit EmplaceConstructibleAndMoveable(T xvalue) noexcept : value(xvalue) {} in EmplaceConstructibleAndMoveable() argument
32 EmplaceConstructibleAndMoveable(EmplaceConstructibleAndMoveable&& Other) in EmplaceConstructibleAndMoveable() argument
36 EmplaceConstructibleAndMoveable&
37 operator=(EmplaceConstructibleAndMoveable&& Other) noexcept {
/external/libcxx/test/std/containers/sequences/deque/deque.cons/
Diter_iter_alloc.pass.cpp64 using T = EmplaceConstructibleAndMoveable<int>; in test_emplacable_concept()
79 using T = EmplaceConstructibleAndMoveable<int>; in test_emplacable_concept()
Diter_iter.pass.cpp75 using T = EmplaceConstructibleAndMoveable<int>; in test_emplacable_concept()
89 using T = EmplaceConstructibleAndMoveable<int>; in test_emplacable_concept()