Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc771 const DWORD kTenthMicrosInMilliSecond = 10000; in GetTimeInMillis() local
782 now_int64.QuadPart = (now_int64.QuadPart / kTenthMicrosInMilliSecond) - in GetTimeInMillis()