Home
last modified time | relevance | path

Searched refs:parse_use_tree (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/
Ditem.rs1333 let tree = parse_use_tree(input, allow_crate_root_in_path && leading_colon.is_none())?; in parse_item_use()
1355 parse_use_tree(input, allow_crate_root_in_path).map(Option::unwrap) in parse()
1359 fn parse_use_tree( in parse_use_tree() function
1410 match parse_use_tree( in parse_use_tree()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/
H A Ditem.rs1333 let tree = parse_use_tree(input, allow_crate_root_in_path && leading_colon.is_none())?; in parse_item_use()
1355 parse_use_tree(input, allow_crate_root_in_path).map(Option::unwrap) in parse()
1359 fn parse_use_tree( in parse_use_tree() function
1410 match parse_use_tree( in parse_use_tree()