Searched defs:BlockIter (Results 1 – 2 of 2) sorted by relevance
40 pub struct BlockIter { struct51 impl BlockIter { argument62 impl Iterator for BlockIter { implementation
77 pub struct BlockIter { struct95 impl BlockIter { argument97 pub fn new(start_addr: usize, end_addr: usize, blk_size_log2: u8) -> BlockIter { in new()105 pub fn new_multiblock(start_addr: usize, end_addr: usize, blk_size_log2: u8) -> BlockIter { in new_multiblock()169 impl Iterator for BlockIter { implementation