HomeSort by relevance Sort by last modified time
    Searched defs:ContainerTestAllocator (Results 1 - 2 of 2) 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...]

Completed in 572 milliseconds