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.h352 bool constructed_under_allocator; member
355 constructed_under_allocator(false) { in CopyInsertable()
358 constructed_under_allocator = true; in CopyInsertable()
362 CopyInsertable() : data(0), copied_once(false), constructed_under_allocator(true) in CopyInsertable()
369 constructed_under_allocator(true) { in CopyInsertable()
376 constructed_under_allocator(true) { in CopyInsertable()
394 assert(constructed_under_allocator == getConstructController()->isInAllocatorConstruct()); in ~CopyInsertable()
400 constructed_under_allocator = false; in reset()