Home
last modified time | relevance | path

Searched refs:constructed_under_allocator (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxx/test/support/
H A Dcontainer_test_types.h351 bool constructed_under_allocator; member
354 constructed_under_allocator(false) { in CopyInsertable()
357 constructed_under_allocator = true; in CopyInsertable()
361 CopyInsertable() : data(0), copied_once(false), constructed_under_allocator(true) in CopyInsertable()
368 constructed_under_allocator(true) { in CopyInsertable()
375 constructed_under_allocator(true) { in CopyInsertable()
393 assert(constructed_under_allocator == getConstructController()->isInAllocatorConstruct()); in ~CopyInsertable()
399 constructed_under_allocator = false; in reset()