Home
last modified time | relevance | path

Searched refs:destroyAll (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/ADT/
DDenseMap.h247 void destroyAll() { in destroyAll() function
565 this->destroyAll(); in ~DenseMap()
582 this->destroyAll();
590 this->destroyAll(); in copyFrom()
628 this->destroyAll(); in shrink_and_clear()
725 this->destroyAll(); in ~SmallDenseMap()
807 this->destroyAll();
815 this->destroyAll(); in copyFrom()
888 this->destroyAll(); in shrink_and_clear()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DBitmapImageTest.cpp70 void destroyDecodedData(bool destroyAll) { m_image->destroyDecodedData(destroyAll); } in destroyDecodedData() argument
DBitmapImage.h131 virtual void destroyDecodedData(bool destroyAll) OVERRIDE;
DImage.h96 virtual void destroyDecodedData(bool destroyAll) = 0;
DBitmapImage.cpp117 void BitmapImage::destroyDecodedData(bool destroyAll) in destroyDecodedData() argument
126 … destroyMetadataAndNotify(m_source.clearCacheExceptFrame(destroyAll ? kNotFound : m_currentFrame)); in destroyDecodedData()
/external/chromium_org/third_party/WebKit/Source/wtf/
DDeque.h125 void destroyAll();
254 inline void Deque<T, inlineCapacity, Allocator>::destroyAll() in destroyAll() function
277 destroyAll(); in finalize()
294 destroyAll(); in clear()
/external/replicaisland/src/com/replica/replicaisland/
DGameObjectManager.java155 public void destroyAll() { in destroyAll() method in GameObjectManager
DGame.java262 manager.destroyAll(); in stopLevel()
304 manager.destroyAll(); in restartLevel()