Home
last modified time | relevance | path

Searched refs:set_start_timestamp (Results 1 - 6 of 6) sorted by relevance

/third_party/googletest/googletest/include/gtest/
H A Dgtest.h475 void set_start_timestamp(TimeInMillis start) { start_timestamp_ = start; } in set_start_timestamp() function in testing::TestResult
/third_party/node/deps/googletest/include/gtest/
H A Dgtest.h467 void set_start_timestamp(TimeInMillis start) { start_timestamp_ = start; } in set_start_timestamp() function in testing::TestResult
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest.h630 void set_start_timestamp(TimeInMillis start) { start_timestamp_ = start; } in set_start_timestamp() function in testing::TestResult
/third_party/googletest/googletest/src/
H A Dgtest.cc2831 result_.set_start_timestamp(internal::GetTimeInMillis());
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc2694 result_.set_start_timestamp(start); in Run()
/third_party/node/deps/googletest/src/
H A Dgtest.cc2821 result_.set_start_timestamp(internal::GetTimeInMillis());

Completed in 34 milliseconds