Home
last modified time | relevance | path

Searched refs:start_timestamp (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h570 TimeInMillis start_timestamp() const { return start_timestamp_; } in start_timestamp() function
H A Dgtest.cc3867 FormatEpochTimeInMillisAsIso8601(unit_test.start_timestamp())); in PrintXmlUnitTest()
4239 FormatEpochTimeInMillisAsRFC3339(unit_test.start_timestamp()), in PrintJsonUnitTest()
4642 internal::TimeInMillis UnitTest::start_timestamp() const { in start_timestamp() function in testing::UnitTest
4643 return impl()->start_timestamp(); in start_timestamp()
/freebsd-13.1/contrib/googletest/googletest/include/gtest/
H A Dgtest.h1298 TimeInMillis start_timestamp() const;
/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc1957 EXPECT_LT(0, UnitTest::GetInstance()->start_timestamp()); in TEST()
1958 EXPECT_LE(UnitTest::GetInstance()->start_timestamp(), GetTimeInMillis()); in TEST()