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

  /external/adhd/cras/src/tests/
stream_list_unittest.cc 41 static unsigned int destroy_called; member in namespace:__anon14163
44 destroy_called++;
52 destroy_called = 0;
70 EXPECT_EQ(1, destroy_called);
  /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
container_test_types.h 283 int destroy_called; member in class:ContainerTestAllocator
controlled_allocators.hpp 92 int destroy_called = 0; member in struct:AllocController
130 ++destroy_called;
141 destroy_called = 0;
  /prebuilts/ndk/r16/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
controlled_allocators.hpp 92 int destroy_called = 0; member in struct:AllocController
130 ++destroy_called;
141 destroy_called = 0;

Completed in 566 milliseconds