Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dprotostream_objectwriter.cc935 StringPiece s_secs, s_nanos; in RenderDuration() local
936 SplitSecondsAndNanos(value, &s_secs, &s_nanos); in RenderDuration()
938 if (!safe_strtou64(s_secs, &unsigned_seconds)) { in RenderDuration()