Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dtime.cc133 string FormatNanos(int32 nanos) { in FormatNanos() function
280 result += "." + FormatNanos(nanos); in FormatTime()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dtime_util.cc106 string FormatNanos(int32 nanos) { in FormatNanos() function
186 result += "." + FormatNanos(nanos); in ToString()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dprotostream_objectsource.cc88 const string FormatNanos(uint32 nanos);
374 FormatNanos(nanos).c_str()); in RenderDuration()
1101 const string FormatNanos(uint32 nanos) { in FormatNanos() function