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.cc108 std::string FormatNanos(int32 nanos) { in FormatNanos() function
190 result += "." + FormatNanos(nanos); in ToString()
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource.cc91 const std::string FormatNanos(uint32 nanos, bool with_trailing_zeros);
396 FormatNanos(nanos, os->add_trailing_zeros_for_timestamp_and_duration_) in RenderDuration()
1144 const std::string FormatNanos(uint32 nanos, bool with_trailing_zeros) { in FormatNanos() function