Searched refs:NanoSec (Results 1 – 1 of 1) sorted by relevance
45 using NanoSec = std::chrono::duration<file_time_type::rep, std::nano>; typedef63 auto nsecs = duration_cast<NanoSec>(ft.time_since_epoch() - secs); in ConvertToTimeSpec()69 nsecs = NanoSec(0); in ConvertToTimeSpec()85 auto subsecs = duration_cast<file_time_type::duration>(NanoSec(ts.tv_nsec)); in ConvertFromTimeSpec()211 NanoSec ns(3); in __anon969760ab0502()264 return diff < duration_cast<NanoSec>(Sec(1)).count(); in CompareTime()265 return diff < duration_cast<NanoSec>(MicroSec(1)).count(); in CompareTime()328 return duration_cast<SubSecT>(NanoSec(val)); in SubSec()