| /third_party/grpc/src/core/lib/event_engine/ |
| D | handle_containers.h | 33 struct Hash { struct 34 using HashType = std::pair<const intptr_t, const intptr_t>; 35 using is_transparent = void; 36 size_t operator()(const TaskHandle& handle) const { in operator()
|
| /third_party/flatbuffers/tests/fuzzer/ |
| D | flatbuffers_64bit_fuzzer.cc | 27 uint64_t Hash(T value, uint64_t hash) { in Hash() function 31 uint64_t Hash(double value, uint64_t hash) { in Hash() function 36 uint64_t Hash(const flatbuffers::String *value, uint64_t hash) { in Hash() function 42 uint64_t Hash(const LeafStruct *value, uint64_t hash) { in Hash() function 49 template<typename T> uint64_t Hash(const Vector<T> *value, uint64_t hash) { in Hash() function 55 template<typename T> uint64_t Hash(const Vector64<T> *value, uint64_t hash) { in Hash() function 61 uint64_t Hash(const RootTable *value, uint64_t hash) { in Hash() function
|
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| D | ReactorDebugInfo.hpp | 33 struct Hash struct 35 std::size_t operator()(const FunctionLocation &l) const noexcept in operator ()() 51 struct Hash struct 53 std::size_t operator()(const Location &l) const noexcept in operator ()()
|
| /third_party/skia/third_party/externals/dawn/src/common/ |
| D | HashUtils.h | 28 size_t Hash(const T& value) { in Hash() function 34 size_t Hash(const TypedInteger<Tag, T>& value) { in Hash() function 77 size_t Hash(const std::bitset<N>& value) { in Hash() function
|
| /third_party/skia/m133/src/sksl/analysis/ |
| D | SkSLSpecialization.h | 51 struct Hash { struct 52 size_t operator()(const SpecializedFunctionKey& entry) { in operator() 69 struct Hash { struct 89 SpecializedCallKey::Hash>;
|
| /third_party/skia/tools/gpu/ |
| D | MemoryCache.h | 80 struct Hash { struct 90 std::unordered_map<Key, Value, Hash> fMap; argument
|
| /third_party/skia/m133/tools/gpu/ |
| D | MemoryCache.h | 80 struct Hash { struct 90 std::unordered_map<Key, Value, Hash> fMap; argument
|
| /third_party/rust/rust/library/core/src/hash/ |
| D | mod.rs | 186 pub trait Hash { interface 807 impl Hash for $ty { impl 867 impl Hash for ! { impl 877 impl Hash for () { impl 887 impl<$($name: Hash),+> Hash for ($($name,)+) where last_type!($($name,)+): ?Sized { impl 933 impl<T: Hash> Hash for [T] { impl 942 impl<T: ?Sized + Hash> Hash for &T { impl 950 impl<T: ?Sized + Hash> Hash for &mut T { impl 958 impl<T: ?Sized> Hash for *const T { impl 968 impl<T: ?Sized> Hash for *mut T { impl
|
| /third_party/json/tests/thirdparty/Fuzzer/test/ |
| D | SimpleHashTest.cpp | 16 uint32_t Hash = 0x12039854; in simple_hash() local 32 uint32_t Hash = simple_hash(&Data[0], Size - 4); in LLVMFuzzerTestOneInput() local
|
| /third_party/rust/crates/aho-corasick/src/packed/ |
| D | rabinkarp.rs | 7 type Hash = usize; typedef 167 fn hash(&self, bytes: &[u8]) -> Hash { in hash() 180 fn update_hash(&self, prev: Hash, old_byte: u8, new_byte: u8) -> Hash { in update_hash()
|
| /third_party/rust/crates/memchr/src/memmem/ |
| D | rabinkarp.rs | 155 pub(crate) struct Hash(u32); struct 157 impl Hash { implementation 164 pub(crate) fn from_bytes_fwd(bytes: &[u8]) -> Hash { in from_bytes_fwd() 173 fn from_bytes_rev(bytes: &[u8]) -> Hash { in from_bytes_rev()
|
| /third_party/skia/m133/src/pdf/ |
| D | SkPDFBitmap.h | 36 struct Hash { struct 37 uint32_t operator()(const SkPDFIccProfileKey& k) const { in operator()
|
| D | SkPDFGraphicState.h | 63 using Hash = SkForceDirectHash<SkPDFStrokeGraphicState>; member 75 using Hash = SkForceDirectHash<SkPDFFillGraphicState>; member
|
| /third_party/rust/rust/tests/ui/associated-types/ |
| D | issue-19081.rs | 10 pub trait Hash<S> { trait
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | CachedHashString.h | 32 uint32_t Hash; variable 39 CachedHashStringRef(StringRef S, uint32_t Hash) in CachedHashStringRef()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
| D | flat_hash_map_test.cc | 83 struct Hash { in TEST() struct 84 size_t operator()(const Int& obj) const { return obj.value; } in TEST() 138 struct Hash { struct 139 using is_transparent = void; 140 int* tracker; 141 size_t operator()(size_t obj) const { in operator ()() 145 size_t operator()(const LazyInt& obj) const { in operator ()()
|
| /third_party/skia/src/gpu/text/ |
| D | GrStrikeCache.cpp | 38 uint32_t GrStrikeCache::HashTraits::Hash(const SkDescriptor& descriptor) { in Hash() function in GrStrikeCache::HashTraits 57 uint32_t GrTextStrike::HashTraits::Hash(SkPackedGlyphID key) { in Hash() function in GrTextStrike::HashTraits
|
| /third_party/skia/third_party/externals/swiftshader/tests/regres/git/ |
| D | git.go | 47 type Hash [20]byte type 136 func CheckoutRemoteCommit(path, url string, commit Hash) error { 157 func CheckoutCommit(path string, commit Hash) error { 176 Hash Hash member
|
| /third_party/openssl/crypto/rsa/ |
| D | rsa_pss.c | 32 const EVP_MD *Hash, const unsigned char *EM, in RSA_verify_PKCS1_PSS() 39 const EVP_MD *Hash, const EVP_MD *mgf1Hash, in RSA_verify_PKCS1_PSS_mgf1() 148 const EVP_MD *Hash, int sLen) in RSA_padding_add_PKCS1_PSS() 155 const EVP_MD *Hash, const EVP_MD *mgf1Hash, in RSA_padding_add_PKCS1_PSS_mgf1()
|
| /third_party/skia/tools/ |
| D | UrlDataManager.h | 78 static uint32_t Hash(const SkData& key) { in Hash() function 88 static uint32_t Hash(const SkString& key) { in Hash() function
|
| /third_party/skia/m133/tools/ |
| D | UrlDataManager.h | 79 static uint32_t Hash(const SkData& key) { in Hash() function 89 static uint32_t Hash(const SkString& key) { in Hash() function
|
| /third_party/protobuf/third_party/abseil-cpp/absl/container/internal/ |
| D | hash_function_defaults.h | 72 using Hash = absl::Hash<T>; member 105 using Hash = StringHash; member
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| D | hash_function_defaults.h | 66 using Hash = absl::Hash<T>; member 99 using Hash = StringHash; member
|
| /third_party/typescript/tests/cases/compiler/ |
| D | taggedPrimitiveNarrowing.ts | 4 type Hash = string & { __hash: true }; alias
|
| /third_party/skia/m133/src/gpu/ganesh/ |
| D | GrManagedResource.h | 48 struct Hash { struct 58 fHashSet.foreach([](const GrManagedResource* r) { in ~Trace() argument
|