Searched refs:other_timestamp (Results 1 – 1 of 1) sorted by relevance
760 uint32_t other_timestamp = limit_timestamp + (1 << 31); in TestIsObsoleteTimestamp() local761 uint32_t lowest_timestamp = std::min(limit_timestamp, other_timestamp); in TestIsObsoleteTimestamp()762 uint32_t highest_timestamp = std::max(limit_timestamp, other_timestamp); in TestIsObsoleteTimestamp()