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

  /external/webkit/JavaScriptGlue/ForwardingHeaders/wtf/
HashFunctions.h 1 #include <JavaScriptCore/HashFunctions.h>
  /external/webkit/WebCore/ForwardingHeaders/wtf/
HashFunctions.h 3 #include <JavaScriptCore/HashFunctions.h>
  /external/webkit/JavaScriptCore/wtf/
HashCountedSet.h 31 template<typename Value, typename HashFunctions = typename DefaultHash<Value>::Hash,
34 typedef HashMap<Value, unsigned, HashFunctions, Traits> ImplType;
78 template<typename Value, typename HashFunctions, typename Traits>
79 inline int HashCountedSet<Value, HashFunctions, Traits>::size() const
84 template<typename Value, typename HashFunctions, typename Traits>
85 inline int HashCountedSet<Value, HashFunctions, Traits>::capacity() const
90 template<typename Value, typename HashFunctions, typename Traits>
91 inline bool HashCountedSet<Value, HashFunctions, Traits>::isEmpty() const
96 template<typename Value, typename HashFunctions, typename Traits>
97 inline typename HashCountedSet<Value, HashFunctions, Traits>::iterator HashCountedSet<Value, HashFunctions, Traits>::begin(
    [all...]
HashTable.h 67 template<typename Key, typename Value, typename Extractor, typename HashFunctions, typename Traits, typename KeyTraits>
69 template<typename Key, typename Value, typename Extractor, typename HashFunctions, typename Traits, typename KeyTraits>
71 template<typename Key, typename Value, typename Extractor, typename HashFunctions, typename Traits, typename KeyTraits>
74 template<typename Key, typename Value, typename Extractor, typename HashFunctions, typename Traits, typename KeyTraits>
75 void addIterator(const HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>*,
76 HashTableConstIterator<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>*);
78 template<typename Key, typename Value, typename Extractor, typename HashFunctions, typename Traits, typename KeyTraits>
79 void removeIterator(HashTableConstIterator<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>*);
83 template<typename Key, typename Value, typename Extractor, typename HashFunctions, typename Traits, typename KeyTraits>
84 inline void addIterator(const HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>*
    [all...]
HashSet.h 29 template<typename Value, typename HashFunctions, typename Traits> class HashSet;
30 template<typename Value, typename HashFunctions, typename Traits>
31 void deleteAllValues(const HashSet<Value, HashFunctions, Traits>&);
32 template<typename Value, typename HashFunctions, typename Traits>
33 void fastDeleteAllValues(const HashSet<Value, HashFunctions, Traits>&);
40 typedef HashArg HashFunctions;
48 HashFunctions, ValueTraits, ValueTraits> HashTableType;
181 template<typename Value, typename HashFunctions, typename Traits>
183 typename HashSet<Value, HashFunctions, Traits>::iterator
184 inline HashSet<Value, HashFunctions, Traits>::find(const T& value
    [all...]
ListHashSet.h 40 template<typename Value, typename HashFunctions> class ListHashSet;
44 template<typename Value, typename HashFunctions>
45 void deleteAllValues(const ListHashSet<Value, HashFunctions>&);
66 typedef HashArg HashFunctions;
344 template<typename ValueType, typename HashFunctions>
350 static unsigned hash(const ValueType& key) { return HashFunctions::hash(key); }
351 static bool equal(Node* const& a, const ValueType& b) { return HashFunctions::equal(a->m_value, b); }
445 typedef ListHashSetTranslator<ValueType, HashFunctions> Translator;
455 typedef ListHashSetTranslator<ValueType, HashFunctions> Translator;
465 typedef ListHashSetTranslator<ValueType, HashFunctions> Translator
    [all...]
RefPtrHashMap.h 28 template<typename RawKeyType, typename ValueType, typename ValueTraits, typename HashFunctions>
35 static unsigned hash(RawKeyType key) { return HashFunctions::hash(key); }
36 static bool equal(const KeyType& a, RawKeyType b) { return HashFunctions::equal(a, b); }
58 typedef HashArg HashFunctions;
61 HashFunctions, ValueTraits, KeyTraits> HashTableType;
63 typedef RefPtrHashMapRawKeyTranslator<RawKeyType, ValueType, ValueTraits, HashFunctions>
207 typedef HashMapTranslator<ValueType, ValueTraits, HashFunctions> TranslatorType;
HashMap.h 44 typedef HashArg HashFunctions;
47 HashFunctions, ValueTraits, KeyTraits> HashTableType;
115 template<typename ValueType, typename ValueTraits, typename HashFunctions>
120 static unsigned hash(const KeyType& key) { return HashFunctions::hash(key); }
121 static bool equal(const KeyType& a, const KeyType& b) { return HashFunctions::equal(a, b); }
239 typedef HashMapTranslator<ValueType, ValueTraits, HashFunctions> TranslatorType;
  /external/webkit/JavaScriptCore/runtime/
DateInstanceCache.h 30 #include <wtf/HashFunctions.h>
NumericStrings.h 30 #include <wtf/HashFunctions.h>
StructureTransitionTable.h 30 #include <wtf/HashFunctions.h>
  /external/webkit/WebKit/qt/
WebKit_pch.h 68 #include <wtf/HashFunctions.h>
  /external/webkit/WebCore/platform/text/
TextEncodingRegistry.cpp 36 #include <wtf/HashFunctions.h>
  /external/webkit/WebCore/bindings/v8/
V8SVGPODTypeWrapper.h 40 #include <wtf/HashFunctions.h>
  /external/webkit/WebCore/dom/
StyledElement.cpp 33 #include <wtf/HashFunctions.h>
Document.cpp 138 #include <wtf/HashFunctions.h>
    [all...]

Completed in 282 milliseconds