Searched refs:is_same_timestamp (Results 1 – 1 of 1) sorted by relevance
247 let is_same_timestamp = head_timestamp.map(|t| packet.header.timestamp == t); in build_sample() localVariable248 let is_different_timestamp = is_same_timestamp.map(std::ops::Not::not); in build_sample()261 if is_partition_tail && is_same_timestamp.unwrap_or(true) { in build_sample()