Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest.cc861 const DWORD kTenthMicrosInMilliSecond = 10000; in GetTimeInMillis() local
872 now_int64.QuadPart = (now_int64.QuadPart / kTenthMicrosInMilliSecond) - in GetTimeInMillis()