Searched defs:FormElementKeyHashTraits (Results 1 – 1 of 1) sorted by relevance
193 struct FormElementKeyHashTraits : WTF::GenericHashTraits<FormElementKey> { struct194 …tructDeletedValue(FormElementKey& slot) { new (&slot) FormElementKey(WTF::HashTableDeletedValue); } in constructDeletedValue()195 …static bool isDeletedValue(const FormElementKey& value) { return value.isHashTableDeletedValue(); } in isDeletedValue()