/third_party/rust/crates/syn/src/gen/ |
D | hash.rs | 7 use std::hash::{Hash, Hasher}; 13 H: Hasher, in hash() argument 23 H: Hasher, in hash() argument 34 H: Hasher, in hash() argument 48 H: Hasher, in hash() argument 65 H: Hasher, in hash() argument 77 H: Hasher, in hash() argument 89 H: Hasher, in hash() argument 184 H: Hasher, in hash() argument 195 H: Hasher, in hash() argument [all …]
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | hash.rs | 234 pub struct Hasher { struct 241 unsafe impl Sync for Hasher {} argument 242 unsafe impl Send for Hasher {} implementation 244 impl Hasher { implementation 246 pub fn new(ty: MessageDigest) -> Result<Hasher, ErrorStack> { in new() argument 251 let mut h = Hasher { in new() 335 impl Write for Hasher { implementation 347 impl Clone for Hasher { implementation 348 fn clone(&self) -> Hasher { in clone() argument 356 Hasher { in clone() [all …]
|
/third_party/rust/crates/cxx/syntax/ |
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>(&self, state: &mut H) { in hash()
|
D | instantiate.rs | 3 use std::hash::{Hash, Hasher}; 65 fn hash<H: Hasher>(&self, hasher: &mut H) { in hash()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | NameAnonGlobals.cpp | 39 MD5 Hasher; in get() local 44 Hasher.update(Name); in get() 50 Hasher.update(Name); in get() 55 Hasher.final(Hash); in get()
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
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);
|
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/node/deps/brotli/c/enc/ |
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);
|
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/ |
D | hash.rs | 1 use core::hash::{Hash, Hasher}; 11 Hasher::finish(&hasher) as usize in hash()
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | no_align.rs | 71 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { 96 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { 121 fn hash<H: ::hash::Hasher>(&self, state: &mut H) {
|
D | align.rs | 91 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { 113 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { 135 fn hash<H: ::hash::Hasher>(&self, state: &mut H) {
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | x86_64.rs | 97 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { 130 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { 155 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { 213 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { 256 fn hash<H: ::hash::Hasher>(&self, state: &mut H) {
|
/third_party/rust/crates/syn/src/ |
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()
|
D | lifetime.rs | 4 use std::hash::{Hash, Hasher}; 110 fn hash<H: Hasher>(&self, h: &mut H) { in hash()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | aarch64.rs | 73 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { 104 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { 134 fn hash<H: ::hash::Hasher>(&self, state: &mut H) {
|
D | riscv64.rs | 81 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { 113 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { 142 fn hash<H: ::hash::Hasher>(&self, state: &mut H) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
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.update(ArrayRef<uint8_t>((uint8_t *)&ModHash[0], sizeof(ModHash))); in computeLTOCacheKey() [all …]
|
/third_party/flutter/skia/modules/skparagraph/include/ |
D | FontCollection.h | 58 struct Hasher { struct 64 SkTHashMap<FamilyKey, sk_sp<SkTypeface>, FamilyKey::Hasher> fTypefaces;
|
/third_party/skia/modules/skparagraph/include/ |
D | FontCollection.h | 62 struct Hasher { struct 68 SkTHashMap<FamilyKey, std::vector<sk_sp<SkTypeface>>, FamilyKey::Hasher> fTypefaces;
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/x86_64/ |
D | mod.rs | 140 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { 168 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { 199 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { 290 fn hash<H: ::hash::Hasher>(&self, state: &mut H) {
|
/third_party/skia/third_party/externals/tint/src/transform/ |
D | remove_phonies.cc | 52 struct Hasher { struct 74 std::unordered_map<SinkSignature, Symbol, SinkSignature::Hasher> sinks; in Run()
|
D | decompose_strided_matrix.cc | 53 struct Hasher { struct 165 std::unordered_map<MatrixInfo, Symbol, MatrixInfo::Hasher> mat_to_arr; in Run() 208 std::unordered_map<MatrixInfo, Symbol, MatrixInfo::Hasher> arr_to_mat; in Run()
|
D | num_workgroups_from_uniform.cc | 44 struct Hasher { struct 73 std::unordered_set<Accessor, Accessor::Hasher> to_replace; in Run()
|
/third_party/rust/crates/rustc-hash/src/ |
D | lib.rs | 35 use core::hash::Hasher; 83 impl Hasher for FxHasher {
|