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