Searched refs:construct_called (Results 1 – 6 of 6) 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()
26 static bool construct_called = false; variable52 construct_called = true; in construct()59 construct_called = false; in destroy()129 assert(construct_called); in main()135 assert(construct_called); in main()149 assert(construct_called); in main()157 assert(construct_called); in main()
148 static bool construct_called; member154 construct_called = true; in construct()163 template <class T> bool cpp03_allocator<T>::construct_called = false;171 static bool construct_called; member180 construct_called = true; in construct()185 construct_called = true; in construct()193 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