Searched defs:kNumMillisecsPerSec (Results 1 – 2 of 2) sorted by relevance
23 static const int64_t kNumMillisecsPerSec = INT64_C(1000); variable
25 constexpr int kNumMillisecsPerSec = 1000; variable