Home
last modified time | relevance | path

Searched refs:to_fill (Results 1 – 1 of 1) sorted by relevance

/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dsparse.rs219 let to_fill = &mut self.buffer[self.curr_size..][..gap]; in get() localVariable
220 Ref::<_, [FillUnit]>::new_slice(to_fill).unwrap().into_mut_slice().fill(FillUnit(val)); in get()