Searched refs:as_slice (Results 1 – 7 of 7) sorted by relevance
88 match valid_paths.as_slice() { in find_real_path()
51 segments.append(&mut concat_helper(tokens.as_slice())); in concat_helper()
158 let slice = self.as_slice();
196 let mut state = INIT.as_slice(); in scan_expr()
244 pub fn as_slice(&self) -> &[T] { in as_slice() function1042 self.as_slice() in borrow()
874 unsafe { CStr::from_bytes_with_nul_unchecked(self.buf.as_slice()) } in deref()
1080 b'\0' => repr.push_str(match bytes.as_slice().first() { in byte_string()