HomeSort by relevance Sort by last modified time
    Searched defs:DefaultHash (Results 1 - 11 of 11) sorted by null

  /external/webkit/WebCore/platform/graphics/
IntSizeHash.h 36 template<> struct DefaultHash<IntSize> { typedef IntHash<IntSize> Hash; };
  /external/webkit/WebCore/platform/network/
ProtectionSpaceHash.h 67 template<typename T> struct DefaultHash;
68 template<> struct DefaultHash<WebCore::ProtectionSpace> {
  /external/webkit/JavaScriptCore/wtf/
HashFunctions.h 137 template<typename T> struct DefaultHash;
142 return intHash((static_cast<uint64_t>(DefaultHash<T>::Hash::hash(p.first)) << 32 | DefaultHash<U>::Hash::hash(p.second)));
146 return DefaultHash<T>::Hash::equal(a.first, b.first) && DefaultHash<U>::Hash::equal(a.second, b.second);
148 static const bool safeToCompareToEmptyOrDeleted = DefaultHash<T>::Hash::safeToCompareToEmptyOrDeleted
149 && DefaultHash<U>::Hash::safeToCompareToEmptyOrDeleted;
154 template<> struct DefaultHash<short> { typedef IntHash<unsigned> Hash; };
155 template<> struct DefaultHash<unsigned short> { typedef IntHash<unsigned> Hash; };
156 template<> struct DefaultHash<int> { typedef IntHash<unsigned> Hash; }
    [all...]
  /external/webkit/WebCore/platform/
Cookie.h 76 template<typename T> struct DefaultHash;
77 template<> struct DefaultHash<WebCore::Cookie> {
KURL.h 377 template<typename T> struct DefaultHash;
378 template<> struct DefaultHash<WebCore::KURL> {
  /external/webkit/JavaScriptCore/profiler/
CallIdentifier.h 82 template<> struct DefaultHash<JSC::CallIdentifier> { typedef JSC::CallIdentifier::Hash Hash; };
  /external/webkit/WebCore/platform/text/
AtomicString.h 169 template<typename T> struct DefaultHash;
170 template<> struct DefaultHash<WebCore::AtomicString> {
PlatformString.h 407 template<typename T> struct DefaultHash;
408 template<> struct DefaultHash<WebCore::String> {
  /external/webkit/JavaScriptCore/runtime/
UString.h 600 template<typename T> struct DefaultHash;
620 template<> struct DefaultHash<JSC::UString::Rep*> {
624 template<> struct DefaultHash<RefPtr<JSC::UString::Rep> > {
  /external/webkit/WebCore/dom/
QualifiedName.h 161 template<typename T> struct DefaultHash;
163 template<> struct DefaultHash<WebCore::QualifiedName> {
  /external/webkit/WebCore/platform/win/
COMPtr.h 216 template<typename P> struct DefaultHash<COMPtr<P> > { typedef PtrHash<COMPtr<P> > Hash; };

Completed in 830 milliseconds