Home
last modified time | relevance | path

Searched refs:EmplaceConstructible (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/test/support/
Demplace_constructible.h8 struct EmplaceConstructible { struct
10 explicit EmplaceConstructible(T xvalue) : value(xvalue) {} in EmplaceConstructible() argument
11 EmplaceConstructible(EmplaceConstructible const&) = delete;
/external/libcxx/test/std/containers/sequences/list/list.cons/
Dinput_iterator.pass.cpp91 using T = EmplaceConstructible<int>; in test_emplacable_concept()
109 using T = EmplaceConstructible<int>; in test_emplacable_concept()
138 using T = EmplaceConstructible<int>; in test_emplacable_concept_with_alloc()
157 using T = EmplaceConstructible<int>; in test_emplacable_concept_with_alloc()
/external/libcxx/test/std/containers/sequences/vector/vector.cons/
Dconstruct_iter_iter.pass.cpp84 using T = EmplaceConstructible<int>; in emplaceable_concept_tests()
Dconstruct_iter_iter_alloc.pass.cpp95 using T = EmplaceConstructible<int>; in emplaceable_concept_tests()