| /external/ow2-asm/asm/src/main/java/org/objectweb/asm/ |
| D | TypePath.java | 37 public final class TypePath { class 72 TypePath(final byte[] typePathContainer, final int typePathOffset) { in TypePath() method in TypePath
|
| /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() 155 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/uniffi_macros/src/export/ |
| D | item.rs | 214 fn type_as_type_path(ty: &syn::Type) -> syn::Result<&syn::TypePath> { in type_as_type_path()
|
| /external/rust/crates/tracing-attributes/src/ |
| D | expand.rs | 22 self_type: Option<&TypePath>, in gen_function() 112 self_type: Option<&TypePath>, in gen_block()
|
| /external/rust/crates/async-trait/src/ |
| D | receiver.rs | 61 fn visit_type_path_mut(&mut self, ty: &mut TypePath) { in visit_type_path_mut()
|
| D | expand.rs | 451 fn visit_type_path_mut(&mut self, ty: &mut TypePath) { in contains_associated_type_impl_trait()
|
| /external/rust/crates/prettyplease/src/ |
| D | ty.rs | 105 fn type_path(&mut self, ty: &TypePath) { in type_path()
|
| /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/rust/crates/syn/src/ |
| D | ty.rs | 737 impl Parse for TypePath { implementation 1089 impl ToTokens for TypePath { implementation
|
| /external/auto/value/src/test/java/com/google/auto/value/extension/memoized/ |
| D | MemoizedTest.java | 556 interface TypePath<InputT, ResultT> {} interface in MemoizedTest
|
| /external/rust/crates/darling_core/src/usage/ |
| D | lifetimes.rs | 196 impl UsesLifetimes for syn::TypePath { implementation
|
| D | type_params.rs | 169 impl UsesTypeParams for syn::TypePath { implementation
|
| /external/rust/crates/syn/src/gen/ |
| D | debug.rs | 2770 impl Debug for TypePath { implementation 2772 impl TypePath { in fmt() implementation
|
| D | eq.rs | 1934 impl Eq for TypePath {} implementation 1937 impl PartialEq for TypePath { implementation
|
| D | clone.rs | 1983 impl Clone for TypePath { implementation
|
| D | hash.rs | 2557 impl Hash for TypePath { implementation
|
| D | visit_mut.rs | 680 fn visit_type_path_mut(&mut self, i: &mut TypePath) { in visit_type_path_mut()
|
| D | fold.rs | 683 fn fold_type_path(&mut self, i: TypePath) -> TypePath { in fold_type_path()
|
| D | visit.rs | 679 fn visit_type_path(&mut self, i: &'ast TypePath) { in visit_type_path()
|