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

  /external/adhd/cras/src/tests/
stream_list_unittest.cc 41 static unsigned int destroy_called; member in namespace:__anon15214
44 destroy_called++;
52 destroy_called = 0;
70 EXPECT_EQ(1, destroy_called);
  /external/grpc-grpc/src/core/lib/iomgr/
socket_windows.h 73 bool destroy_called; member in struct:grpc_winsocket
  /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;
  /external/grpc-grpc/src/core/lib/surface/
call.cc 134 bool destroy_called; member in struct:grpc_call
563 GPR_ASSERT(!c->destroy_called);
564 c->destroy_called = 1;
    [all...]

Completed in 224 milliseconds