Home
last modified time | relevance | path

Searched defs:Hasher (Results 1 – 25 of 473) sorted by relevance

12345678910>>...19

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/gen/
H A Dhash.rs12 H: Hasher, in hash()
22 H: Hasher, in hash()
33 H: Hasher, in hash()
47 H: Hasher, in hash()
59 H: Hasher, in hash()
71 H: Hasher, in hash()
88 H: Hasher, in hash()
99 H: Hasher, in hash()
111 H: Hasher, in hash()
123 H: Hasher, in hash()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/gen/
Dhash.rs12 H: Hasher, in hash()
22 H: Hasher, in hash()
33 H: Hasher, in hash()
47 H: Hasher, in hash()
59 H: Hasher, in hash()
71 H: Hasher, in hash()
88 H: Hasher, in hash()
99 H: Hasher, in hash()
111 H: Hasher, in hash()
123 H: Hasher, in hash()
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/gen/
H A Dhash.rs13 H: Hasher, in hash()
23 H: Hasher, in hash()
34 H: Hasher, in hash()
48 H: Hasher, in hash()
65 H: Hasher, in hash()
77 H: Hasher, in hash()
89 H: Hasher, in hash()
184 H: Hasher, in hash()
195 H: Hasher, in hash()
205 H: Hasher, in hash()
[all …]
/aosp_15_r20/external/stg/
H A Dfingerprint.cc39 struct Hasher { struct
40 Hasher(Runtime& runtime, const Graph& graph, in Hasher() function
47 HashValue operator()(const Special& x) { in operator ()()
58 HashValue operator()(const PointerReference& x) { in operator ()()
62 HashValue operator()(const PointerToMember& x) { in operator ()()
66 HashValue operator()(const Typedef& x) { in operator ()()
71 HashValue operator()(const Qualified& x) { in operator ()()
76 HashValue operator()(const Primitive& x) { in operator ()()
80 HashValue operator()(const Array& x) { in operator ()()
84 HashValue operator()(const BaseClass& x) { in operator ()()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/types/typeutil/
Dmap.go208 type Hasher struct { struct
209 memo map[types.Type]uint32
212 ptrMap map[any]uint32
223 sigTParams *types.TypeParamList
237 func (h Hasher) Hash(t types.Type) uint32 {
257 func (h Hasher) hashFor(t types.Type) uint32 {
378 func (h Hasher) hashTuple(tuple *types.Tuple) uint32 {
388 func (h Hasher) hashUnion(t *types.Union) uint32 {
399 func (h Hasher) hashTermSet(terms []*types.Term) uint32 {
423 func (h Hasher) hashTypeParam(t *types.TypeParam) uint32 {
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/hash/
H A Dsip.rs52 struct Hasher<S: Sip> { struct
53 k0: u64,
54 k1: u64,
55 length: usize, // how many bytes we've processed
56 state: State, // hash State
57 tail: u64, // unprocessed bytes le
58 ntail: usize, // how many bytes in tail are valid
59 _marker: PhantomData<S>,
188 impl<S: Sip> Hasher<S> { implementation
251 impl<S: Sip> super::Hasher for Hasher<S> { implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/hash/
H A Dsip.rs52 struct Hasher<S: Sip> { struct
53 k0: u64,
54 k1: u64,
55 length: usize, // how many bytes we've processed
56 state: State, // hash State
57 tail: u64, // unprocessed bytes le
58 ntail: usize, // how many bytes in tail are valid
59 _marker: PhantomData<S>,
189 impl<S: Sip> Hasher<S> { impl
252 impl<S: Sip> super::Hasher for Hasher<S> { implementation
[all …]
H A Dmod.rs316 pub trait Hasher { interface
561 impl<H: Hasher + ?Sized> Hasher for &mut H { impl
643 type Hasher: Hasher; typedef
659 fn build_hasher(&self) -> Self::Hasher; in build_hasher()
700 Self::Hasher: Hasher, in hash_one()
777 type Hasher = H; typedef
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/hash/
H A Dsip.rs52 struct Hasher<S: Sip> { struct
53 k0: u64,
54 k1: u64,
55 length: usize, // how many bytes we've processed
56 state: State, // hash State
57 tail: u64, // unprocessed bytes le
58 ntail: usize, // how many bytes in tail are valid
59 _marker: PhantomData<S>,
188 impl<S: Sip> Hasher<S> { implementation
251 impl<S: Sip> super::Hasher for Hasher<S> { implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/hash/
H A Dsip.rs52 struct Hasher<S: Sip> { struct
53 k0: u64,
54 k1: u64,
55 length: usize, // how many bytes we've processed
56 state: State, // hash State
57 tail: u64, // unprocessed bytes le
58 ntail: usize, // how many bytes in tail are valid
59 _marker: PhantomData<S>,
189 impl<S: Sip> Hasher<S> { implementation
252 impl<S: Sip> super::Hasher for Hasher<S> { implementation
[all …]
H A Dmod.rs316 pub trait Hasher { interface
561 impl<H: Hasher + ?Sized> Hasher for &mut H { impl
643 type Hasher: Hasher; typedef
659 fn build_hasher(&self) -> Self::Hasher; in build_hasher()
700 Self::Hasher: Hasher, in hash_one()
777 type Hasher = H; typedef
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/hash/
H A Dsip.rs52 struct Hasher<S: Sip> { struct
53 k0: u64,
54 k1: u64,
55 length: usize, // how many bytes we've processed
56 state: State, // hash State
57 tail: u64, // unprocessed bytes le
58 ntail: usize, // how many bytes in tail are valid
59 _marker: PhantomData<S>,
189 impl<S: Sip> Hasher<S> { implementation
252 impl<S: Sip> super::Hasher for Hasher<S> { implementation
[all …]
/aosp_15_r20/external/rust/crates/openssl/src/
Dhash.rs235 pub struct Hasher { struct
242 unsafe impl Sync for Hasher {} implementation
243 unsafe impl Send for Hasher {} implementation
245 impl Hasher { implementation
247 pub fn new(ty: MessageDigest) -> Result<Hasher, ErrorStack> { in new()
336 impl Write for Hasher { implementation
348 impl Clone for Hasher { implementation
349 fn clone(&self) -> Hasher { in clone()
366 impl Drop for Hasher { implementation
489 fn hash_recycle_test(h: &mut Hasher, hashtest: &(&str, &str)) { in hash_recycle_test()
/aosp_15_r20/external/rust/android-crates-io/crates/crc32fast/src/
Dlib.rs75 pub struct Hasher { struct
82 impl Hasher { argument
169 impl fmt::Debug for Hasher { implementation
175 impl Default for Hasher { implementation
181 impl hash::Hasher for Hasher { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/siphasher/src/
Dsip128.rs73 struct Hasher<S: Sip> { struct
74 k0: u64,
75 k1: u64,
76 length: usize, // how many bytes we've processed
77 state: State, // hash State
78 tail: u64, // unprocessed bytes le
79 ntail: usize, // how many bytes in tail are valid
80 _marker: PhantomData<S>,
333 impl<S: Sip> Hasher<S> { impl
402 impl<S: Sip> Hasher<S> { implementation
[all …]
Dsip.rs57 struct Hasher<S: Sip> { struct
58 k0: u64,
59 k1: u64,
60 length: usize, // how many bytes we've processed
61 state: State, // hash State
62 tail: u64, // unprocessed bytes le
63 ntail: usize, // how many bytes in tail are valid
64 _marker: PhantomData<S>,
288 impl<S: Sip> Hasher<S> { implementation
468 impl<S: Sip> hash::Hasher for Hasher<S> { implementation
[all …]
/aosp_15_r20/external/pigweed/pw_tokenizer/rust/
H A Dpw_tokenizer_core.rs30 pub struct Hasher { struct
37 impl Hasher { argument
/aosp_15_r20/external/cronet/base/types/
H A Dtoken_type.h54 struct Hasher { struct
55 using argument_type = TokenType;
56 using result_type = size_t;
57 result_type operator()(const argument_type& token) const { in operator()
H A Dstrong_alias.h127 struct Hasher { struct
128 using argument_type = StrongAlias;
129 using result_type = std::size_t;
130 result_type operator()(const argument_type& id) const { in operator()
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/types/
H A Dstrong_alias.h128 struct Hasher { struct
129 using argument_type = StrongAlias;
130 using result_type = std::size_t;
131 result_type operator()(const argument_type& id) const { in operator()
/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/
H A Dstack_profile_tracker.h42 struct Hasher { struct
43 size_t operator()(const NameInPackage& o) const { in operator()
80 struct Hasher { struct
81 size_t operator()(const FrameKey& o) const { in operator()
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dstack_profile_sequence_state.h69 struct Hasher { struct
70 size_t operator()(const OptionalUniquePidAndIid& o) const { in operator()
89 struct Hasher { struct
99 base::FlatHashMap<UniquePidAndIid, FrameId, UniquePidAndIid::Hasher>
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dtensor_id.h52 struct Hasher { struct
54 std::size_t operator()(const TensorId& x) const { in operator()
84 struct Hasher { struct
86 std::size_t operator()(const TensorId& x) const { in operator()
/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/
H A DShader.h124 struct Hasher { struct
143 std::unordered_map<Key, Value, Hasher> cache_; argument
165 struct Hasher { struct
183 std::unordered_map<Key, Value, Hasher> cache_; argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/
H A DShader.h126 struct Hasher { struct
145 std::unordered_map<Key, Value, Hasher> cache_; argument
167 struct Hasher { struct
185 std::unordered_map<Key, Value, Hasher> cache_; argument

12345678910>>...19