Home
last modified time | relevance | path

Searched refs:FormatIntWidthN (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-string.h156 static std::string FormatIntWidthN(int value, int width);
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc2210 return FormatIntWidthN(value, 2); in FormatIntWidth2()
2214 std::string String::FormatIntWidthN(int value, int width) { in FormatIntWidthN() function in testing::internal::String
4169 String::FormatIntWidthN(static_cast<int>(ms % 1000), 3); in FormatEpochTimeInMillisAsIso8601()