Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dtime.cc133 string FormatNanos(int32 nanos) { in FormatNanos() function
280 result += "." + FormatNanos(nanos); in FormatTime()
/external/protobuf/src/google/protobuf/util/
Dtime_util.cc106 string FormatNanos(int32 nanos) { in FormatNanos() function
179 result += "." + FormatNanos(nanos); in ToString()
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource.cc88 const string FormatNanos(uint32 nanos);
368 FormatNanos(nanos).c_str()); in RenderDuration()
1095 const string FormatNanos(uint32 nanos) { in FormatNanos() function