Home
last modified time | relevance | path

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

/external/libcxx/test/std/containers/sequences/list/list.cons/
Dinput_iterator.pass.cpp188 ExpectConstructGuard<int&> G(1); in test_ctor_under_alloc()
192 ExpectConstructGuard<int&> G(3); in test_ctor_under_alloc()
200 ExpectConstructGuard<int&> G(1); in test_ctor_under_alloc()
204 ExpectConstructGuard<int&> G(3); in test_ctor_under_alloc()
221 ExpectConstructGuard<int&> G(1); in test_ctor_under_alloc_with_alloc()
225 ExpectConstructGuard<int&> G(3); in test_ctor_under_alloc_with_alloc()
235 ExpectConstructGuard<int&> G(1); in test_ctor_under_alloc_with_alloc()
239 ExpectConstructGuard<int&> G(3); in test_ctor_under_alloc_with_alloc()
/external/libcxx/test/std/containers/sequences/vector/vector.cons/
Dconstruct_iter_iter.pass.cpp126 ExpectConstructGuard<int&> G(1); in test_ctor_under_alloc()
130 ExpectConstructGuard<int&> G(3); in test_ctor_under_alloc()
138 ExpectConstructGuard<int&> G(1); in test_ctor_under_alloc()
Dconstruct_iter_iter_alloc.pass.cpp141 ExpectConstructGuard<int&> G(1); in test_ctor_under_alloc()
145 ExpectConstructGuard<int&> G(3); in test_ctor_under_alloc()
155 ExpectConstructGuard<int&> G(1); in test_ctor_under_alloc()
/external/libcxx/test/support/
Dcontainer_test_types.h240 struct ExpectConstructGuard { struct
241 ExpectConstructGuard(int N) { in ExpectConstructGuard() argument
247 ~ExpectConstructGuard() { in ~ExpectConstructGuard() argument