Searched defs:civil_time (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
D | civil_time_detail.h | 377 : civil_time(impl::n_sec(y, m, d, hh, mm, ss)) {} in civil_time() function 379 CONSTEXPR_M civil_time() noexcept : f_{1970, 1, 1, 0, 0, 0} {} in civil_time() function 400 static CONSTEXPR_F civil_time(max)() { in civil_time() function 404 static CONSTEXPR_F civil_time(min)() { in civil_time() function 465 explicit CONSTEXPR_M civil_time(fields f) noexcept : f_(align(T{}, f)) {} in civil_time() function
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
D | civil_time_benchmark.cc | 97 for (const T civil_time : civil_times) { in BM_CivilTimeAbslHash() local
|