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

  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
SecurityOriginHash.h 92 template<typename> struct DefaultHash;
94 template<> struct DefaultHash<RefPtr<WebCore::SecurityOrigin> > {
KURL.h 273 template<typename T> struct DefaultHash;
274 template<> struct DefaultHash<WebCore::KURL> {
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
IntSizeHash.h 35 template<> struct DefaultHash<WebCore::IntSize> {
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
SkSizeHash.h 42 template<> struct DefaultHash<SkSize> {
66 template<> struct DefaultHash<SkISize> {
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementDescriptor.h 94 template<typename T> struct DefaultHash;
95 template<> struct DefaultHash<WebCore::CustomElementDescriptor> {
  /external/chromium_org/third_party/WebKit/Source/platform/
Cookie.h 78 template<typename T> struct DefaultHash;
79 template<> struct DefaultHash<WebCore::Cookie> {
Crypto.h 53 struct DefaultHash<WebCore::DigestValue> {
58 struct DefaultHash<WebCore::HashAlgorithm> {
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashFunctions.h 177 template<typename T> struct DefaultHash;
182 return pairIntHash(DefaultHash<T>::Hash::hash(p.first), DefaultHash<U>::Hash::hash(p.second));
186 return DefaultHash<T>::Hash::equal(a.first, b.first) && DefaultHash<U>::Hash::equal(a.second, b.second);
188 static const bool safeToCompareToEmptyOrDeleted = DefaultHash<T>::Hash::safeToCompareToEmptyOrDeleted
189 && DefaultHash<U>::Hash::safeToCompareToEmptyOrDeleted;
200 template<> struct DefaultHash<short> { typedef IntHash<unsigned> Hash; };
201 template<> struct DefaultHash<unsigned short> { typedef IntHash<unsigned> Hash; };
202 template<> struct DefaultHash<int> { typedef IntHash<unsigned> Hash; }
    [all...]
RetainPtr.h 299 template<typename P> struct DefaultHash<RetainPtr<P> > { typedef PtrHash<RetainPtr<P> > Hash; };
  /external/chromium_org/third_party/WebKit/Source/core/dom/
QualifiedName.h 184 template<typename T> struct DefaultHash;
186 template<> struct DefaultHash<WebCore::QualifiedName> {
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
AtomicString.h 253 template<typename T> struct DefaultHash;
254 template<> struct DefaultHash<AtomicString> {
StringImpl.h 723 template<typename T> struct DefaultHash;
724 template<> struct DefaultHash<StringImpl*> {
727 template<> struct DefaultHash<RefPtr<StringImpl> > {
WTFString.h 663 template<typename T> struct DefaultHash;
664 template<> struct DefaultHash<String> {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_hash.py 54 class DefaultHash(object): pass
88 DefaultHash(),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_hash.py 54 class DefaultHash(object): pass
88 DefaultHash(),
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Handle.h 458 typename HashArg = typename DefaultHash<KeyArg>::Hash,
465 typename HashArg = typename DefaultHash<ValueArg>::Hash,
471 typename HashArg = typename DefaultHash<ValueArg>::Hash,
478 typename HashArg = typename DefaultHash<ValueArg>::Hash>
    [all...]
HeapTest.cpp 156 template<typename T> struct DefaultHash;
157 template<> struct DefaultHash<WebCore::ThreadMarker> {
172 template<> struct DefaultHash<WebCore::PairWithWeakHandling> {
    [all...]

Completed in 400 milliseconds