Home
last modified time | relevance | path

Searched refs:SubSec (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.cpp369 file_time_type::duration SubSec(long long val) { in SubSec() function
474 const file_time_type future_time = now + Hours(3) + Sec(42) + SubSec(17); in TEST_CASE()
475 const file_time_type past_time = now - Minutes(3) - Sec(42) - SubSec(17); in TEST_CASE()
477 epoch_time - Minutes(3) - Sec(42) - SubSec(17); in TEST_CASE()
482 epoch_time - Sec(2) - SubSec(17); in TEST_CASE()
484 const file_time_type just_before_epoch_time = epoch_time - SubSec(17); in TEST_CASE()
573 new_time = file_time_type::min() + SubSec(1); in TEST_CASE()