HomeSort by relevance Sort by last modified time
    Searched refs:TranslatorType (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/
HashMap.h 241 typedef HashMapTranslator<ValueType, ValueTraits, HashFunctions> TranslatorType;
242 return m_impl.template add<KeyType, MappedType, TranslatorType>(key, mapped);
RefPtrHashMap.h 211 typedef HashMapTranslator<ValueType, ValueTraits, HashFunctions> TranslatorType;
212 return m_impl.template add<KeyType, MappedType, TranslatorType>(key, mapped);

Completed in 31 milliseconds