Searched refs:LegacyTimePoint (Results 1 – 2 of 2) sorted by relevance
44 using LegacyTimePoint = std::chrono::time_point<std::chrono::steady_clock, LegacyDuration>; variable45 using LegacyOptionalTimePoint = std::optional<LegacyTimePoint>;
59 return LegacyTimePoint{LegacyDuration{count}}; in makeDeadline()69 constexpr auto kMaxTime = LegacyTimePoint::max(); in makeDeadline()