Searched refs:construct_called (Results 1 – 10 of 10) 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
147 static bool construct_called; member153 construct_called = true; in construct()162 template <class T> bool cpp03_allocator<T>::construct_called = false;170 static bool construct_called; member179 construct_called = true; in construct()184 construct_called = true; in construct()192 template <class T> bool cpp03_overload_allocator<T>::construct_called = false;
85 int construct_called = 0; member120 ++construct_called; in countConstruct()137 construct_called = 0; in resetConstructDestroy()
281 int construct_called; variable