Home
last modified time | relevance | path

Searched defs:from_u64 (Results 1 – 8 of 8) sorted by relevance

/third_party/rust/crates/minimal-lexical/src/
Dnum.rs141 fn from_u64(u: u64) -> Self; in from_u64() method
235 fn from_u64(u: u64) -> f32 { in from_u64() method
283 fn from_u64(u: u64) -> f64 { in from_u64() method
Dbigint.rs71 pub fn from_u64(value: u64) -> Self { in from_u64() method
188 pub fn from_u64(x: u64) -> VecType { in from_u64() function
Dheapvec.rs113 pub fn from_u64(x: u64) -> Self { in from_u64() method
Dstackvec.rs221 pub fn from_u64(x: u64) -> Self { in from_u64() method
/third_party/rust/crates/num-traits/tests/
Dcast.rs334 fn from_u64(n: u64) -> Option<Self> { in newtype_from_primitive() method
/third_party/rust/crates/tracing/tracing-core/src/
Dspan.rs69 pub fn from_u64(u: u64) -> Self { in from_u64() method
/third_party/rust/crates/num-traits/src/
Dcast.rs487 fn from_u64(n: u64) -> Option<Self>; in from_u64() method
/third_party/rust/crates/rustix/src/
Dio_uring.rs635 pub fn from_u64(u64_: u64) -> Self { in from_u64() method