Searched refs:TmToSeconds (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/base/
H A Dtimeutils_unittest.cc170 class TmToSeconds : public testing::Test { class in namespace:rtc
172 TmToSeconds() { function in class:rtc::TmToSeconds
176 ~TmToSeconds() {
185 // First generate something correct and check that TmToSeconds is happy.
203 int64_t t = rtc::TmToSeconds(tm);
206 // Now damage a random field and check that TmToSeconds is unhappy.
242 EXPECT_EQ(rtc::TmToSeconds(tm), -1);
251 EXPECT_TRUE(rtc::TmToSeconds(*tm) == t);
255 EXPECT_TRUE(rtc::TmToSeconds(tm) == t);
261 TEST_F(TmToSeconds, TestTmToSecond
[all...]
H A Dtimeutils.h100 int64_t TmToSeconds(const std::tm& tm);
H A Dsslidentity.cc248 return TmToSeconds(tm);
H A Dtimeutils.cc207 int64_t TmToSeconds(const std::tm& tm) { function in namespace:rtc

Completed in 123 milliseconds