Searched refs:test_alloc_base (Results 1 – 9 of 9) sorted by relevance
54 struct test_alloc_base { struct107 …assert(a.data_ != test_alloc_base::destructed_value && a.id_ != test_alloc_base::destructed_value … in test_allocator()120 …assert(a.data_ != test_alloc_base::destructed_value && a.id_ != test_alloc_base::destructed_value … in test_allocator()122 a.data_ = test_alloc_base::moved_value; in test_allocator()123 a.id_ = test_alloc_base::moved_value; in test_allocator()137 assert(id_ != test_alloc_base::destructed_value); in ~test_allocator()140 data_ = test_alloc_base::destructed_value; in ~test_allocator()141 id_ = test_alloc_base::destructed_value; in ~test_allocator()231 data_ = test_alloc_base::destructed_value; in ~non_default_test_allocator()313 data_ = test_alloc_base::destructed_value; in ~test_allocator()[all …]
54 assert(a.get_id() == test_alloc_base::moved_value); in test()55 assert(a.get_data() == test_alloc_base::moved_value); in test()
84 assert(a.get_id() == test_alloc_base::moved_value); in tests()85 assert(a.get_data() == test_alloc_base::moved_value); in tests()
38 assert(mo.get_allocator() == A(test_alloc_base::moved_value)); in main()69 assert(mo.get_allocator() == A(test_alloc_base::moved_value)); in main()
38 assert(mo.get_allocator() == A(test_alloc_base::moved_value)); in main()75 assert(mo.get_allocator() == A(test_alloc_base::moved_value)); in main()
38 assert(mo.get_allocator() == A(test_alloc_base::moved_value)); in main()68 assert(mo.get_allocator() == A(test_alloc_base::moved_value)); in main()
124 assert(a.get_id() == test_alloc_base::moved_value); in tests()125 assert(a.get_data() == test_alloc_base::moved_value); in tests()
38 assert(mo.get_allocator() == A(test_alloc_base::moved_value)); in main()74 assert(mo.get_allocator() == A(test_alloc_base::moved_value)); in main()
40 assert(c1.get_allocator() == A(test_alloc_base::moved_value)); in main()