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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DAtomicString.cpp345 typedef HashTranslatorCharBuffer<LChar> LCharBuffer; typedef in namespace:WTF
347 static unsigned hash(const LCharBuffer& buf)
352 static bool equal(StringImpl* const& str, const LCharBuffer& buf)
357 static void translate(StringImpl*& location, const LCharBuffer& buf, unsigned hash)
393 LCharBuffer buffer = { s, length };
394 return addToStringTable<LCharBuffer, LCharBufferTranslator>(buffer);

Completed in 363 milliseconds