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

  /prebuilts/ndk/r16/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());
  /external/libcxx/test/support/
container_test_types.h 41 // 2. Controlling the value of 'cc->isInAllocatorConstruct()' within the
205 bool isInAllocatorConstruct() const {
267 m_old = m_cc->isInAllocatorConstruct();
356 if (getConstructController()->isInAllocatorConstruct()) {
364 assert(getConstructController()->isInAllocatorConstruct());
370 assert(getConstructController()->isInAllocatorConstruct());
377 assert(getConstructController()->isInAllocatorConstruct());
394 assert(constructed_under_allocator == getConstructController()->isInAllocatorConstruct());

Completed in 76 milliseconds