Searched refs:FormatIntWidth2 (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-string.h148 static std::string FormatIntWidth2(int value); // "%02d" for width == 2
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc1959 std::string String::FormatIntWidth2(int value) { function in class:testing::internal::String
3580 String::FormatIntWidth2(time_struct.tm_mon + 1) + "-" +
3581 String::FormatIntWidth2(time_struct.tm_mday) + "T" +
3582 String::FormatIntWidth2(time_struct.tm_hour) + ":" +
3583 String::FormatIntWidth2(time_struct.tm_min) + ":" +
3584 String::FormatIntWidth2(time_struct.tm_sec);

Completed in 24 milliseconds