Home
last modified time | relevance | path

Searched refs:FnvHasher (Results 1 – 25 of 485) sorted by relevance

12345678910>>...20

/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/clap-3.0.14/src/util/
H A Dfnv.rs18 let mut hasher = FnvHasher::new(); in key()
24 pub(crate) struct FnvHasher(u64); struct
26 impl FnvHasher { impl
28 FnvHasher(MAGIC_INIT) in new()
32 impl Hasher for FnvHasher { implementation
37 let FnvHasher(mut hash) = *self; in write() localVariable
44 *self = FnvHasher(hash); in write()
/dports/sysutils/zoxide/zoxide-0.6.0/cargo-crates/clap-3.0.0-beta.2/src/util/
H A Dfnv.rs18 let mut hasher = FnvHasher::new(); in key()
24 pub(crate) struct FnvHasher(u64); struct
26 impl FnvHasher { implementation
28 FnvHasher(MAGIC_INIT) in new()
32 impl Hasher for FnvHasher { implementation
37 let FnvHasher(mut hash) = *self; in write() localVariable
44 *self = FnvHasher(hash); in write()
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/clap-3.0.0-beta.2/src/util/
H A Dfnv.rs18 let mut hasher = FnvHasher::new(); in key()
24 pub(crate) struct FnvHasher(u64); struct
26 impl FnvHasher { implementation
28 FnvHasher(MAGIC_INIT) in new()
32 impl Hasher for FnvHasher { implementation
37 let FnvHasher(mut hash) = *self; in write() localVariable
44 *self = FnvHasher(hash); in write()
/dports/converters/yj-bruceadams/yj-1.1.34/cargo-crates/clap-3.0.0-beta.5/src/util/
H A Dfnv.rs18 let mut hasher = FnvHasher::new(); in key()
24 pub(crate) struct FnvHasher(u64); struct
26 impl FnvHasher { impl
28 FnvHasher(MAGIC_INIT) in new()
32 impl Hasher for FnvHasher { implementation
37 let FnvHasher(mut hash) = *self; in write() localVariable
44 *self = FnvHasher(hash); in write()
/dports/www/firefox/firefox-99.0/third_party/rust/clap/src/util/
H A Dfnv.rs18 let mut hasher = FnvHasher::new(); in key()
24 pub(crate) struct FnvHasher(u64); struct
26 impl FnvHasher { implementation
28 FnvHasher(MAGIC_INIT) in new()
32 impl Hasher for FnvHasher { implementation
37 let FnvHasher(mut hash) = *self; in write() localVariable
44 *self = FnvHasher(hash); in write()
/dports/x11/swayr/swayr-v0.11.2/cargo-crates/clap-3.0.0-rc.5/src/util/
H A Dfnv.rs18 let mut hasher = FnvHasher::new(); in key()
24 pub(crate) struct FnvHasher(u64); struct
26 impl FnvHasher { impl
28 FnvHasher(MAGIC_INIT) in new()
32 impl Hasher for FnvHasher { implementation
37 let FnvHasher(mut hash) = *self; in write() localVariable
44 *self = FnvHasher(hash); in write()
/dports/textproc/jql/jql-3.0.6/cargo-crates/clap-3.0.0-rc.7/src/util/
H A Dfnv.rs18 let mut hasher = FnvHasher::new(); in key()
24 pub(crate) struct FnvHasher(u64); struct
26 impl FnvHasher { implementation
28 FnvHasher(MAGIC_INIT) in new()
32 impl Hasher for FnvHasher { implementation
37 let FnvHasher(mut hash) = *self; in write() localVariable
44 *self = FnvHasher(hash); in write()
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/clap-3.0.0-beta.5/src/util/
H A Dfnv.rs18 let mut hasher = FnvHasher::new(); in key()
24 pub(crate) struct FnvHasher(u64); struct
26 impl FnvHasher { impl
28 FnvHasher(MAGIC_INIT) in new()
32 impl Hasher for FnvHasher { implementation
37 let FnvHasher(mut hash) = *self; in write() localVariable
44 *self = FnvHasher(hash); in write()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/clap-3.0.0-beta.5/src/util/
H A Dfnv.rs18 let mut hasher = FnvHasher::new(); in key()
24 pub(crate) struct FnvHasher(u64); struct
26 impl FnvHasher { impl
28 FnvHasher(MAGIC_INIT) in new()
32 impl Hasher for FnvHasher { implementation
37 let FnvHasher(mut hash) = *self; in write() localVariable
44 *self = FnvHasher(hash); in write()
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/clap-3.0.0-beta.5/src/util/
H A Dfnv.rs18 let mut hasher = FnvHasher::new(); in bench_ser_naivedatetime_writer()
24 pub(crate) struct FnvHasher(u64);
26 impl FnvHasher {
28 FnvHasher(MAGIC_INIT)
32 impl Hasher for FnvHasher {
37 let FnvHasher(mut hash) = *self;
44 *self = FnvHasher(hash);
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/fnv-1.0.7/
H A Dlib.rs89 pub struct FnvHasher(u64); struct
91 impl Default for FnvHasher { implementation
94 fn default() -> FnvHasher { in default()
95 FnvHasher(0xcbf29ce484222325) in default()
99 impl FnvHasher { impl
103 pub fn with_key(key: u64) -> FnvHasher { in with_key() argument
104 FnvHasher(key) in with_key()
108 impl Hasher for FnvHasher { implementation
116 let FnvHasher(mut hash) = *self; in write() localVariable
123 *self = FnvHasher(hash); in write()
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/fnv-1.0.7/
H A Dlib.rs89 pub struct FnvHasher(u64); struct
91 impl Default for FnvHasher { implementation
94 fn default() -> FnvHasher { in default()
95 FnvHasher(0xcbf29ce484222325) in default()
99 impl FnvHasher { impl
103 pub fn with_key(key: u64) -> FnvHasher { in with_key() argument
104 FnvHasher(key) in with_key()
108 impl Hasher for FnvHasher { implementation
116 let FnvHasher(mut hash) = *self; in write() localVariable
123 *self = FnvHasher(hash); in write()
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/fnv-1.0.7/
H A Dlib.rs89 pub struct FnvHasher(u64); struct
91 impl Default for FnvHasher { implementation
94 fn default() -> FnvHasher { in default()
95 FnvHasher(0xcbf29ce484222325) in default()
99 impl FnvHasher { implementation
103 pub fn with_key(key: u64) -> FnvHasher { in with_key() argument
104 FnvHasher(key) in with_key()
108 impl Hasher for FnvHasher { implementation
116 let FnvHasher(mut hash) = *self; in write() localVariable
123 *self = FnvHasher(hash); in write()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/fnv-1.0.7/
H A Dlib.rs89 pub struct FnvHasher(u64); struct
91 impl Default for FnvHasher { implementation
94 fn default() -> FnvHasher { in default()
95 FnvHasher(0xcbf29ce484222325) in default()
99 impl FnvHasher { impl
103 pub fn with_key(key: u64) -> FnvHasher { in with_key() argument
104 FnvHasher(key) in with_key()
108 impl Hasher for FnvHasher { implementation
116 let FnvHasher(mut hash) = *self; in write() localVariable
123 *self = FnvHasher(hash); in write()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/fnv-1.0.7/
H A Dlib.rs89 pub struct FnvHasher(u64); struct
91 impl Default for FnvHasher { implementation
94 fn default() -> FnvHasher { in default()
95 FnvHasher(0xcbf29ce484222325) in default()
99 impl FnvHasher { implementation
103 pub fn with_key(key: u64) -> FnvHasher { in with_key() argument
104 FnvHasher(key) in with_key()
108 impl Hasher for FnvHasher { implementation
116 let FnvHasher(mut hash) = *self; in write() localVariable
123 *self = FnvHasher(hash); in write()
[all …]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/fnv-1.0.7/
H A Dlib.rs89 pub struct FnvHasher(u64); struct
91 impl Default for FnvHasher { implementation
94 fn default() -> FnvHasher { in default()
95 FnvHasher(0xcbf29ce484222325) in default()
99 impl FnvHasher { implementation
103 pub fn with_key(key: u64) -> FnvHasher { in with_key() argument
104 FnvHasher(key) in with_key()
108 impl Hasher for FnvHasher { implementation
116 let FnvHasher(mut hash) = *self; in write() localVariable
123 *self = FnvHasher(hash); in write()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/fnv-1.0.7/
H A Dlib.rs89 pub struct FnvHasher(u64); struct
91 impl Default for FnvHasher { implementation
94 fn default() -> FnvHasher { in default()
95 FnvHasher(0xcbf29ce484222325) in default()
99 impl FnvHasher { implementation
103 pub fn with_key(key: u64) -> FnvHasher { in with_key() argument
104 FnvHasher(key) in with_key()
108 impl Hasher for FnvHasher { implementation
116 let FnvHasher(mut hash) = *self; in write() localVariable
123 *self = FnvHasher(hash); in write()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/fnv-1.0.7/
H A Dlib.rs89 pub struct FnvHasher(u64); struct
91 impl Default for FnvHasher { implementation
94 fn default() -> FnvHasher { in default()
95 FnvHasher(0xcbf29ce484222325) in default()
99 impl FnvHasher { impl
103 pub fn with_key(key: u64) -> FnvHasher { in with_key() argument
104 FnvHasher(key) in with_key()
108 impl Hasher for FnvHasher { implementation
116 let FnvHasher(mut hash) = *self; in write() localVariable
123 *self = FnvHasher(hash); in write()
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/fnv-1.0.7/
H A Dlib.rs89 pub struct FnvHasher(u64); struct
91 impl Default for FnvHasher { implementation
94 fn default() -> FnvHasher { in default()
95 FnvHasher(0xcbf29ce484222325) in default()
99 impl FnvHasher { impl
103 pub fn with_key(key: u64) -> FnvHasher { in with_key() argument
104 FnvHasher(key) in with_key()
108 impl Hasher for FnvHasher { implementation
116 let FnvHasher(mut hash) = *self; in write() localVariable
123 *self = FnvHasher(hash); in write()
[all …]
/dports/devel/grex/grex-1.3.0/cargo-crates/fnv-1.0.7/
H A Dlib.rs89 pub struct FnvHasher(u64); struct
91 impl Default for FnvHasher { implementation
94 fn default() -> FnvHasher { in default()
95 FnvHasher(0xcbf29ce484222325) in default()
99 impl FnvHasher { impl
103 pub fn with_key(key: u64) -> FnvHasher { in with_key() argument
104 FnvHasher(key) in with_key()
108 impl Hasher for FnvHasher { implementation
116 let FnvHasher(mut hash) = *self; in write() localVariable
123 *self = FnvHasher(hash); in write()
[all …]
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/fnv-1.0.7/
H A Dlib.rs89 pub struct FnvHasher(u64); struct
91 impl Default for FnvHasher { implementation
94 fn default() -> FnvHasher { in default()
95 FnvHasher(0xcbf29ce484222325) in default()
99 impl FnvHasher { implementation
103 pub fn with_key(key: u64) -> FnvHasher { in with_key() argument
104 FnvHasher(key) in with_key()
108 impl Hasher for FnvHasher { implementation
116 let FnvHasher(mut hash) = *self; in write() localVariable
123 *self = FnvHasher(hash); in write()
[all …]
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/fnv-1.0.7/
H A Dlib.rs89 pub struct FnvHasher(u64); struct
91 impl Default for FnvHasher { implementation
94 fn default() -> FnvHasher { in default()
95 FnvHasher(0xcbf29ce484222325) in default()
99 impl FnvHasher { implementation
103 pub fn with_key(key: u64) -> FnvHasher { in with_key() argument
104 FnvHasher(key) in with_key()
108 impl Hasher for FnvHasher { implementation
116 let FnvHasher(mut hash) = *self; in write() localVariable
123 *self = FnvHasher(hash); in write()
[all …]
/dports/devel/grcov/grcov-0.8.2/cargo-crates/fnv-1.0.7/
H A Dlib.rs89 pub struct FnvHasher(u64); struct
91 impl Default for FnvHasher { implementation
94 fn default() -> FnvHasher { in default()
95 FnvHasher(0xcbf29ce484222325) in default()
99 impl FnvHasher { implementation
103 pub fn with_key(key: u64) -> FnvHasher { in with_key() argument
104 FnvHasher(key) in with_key()
108 impl Hasher for FnvHasher { implementation
116 let FnvHasher(mut hash) = *self; in write() localVariable
123 *self = FnvHasher(hash); in write()
[all …]
/dports/net/routinator/routinator-0.10.2/cargo-crates/fnv-1.0.7/
H A Dlib.rs89 pub struct FnvHasher(u64); struct
91 impl Default for FnvHasher { implementation
94 fn default() -> FnvHasher { in default()
95 FnvHasher(0xcbf29ce484222325) in default()
99 impl FnvHasher { impl
103 pub fn with_key(key: u64) -> FnvHasher { in with_key() argument
104 FnvHasher(key) in with_key()
108 impl Hasher for FnvHasher { implementation
116 let FnvHasher(mut hash) = *self; in write() localVariable
123 *self = FnvHasher(hash); in write()
[all …]
/dports/devel/git-delta/delta-0.9.2/cargo-crates/fnv-1.0.7/
H A Dlib.rs89 pub struct FnvHasher(u64); struct
91 impl Default for FnvHasher { implementation
94 fn default() -> FnvHasher { in default()
95 FnvHasher(0xcbf29ce484222325) in default()
99 impl FnvHasher { implementation
103 pub fn with_key(key: u64) -> FnvHasher { in with_key() argument
104 FnvHasher(key) in with_key()
108 impl Hasher for FnvHasher { implementation
116 let FnvHasher(mut hash) = *self; in write() localVariable
123 *self = FnvHasher(hash); in write()
[all …]

12345678910>>...20