Home
last modified time | relevance | path

Searched refs:ToInt64Seconds (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dclock_test.cc62 alarm(absl::ToInt64Seconds(d / 2)); in SleepForBounded()
Dtime.h493 ABSL_ATTRIBUTE_PURE_FUNCTION int64_t ToInt64Seconds(Duration d);
1490 return ToInt64Seconds(d * Ratio::den / Ratio::num); in ToInt64()
1503 return ToInt64Seconds(d); in ToInt64()
Dduration_test.cc160 EXPECT_EQ(0, absl::ToInt64Seconds(nano)); in TestToConversion()
167 EXPECT_EQ(0, absl::ToInt64Seconds(micro)); in TestToConversion()
174 EXPECT_EQ(0, absl::ToInt64Seconds(milli)); in TestToConversion()
181 EXPECT_EQ(N, absl::ToInt64Seconds(sec)); in TestToConversion()
188 EXPECT_EQ(N * 60, absl::ToInt64Seconds(min)); in TestToConversion()
195 EXPECT_EQ(N * 60 * 60, absl::ToInt64Seconds(hour)); in TestToConversion()
Dduration_benchmark.cc320 benchmark::DoNotOptimize(absl::ToInt64Seconds(d)); in BM_Duration_ToInt64Seconds()
Dduration.cc568 int64_t ToInt64Seconds(Duration d) { in ToInt64Seconds() function
/third_party/skia/third_party/externals/abseil-cpp/
Dsymbols_x86_rel.def755 ?ToInt64Seconds@absl@@YA_JVDuration@1@@Z
Dsymbols_arm64_rel.def754 ?ToInt64Seconds@absl@@YA_JVDuration@1@@Z
Dsymbols_x64_rel.def759 ?ToInt64Seconds@absl@@YA_JVDuration@1@@Z
Dsymbols_x64_rel_asan.def772 ?ToInt64Seconds@absl@@YA_JVDuration@1@@Z
Dsymbols_x86_dbg.def2506 ?ToInt64Seconds@absl@@YA_JVDuration@1@@Z
Dsymbols_x64_dbg.def2512 ?ToInt64Seconds@absl@@YA_JVDuration@1@@Z
Dsymbols_arm64_dbg.def2512 ?ToInt64Seconds@absl@@YA_JVDuration@1@@Z