Home
last modified time | relevance | path

Searched refs:NanoSec (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
H A Dlast_write_time.pass.cpp52 using NanoSec = std::chrono::duration<file_time_type::rep, std::nano>; typedef
116 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()