Searched defs:dtor (Results 1 – 12 of 12) sorted by relevance
36 thread_local_dtor* dtor = new thread_local_dtor(); in __cxa_thread_atexit_impl() local
391 Dtor dtor = fini_array[--count]; in __libc_fini() local
196 private native static void dtor(long mBackupReader); in dtor() method in BackupDataInput
172 private native static void dtor(long mBackupWriter); in dtor() method in BackupDataOutput
121 private static native void dtor(long ptr); in dtor() method in FileBackupHelperBase
45 TEST(LinearAllocator, dtor) { in TEST() argument
35 dtor(JNIEnv* env, jobject clazz, jlong ptr) in dtor() function
126 Destructor dtor; member
174 void LinearAllocator::addToDestructionList(Destructor dtor, void* addr) { in addToDestructionList()
100 __attribute__((destructor)) static void dtor() { in dtor() function
183 int dtor; // NOLINT(misc-non-private-member-variables-in-classes) member
35 int dtor; member