Lines Matching refs:test_alloc_base
54 struct test_alloc_base { struct
107 …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()
136 assert(data_ != test_alloc_base::destructed_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()
148 assert(data_ != test_alloc_base::destructed_value);
159 assert(data_ != test_alloc_base::destructed_value); in deallocate()
228 assert(data_ != test_alloc_base::destructed_value); in ~non_default_test_allocator()
231 data_ = test_alloc_base::destructed_value; in ~non_default_test_allocator()
238 assert(data_ != test_alloc_base::destructed_value);
249 assert(data_ != test_alloc_base::destructed_value); in deallocate()
313 data_ = test_alloc_base::destructed_value; in ~test_allocator()
314 id_ = test_alloc_base::destructed_value; in ~test_allocator()