Home
last modified time | relevance | path

Searched defs:into_u64 (Results 1 – 5 of 5) sorted by relevance

/external/rust/android-crates-io/crates/twox-hash/src/
Dlib.rs65 fn into_u64(self) -> u64; in into_u64() method
69 fn into_u64(self) -> u64 { in into_u64() method
75 fn into_u64(self) -> u64 { in into_u64() method
82 fn into_u64(self) -> u64 { in into_u64() method
/external/crosvm/bit_field/src/
Dlib.rs317 fn into_u64(val: Self::SetterType) -> u64; in into_u64() method
346 fn into_u64(val: Self::SetterType) -> u64 { in into_u64() method
/external/rust/android-crates-io/crates/tracing-core/src/
Dspan.rs84 pub fn into_u64(&self) -> u64 { in into_u64() method
/external/rust/android-crates-io/crates/drm-fourcc/src/
Das_enum.rs331 pub(crate) fn into_u64(self) -> u64 { in into_u64() method
/external/crosvm/bit_field/bit_field_derive/
Dbit_field_derive.rs123 let into_u64 = quote_spanned! { in bitfield_tuple_struct_impl() localVariable