Searched refs:MILLI_PRE_SEC (Results 1 – 2 of 2) sorted by relevance
46 static constexpr int MILLI_PRE_SEC = 1000; variable166 … '.' << std::setfill('0') << std::setw(MILLISECONDS_LEN) << (nsec / NANO_TO_MILLI) % MILLI_PRE_SEC; in GetTimeWithMilliseconds()
35 static constexpr int MILLI_PRE_SEC = 1000; variable157 … "." << std::setfill('0') << std::setw(MILLISECONDS_LEN) << (nsec / NANO_TO_MILLI) % MILLI_PRE_SEC; in GetTimeWithMilliseconds()