HomeSort by relevance Sort by last modified time
    Searched refs:isInAllocatorConstruct (Results 1 - 2 of 2) sorted by null

  /external/libcxx/test/support/
container_test_types.h 41 // 2. Controlling the value of 'cc->isInAllocatorConstruct()' within the
203 bool isInAllocatorConstruct() const {
252 m_old = m_cc->isInAllocatorConstruct();
341 if (getConstructController()->isInAllocatorConstruct()) {
349 assert(getConstructController()->isInAllocatorConstruct());
355 assert(getConstructController()->isInAllocatorConstruct());
362 assert(getConstructController()->isInAllocatorConstruct());
379 assert(constructed_under_allocator == getConstructController()->isInAllocatorConstruct());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
container_test_types.h 41 // 2. Controlling the value of 'cc->isInAllocatorConstruct()' within the
203 bool isInAllocatorConstruct() const {
252 m_old = m_cc->isInAllocatorConstruct();
341 if (getConstructController()->isInAllocatorConstruct()) {
349 assert(getConstructController()->isInAllocatorConstruct());
355 assert(getConstructController()->isInAllocatorConstruct());
362 assert(getConstructController()->isInAllocatorConstruct());
379 assert(constructed_under_allocator == getConstructController()->isInAllocatorConstruct());

Completed in 54 milliseconds