Lines Matching refs:CellIterator
57 pub struct CellIterator<'a> { struct
61 impl<'a> CellIterator<'a> { argument
63 const CHUNK_SIZE: usize = size_of::<<CellIterator as Iterator>::Item>(); in new()
69 impl<'a> Iterator for CellIterator<'a> { implementation
80 cells: CellIterator<'a>,
113 cells: CellIterator<'a>, in new()
179 cells: CellIterator<'a>,
201 cells: CellIterator<'a>, in new()
232 fn from_addr_cells(cells: &mut CellIterator, cell_count: AddrCells) -> Option<Self>; in from_addr_cells() argument
236 fn from_addr_cells(cells: &mut CellIterator, cell_count: AddrCells) -> Option<Self> { in from_addr_cells() argument
246 fn from_addr_cells(cells: &mut CellIterator, cell_count: AddrCells) -> Option<Self> { in from_addr_cells() argument
257 fn from_size_cells(cells: &mut CellIterator, cell_count: SizeCells) -> Option<Self>; in from_size_cells() argument
261 fn from_size_cells(cells: &mut CellIterator, cell_count: SizeCells) -> Option<Self> { in from_size_cells() argument