Searched defs:supertypes (Results 1 – 8 of 8) sorted by relevance
66 private val supertypes = mutableListOf<KmType>() in <lambda>() constant
184 Set<? extends Class<?>> supertypes = TypeToken.of(clazz).getTypes().rawTypes(); in getAnnotatedMethodsNotCached() local
74 public Iterable<TypeMirror> supertypes(TypeMirror type) { in supertypes() method in DaggerTypes
278 …val supertypes = node.details(NodeKind.Supertype).filterNot { it.qualifiedNameFromType() in ignore… in <lambda>() constant
95 private final Function<TypeElement, Iterable<TypeElement>> supertypes; field in DiagnosticMessageGenerator
145 const std::list<Type>& supertypes() const { return supertypes_; } in supertypes() function
133 val supertypes: List<DocumentationNode> constant