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

  /external/webkit/Source/JavaScriptGlue/ForwardingHeaders/wtf/
HashFunctions.h 1 #include <JavaScriptCore/HashFunctions.h>
  /external/webkit/Source/WebCore/ForwardingHeaders/wtf/
HashFunctions.h 3 #include <JavaScriptCore/HashFunctions.h>
  /external/webkit/Source/JavaScriptCore/wtf/
HashCountedSet.h 30 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>&);
41 typedef HashArg HashFunctions;
49 HashFunctions, ValueTraits, ValueTraits> HashTableType;
160 template<typename Value, typename HashFunctions, typename Traits>
162 typename HashSet<Value, HashFunctions, Traits>::iterator
163 inline HashSet<Value, HashFunctions, Traits>::find(const T& value) cons
    [all...]
ListHashSet.h 42 template<typename Value, size_t inlineCapacity, typename HashFunctions> class ListHashSet;
46 template<typename Value, size_t inlineCapacity, typename HashFunctions>
47 void deleteAllValues(const ListHashSet<Value, inlineCapacity, HashFunctions>&);
69 typedef HashArg HashFunctions;
361 template<typename ValueType, size_t inlineCapacity, typename HashFunctions>
367 static unsigned hash(const ValueType& key) { return HashFunctions::hash(key); }
368 static bool equal(Node* const& a, const ValueType& b) { return HashFunctions::equal(a->m_value, b); }
498 typedef ListHashSetTranslator<ValueType, inlineCapacity, HashFunctions> Translator;
508 typedef ListHashSetTranslator<ValueType, inlineCapacity, HashFunctions> Translator;
557 typedef ListHashSetTranslator<ValueType, inlineCapacity, HashFunctions> Translator
    [all...]
RefPtrHashMap.h 31 template<typename RawKeyType, typename ValueType, typename ValueTraits, typename HashFunctions>
38 static unsigned hash(RawKeyType key) { return HashFunctions::hash(key); }
39 static bool equal(const KeyType& a, RawKeyType b) { return HashFunctions::equal(a, b); }
62 typedef HashArg HashFunctions;
65 HashFunctions, ValueTraits, KeyTraits> HashTableType;
67 typedef RefPtrHashMapRawKeyTranslator<RawKeyType, ValueType, ValueTraits, HashFunctions>
211 typedef HashMapTranslator<ValueType, ValueTraits, HashFunctions> TranslatorType;
HashMap.h 45 typedef HashArg HashFunctions;
48 HashFunctions, ValueTraits, KeyTraits> HashTableType;
116 template<typename ValueType, typename ValueTraits, typename HashFunctions>
121 static unsigned hash(const KeyType& key) { return HashFunctions::hash(key); }
122 static bool equal(const KeyType& a, const KeyType& b) { return HashFunctions::equal(a, b); }
241 typedef HashMapTranslator<ValueType, ValueTraits, HashFunctions> TranslatorType;
  /external/webkit/Source/WebCore/platform/graphics/
IntPointHash.h 24 #include <wtf/HashFunctions.h>
  /external/webkit/Source/WebCore/platform/graphics/win/
RefCountedGDIHandle.h 25 #include <wtf/HashFunctions.h>
  /external/webkit/Source/JavaScriptCore/runtime/
DateInstanceCache.h 30 #include <wtf/HashFunctions.h>
NumericStrings.h 31 #include <wtf/HashFunctions.h>
StructureTransitionTable.h 31 #include <wtf/HashFunctions.h>
  /external/webkit/Source/WebKit/qt/
WebKit_pch.h 68 #include <wtf/HashFunctions.h>
  /external/webkit/Source/WebCore/dom/
StyledElement.cpp 37 #include <wtf/HashFunctions.h>
Document.cpp 154 #include <wtf/HashFunctions.h>
    [all...]
  /external/webkit/Source/JavaScriptCore/parser/
JSParser.cpp 38 #include <wtf/HashFunctions.h>
    [all...]

Completed in 439 milliseconds