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

  /external/libcxx/test/support/
container_test_types.h 337 bool constructed_under_allocator; member in struct:CopyInsertable
340 constructed_under_allocator(false) {
343 constructed_under_allocator = true;
347 CopyInsertable() : data(0), copied_once(false), constructed_under_allocator(true)
354 constructed_under_allocator(true) {
361 constructed_under_allocator(true) {
379 assert(constructed_under_allocator == getConstructController()->isInAllocatorConstruct());
385 constructed_under_allocator = false;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
container_test_types.h 337 bool constructed_under_allocator; member in struct:CopyInsertable
340 constructed_under_allocator(false) {
343 constructed_under_allocator = true;
347 CopyInsertable() : data(0), copied_once(false), constructed_under_allocator(true)
354 constructed_under_allocator(true) {
361 constructed_under_allocator(true) {
379 assert(constructed_under_allocator == getConstructController()->isInAllocatorConstruct());
385 constructed_under_allocator = false;

Completed in 146 milliseconds