Home
last modified time | relevance | path

Searched refs:decode_gregorian_timestamp (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/uuid/src/
Dtimestamp.rs213 pub(crate) const fn decode_gregorian_timestamp(uuid: &Uuid) -> (u64, u16) { in decode_gregorian_timestamp() function
Dlib.rs891 let (ticks, counter) = timestamp::decode_gregorian_timestamp(self); in get_timestamp()