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

  /external/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/
destroy.pass.cpp 58 assert(!A3<S>::destroy_called);
62 assert(!A3<S>::destroy_called);
66 assert(A3<S>::destroy_called);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/
destroy.pass.cpp 58 assert(!A3<S>::destroy_called);
62 assert(!A3<S>::destroy_called);
66 assert(A3<S>::destroy_called);
  /external/libcxx/test/support/
allocators.h 140 static bool destroy_called; member in class:A3
156 destroy_called = true;
165 template <class T> bool A3<T>::destroy_called = false; member in class:A3
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
allocators.h 140 static bool destroy_called; member in class:A3
156 destroy_called = true;
165 template <class T> bool A3<T>::destroy_called = false; member in class:A3

Completed in 440 milliseconds