Searched refs:get_first (Results 1 – 2 of 2) sorted by relevance
97 return Some(self.queue.get_first().unwrap().1.virtual_runtime); in min_vruntime()
1108 pub fn get_first(&self) -> Option<(&K, &V)> { in get_first() method1592 assert_eq!(m.get_first(), Some((&2, &4))); in test_pop()