Home | History | Annotate | Download | only in text

Lines Matching refs:StringImpl

39     // currently a member function of StringImpl into this file so we can be a little
43 static unsigned hash(StringImpl* key) { return key->hash(); }
44 static bool equal(const StringImpl* a, const StringImpl* b)
83 static unsigned hash(const RefPtr<StringImpl>& key) { return key->hash(); }
84 static bool equal(const RefPtr<StringImpl>& a, const RefPtr<StringImpl>& b)
110 static unsigned hash(StringImpl* str)
120 static bool equal(const StringImpl* a, const StringImpl* b)
132 static unsigned hash(const RefPtr<StringImpl>& key)
137 static bool equal(const RefPtr<StringImpl>& a, const RefPtr<StringImpl>& b)