Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dprotostream_objectwriter.cc937 uint64 unsigned_seconds; in RenderDuration() local
938 if (!safe_strtou64(s_secs, &unsigned_seconds)) { in RenderDuration()
952 int64 seconds = sign * unsigned_seconds; in RenderDuration()