Searched refs:kTimestampLength (Results 1 – 4 of 4) sorted by relevance
22 const size_t kTimestampLength = 8; variable294 WriteUint(kTimestampLength, time_since_epoch.InMilliseconds(), output); in WriteTimeSinceEpoch()355 !ReadUint(kTimestampLength, input, ×tamp) || in DecodeSignedCertificateTimestamp()
38 static const int kTimestampLength; variable
55 Trace::kTimestampLength); in Print()
36 const int Trace::kTimestampLength = 12; member in webrtc::Trace