OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DefaultHash
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
SecurityOriginHash.h
83
template<typename> struct
DefaultHash
;
85
template<> struct
DefaultHash
<RefPtr<WebCore::SecurityOrigin> > {
KURL.h
271
template<typename T> struct
DefaultHash
;
272
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/filters/
SkiaImageFilterBuilder.h
66
template<> struct
DefaultHash
<WebCore::FilterEffect*> {
69
template<> struct
DefaultHash
<WebCore::ColorSpace> {
/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
92
template<typename T> struct
DefaultHash
;
93
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> {
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
CustomFilterProgramInfo.h
104
template<> struct
DefaultHash
<WebCore::CustomFilterProgramInfo> {
/external/chromium_org/third_party/WebKit/Source/wtf/
HashFunctions.h
149
template<typename T> struct
DefaultHash
;
154
return pairIntHash(
DefaultHash
<T>::Hash::hash(p.first),
DefaultHash
<U>::Hash::hash(p.second));
158
return
DefaultHash
<T>::Hash::equal(a.first, b.first) &&
DefaultHash
<U>::Hash::equal(a.second, b.second);
160
static const bool safeToCompareToEmptyOrDeleted =
DefaultHash
<T>::Hash::safeToCompareToEmptyOrDeleted
161
&&
DefaultHash
<U>::Hash::safeToCompareToEmptyOrDeleted;
172
template<> struct
DefaultHash
<short> { typedef IntHash<unsigned> Hash; };
173
template<> struct
DefaultHash
<unsigned short> { typedef IntHash<unsigned> Hash; };
174
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
153
template<typename T> struct
DefaultHash
;
155
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
744
template<typename T> struct
DefaultHash
;
745
template<> struct
DefaultHash
<StringImpl*> {
748
template<> struct
DefaultHash
<RefPtr<StringImpl> > {
WTFString.h
667
template<typename T> struct
DefaultHash
;
668
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/core/frame/
ContentSecurityPolicy.cpp
64
template<> struct
DefaultHash
<Vector<uint8_t> > {
[
all
...]
Completed in 676 milliseconds