Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/googletest/googletest/include/gtest/
H A Dgtest.h435 TimeInMillis start_timestamp() const { return start_timestamp_; } in start_timestamp()
468 void set_start_timestamp(TimeInMillis start) { start_timestamp_ = start; } in set_start_timestamp()
514 TimeInMillis start_timestamp_; variable
744 TimeInMillis start_timestamp() const { return start_timestamp_; } in start_timestamp()
868 TimeInMillis start_timestamp_; variable
/freebsd-14.2/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h573 TimeInMillis start_timestamp() const { return start_timestamp_; } in start_timestamp()
941 TimeInMillis start_timestamp_; variable
H A Dgtest.cc2254 : death_test_count_(0), start_timestamp_(0), elapsed_time_(0) {} in TestResult()
2937 start_timestamp_(0), in TestSuite()
3009 start_timestamp_ = internal::GetTimeInMillis(); in Run()
5575 start_timestamp_(0), in UnitTestImpl()
5852 start_timestamp_ = GetTimeInMillis(); in RunAllTests()