reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

utils/unittest/googletest/include/gtest/internal/gtest-string.h
  148   static std::string FormatIntWidth2(int value);  // "%02d" for width == 2

References

utils/unittest/googletest/src/gtest.cc
 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);