Searched refs:pop_with_timestamp (Results 1 – 2 of 2) sorted by relevance
387 pub fn pop_with_timestamp(&mut self) -> Option<(Sample, u32)> { in pop_with_timestamp() method
1471 assert_eq!(s.pop_with_timestamp(), None); in test_pop_with_timestamp()1488 while let Some((sample, ts)) = s.pop_with_timestamp() { in test_sample_builder_data()