Searched defs:FormElementKeyHashTraits (Results 1 – 1 of 1) sorted by relevance
168 struct FormElementKeyHashTraits : WTF::GenericHashTraits<FormElementKey> { struct169 …tedValue(FormElementKey& slot) { new (NotNull, &slot) FormElementKey(WTF::HashTableDeletedValue); } in constructDeletedValue()170 …static bool isDeletedValue(const FormElementKey& value) { return value.isHashTableDeletedValue(); } in isDeletedValue()