Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dcontainer_test_types.h337 bool constructed_under_allocator; member
340 constructed_under_allocator(false) { in CopyInsertable()
343 constructed_under_allocator = true; in CopyInsertable()
347 CopyInsertable() : data(0), copied_once(false), constructed_under_allocator(true) in CopyInsertable()
354 constructed_under_allocator(true) { in CopyInsertable()
361 constructed_under_allocator(true) { in CopyInsertable()
379 assert(constructed_under_allocator == getConstructController()->isInAllocatorConstruct()); in ~CopyInsertable()
385 constructed_under_allocator = false; in reset()