Searched refs:ts (Results 1 – 2 of 2) sorted by relevance
38 let ts = c.set_timestamp(); in test_chunk_udp() localVariable39 assert_eq!(ts, c.get_timestamp(), "timestamp should match"); in test_chunk_udp()
1488 while let Some((sample, ts)) = s.pop_with_timestamp() { in test_sample_builder_data()1489 assert_eq!(ts, (j + 42) as u32, "timestamp"); in test_sample_builder_data()