Searched refs:_FilesystemClock (Results 1 – 4 of 4) sorted by relevance
26 struct _FilesystemClock;38 using file_clock = _VSTD_FS::_FilesystemClock;51 struct _FilesystemClock { struct61 typedef chrono::time_point<_FilesystemClock> time_point; argument
26 typedef chrono::time_point<_FilesystemClock> file_time_type;
44 struct _FilesystemClock {49 using time_point = chrono::time_point<_FilesystemClock>;54 using file_time_type = _FilesystemClock::time_point;
645 const bool _FilesystemClock::is_steady;647 _FilesystemClock::time_point _FilesystemClock::now() noexcept { in now()