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

  /external/webkit/JavaScriptCore/wtf/
ThreadIdentifierDataPthreads.cpp 66 void ThreadIdentifierData::destruct(void* data) function in class:WTF::ThreadIdentifierData
77 // Re-setting the value for key causes another destruct() call after all other thread-specific destructors were called.
83 if (pthread_key_create(&m_key, destruct))
Vector.h 80 static void destruct(T*, T*) {} function in struct:WTF::VectorDestructor
86 static void destruct(T* begin, T* end) function in struct:WTF::VectorDestructor
242 static void destruct(T* begin, T* end) function in struct:WTF::VectorTypeOperations
244 VectorDestructor<VectorTraits<T>::needsDestruction, T>::destruct(begin, end);
756 TypeOperations::destruct(begin() + size, end());
771 TypeOperations::destruct(begin() + size, end());
971 TypeOperations::destruct(beginSpot, endSpot);
  /libcore/luni/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
  /external/skia/src/ports/
SkFontHost_android.cpp 60 void destruct() { function in struct:NameFamilyPair
228 pair->destruct();
  /libcore/luni/src/main/java/org/apache/xpath/
XPathContext.java     [all...]

Completed in 74 milliseconds