Lines Matching refs:throw
81 bool DosTime_To_FileTime(UInt32 dosTime, FILETIME &fileTime) throw();
82 bool UtcFileTime_To_LocalDosTime(const FILETIME &utc, UInt32 &dosTime) throw();
83 bool FileTime_To_DosTime(const FILETIME &fileTime, UInt32 &dosTime) throw();
86 UInt64 UnixTime_To_FileTime64(UInt32 unixTime) throw();
87 void UnixTime_To_FileTime(UInt32 unixTime, FILETIME &fileTime) throw();
90 UInt64 UnixTime64_To_FileTime64(Int64 unixTime) throw(); // no check
91 bool UnixTime64_To_FileTime64(Int64 unixTime, UInt64 &fileTime) throw();
92 bool UnixTime64_To_FileTime(Int64 unixTime, FILETIME &fileTime) throw();
94 Int64 FileTime64_To_UnixTime64(UInt64 ft64) throw();
95 bool FileTime_To_UnixTime(const FILETIME &fileTime, UInt32 &unixTime) throw();
96 Int64 FileTime_To_UnixTime64(const FILETIME &ft) throw();
97 Int64 FileTime_To_UnixTime64_and_Quantums(const FILETIME &ft, UInt32 &quantums) throw();
100 unsigned hour, unsigned min, unsigned sec, UInt64 &resSeconds) throw();
102 void GetCurUtc_FiTime(CFiTime &ft) throw();
106 void GetCurUtcFileTime(FILETIME &ft) throw();