Searched refs:EmplaceConstructibleAndMoveInsertable (Results 1 - 3 of 3) sorted by relevance

/external/libcxx/test/support/
H A Demplace_constructible.h15 struct EmplaceConstructibleAndMoveInsertable { struct
18 explicit EmplaceConstructibleAndMoveInsertable(T xvalue) : value(xvalue) {} function in struct:EmplaceConstructibleAndMoveInsertable
20 EmplaceConstructibleAndMoveInsertable( function in struct:EmplaceConstructibleAndMoveInsertable
21 EmplaceConstructibleAndMoveInsertable&& Other)
/external/libcxx/test/std/containers/sequences/vector/vector.cons/
H A Dconstruct_iter_iter.pass.cpp98 using T = EmplaceConstructibleAndMoveInsertable<int>;
H A Dconstruct_iter_iter_alloc.pass.cpp111 using T = EmplaceConstructibleAndMoveInsertable<int>;

Completed in 213 milliseconds