Home
last modified time | relevance | path

Searched refs:timePair (Results 1 - 1 of 1) sorted by relevance

/ide/tools/previewer/util/
H A DTimeTool.cpp42 std::pair<tm, int64_t> timePair = GetCurrentTime(); in FormateTimeNow() local
43 struct tm utcTime = timePair.first; in FormateTimeNow()
44 int64_t msTime = timePair.second; in FormateTimeNow()
88 std::pair<tm, int64_t> timePair = std::make_pair(utcTime, ms); in GetCurrentTime() local
89 return timePair; in GetCurrentTime()

Completed in 1 milliseconds