Searched defs:seconds (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/third_party/googletest/googletest/src/
H A Dgtest.cc3186 // Formats the given time in milliseconds as seconds.
3197 time_t seconds = static_cast<time_t>(ms / 1000); local
3202 const struct tm* const time_struct = localtime(&seconds); // NOLINT
3205 const struct tm* const time_struct = localtime(&seconds); // NOLINT

Completed in 610 milliseconds