Searched refs:FormatIntWidth2 (Results 1 – 2 of 2) sorted by relevance
153 static std::string FormatIntWidth2(int value); // "%02d" for width == 2
2209 std::string String::FormatIntWidth2(int value) { in FormatIntWidth2() function in testing::internal::String4164 String::FormatIntWidth2(time_struct.tm_mon + 1) + "-" + in FormatEpochTimeInMillisAsIso8601()4165 String::FormatIntWidth2(time_struct.tm_mday) + "T" + in FormatEpochTimeInMillisAsIso8601()4166 String::FormatIntWidth2(time_struct.tm_hour) + ":" + in FormatEpochTimeInMillisAsIso8601()4167 String::FormatIntWidth2(time_struct.tm_min) + ":" + in FormatEpochTimeInMillisAsIso8601()4168 String::FormatIntWidth2(time_struct.tm_sec) + "." + in FormatEpochTimeInMillisAsIso8601()4611 String::FormatIntWidth2(time_struct.tm_mon + 1) + "-" + in FormatEpochTimeInMillisAsRFC3339()4612 String::FormatIntWidth2(time_struct.tm_mday) + "T" + in FormatEpochTimeInMillisAsRFC3339()4613 String::FormatIntWidth2(time_struct.tm_hour) + ":" + in FormatEpochTimeInMillisAsRFC3339()4614 String::FormatIntWidth2(time_struct.tm_min) + ":" + in FormatEpochTimeInMillisAsRFC3339()[all …]