HomeSort by: relevance | last modified time | path
    Searched defs:time_struct (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc 3733 struct tm time_struct; local
3734 if (!PortableLocaltime(static_cast<time_t>(ms / 1000), &time_struct))
3737 return StreamableToString(time_struct.tm_year + 1900) + "-" +
3738 String::FormatIntWidth2(time_struct.tm_mon + 1) + "-" +
3739 String::FormatIntWidth2(time_struct.tm_mday) + "T" +
3740 String::FormatIntWidth2(time_struct.tm_hour) + ":" +
3741 String::FormatIntWidth2(time_struct.tm_min) + ":" +
3742 String::FormatIntWidth2(time_struct.tm_sec);
4104 struct tm time_struct; local
4105 if (!PortableLocaltime(static_cast<time_t>(ms / 1000), &time_struct))
    [all...]
gtest.cc 3733 struct tm time_struct; local
3734 if (!PortableLocaltime(static_cast<time_t>(ms / 1000), &time_struct))
3737 return StreamableToString(time_struct.tm_year + 1900) + "-" +
3738 String::FormatIntWidth2(time_struct.tm_mon + 1) + "-" +
3739 String::FormatIntWidth2(time_struct.tm_mday) + "T" +
3740 String::FormatIntWidth2(time_struct.tm_hour) + ":" +
3741 String::FormatIntWidth2(time_struct.tm_min) + ":" +
3742 String::FormatIntWidth2(time_struct.tm_sec);
4104 struct tm time_struct; local
4105 if (!PortableLocaltime(static_cast<time_t>(ms / 1000), &time_struct))
    [all...]

Completed in 52 milliseconds