Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dprotostream_objectsource.cc1031 int64 signed_seconds = 0; in ReadSecondsAndNanos() local
1045 signed_seconds = bit_cast<int64>(seconds); in ReadSecondsAndNanos()
1052 return std::pair<int64, int32>(signed_seconds, signed_nanos); in ReadSecondsAndNanos()