Searched refs:MAX_MS_LENGTH (Results 1 – 1 of 1) sorted by relevance
31 static constexpr int MAX_MS_LENGTH = 3; variable266 if (msString.length() < MAX_MS_LENGTH) { in DumpTimeToString()267 msString = std::string(MAX_MS_LENGTH - msString.length(), '0') + msString; in DumpTimeToString()