Home
last modified time | relevance | path

Searched refs:fold_path_segment (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/gen/
H A Dfold.rs580 fn fold_path_segment(&mut self, i: PathSegment) -> PathSegment { in fold_path_segment() method
581 fold_path_segment(self, i) in fold_path_segment()
2684 segments: FoldHelper::lift(node.segments, |it| f.fold_path_segment(it)), in fold_path()
2707 pub fn fold_path_segment<F>(f: &mut F, node: PathSegment) -> PathSegment in fold_path_segment() function
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/gen/
Dfold.rs722 fn fold_path_segment(&mut self, i: crate::PathSegment) -> crate::PathSegment { in fold_path_segment() method
723 fold_path_segment(self, i) in fold_path_segment()
3015 segments: FoldHelper::lift(node.segments, |it| f.fold_path_segment(it)), in fold_path()
3043 pub fn fold_path_segment<F>(f: &mut F, node: crate::PathSegment) -> crate::PathSegment in fold_path_segment() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/gen/
H A Dfold.rs722 fn fold_path_segment(&mut self, i: crate::PathSegment) -> crate::PathSegment { in fold_path_segment() method
723 fold_path_segment(self, i) in fold_path_segment()
3015 segments: FoldHelper::lift(node.segments, |it| f.fold_path_segment(it)), in fold_path()
3043 pub fn fold_path_segment<F>(f: &mut F, node: crate::PathSegment) -> crate::PathSegment in fold_path_segment() function