Home
last modified time | relevance | path

Searched defs:Hash (Results 1 – 25 of 209) sorted by relevance

123456789

/third_party/grpc/src/core/lib/event_engine/
Dhandle_containers.h33 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/
Dflatbuffers_64bit_fuzzer.cc27 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/
DReactorDebugInfo.hpp33 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/
DHashUtils.h28 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/
DSkSLSpecialization.h51 struct Hash { struct
52 size_t operator()(const SpecializedFunctionKey& entry) { in operator()
69 struct Hash { struct
89 SpecializedCallKey::Hash>;
/third_party/skia/tools/gpu/
DMemoryCache.h80 struct Hash { struct
90 std::unordered_map<Key, Value, Hash> fMap; argument
/third_party/skia/m133/tools/gpu/
DMemoryCache.h80 struct Hash { struct
90 std::unordered_map<Key, Value, Hash> fMap; argument
/third_party/rust/rust/library/core/src/hash/
Dmod.rs186 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/
DSimpleHashTest.cpp16 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/
Drabinkarp.rs7 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/
Drabinkarp.rs155 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/
DSkPDFBitmap.h36 struct Hash { struct
37 uint32_t operator()(const SkPDFIccProfileKey& k) const { in operator()
DSkPDFGraphicState.h63 using Hash = SkForceDirectHash<SkPDFStrokeGraphicState>; member
75 using Hash = SkForceDirectHash<SkPDFFillGraphicState>; member
/third_party/rust/rust/tests/ui/associated-types/
Dissue-19081.rs10 pub trait Hash<S> { trait
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DCachedHashString.h32 uint32_t Hash; variable
39 CachedHashStringRef(StringRef S, uint32_t Hash) in CachedHashStringRef()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dflat_hash_map_test.cc83 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/
DGrStrikeCache.cpp38 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/
Dgit.go47 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/
Drsa_pss.c32 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/
DUrlDataManager.h78 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/
DUrlDataManager.h79 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/
Dhash_function_defaults.h72 using Hash = absl::Hash<T>; member
105 using Hash = StringHash; member
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhash_function_defaults.h66 using Hash = absl::Hash<T>; member
99 using Hash = StringHash; member
/third_party/typescript/tests/cases/compiler/
DtaggedPrimitiveNarrowing.ts4 type Hash = string & { __hash: true }; alias
/third_party/skia/m133/src/gpu/ganesh/
DGrManagedResource.h48 struct Hash { struct
58 fHashSet.foreach([](const GrManagedResource* r) { in ~Trace() argument

123456789