Searched defs:DurationRecord (Results 1 – 1 of 1) sorted by relevance
87 struct DurationRecord { struct88 int64_t years;89 int64_t months;90 int64_t weeks;91 int64_t days;92 int64_t hours;93 int64_t minutes;94 int64_t seconds;95 int64_t milliseconds;96 int64_t microseconds;[all …]