Searched refs:MILLISECONDS_LEN (Results 1 – 2 of 2) sorted by relevance
44 static constexpr int MILLISECONDS_LEN = 3; variable166 …oss << buffer << '.' << std::setfill('0') << std::setw(MILLISECONDS_LEN) << (nsec / NANO_TO_MILLI)… in GetTimeWithMilliseconds()
33 static constexpr int MILLISECONDS_LEN = 3; variable157 …oss << buffer << "." << std::setfill('0') << std::setw(MILLISECONDS_LEN) << (nsec / NANO_TO_MILLI)… in GetTimeWithMilliseconds()