Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.cc929 uint64 unsigned_seconds; in RenderDuration() local
930 if (!safe_strtou64(s_secs, &unsigned_seconds)) { in RenderDuration()
944 int64 seconds = sign * unsigned_seconds; in RenderDuration()