Searched refs:signed_seconds (Results 1 – 1 of 1) sorted by relevance
1025 int64 signed_seconds = 0; in ReadSecondsAndNanos() local1039 signed_seconds = bit_cast<int64>(seconds); in ReadSecondsAndNanos()1046 return std::pair<int64, int32>(signed_seconds, signed_nanos); in ReadSecondsAndNanos()