Home
last modified time | relevance | path

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

/external/libcxx/test/libcxx/containers/sequences/vector/
Dasan_throw.pass.cpp41 class ThrowOnCopy { class
43 ThrowOnCopy() : should_throw(false) {} in ThrowOnCopy() function in ThrowOnCopy
44 explicit ThrowOnCopy(bool xshould_throw) : should_throw(xshould_throw) {} in ThrowOnCopy() function in ThrowOnCopy
46 ThrowOnCopy(ThrowOnCopy const & other) in ThrowOnCopy() function in ThrowOnCopy
179 std::vector<ThrowOnCopy> v(10); in test_insert_n2()
184 v.insert(v.cbegin(), 5, ThrowOnCopy()); in test_insert_n2()