Searched refs:first (Results 1 – 4 of 4) sorted by relevance
1109 let first = self.first_child(); in get_first() localVariable1110 if first.is_null() { in get_first()1113 unsafe { Some((&(*first.0).key, &(*first.0).value)) } in get_first()1127 let first = self.first_child(); in pop_first() localVariable1128 if first.is_null() { in pop_first()1131 unsafe { Some(self.delete(first)) } in pop_first()1145 let first = self.first_child(); in get_first_mut() localVariable1146 if first.is_null() { in get_first_mut()1149 unsafe { Some((&(*first.0).key, &mut (*first.0).value)) } in get_first_mut()
507 let mut first = true; // 标记变量,记录当前是否已经筛选出了一个元素 in find_and_delete() localVariable511 if !first { in find_and_delete()517 first = false; in find_and_delete()
81 let cidr = net_face.inner_iface().lock().ip_addrs().first().cloned(); in dhcp_query()
125 first. Because this is a wildcard, it