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

  /external/libcxx/test/support/
controlled_allocators.hpp 90 TypeID const* last_construct_args = nullptr; member in struct:AllocController
125 last_construct_args = &makeArgumentID<Args...>();
140 last_construct_alloc = last_construct_args = last_construct_type = nullptr;
193 COMPARE_TYPEID(last_construct_args, expectArgs);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
controlled_allocators.hpp 90 TypeID const* last_construct_args = nullptr; member in struct:AllocController
125 last_construct_args = &makeArgumentID<Args...>();
140 last_construct_alloc = last_construct_args = last_construct_type = nullptr;
193 COMPARE_TYPEID(last_construct_args, expectArgs);

Completed in 89 milliseconds