Searched refs:unix_to_rfc4122_ticks (Results 1 – 1 of 1) sorted by relevance
131 Self::unix_to_rfc4122_ticks(self.seconds, self.nanos), in to_rfc4122()147 const fn unix_to_rfc4122_ticks(seconds: u64, nanos: u32) -> u64 { in unix_to_rfc4122_ticks() method462 Timestamp::unix_to_rfc4122_ticks(u64::MAX, 0); in rfc4122_unix_does_not_panic()463 Timestamp::unix_to_rfc4122_ticks(0, u32::MAX); in rfc4122_unix_does_not_panic()464 Timestamp::unix_to_rfc4122_ticks(u64::MAX, u32::MAX); in rfc4122_unix_does_not_panic()