Home
last modified time | relevance | path

Searched defs: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
/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() function
H A Dgtest.cc4697 internal::TimeInMillis UnitTest::start_timestamp() const { in start_timestamp() function in testing::UnitTest