Home
last modified time | relevance | path

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

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