Searched refs:GetSecondsSince1970ToPointTime (Results 1 – 5 of 5) sorted by relevance
33 int64_t GetSecondsSince1970ToPointTime(struct tm inputTm) in GetSecondsSince1970ToPointTime() function47 int64_t second1 = GetSecondsSince1970ToPointTime(inputTm1); in GetSecondsBetween()48 int64_t second2 = GetSecondsSince1970ToPointTime(inputTm2); in GetSecondsBetween()
82 int64_t second2 = GetSecondsSince1970ToPointTime(curTime);92 second2 = GetSecondsSince1970ToPointTime(info);
104 int64_t second2 = GetSecondsSince1970ToPointTime(curTime); in BENCHMARK_F()115 second2 = GetSecondsSince1970ToPointTime(info); in BENCHMARK_F()
113 int64_t GetSecondsSince1970ToPointTime(struct tm inputTm);
18 |int64_t |**GetSecondsSince1970ToPointTime**(struct tm inputTm)<br>获取从 1970 到输入时间的秒数。 |