Searched refs:isDeletedValue (Results 1 – 12 of 12) sorted by relevance
68 static bool isDeletedValue(T value) { return value == static_cast<T>(-1); }102 static bool isDeletedValue(T value) { return value == -std::numeric_limits<T>::infinity(); }114 static bool isDeletedValue(T value) { return value == std::numeric_limits<T>::max() - 1; }121 static bool isDeletedValue(P* value) { return value == reinterpret_cast<P*>(-1); }127 static bool isDeletedValue(const T& value) { return value.isHashTableDeletedValue(); }196 …static bool isDeletedValue(const TraitType& value) { return FirstTraits::isDeletedValue(value.firs…242 …static bool isDeletedValue(const TraitType& value) { return KeyTraits::isDeletedValue(value.key); }
210 if (ValueTraits::isDeletedValue(value)) in isValidValue()
414 if (KeyTraits::isDeletedValue(key))
319 …static bool isDeletedBucket(const ValueType& value) { return KeyTraits::isDeletedValue(Extractor::…
54 static bool isDeletedValue(const SkSize& value)78 static bool isDeletedValue(const SkISize& value)
195 ASSERT(!HashTraits<AXID>::isDeletedValue(axID)); in get()208 ASSERT(!HashTraits<AXID>::isDeletedValue(axID)); in get()221 ASSERT(!HashTraits<AXID>::isDeletedValue(renderID)); in get()224 ASSERT(!HashTraits<AXID>::isDeletedValue(nodeID)); in get()249 ASSERT(!HashTraits<AXID>::isDeletedValue(axID)); in get()573 } while (!objID || HashTraits<AXID>::isDeletedValue(objID) || m_idsInUse.contains(objID)); in platformGenerateAXID()605 ASSERT(!HashTraits<AXID>::isDeletedValue(objID)); in removeAXID()
61 …static bool isDeletedValue(const WTF::AtomicString& slot) { return slot.isHashTableDeletedValue();…
43 …static bool isDeletedValue(const WebCore::IntSize& value) { return value.width() == -1 && value.he…
69 static bool isDeletedValue(const FontPlatformData& value) in isDeletedValue() function
85 static bool isDeletedValue(int value) { return value == -3; } in isDeletedValue() function
132 static bool isDeletedValue(const StringKey& value) in isDeletedValue() function
170 …static bool isDeletedValue(const FormElementKey& value) { return value.isHashTableDeletedValue(); } in isDeletedValue() function