Searched refs:stored_time (Results 1 – 2 of 2) sorted by relevance
1010 Time stored_time = Time::FromInternalValue(stored_value); in LoadBackoffExpiryTime() local1013 << utils::ToString(stored_time) in LoadBackoffExpiryTime()1015 stored_time = Time(); in LoadBackoffExpiryTime()1017 SetBackoffExpiryTime(stored_time); in LoadBackoffExpiryTime()1037 Time stored_time; in LoadUpdateTimestampStart() local1043 stored_time = now; in LoadUpdateTimestampStart()1046 stored_time = now; in LoadUpdateTimestampStart()1048 stored_time = Time::FromInternalValue(stored_value); in LoadUpdateTimestampStart()1061 stored_time = now; in LoadUpdateTimestampStart()1064 SetUpdateTimestampStart(stored_time); in LoadUpdateTimestampStart()[all …]
561 Time stored_time = Time::FromInternalValue(stored_value); in WallclockDurationHelper() local562 if (stored_time > now) { in WallclockDurationHelper()566 *out_duration = now - stored_time; in WallclockDurationHelper()584 Time stored_time = Time::FromInternalValue(*storage); in MonotonicDurationHelper() local585 *out_duration = now - stored_time; in MonotonicDurationHelper()