Lines Matching defs:chunks
112 chunks: BTreeMap<u64, ChunkWithSize>, field
195 let chunks = (0..sparse_header.total_chunks.to_native()) in from_file() localVariable
318 chunks: BTreeMap<u64, ChunkWithSize>, field
551 let chunks = vec![ChunkWithSize { in read_dontcare() localVariable
566 let chunks = vec![ChunkWithSize { in read_fill_simple() localVariable
581 let chunks = vec![ChunkWithSize { in read_fill_edges() localVariable
596 let chunks = vec![ in read_fill_offset_edges() localVariable
617 let chunks = vec![ChunkWithSize { in read_raw() localVariable
633 let chunks = vec![ in read_two_fills() localVariable
698 let chunks = vec![ChunkWithSize { in async_read_dontcare() localVariable
713 let chunks = vec![ChunkWithSize { in async_read_dontcare_with_offsets() localVariable
748 let chunks = vec![ChunkWithSize { in async_read_fill_simple() localVariable
764 let chunks = vec![ChunkWithSize { in async_read_fill_simple_with_offset() localVariable
799 let chunks = vec![ChunkWithSize { in async_read_fill_edges() localVariable
815 let chunks = vec![ in async_read_fill_offset_edges() localVariable
837 let chunks = vec![ChunkWithSize { in async_read_raw() localVariable
855 let chunks = vec![ChunkWithSize { in async_read_fill_raw_with_offset() localVariable
892 let chunks = vec![ in async_read_two_fills() localVariable
919 let chunks = vec![ChunkWithSize { in async_roundtrip_read_dontcare() localVariable