Searched refs:construct_called (Results 1 – 5 of 5) sorted by relevance
26 Alloc::construct_called = false; in test_ctor_under_alloc()28 assert(Alloc::construct_called); in test_ctor_under_alloc()31 Alloc::construct_called = false; in test_ctor_under_alloc()33 assert(Alloc::construct_called); in test_ctor_under_alloc()40 Alloc::construct_called = false; in test_ctor_under_alloc()42 assert(Alloc::construct_called); in test_ctor_under_alloc()45 Alloc::construct_called = false; in test_ctor_under_alloc()47 assert(Alloc::construct_called); in test_ctor_under_alloc()
28 Alloc::construct_called = false; in test_ctor_under_alloc()30 assert(Alloc::construct_called); in test_ctor_under_alloc()33 Alloc::construct_called = false; in test_ctor_under_alloc()35 assert(Alloc::construct_called); in test_ctor_under_alloc()43 Alloc::construct_called = false; in test_ctor_under_alloc()45 assert(Alloc::construct_called); in test_ctor_under_alloc()48 Alloc::construct_called = false; in test_ctor_under_alloc()50 assert(Alloc::construct_called); in test_ctor_under_alloc()
141 static bool construct_called; member147 construct_called = true; in construct()156 template <class T> bool cpp03_allocator<T>::construct_called = false;164 static bool construct_called; member173 construct_called = true; in construct()178 construct_called = true; in construct()186 template <class T> bool cpp03_overload_allocator<T>::construct_called = false;
86 int construct_called = 0; member121 ++construct_called; in countConstruct()138 construct_called = 0; in resetConstructDestroy()
282 int construct_called; variable