Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc775 ULARGE_INTEGER now_int64; in GetTimeInMillis() local
780 now_int64.LowPart = now_filetime.dwLowDateTime; in GetTimeInMillis()
781 now_int64.HighPart = now_filetime.dwHighDateTime; in GetTimeInMillis()
782 now_int64.QuadPart = (now_int64.QuadPart / kTenthMicrosInMilliSecond) - in GetTimeInMillis()
784 return now_int64.QuadPart; in GetTimeInMillis()