Home
last modified time | relevance | path

Searched defs:subseconds (Results 1 – 10 of 10) sorted by relevance

/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_format.cc623 const char* ParseSubSeconds(const char* dp, detail::femtoseconds* subseconds) { in ParseSubSeconds()
717 auto subseconds = detail::femtoseconds::zero(); in parse() local
Dtime_zone_format_test.cc1542 const auto subseconds = chrono::nanoseconds(654321); in TEST() local
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_format.cc623 const char* ParseSubSeconds(const char* dp, detail::femtoseconds* subseconds) { in ParseSubSeconds()
717 auto subseconds = detail::femtoseconds::zero(); in parse() local
Dtime_zone_format_test.cc1542 const auto subseconds = chrono::nanoseconds(654321); in TEST() local
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dformat_test.cc372 const absl::Duration subseconds = absl::Nanoseconds(654321); in TEST() local
/third_party/abseil-cpp/absl/time/
Dformat_test.cc372 const absl::Duration subseconds = absl::Nanoseconds(654321); in TEST() local
/third_party/gstreamer/gstplugins_base/tests/examples/seek/
Dscrubby.c129 gint64 subseconds; in format_value() local
Djsseek.c1013 gint64 subseconds; in format_value() local
/third_party/boost/boost/log/detail/
Ddecomposed_time.hpp52 uint32_t year, month, day, hours, minutes, seconds, subseconds; member
/third_party/gstreamer/gstplugins_base/tests/examples/playback/
Dplayback-test.c325 gint64 subseconds = (gint64) real / (GST_MSECOND); in format_value() local