Searched refs:tm_time (Results 1 – 5 of 5) sorted by relevance
/external/libchrome/base/ |
D | logging.cc | 795 struct tm* tm_time = &local_time; in Init() local 797 << std::setw(2) << 1 + tm_time->tm_mon in Init() 798 << std::setw(2) << tm_time->tm_mday in Init() 800 << std::setw(2) << tm_time->tm_hour in Init() 801 << std::setw(2) << tm_time->tm_min in Init() 802 << std::setw(2) << tm_time->tm_sec in Init()
|
/external/googletest/googlemock/docs/v1_6/ |
D | CookBook.md | 320 const struct tm* tm_time, 338 const char* base_filename, int line, const tm* tm_time,
|
/external/googletest/googlemock/docs/v1_5/ |
D | CookBook.md | 320 const struct tm* tm_time, 338 const char* base_filename, int line, const tm* tm_time,
|
/external/googletest/googlemock/docs/v1_7/ |
D | CookBook.md | 313 const struct tm* tm_time, 331 const char* base_filename, int line, const tm* tm_time,
|
/external/googletest/googlemock/docs/ |
D | CookBook.md | 313 const struct tm* tm_time, 331 const char* base_filename, int line, const tm* tm_time,
|