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

  /external/libcxx/test/std/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);
  /prebuilts/ndk/r11/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);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/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);
  /prebuilts/ndk/r11/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
  /external/libcxx/test/support/
allocators.h 146 static bool destroy_called; member in class:A3
164 destroy_called = true;
173 template <class T> bool A3<T>::destroy_called = false; member in class:A3
controlled_allocators.hpp 92 int destroy_called = 0; member in struct:AllocController
130 ++destroy_called;
141 destroy_called = 0;
container_test_types.h 268 int destroy_called; member in class:ContainerTestAllocator
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
allocators.h 146 static bool destroy_called; member in class:A3
164 destroy_called = true;
173 template <class T> bool A3<T>::destroy_called = false; member in class:A3
container_test_types.h 268 int destroy_called; member in class:ContainerTestAllocator

Completed in 171 milliseconds