Searched defs:TypePath (Results 1 – 14 of 14) sorted by relevance
| /external/rust/crates/serde_derive/src/internals/ |
| D | receiver.rs | 25 fn self_ty(&self, span: Span) -> TypePath { in self_ty() 91 fn visit_type_path_mut(&mut self, ty: &mut TypePath) { in visit_type_path_mut() 157 fn visit_type_path_mut_impl(&mut self, ty: &mut TypePath) { in visit_type_path_mut_impl()
|
| /external/rust/crates/pin-project-internal/src/ |
| D | utils.rs | 196 fn self_ty(&self, span: Span) -> TypePath { in self_ty() 318 fn visit_type_path_mut(&mut self, ty: &mut TypePath) { in visit_type_path_mut()
|
| /external/rust/crates/async-trait/src/ |
| D | receiver.rs | 68 fn visit_type_path_mut(&mut self, ty: &mut TypePath) { in visit_type_path_mut()
|
| D | expand.rs | 422 fn visit_type_path_mut(&mut self, ty: &mut TypePath) { in contains_associated_type_impl_trait()
|
| /external/turbine/java/com/google/turbine/bytecode/ |
| D | ClassFile.java | 725 public static class TypePath { class in ClassFile.TypeAnnotationInfo 770 private TypePath(TypePath.@Nullable Kind kind, @Nullable TypePath parent) { in TypePath() method in ClassFile.TypeAnnotationInfo.TypePath 775 private TypePath(int index, TypePath.@Nullable Kind kind, @Nullable TypePath parent) { in TypePath() method in ClassFile.TypeAnnotationInfo.TypePath
|
| /external/auto/value/src/test/java/com/google/auto/value/extension/memoized/ |
| D | MemoizedTest.java | 468 interface TypePath<InputT, ResultT> {} interface in MemoizedTest
|
| /external/rust/crates/syn/src/ |
| D | ty.rs | 820 impl Parse for TypePath { implementation 1161 impl ToTokens for TypePath { implementation
|
| /external/rust/crates/syn/src/gen/ |
| D | eq.rs | 1956 impl Eq for TypePath {} implementation 1959 impl PartialEq for TypePath { implementation
|
| D | clone.rs | 2015 impl Clone for TypePath { implementation
|
| D | hash.rs | 2589 impl Hash for TypePath { implementation
|
| D | visit_mut.rs | 695 fn visit_type_path_mut(&mut self, i: &mut TypePath) { in visit_type_path_mut()
|
| D | fold.rs | 698 fn fold_type_path(&mut self, i: TypePath) -> TypePath { in fold_type_path()
|
| D | debug.rs | 2759 impl Debug for TypePath { implementation
|
| D | visit.rs | 694 fn visit_type_path(&mut self, i: &'ast TypePath) { in visit_type_path()
|