Searched refs:NanoSec (Results 1 – 1 of 1) sorted by relevance
52 using NanoSec = std::chrono::duration<file_time_type::rep, std::nano>; typedef116 auto nsecs = duration_cast<NanoSec>(ft.time_since_epoch() - secs); in ConvertToTimeSpec()122 nsecs = NanoSec(0); in ConvertToTimeSpec()138 auto subsecs = duration_cast<file_time_type::duration>(NanoSec(ts.tv_nsec)); in ConvertFromTimeSpec()257 NanoSec ns(3); in __anonc8913b790502()310 return diff < duration_cast<NanoSec>(Sec(1)).count(); in CompareTime()311 return diff < duration_cast<NanoSec>(MicroSec(1)).count(); in CompareTime()372 return duration_cast<SubSecT>(NanoSec(val)); in SubSec()