Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h597 TimeInMillis start_timestamp() const { return start_timestamp_; } in start_timestamp() function
899 TimeInMillis start_timestamp() const { return start_timestamp_; } in start_timestamp() function
1347 TimeInMillis start_timestamp() const;
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc3821 FormatEpochTimeInMillisAsIso8601(result.start_timestamp())); in OutputXmlTestInfo()
3874 FormatEpochTimeInMillisAsIso8601(test_suite.start_timestamp())); in PrintXmlTestSuite()
3905 FormatEpochTimeInMillisAsIso8601(unit_test.start_timestamp())); in PrintXmlUnitTest()
4194 FormatEpochTimeInMillisAsRFC3339(result.start_timestamp()), in OutputJsonTestInfo()
4244 FormatEpochTimeInMillisAsRFC3339(test_suite.start_timestamp()), in PrintJsonTestSuite()
4288 FormatEpochTimeInMillisAsRFC3339(unit_test.start_timestamp()), in PrintJsonUnitTest()
4697 internal::TimeInMillis UnitTest::start_timestamp() const { in start_timestamp() function in testing::UnitTest
4698 return impl()->start_timestamp(); in start_timestamp()
H A Dgtest-internal-inl.h575 TimeInMillis start_timestamp() const { return start_timestamp_; } in start_timestamp() function