Searched refs:is_max (Results 1 – 9 of 9) sorted by relevance
41 if (is_max()) { in InDays()49 if (is_max()) { in InDaysFloored()62 if (is_max()) { in InHours()70 if (is_max()) { in InMinutes()78 if (is_max()) { in InSecondsF()86 if (is_max()) { in InSeconds()94 if (is_max()) { in InMillisecondsF()102 if (is_max()) { in InMilliseconds()110 if (is_max()) { in InMillisecondsRoundedUp()123 if (is_max()) { in InMicroseconds()[all …]
628 EXPECT_TRUE(max.is_max()); in TEST_F()639 EXPECT_TRUE(t.is_max()); in TEST_F()643 EXPECT_TRUE(t.is_max()); in TEST_F()647 EXPECT_TRUE(t.is_max()); in TEST_F()655 EXPECT_TRUE(t.is_max()); in TEST_F()664 EXPECT_TRUE(t.is_max()); in TEST_F()674 EXPECT_TRUE(t.is_max()); in TEST_F()684 EXPECT_FALSE(t.is_max()); in TEST_F()1258 static_assert(kMax.is_max(), ""); in TEST()1284 static_assert(TimeDelta::FromDays(std::numeric_limits<int>::max()).is_max(), in TEST()[all …]
56 if (is_max()) { in ToTimeVal()
173 constexpr bool is_max() const { in is_max() function357 bool is_max() const { return us_ == std::numeric_limits<int64_t>::max(); } in is_max() function
138 if (!timeout.is_max()) { in WaitForDataBlocking()143 timeout.is_max() ? nullptr : &timeout_val)); in WaitForDataBlocking()
32 if (sleep_time.is_max()) { in WaitForWork()
234 sleep_time.is_max() ? INFINITE : sleep_time.InMilliseconds(); in WaitForWork()
810 local function bound(noun, min, max, is_max)814 res = "at " .. (is_max and "most" or "least") .. " "817 local number = is_max and max or min
170 const bool finite_time = !end_time.is_max(); in TimedWaitUntil()