Searched defs:visit_path_segment (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_derive-1.0.197/src/ |
H A D | bound.rs | 189 fn visit_path_segment(&mut self, segment: &'ast syn::PathSegment) { in with_bound() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/serde_derive/src/ |
D | bound.rs | 189 fn visit_path_segment(&mut self, segment: &'ast syn::PathSegment) { in with_bound() method
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/gen/ |
H A D | visit.rs | 579 fn visit_path_segment(&mut self, i: &'ast PathSegment) { in visit_path_segment() method 3050 pub fn visit_path_segment<'ast, V>(v: &mut V, node: &'ast PathSegment) in visit_path_segment() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/gen/ |
D | visit.rs | 682 fn visit_path_segment(&mut self, i: &'ast crate::PathSegment) { in visit_path_segment() method 3128 pub fn visit_path_segment<'ast, V>(v: &mut V, node: &'ast crate::PathSegment) in visit_path_segment() function
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/gen/ |
H A D | visit.rs | 682 fn visit_path_segment(&mut self, i: &'ast crate::PathSegment) { in visit_path_segment() method 3128 pub fn visit_path_segment<'ast, V>(v: &mut V, node: &'ast crate::PathSegment) in visit_path_segment() function
|