Searched refs:is_full (Results 1 – 1 of 1) sorted by relevance
123 let full = multi && range.is_multi() || !multi && range.is_full(); in read_at()159 let full = multi && range.is_multi() || !multi && range.is_full(); in write_at()305 pub fn is_full(&self) -> bool { in is_full() method