Searched refs:decode_rfc4122_timestamp (Results 1 – 2 of 2) sorted by relevance
190 pub(crate) const fn decode_rfc4122_timestamp(uuid: &Uuid) -> (u64, u16) { in decode_rfc4122_timestamp() function
901 let (ticks, counter) = timestamp::decode_rfc4122_timestamp(self); in get_timestamp()