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