Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dcontainer_test_types.h205 bool isInAllocatorConstruct() const { in isInAllocatorConstruct() function
267 m_old = m_cc->isInAllocatorConstruct(); in InAllocatorConstructGuard()
356 if (getConstructController()->isInAllocatorConstruct()) { in CopyInsertable()
364 assert(getConstructController()->isInAllocatorConstruct()); in CopyInsertable()
370 assert(getConstructController()->isInAllocatorConstruct()); in CopyInsertable()
377 assert(getConstructController()->isInAllocatorConstruct()); in CopyInsertable()
394 assert(constructed_under_allocator == getConstructController()->isInAllocatorConstruct()); in ~CopyInsertable()