Home
last modified time | relevance | path

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

12

/external/turbine/java/com/google/turbine/binder/bytecode/
DBytecodeBinder.java84 ImmutableListMultimap<TypeAnnotationInfo.TypePath, AnnoInfo> annotations, in bindClassTy()
126 ImmutableListMultimap<TypeAnnotationInfo.TypePath, AnnoInfo> annotations, in wildTy()
152 ImmutableListMultimap<TypeAnnotationInfo.TypePath, AnnoInfo> annotations, in bindTy()
175 ImmutableListMultimap<TypeAnnotationInfo.TypePath, AnnoInfo> annotations, in bindArrayTy()
207 ImmutableListMultimap<TypeAnnotationInfo.TypePath, AnnoInfo> annotations) { in asNonParametricClassTy()
/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/android-crates-io/crates/serde_derive/src/internals/
Dreceiver.rs24 fn self_ty(&self, span: Span) -> TypePath { in self_ty()
90 fn visit_type_path_mut(&mut self, ty: &mut TypePath) { in visit_type_path_mut()
154 fn visit_type_path_mut_impl(&mut self, ty: &mut TypePath) { in visit_type_path_mut_impl()
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/serde_derive-1.0.215/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/cronet/tot/third_party/rust/chromium_crates_io/vendor/serde_derive-1.0.215/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/android-crates-io/crates/pin-project-internal/src/
Dutils.rs171 fn self_ty(&self, span: Span) -> TypePath { in self_ty()
293 fn visit_type_path_mut(&mut self, ty: &mut TypePath) { in visit_type_path_mut()
/external/rust/android-crates-io/crates/yoke-derive/src/
Dvisitor.rs27 fn visit_type_path(&mut self, ty: &'ast TypePath) { in visit_type_path()
/external/rust/android-crates-io/crates/zerofrom-derive/src/
Dvisitor.rs28 fn visit_type_path(&mut self, ty: &'ast TypePath) { in visit_type_path()
Dlib.rs297 fn fold_type_path(&mut self, i: TypePath) -> TypePath { in replace_lifetime_and_type()
/external/rust/android-crates-io/crates/tracing-attributes/src/
Dexpand.rs22 self_type: Option<&TypePath>, in gen_function()
112 self_type: Option<&TypePath>, in gen_block()
/external/rust/android-crates-io/crates/async-trait/src/
Dreceiver.rs61 fn visit_type_path_mut(&mut self, ty: &mut TypePath) { in visit_type_path_mut()
Dexpand.rs454 fn visit_type_path_mut(&mut self, ty: &mut TypePath) { in contains_associated_type_impl_trait()
/external/rust/android-crates-io/crates/prettyplease/src/
Dty.rs106 fn type_path(&mut self, ty: &TypePath) { in type_path()
/external/turbine/javatests/com/google/turbine/processing/
DTurbineTypeAnnotationMirrorTest.java493 abstract static class TypePath { class in TurbineTypeAnnotationMirrorTest.TypeAnnotationRecorder
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/src/
Dty.rs785 impl Parse for TypePath { implementation
1176 impl ToTokens for TypePath { implementation
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/src/
Dty.rs785 impl Parse for TypePath { implementation
1176 impl ToTokens for TypePath { implementation
/external/rust/android-crates-io/crates/syn/src/
Dty.rs785 impl Parse for TypePath { implementation
1176 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/android-crates-io/crates/diplomat_core/src/ast/
Dtypes.rs110 pub fn to_syn(&self) -> syn::TypePath { in to_syn()
1170 fn is_runtime_type(p: &syn::TypePath, name: &str) -> bool { in is_runtime_type()
/external/rust/android-crates-io/crates/darling_core/src/usage/
Dlifetimes.rs196 impl UsesLifetimes for syn::TypePath { implementation
Dtype_params.rs169 impl UsesTypeParams for syn::TypePath { implementation
/external/turbine/java/com/google/turbine/bytecode/
DClassFile.java750 public abstract static class TypePath { class in ClassFile.TypeAnnotationInfo
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/src/gen/
Deq.rs2077 impl Eq for crate::TypePath {} implementation
2080 impl PartialEq for crate::TypePath { implementation
/external/rust/android-crates-io/crates/syn/src/gen/
Deq.rs2077 impl Eq for crate::TypePath {} implementation
2080 impl PartialEq for crate::TypePath { implementation
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/src/gen/
Deq.rs2077 impl Eq for crate::TypePath {} implementation
2080 impl PartialEq for crate::TypePath { implementation

12