Searched defs:first (Results 1 – 4 of 4) sorted by relevance
35 pub fn first(&self) -> Option<ProcessorId> { in first() method
1096 let first = self.first_child(); in get_first() localVariable1114 let first = self.first_child(); in pop_first() localVariable1132 let first = self.first_child(); in get_first_mut() localVariable
35 first: u32, field
504 let mut first = true; // 标记变量,记录当前是否已经筛选出了一个元素 in find_and_delete() localVariable