Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dcontainer_test_types.h203 bool isInAllocatorConstruct() const { in isInAllocatorConstruct() function
252 m_old = m_cc->isInAllocatorConstruct(); in InAllocatorConstructGuard()
341 if (getConstructController()->isInAllocatorConstruct()) { in CopyInsertable()
349 assert(getConstructController()->isInAllocatorConstruct()); in CopyInsertable()
355 assert(getConstructController()->isInAllocatorConstruct()); in CopyInsertable()
362 assert(getConstructController()->isInAllocatorConstruct()); in CopyInsertable()
379 assert(constructed_under_allocator == getConstructController()->isInAllocatorConstruct()); in ~CopyInsertable()