Searched refs:AssembleNtpTimestamp (Results 1 – 3 of 3) sorted by relevance
40 AssembleNtpTimestamp(NtpSeconds::zero(), NtpFraction::zero()); in TEST()48 timestamp = AssembleNtpTimestamp( in TEST()54 timestamp = AssembleNtpTimestamp(NtpSeconds(INT64_C(2208988799)), in TEST()59 timestamp = AssembleNtpTimestamp( in TEST()
38 constexpr NtpTimestamp AssembleNtpTimestamp(NtpSeconds seconds, in AssembleNtpTimestamp() function
35 return AssembleNtpTimestamp(since_ntp_epoch_ + whole_seconds, remainder); in ToNtpTimestamp()