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

  /prebuilts/ndk/r16/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/support/
container_test_types.h 21 // * test-allocator: 'ContainerTestAllocator' - This test allocator is used to
60 * using Alloc = ContainerTestAllocator<ValueTp, ValueTp>;
253 // ContainerTestAllocator
256 // ContainerTestAllocator - A STL allocator type that only allows 'construct'
257 // and 'destroy' to be called for 'AllowConstructT' types. ContainerTestAllocator
260 class ContainerTestAllocator
286 ContainerTestAllocator() TEST_NOEXCEPT
289 explicit ContainerTestAllocator(ConstructController* c)
294 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;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
resize_size_value.pass.cpp 92 typedef std::forward_list<int, ContainerTestAllocator<int, int>> Container;

Completed in 185 milliseconds