SubstringLocation 323 Source/wtf/text/AtomicString.cpp static unsigned hash(const SubstringLocation& buffer) SubstringLocation 330 Source/wtf/text/AtomicString.cpp static bool equal(StringImpl* const& string, const SubstringLocation& buffer) SubstringLocation 337 Source/wtf/text/AtomicString.cpp static void translate(StringImpl*& location, const SubstringLocation& buffer, unsigned hash) SubstringLocation 360 Source/wtf/text/AtomicString.cpp SubstringLocation buffer = { baseString, start, length }; SubstringLocation 361 Source/wtf/text/AtomicString.cpp return addToStringTable<SubstringLocation, SubstringTranslator>(buffer);