Home
last modified time | relevance | path

Searched defs:Path (Results 1 – 14 of 14) sorted by relevance

/linux/rust/syn/
H A Dpath.rs22 impl<T> From<T> for Path implementation
36 impl Path { impl
311 impl Parse for Path { implementation
549 impl Path { implementation
648 pub(crate) fn qpath(input: ParseStream, expr_style: bool) -> Result<(Option<QSelf>, Path)> { in qpath() argument
732 impl ToTokens for Path { implementation
738 pub(crate) fn print_path(tokens: &mut TokenStream, path: &Path, style: PathStyle) { in print_path()
905 path: &Path, in print_qpath()
H A Dattr.rs188 pub fn path(&self) -> &Path { in path()
511 pub fn path(&self) -> &Path { in path()
522 pub fn require_path_only(&self) -> Result<&Path> { in require_path_only()
714 fn parse_outermost_meta_path(input: ParseStream) -> Result<Path> { in parse_outermost_meta_path()
723 pub(crate) fn parse_meta_after_path(path: Path, input: ParseStream) -> Result<Meta> { in parse_meta_after_path()
733 fn parse_meta_list_after_path(path: Path, input: ParseStream) -> Result<MetaList> { in parse_meta_list_after_path()
742 fn parse_meta_name_value_after_path(path: Path, input: ParseStream) -> Result<MetaNameValue> { in parse_meta_name_value_after_path()
H A Dmeta.rs405 fn parse_meta_path(input: ParseStream) -> Result<Path> { in parse_meta_path()
H A Dpat.rs498 path: Path, in pat_tuple_struct()
707 Path(ExprPath), enumerator
H A Dexpr.rs1960 path: Path, in rest_of_path_or_macro_or_struct()
2792 path: Path, in expr_struct_helper()
/linux/scripts/
H A Drustdoc_test_gen.rs48 fn find_real_path<'a>(srctree: &Path, valid_paths: &'a mut Vec<PathBuf>, file: &str) -> &'a str { in find_real_path() argument
55 srctree: &Path, in find_real_path() argument
57 prefix: &Path, in find_real_path() argument
/linux/tools/testing/selftests/hid/tests/
H A Dbase_device.py221 def __init__(self: "EvdevDevice", sysfs: Path) -> None:
/linux/rust/syn/gen/
H A Deq.rs1622 impl Eq for crate::Path {} implementation
1625 impl PartialEq for crate::Path { implementation
H A Dclone.rs1646 impl Clone for crate::Path { implementation
H A Ddebug.rs2390 impl Debug for crate::Path { implementation
2396 impl crate::Path { implementation
H A Dhash.rs2085 impl Hash for crate::Path { implementation
H A Dvisit_mut.rs695 fn visit_path_mut(&mut self, i: &mut crate::Path) { in visit_path_mut()
H A Dfold.rs730 fn fold_path(&mut self, i: crate::Path) -> crate::Path { in fold_path()
H A Dvisit.rs687 fn visit_path(&mut self, i: &'ast crate::Path) { in visit_path()