Searched refs:SubstringLocation (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DAtomicString.cpp297 struct SubstringLocation { struct in namespace:WTF
304 static unsigned hash(const SubstringLocation& buffer)
311 static bool equal(StringImpl* const& string, const SubstringLocation& buffer)
318 static void translate(StringImpl*& location, const SubstringLocation& buffer, unsigned hash)
341 SubstringLocation buffer = { baseString, start, length };
342 return addToStringTable<SubstringLocation, SubstringTranslator>(buffer);

Completed in 200 milliseconds