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()
630 void set_start_timestamp(TimeInMillis start) { start_timestamp_ = start; } in set_start_timestamp()
676 TimeInMillis start_timestamp_; variable
899 TimeInMillis start_timestamp() const { return start_timestamp_; } in start_timestamp()
1020 TimeInMillis start_timestamp_; variable
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h575 TimeInMillis start_timestamp() const { return start_timestamp_; } in start_timestamp()
926 TimeInMillis start_timestamp_; variable
H A Dgtest.cc2029 : death_test_count_(0), start_timestamp_(0), elapsed_time_(0) {} in TestResult()
2764 start_timestamp_(0), in TestSuite()
2814 start_timestamp_ = internal::GetTimeInMillis(); in Run()
2818 elapsed_time_ = internal::GetTimeInMillis() - start_timestamp_; in Run()
5018 start_timestamp_(0), in UnitTestImpl()
5285 start_timestamp_ = GetTimeInMillis(); in RunAllTests()