Searched defs:isDeletedValue (Results 1 - 25 of 25) sorted by relevance

/macosx-10.10/WTF-7600.1.24/wtf/text/
H A DAtomicStringHash.h55 static bool isDeletedValue(const WTF::AtomicString& slot) { return slot.isHashTableDeletedValue(); } function in struct:WTF::HashTraits
/macosx-10.10/WebCore-7600.1.25/page/
H A DSessionIDHash.h46 static bool isDeletedValue(const WebCore::SessionID& slot) { return slot == WebCore::SessionID(-2); } function in struct:WTF::HashTraits
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFloatSizeHash.h49 static bool isDeletedValue(const WebCore::FloatSize& value) { return value.width() == -1 && value.height() == -1; } function in struct:WTF::HashTraits
H A DFontGenericFamilies.h41 static bool isDeletedValue(int value) { return value == -3; } function in struct:WebCore::UScriptCodeHashTraits
H A DIntPointHash.h40 static bool isDeletedValue(const WebCore::IntPoint& slot) { return slot == WebCore::IntPoint(std::numeric_limits<int>::min(), 0); } function in struct:WTF::HashTraits
H A DIntRectHash.h54 static bool isDeletedValue(const WebCore::IntRect& value) { return value.x() == -1 && value.y() == -1 && value.width() == -1 && value.height() == -1; } function in struct:WTF::HashTraits
H A DIntSizeHash.h40 static bool isDeletedValue(const WebCore::IntSize& value) { return value.width() == -1 && value.height() == -1; } function in struct:WTF::HashTraits
H A DFontCache.cpp295 static bool isDeletedValue(const FontCache::FontFileKey& value) function in struct:WebCore::FontVerticalDataCacheKeyTraits
350 static bool isDeletedValue(const FontPlatformData& value) function in struct:WebCore::FontDataCacheKeyTraits
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebKitCOMAPI.cpp46 static bool isDeletedValue(const CLSID& value) { return value == CLSID_NULL; } function in struct:CLSIDHashTraits
/macosx-10.10/WebKit2-7600.1.25/Platform/IPC/
H A DStringReference.h97 static bool isDeletedValue(const IPC::StringReference& stringReference) { return stringReference.size() == std::numeric_limits<size_t>::max(); } function in struct:WTF::HashTraits
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DLazyOperandValueProfile.h119 static bool isDeletedValue(const JSC::LazyOperandValueProfileKey& value) { return value.isHashTableDeletedValue(); } function in struct:WTF::HashTraits
/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLSlowPathCallKey.h93 bool isDeletedValue() const { return m_usedRegisters.isDeletedValue(); } function in class:JSC::FTL::SlowPathCallKey
H A DFTLAbstractHeap.h177 static bool isDeletedValue(ptrdiff_t value) { return value == 1; } function in struct:JSC::FTL::IndexedAbstractHeap::WithoutZeroOrOneHashTraits
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DRegisterSet.h106 bool isDeletedValue() const { return m_vector.isDeletedValue(); } function in class:JSC::RegisterSet
/macosx-10.10/JavaScriptCore-7600.1.17/profiler/
H A DCallIdentifier.h104 static bool isDeletedValue(const JSC::CallIdentifier& value) function in struct:WTF::HashTraits
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DRegExpKey.h109 static bool isDeletedValue(const JSC::RegExpKey& value) { return value.flagsValue == JSC::DeletedValueFlags; } function in struct:WTF::HashTraits
H A DJSCJSValue.h434 static bool isDeletedValue(EncodedJSValue value) { return value == JSValue::encode(JSValue(JSValue::HashTableDeletedValue)); } function in struct:JSC::EncodedJSValueHashTraits
439 static bool isDeletedValue(EncodedJSValue value) { return value == JSValue::encode(JSValue(JSValue::HashTableDeletedValue)); } function in struct:JSC::EncodedJSValueHashTraits
/macosx-10.10/WTF-7600.1.24/wtf/
H A DHashTraits.h58 static bool isDeletedValue(T value) { return value == static_cast<T>(-1); } function in struct:WTF::GenericHashTraitsBase
78 static bool isDeletedValue(T value) { return value == -std::numeric_limits<T>::infinity(); } function in struct:WTF::FloatHashTraits
89 static bool isDeletedValue(T value) { return value == std::numeric_limits<T>::max() - 1; } function in struct:WTF::UnsignedWithZeroKeyHashTraits
95 static bool isDeletedValue(P* value) { return value == reinterpret_cast<P*>(-1); } function in struct:WTF::HashTraits
101 static bool isDeletedValue(const T& value) { return value.isHashTableDeletedValue(); } function in struct:WTF::SimpleClassHashTraits
162 static bool isDeletedValue(const TraitType& value) { return FirstTraits::isDeletedValue(value.first); } function in struct:WTF::PairHashTraits
207 static bool isDeletedValue(const TraitType& value) { return KeyTraits::isDeletedValue(value.key); } function in struct:WTF::KeyValuePairHashTraits
231 static bool isDeletedValue(cons function in struct:WTF::CustomHashTraits
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cg/
H A DSubimageCacheWithTimer.h63 static bool isDeletedValue(const SubimageCacheEntry& value) { return ImageTraits::isDeletedValue(value.image); } function in struct:WebCore::SubimageCacheWithTimer::SubimageCacheEntryTraits
/macosx-10.10/JavaScriptCore-7600.1.17/assembler/
H A DMacroAssemblerCodeRef.h354 bool isDeletedValue() const { return m_value == deletedValue(); } function in class:JSC::MacroAssemblerCodePtr
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DCOMPtr.h229 static bool isDeletedValue(const COMPtr<P>& value) { return value.isHashTableDeletedValue(); } function in struct:WTF::HashTraits
/macosx-10.10/WebCore-7600.1.25/html/
H A DFormController.cpp166 static bool isDeletedValue(const FormElementKey& value) { return value.isHashTableDeletedValue(); } function in struct:WebCore::FormElementKeyHashTraits
/macosx-10.10/WebCore-7600.1.25/platform/graphics/wince/
H A DFontPlatformData.cpp167 static bool isDeletedValue(const FixedSizeFontDataKey& value) function in struct:WebCore::FixedSizeFontDataKeyTraits
/macosx-10.10/WebKit-7600.1.25/mac/History/
H A DBinaryPropertyList.cpp60 bool isDeletedValue() const { return m_size == deletedValueSize(); } function in class:IntegerArray
82 static bool isDeletedValue(const IntegerArray& array) { return array.isDeletedValue(); } function in struct:IntegerArrayHashTraits
/macosx-10.10/WebCore-7600.1.25/dom/
H A DDocument.cpp392 bool TextAutoSizingTraits::isDeletedValue(const TextAutoSizingKey& value) function in class:WebCore::TextAutoSizingTraits

Completed in 223 milliseconds