HomeSort by relevance Sort by last modified time
    Searched full:destruct (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/clang/test/SemaTemplate/
member-access-expr.cpp 64 void destruct(T* ptr) { function
76 destruct(x2p);
77 destruct(ip);
  /external/webkit/Source/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))
ThreadIdentifierDataPthreads.h 63 static void destruct(void* data);
Vector.h 71 static void destruct(T*, T*) {} function in struct:WTF::VectorDestructor
77 static void destruct(T* begin, T* end) function in struct:WTF::VectorDestructor
237 static void destruct(T* begin, T* end) function in struct:WTF::VectorTypeOperations
239 VectorDestructor<VectorTraits<T>::needsDestruction, T>::destruct(begin, end);
845 TypeOperations::destruct(begin() + size, end());
860 TypeOperations::destruct(begin() + size, end());
    [all...]
Deque.h 352 TypeOperations::destruct(m_buffer.buffer() + m_start, m_buffer.buffer() + m_end);
354 TypeOperations::destruct(m_buffer.buffer(), m_buffer.buffer() + m_end);
355 TypeOperations::destruct(m_buffer.buffer() + m_start, m_buffer.buffer() + m_buffer.capacity());
478 TypeOperations::destruct(&m_buffer.buffer()[m_start], &m_buffer.buffer()[m_start + 1]);
510 TypeOperations::destruct(&buffer[position], &buffer[position + 1]);
FastAllocBase.h 330 // No need to destruct the objects in this case.
384 // No need to destruct the objects in this case.
  /external/chromium/chrome/browser/ui/gtk/
theme_install_bubble_view_gtk.h 38 // Our parent is going down; self destruct.
  /external/collada/include/dae/
daeStringTable.h 20 public: // allocate/construct/destruct/deallocate
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
DTMXRTreeFrag.java 41 public final void destruct(){ method in class:DTMXRTreeFrag
  /external/chromium/net/url_request/
url_request_context_getter.h 67 static void Destruct(const URLRequestContextGetter* context_getter) {
  /external/chromium/base/
message_loop_proxy.h 76 static void Destruct(const MessageLoopProxy* proxy) {
  /external/svox/pico/lib/
picorsrc.h 92 * construct/destruct resource manager
  /external/chromium/base/memory/
ref_counted.h 110 static void Destruct(const T* x) {
143 Traits::Destruct(static_cast<const T*>(this));
  /external/chromium/base/win/
event_trace_provider_unittest.cc 56 // Destruct the instance, this should unregister it.
  /external/icu4c/i18n/
tmunit.cpp 29 * Also, Measure can clone and destruct the "unit" pointer.
  /external/webkit/Source/WebCore/fileapi/
FileStreamProxy.h 50 // A proxy module that asynchronously calls corresponding FileStream methods on the file thread. Note: you must call stop() first and then release the reference to destruct the FileStreamProxy instance.
  /external/clang/include/clang/Sema/
Overload.h 301 void destruct();
379 destruct();
383 void destruct() { function in class:clang::ImplicitConversionSequence
384 if (ConversionKind == AmbiguousConversion) Ambiguous.destruct();
408 destruct();
425 destruct();
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 87 HandleType::Destruct(Handle);
93 HandleType::Destruct(Handle);
115 static void Destruct(handle_type Handle) {
131 static void Destruct(handle_type Handle) {
147 static void Destruct(handle_type Handle) {
  /external/llvm/include/llvm/
Linker.h 79 /// Destruct the Linker.
91 /// destruct the Module when the Linker is destructed.
98 /// must arrange for its destruct. After this method is called, the Linker
  /external/chromium/chrome/browser/download/
download_file_unittest.cc 30 // We need a UI |BrowserThread| in order to destruct |download_manager_|,
  /external/chromium/chrome/browser/extensions/
sandboxed_extension_unpacker_unittest.cc 66 // Need to destruct SandboxedExtensionUnpacker before the message loop since
  /external/chromium/chrome/browser/importer/
importer_host.h 108 // them there without changing the order of construct/destruct, so do this
  /external/chromium/chrome/browser/
spellcheck_host_impl.h 64 // These two classes can destruct us.
  /external/chromium/third_party/libjingle/source/talk/base/
signalthread.h 44 // completion, and then self-destruct without further notification.
  /external/llvm/lib/Support/
Mutex.cpp 97 // Destruct a Mutex

Completed in 338 milliseconds

1 2 3