Searched defs:ONE_DAY_MILLISECONDS (Results 1 – 3 of 3) sorted by relevance
25 static constexpr int64_t ONE_DAY_MILLISECONDS = 24 * 60 * 60 * 1000L; variable
28 static constexpr int64_t ONE_DAY_MILLISECONDS = 24 * 60 * 60 * 1000L; variable
82 const static int64_t ONE_DAY_MILLISECONDS = 24 * 60 * 60 * MILLISECONDS; // 1s = 1000ms variable