Searched defs:entries_count (Results 1 – 1 of 1) sorted by relevance
99 entries_count: usize, field112 let entries_count = usize::try_from(header.entries_count()).unwrap(); in new() localVariable174 entries_count: u32, field199 fn entries_count(&self) -> u32 { in entries_count() method