Home
last modified time | relevance | path

Searched defs:from_u64 (Results 1 – 5 of 5) 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/rustix/src/
Dio_uring.rs635 pub fn from_u64(u64_: u64) -> Self { in from_u64() method