Searched refs:StringKey (Results 1 – 5 of 5) sorted by relevance
46 class StringKey { class48 explicit StringKey(const char* str) : m_string(str), m_length(strlen(str)) { } in StringKey() function in __anon2cea454a0111::StringKey49 StringKey() : m_string(0), m_length(0) { } in StringKey() function in __anon2cea454a0111::StringKey50 …explicit StringKey(WTF::HashTableDeletedValueType) : m_string(hashTableDeletedValue()), m_length(0… in StringKey() function in __anon2cea454a0111::StringKey52 StringKey& operator=(const StringKey& other) in operator =()74 inline bool operator==(const StringKey& x, const StringKey& y) in operator ==()87 static unsigned hash(const StringKey& key) in hash()107 static bool equal(const StringKey& x, const StringKey& y) in equal()118 struct StringKeyHashTraits : WTF::GenericHashTraits<StringKey> {119 static void constructDeletedValue(StringKey& slot) in constructDeletedValue()[all …]
279 class StringKey{291 typedef hash_set<const String*, StringKey, StringEqual> StringSet;
831 class StringKey {838 typedef hash_map<SW, Label, StringKey> Map;
6500 class StringKey : public HashTableKey { class6502 explicit StringKey(String* string) : in StringKey() function in v8::internal::StringKey7179 StringKey key(src); in Lookup()7204 StringKey key(src); in Put()
15586 (StringKey::operator==):15587 (StringKey::StringKeyHash::hash):15588 (StringKey::StringKeyHash::equal):