Home
last modified time | relevance | path

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

/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()
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/
Dutils.rs196 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/
Dreceiver.rs68 fn visit_type_path_mut(&mut self, ty: &mut TypePath) { in visit_type_path_mut()
Dexpand.rs422 fn visit_type_path_mut(&mut self, ty: &mut TypePath) { in contains_associated_type_impl_trait()
/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/auto/value/src/test/java/com/google/auto/value/extension/memoized/
DMemoizedTest.java468 interface TypePath<InputT, ResultT> {} interface in MemoizedTest
/external/rust/crates/syn/src/
Dty.rs820 impl Parse for TypePath { implementation
1161 impl ToTokens for TypePath { implementation
/external/rust/crates/syn/src/gen/
Deq.rs1956 impl Eq for TypePath {} implementation
1959 impl PartialEq for TypePath { implementation
Dclone.rs2015 impl Clone for TypePath { implementation
Dhash.rs2589 impl Hash for TypePath { implementation
Dvisit_mut.rs695 fn visit_type_path_mut(&mut self, i: &mut TypePath) { in visit_type_path_mut()
Dfold.rs698 fn fold_type_path(&mut self, i: TypePath) -> TypePath { in fold_type_path()
Ddebug.rs2759 impl Debug for TypePath { implementation
Dvisit.rs694 fn visit_type_path(&mut self, i: &'ast TypePath) { in visit_type_path()