Searched refs:FormatIntWidthN (Results 1 – 2 of 2) sorted by relevance
156 static std::string FormatIntWidthN(int value, int width);
2210 return FormatIntWidthN(value, 2); in FormatIntWidth2()2214 std::string String::FormatIntWidthN(int value, int width) { in FormatIntWidthN() function in testing::internal::String4169 String::FormatIntWidthN(static_cast<int>(ms % 1000), 3); in FormatEpochTimeInMillisAsIso8601()