Searched defs:constructDeletedValue (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/WTF-7600.1.24/wtf/text/
H A DAtomicStringHash.h54 static void constructDeletedValue(WTF::AtomicString& slot) { new (NotNull, &slot) WTF::AtomicString(HashTableDeletedValue); } function in struct:WTF::HashTraits
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebKitCOMAPI.cpp45 static void constructDeletedValue(CLSID& slot) { slot = CLSID_NULL; } function in struct:CLSIDHashTraits
/macosx-10.10.1/WebKit2-7600.1.25/Platform/IPC/
H A DStringReference.h96 static void constructDeletedValue(IPC::StringReference& stringReference) { stringReference = IPC::StringReference(0, std::numeric_limits<size_t>::max()); } function in struct:WTF::HashTraits
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DLazyOperandValueProfile.h118 static void constructDeletedValue(JSC::LazyOperandValueProfileKey& slot) { new (NotNull, &slot) JSC::LazyOperandValueProfileKey(HashTableDeletedValue); } function in struct:WTF::HashTraits
/macosx-10.10.1/JavaScriptCore-7600.1.17/profiler/
H A DCallIdentifier.h99 static void constructDeletedValue(JSC::CallIdentifier& slot) function in struct:WTF::HashTraits
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DRegExpKey.h108 static void constructDeletedValue(JSC::RegExpKey& slot) { slot.flagsValue = JSC::DeletedValueFlags; } function in struct:WTF::HashTraits
H A DJSCJSValue.h433 static void constructDeletedValue(EncodedJSValue& slot) { slot = JSValue::encode(JSValue(JSValue::HashTableDeletedValue)); } function in struct:JSC::EncodedJSValueHashTraits
438 static void constructDeletedValue(EncodedJSValue& slot) { slot = JSValue::encode(JSValue(JSValue::HashTableDeletedValue)); } function in struct:JSC::EncodedJSValueHashTraits
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DHashTraits.h57 static void constructDeletedValue(T& slot) { slot = static_cast<T>(-1); } function in struct:WTF::GenericHashTraitsBase
77 static void constructDeletedValue(T& slot) { slot = -std::numeric_limits<T>::infinity(); } function in struct:WTF::FloatHashTraits
88 static void constructDeletedValue(T& slot) { slot = std::numeric_limits<T>::max() - 1; } function in struct:WTF::UnsignedWithZeroKeyHashTraits
94 static void constructDeletedValue(P*& slot) { slot = reinterpret_cast<P*>(-1); } function in struct:WTF::HashTraits
100 static void constructDeletedValue(T& slot) { new (NotNull, &slot) T(HashTableDeletedValue); } function in struct:WTF::SimpleClassHashTraits
161 static void constructDeletedValue(TraitType& slot) { FirstTraits::constructDeletedValue(slot.first); } function in struct:WTF::PairHashTraits
206 static void constructDeletedValue(TraitType& slot) { KeyTraits::constructDeletedValue(slot.key); } function in struct:WTF::KeyValuePairHashTraits
226 static void constructDeletedValue( function in struct:WTF::CustomHashTraits
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLAbstractHeap.h176 static void constructDeletedValue(ptrdiff_t& slot) { slot = 1; } function in struct:JSC::FTL::IndexedAbstractHeap::WithoutZeroOrOneHashTraits
/macosx-10.10.1/WebKit-7600.1.25/mac/History/
H A DBinaryPropertyList.cpp81 static void constructDeletedValue(IntegerArray& slot) { slot.markDeleted(); } function in struct:IntegerArrayHashTraits

Completed in 199 milliseconds