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

  /external/libcxx/test/support/
container_test_types.h 21 // * test-allocator: 'ContainerTestAllocator' - This test allocator is used to
60 * using Alloc = ContainerTestAllocator<ValueTp, ValueTp>;
238 // ContainerTestAllocator
241 // ContainerTestAllocator - A STL allocator type that only allows 'construct'
242 // and 'destroy' to be called for 'AllowConstructT' types. ContainerTestAllocator
245 class ContainerTestAllocator
271 ContainerTestAllocator() TEST_NOEXCEPT
274 explicit ContainerTestAllocator(ConstructController* c)
279 ContainerTestAllocator(ContainerTestAllocator<U, AllowConstructT> other) TEST_NOEXCEP
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
container_test_types.h 21 // * test-allocator: 'ContainerTestAllocator' - This test allocator is used to
60 * using Alloc = ContainerTestAllocator<ValueTp, ValueTp>;
238 // ContainerTestAllocator
241 // ContainerTestAllocator - A STL allocator type that only allows 'construct'
242 // and 'destroy' to be called for 'AllowConstructT' types. ContainerTestAllocator
245 class ContainerTestAllocator
271 ContainerTestAllocator() TEST_NOEXCEPT
274 explicit ContainerTestAllocator(ConstructController* c)
279 ContainerTestAllocator(ContainerTestAllocator<U, AllowConstructT> other) TEST_NOEXCEP
    [all...]
  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
resize_size_value.pass.cpp 92 typedef std::forward_list<int, ContainerTestAllocator<int, int>> Container;

Completed in 88 milliseconds