Searched refs:as_slice (Results 1 – 8 of 8) sorted by relevance
337 pub fn as_slice(&self) -> &[u64] { in as_slice() method 356 write!(f, "{:?}", self.as_slice()) in fmt()
88 match valid_paths.as_slice() { in find_real_path()
51 segments.append(&mut concat_helper(tokens.as_slice())); in concat_helper()
110 let data = guard.0.as_slice();
35 ).as_slice()
228 pub fn as_slice(&self) -> &[T] { in as_slice() function 916 self.as_slice() in borrow()
419 pub unsafe fn as_slice(&self, offset: usize, count: usize) -> Result<&[T]> { in as_slice() method 430 /// Performs the same functionality as [`CoherentAllocation::as_slice`], except that a mutable
933 unsafe { CStr::from_bytes_with_nul_unchecked(self.buf.as_slice()) } in deref()