/third_party/rust/crates/syn/src/gen/ |
H A D | hash.rs | 7 use std::hash::{Hash, Hasher}; 13 H: Hasher, in hash() 23 H: Hasher, in hash() 34 H: Hasher, in hash() 48 H: Hasher, in hash() 60 H: Hasher, in hash() 72 H: Hasher, in hash() 89 H: Hasher, in hash() 100 H: Hasher, in hash() 112 H: Hasher, in hash() [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | persistent-map.h | 34 template <class Key, class Value, class Hasher = base::hash<Key>> 70 HashValue key_hash = HashValue(Hasher()(key)); in Get() 172 template <class Key, class Value, class Hasher> 173 struct PersistentMap<Key, Value, Hasher>::FocusedTree { 200 template <class Key, class Value, class Hasher> 201 class PersistentMap<Key, Value, Hasher>::HashValue { 224 template <class Key, class Value, class Hasher> 225 class PersistentMap<Key, Value, Hasher>::iterator { 318 template <class Key, class Value, class Hasher> 319 class PersistentMap<Key, Value, Hasher> [all...] |
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | hash.rs | 21 //! use openssl::hash::{Hasher, MessageDigest}; 24 //! let mut hasher = Hasher::new(MessageDigest::sha256())?; 211 /// use openssl::hash::{Hasher, MessageDigest}; 216 /// let mut h = Hasher::new(MessageDigest::md5())?; 231 /// you must use [`Hasher::finish_xof`] instead of [`Hasher::finish`] 234 pub struct Hasher { structure names 241 unsafe impl Sync for Hasher {} 242 unsafe impl Send for Hasher {} 244 impl Hasher { impls [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | reference-summarizer.h | 30 std::unordered_set<HeapObject, Object::Hasher>& strong_references() { in strong_references() 37 std::unordered_set<HeapObject, Object::Hasher>& weak_references() { in weak_references() 47 std::unordered_set<HeapObject, Object::Hasher> strong_references_; 48 std::unordered_set<HeapObject, Object::Hasher> weak_references_;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | NameAnonGlobals.cpp | 39 MD5 Hasher; in get() 44 Hasher.update(Name); in get() 50 Hasher.update(Name); in get() 55 Hasher.final(Hash); in get()
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | impls.rs | 4 use std::hash::{Hash, Hasher}; 43 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 105 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 139 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 178 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 218 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 256 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 294 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 366 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 432 fn hash<H: Hasher>( [all...] |
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | impls.rs | 4 use std::hash::{Hash, Hasher}; 43 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 105 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 139 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 178 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 218 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 256 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 294 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 366 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 432 fn hash<H: Hasher>( [all...] |
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | impls.rs | 4 use std::hash::{Hash, Hasher}; 43 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 105 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 139 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 178 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 218 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 256 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 294 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 366 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 432 fn hash<H: Hasher>( [all...] |
/third_party/rust/crates/cxx/syntax/ |
H A D | impls.rs | 4 use std::hash::{Hash, Hasher}; 43 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 105 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 139 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 178 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 218 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 256 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 294 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 366 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 432 fn hash<H: Hasher>( [all...] |
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | impls.rs | 4 use std::hash::{Hash, Hasher}; 43 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 105 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 139 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 178 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 218 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 256 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 294 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 366 fn hash<H: Hasher>(&self, state: &mut H) { in hash() 432 fn hash<H: Hasher>( [all...] |
/third_party/node/deps/brotli/c/enc/ |
H A D | backward_references_hq.h | 30 Hasher* hasher, int* dist_cache, size_t* last_insert_len, 37 Hasher* hasher, int* dist_cache, size_t* last_insert_len, 84 const int* dist_cache, Hasher* hasher, ZopfliNode* nodes);
|
H A D | hash.h | 390 } Hasher; typedef 393 static BROTLI_INLINE void HasherInit(Hasher* hasher) { in HasherInit() 397 static BROTLI_INLINE void DestroyHasher(MemoryManager* m, Hasher* hasher) { in DestroyHasher() 402 static BROTLI_INLINE void HasherReset(Hasher* hasher) { in HasherReset() 420 static BROTLI_INLINE void HasherSetup(MemoryManager* m, Hasher* hasher, in HasherSetup() 466 MemoryManager* m, Hasher* hasher, const uint8_t* data, size_t mask, in InitOrStitchToPreviousBlock()
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | backward_references_hq.h | 30 Hasher* hasher, int* dist_cache, size_t* last_insert_len, 37 Hasher* hasher, int* dist_cache, size_t* last_insert_len, 84 const int* dist_cache, Hasher* hasher, ZopfliNode* nodes);
|
H A D | hash.h | 390 } Hasher; typedef 393 static BROTLI_INLINE void HasherInit(Hasher* hasher) { in HasherInit() 397 static BROTLI_INLINE void DestroyHasher(MemoryManager* m, Hasher* hasher) { in DestroyHasher() 402 static BROTLI_INLINE void HasherReset(Hasher* hasher) { in HasherReset() 420 static BROTLI_INLINE void HasherSetup(MemoryManager* m, Hasher* hasher, in HasherSetup() 466 MemoryManager* m, Hasher* hasher, const uint8_t* data, size_t mask, in InitOrStitchToPreviousBlock()
|
/third_party/rust/crates/cxx/src/ |
H A D | hash.rs | 1 use core::hash::{Hash, Hasher}; 11 Hasher::finish(&hasher) as usize in hash()
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | no_align.rs | 71 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() 96 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() 121 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash()
|
H A D | align.rs | 91 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() 113 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() 135 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash()
|
/third_party/rust/crates/syn/src/ |
H A D | tt.rs | 2 use std::hash::{Hash, Hasher}; 49 fn hash<H: Hasher>(&self, h: &mut H) { in hash() 100 fn hash<H: Hasher>(&self, state: &mut H) { in hash()
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | x86_64.rs | 97 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() 130 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() 155 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() 213 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() 256 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | aarch64.rs | 73 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() 104 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() 134 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash()
|
H A D | riscv64.rs | 81 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() 113 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() 142 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash()
|
/third_party/skia/modules/skparagraph/src/ |
H A D | OneLineShaper.h | 149 struct Hasher { struct 155 SkTHashMap<FontKey, sk_sp<SkTypeface>, FontKey::Hasher> fFallbackFonts; 157 std::unordered_map<FontKey, std::shared_ptr<RSTypeface>, FontKey::Hasher> fFallbackFonts;
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/x86_64/ |
H A D | mod.rs | 140 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() 168 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() 199 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() 290 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash()
|
/third_party/skia/modules/skparagraph/include/ |
H A D | FontCollection.h | 144 struct Hasher { struct 154 SkTHashMap<FamilyKey, std::vector<sk_sp<SkTypeface>>, FamilyKey::Hasher> fTypefaces; 160 std::unordered_map<FamilyKey, std::vector<std::shared_ptr<RSTypeface>>, FamilyKey::Hasher> fTypefaces;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
H A D | LTO.cpp | 84 SHA1 Hasher; in computeLTOCacheKey() local 87 Hasher.update(LLVM_VERSION_STRING); in computeLTOCacheKey() 89 Hasher.update(LLVM_REVISION); in computeLTOCacheKey() 94 Hasher.update(Str); in computeLTOCacheKey() 95 Hasher.update(ArrayRef<uint8_t>{0}); in computeLTOCacheKey() 103 Hasher.update(ArrayRef<uint8_t>{Data, 4}); in computeLTOCacheKey() 115 Hasher.update(ArrayRef<uint8_t>{Data, 8}); in computeLTOCacheKey() 149 Hasher.update(ArrayRef<uint8_t>((uint8_t *)&ModHash[0], sizeof(ModHash))); in computeLTOCacheKey() 153 Hasher.update(ArrayRef<uint8_t>((uint8_t *)&GUID, sizeof(GUID))); in computeLTOCacheKey() 161 Hasher in computeLTOCacheKey() [all...] |