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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
cobject.h 54 void *cobj, void (*destruct)(void*));
63 void *cobj, void *desc, void (*destruct)(void*,void*));
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
cobject.h 54 void *cobj, void (*destruct)(void*));
63 void *cobj, void *desc, void (*destruct)(void*,void*));
  /external/chromium_org/third_party/WebKit/Source/wtf/
ThreadIdentifierDataPthreads.h 69 static void destruct(void* data);
ThreadIdentifierDataPthreads.cpp 60 if (pthread_key_create(&m_key, destruct))
78 void ThreadIdentifierData::destruct(void* data) function in class:WTF::ThreadIdentifierData
89 // Re-setting the value for key causes another destruct() call after all other thread-specific destructors were called.
Vector.h 49 static void destruct(T*, T*) {} function in struct:WTF::VectorDestructor
55 static void destruct(T* begin, T* end) function in struct:WTF::VectorDestructor
214 static void destruct(T* begin, T* end) function in struct:WTF::VectorTypeOperations
216 VectorDestructor<VectorTraits<T>::needsDestruction, T>::destruct(begin, end);
828 TypeOperations::destruct(begin() + size, end());
843 TypeOperations::destruct(begin() + size, end());
    [all...]
Deque.h 315 TypeOperations::destruct(m_buffer.buffer() + m_start, m_buffer.buffer() + m_end);
317 TypeOperations::destruct(m_buffer.buffer(), m_buffer.buffer() + m_end);
318 TypeOperations::destruct(m_buffer.buffer() + m_start, m_buffer.buffer() + m_buffer.capacity());
441 TypeOperations::destruct(&m_buffer.buffer()[m_start], &m_buffer.buffer()[m_start + 1]);
473 TypeOperations::destruct(&buffer[position], &buffer[position + 1]);
  /frameworks/compile/mclinker/lib/Support/
RegionFactory.cpp 27 void RegionFactory::destruct(MemoryRegion* pRegion) function in class:RegionFactory
MemoryRegion.cpp 54 g_RegionFactory->destruct(pRegion);
MemoryAreaFactory.cpp 101 void MemoryAreaFactory::destruct(MemoryArea* pArea) function in class:MemoryAreaFactory
  /frameworks/compile/mclinker/include/mcld/Support/
RegionFactory.h 36 void destruct(MemoryRegion* pRegion);
MemoryAreaFactory.h 65 void destruct(MemoryArea* pArea);
  /external/clang/test/SemaTemplate/
member-access-expr.cpp 64 void destruct(T* ptr) { function
76 destruct(x2p);
77 destruct(ip);
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
DTMXRTreeFrag.java 41 public final void destruct(){ method in class:DTMXRTreeFrag
XRTreeFrag.java 120 m_DTMXRTreeFrag.destruct();
XObject.java 118 public void destruct() method in class:XObject
  /frameworks/compile/mclinker/unittests/
MemoryAreaTest.cpp 59 AreaFactory->destruct(area);
87 AreaFactory->destruct(area);
103 AreaFactory->destruct(area);
131 AreaFactory->destruct(area);
161 AreaFactory->destruct(area);
  /external/clang/include/clang/Sema/
Overload.h 332 void destruct();
417 destruct();
421 void destruct() { function in class:clang::ImplicitConversionSequence
422 if (ConversionKind == AmbiguousConversion) Ambiguous.destruct();
449 destruct();
468 destruct();
  /ndk/tests/device/test-stlport_shared-exception/jni/
unroll1.cpp 169 static void destruct(double *addr) {} function in struct:ElementProperties
229 ElementProperties::destruct(pt);
  /ndk/tests/device/test-stlport_static-exception/jni/
unroll1.cpp 169 static void destruct(double *addr) {} function in struct:ElementProperties
229 ElementProperties::destruct(pt);
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 173 CheckerDtors.push_back(CheckerDtor(checker, destruct<CHECKER>));
187 CheckerDtors.push_back(CheckerDtor(checker, destruct<CHECKER>));
556 static void destruct(void *obj) { delete static_cast<CHECKER *>(obj); } function in class:clang::ento::CheckerManager
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_linux.cpp 49 void destruct() function in struct:NameFamilyPair
210 pair->destruct();
  /external/skia/src/ports/
SkFontHost_linux.cpp 49 void destruct() function in struct:NameFamilyPair
210 pair->destruct();
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathContext.java     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp 539 void AmbiguousConversionSequence::destruct() { function in class:clang::AmbiguousConversionSequence
    [all...]

Completed in 442 milliseconds