Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h434 TimeInMillis start_timestamp() const { return start_timestamp_; } in start_timestamp()
467 void set_start_timestamp(TimeInMillis start) { start_timestamp_ = start; } in set_start_timestamp()
513 TimeInMillis start_timestamp_; variable
743 TimeInMillis start_timestamp() const { return start_timestamp_; } in start_timestamp()
867 TimeInMillis start_timestamp_; variable
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h574 TimeInMillis start_timestamp() const { return start_timestamp_; } in start_timestamp()
957 TimeInMillis start_timestamp_; variable
H A Dgtest.cc2307 : death_test_count_(0), start_timestamp_(0), elapsed_time_(0) {} in TestResult()
2987 start_timestamp_(0), in TestSuite()
3058 start_timestamp_ = internal::GetTimeInMillis(); in Run()
5686 start_timestamp_(0), in UnitTestImpl()
5987 start_timestamp_ = GetTimeInMillis(); in RunAllTests()