| /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 | 184 fn self_ty(&self, span: Span) -> TypePath { in self_ty() 306 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 | 414 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 | 683 public static class TypePath { class in ClassFile.TypeAnnotationInfo 728 private TypePath(TypePath.Kind kind, TypePath parent) { in TypePath() method in ClassFile.TypeAnnotationInfo.TypePath 733 private TypePath(int index, TypePath.Kind kind, TypePath parent) { in TypePath() method in ClassFile.TypeAnnotationInfo.TypePath
|
| /external/auto/value/src/test/java/com/google/auto/value/extension/memoized/ |
| D | MemoizedTest.java | 460 interface TypePath<InputT, ResultT> {} interface in MemoizedTest
|
| /external/rust/crates/syn/src/ |
| D | ty.rs | 823 impl Parse for TypePath { implementation 1150 impl ToTokens for TypePath { implementation
|
| /external/llvm-project/clang/utils/TableGen/ |
| D | ClangOpcodesEmitter.cpp | 63 llvm::SmallVector<Record *, 2> TypePath; in Enumerate() local
|
| /external/rust/crates/syn/src/gen/ |
| D | eq.rs | 2051 impl Eq for TypePath {} implementation 2054 impl PartialEq for TypePath { implementation
|
| D | clone.rs | 2015 impl Clone for TypePath { implementation
|
| D | hash.rs | 2591 impl Hash for TypePath { implementation
|
| D | visit_mut.rs | 692 fn visit_type_path_mut(&mut self, i: &mut TypePath) { in visit_type_path_mut()
|
| D | fold.rs | 692 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 | 688 fn visit_type_path(&mut self, i: &'ast TypePath) { in visit_type_path()
|