Home
last modified time | relevance | path

Searched refs:signed_seconds (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource.cc1025 int64 signed_seconds = 0; in ReadSecondsAndNanos() local
1039 signed_seconds = bit_cast<int64>(seconds); in ReadSecondsAndNanos()
1046 return std::pair<int64, int32>(signed_seconds, signed_nanos); in ReadSecondsAndNanos()