Home
last modified time | relevance | path

Searched defs:TypePath (Results 1 – 20 of 20) sorted by relevance

/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
DTypePath.java37 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/
Dreceiver.rs25 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/
Dutils.rs184 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/
Ditem.rs214 fn type_as_type_path(ty: &syn::Type) -> syn::Result<&syn::TypePath> { in type_as_type_path()
/external/rust/crates/tracing-attributes/src/
Dexpand.rs22 self_type: Option<&TypePath>, in gen_function()
112 self_type: Option<&TypePath>, in gen_block()
/external/rust/crates/async-trait/src/
Dreceiver.rs61 fn visit_type_path_mut(&mut self, ty: &mut TypePath) { in visit_type_path_mut()
Dexpand.rs451 fn visit_type_path_mut(&mut self, ty: &mut TypePath) { in contains_associated_type_impl_trait()
/external/rust/crates/prettyplease/src/
Dty.rs105 fn type_path(&mut self, ty: &TypePath) { in type_path()
/external/turbine/java/com/google/turbine/bytecode/
DClassFile.java725 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/
Dty.rs737 impl Parse for TypePath { implementation
1089 impl ToTokens for TypePath { implementation
/external/auto/value/src/test/java/com/google/auto/value/extension/memoized/
DMemoizedTest.java556 interface TypePath<InputT, ResultT> {} interface in MemoizedTest
/external/rust/crates/darling_core/src/usage/
Dlifetimes.rs196 impl UsesLifetimes for syn::TypePath { implementation
Dtype_params.rs169 impl UsesTypeParams for syn::TypePath { implementation
/external/rust/crates/syn/src/gen/
Ddebug.rs2770 impl Debug for TypePath { implementation
2772 impl TypePath { in fmt() implementation
Deq.rs1934 impl Eq for TypePath {} implementation
1937 impl PartialEq for TypePath { implementation
Dclone.rs1983 impl Clone for TypePath { implementation
Dhash.rs2557 impl Hash for TypePath { implementation
Dvisit_mut.rs680 fn visit_type_path_mut(&mut self, i: &mut TypePath) { in visit_type_path_mut()
Dfold.rs683 fn fold_type_path(&mut self, i: TypePath) -> TypePath { in fold_type_path()
Dvisit.rs679 fn visit_type_path(&mut self, i: &'ast TypePath) { in visit_type_path()