Home
last modified time | relevance | path

Searched defs:TypePath (Results 1 – 15 of 15) 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.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/async-trait/src/
Dreceiver.rs68 fn visit_type_path_mut(&mut self, ty: &mut TypePath) { in visit_type_path_mut()
Dexpand.rs414 fn visit_type_path_mut(&mut self, ty: &mut TypePath) { in contains_associated_type_impl_trait()
/external/turbine/java/com/google/turbine/bytecode/
DClassFile.java683 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/
DMemoizedTest.java460 interface TypePath<InputT, ResultT> {} interface in MemoizedTest
/external/rust/crates/syn/src/
Dty.rs823 impl Parse for TypePath { implementation
1150 impl ToTokens for TypePath { implementation
/external/llvm-project/clang/utils/TableGen/
DClangOpcodesEmitter.cpp63 llvm::SmallVector<Record *, 2> TypePath; in Enumerate() local
/external/rust/crates/syn/src/gen/
Deq.rs2051 impl Eq for TypePath {} implementation
2054 impl PartialEq for TypePath { implementation
Dclone.rs2015 impl Clone for TypePath { implementation
Dhash.rs2591 impl Hash for TypePath { implementation
Dvisit_mut.rs692 fn visit_type_path_mut(&mut self, i: &mut TypePath) { in visit_type_path_mut()
Dfold.rs692 fn fold_type_path(&mut self, i: TypePath) -> TypePath { in fold_type_path()
Ddebug.rs2759 impl Debug for TypePath { implementation
Dvisit.rs688 fn visit_type_path(&mut self, i: &'ast TypePath) { in visit_type_path()