Searched defs:MappedAttributeKeyTraits (Results 1 – 1 of 1) sorted by relevance
52 struct MappedAttributeKeyTraits : WTF::GenericHashTraits<MappedAttributeKey> { struct53 static const bool emptyValueIsZero = true;54 static const bool needsDestruction = false;55 static void constructDeletedValue(MappedAttributeKey& slot) { slot.type = eLastEntry; } in constructDeletedValue()56 static bool isDeletedValue(const MappedAttributeKey& value) { return value.type == eLastEntry; } in isDeletedValue()