Searched refs:FromKilo (Results 1 – 1 of 1) sorted by relevance
26 static constexpr TestUnit FromKilo(T kilo) { in FromKilo() function in webrtc::__anon0bc597080111::TestUnit47 value += TestUnit::FromKilo(add_kilo); in TestUnitAddKilo()64 constexpr TestUnit kTestUnitKilo = TestUnit::FromKilo(kValue); in TEST()77 EXPECT_EQ(TestUnit::FromKilo(value).ToKilo(), value); in TEST()86 EXPECT_EQ(TestUnit::FromKilo(kValue).ToValue<int64_t>(), kValue * 1000); in TEST()92 EXPECT_FALSE(TestUnit::FromKilo(kValue).IsZero()); in TEST()97 EXPECT_FALSE(TestUnit::FromKilo(-kValue).IsInfinite()); in TEST()98 EXPECT_FALSE(TestUnit::FromKilo(kValue).IsInfinite()); in TEST()102 EXPECT_TRUE(TestUnit::FromKilo(-kValue).IsFinite()); in TEST()103 EXPECT_TRUE(TestUnit::FromKilo(kValue).IsFinite()); in TEST()[all …]