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