Searched defs:ClassDescriptor (Results 1 – 3 of 3) sorted by relevance
24 final class ClassDescriptor implements IConstants, Serializable class29 public ClassDescriptor (final String packageVMName, final String name, final long stamp, in ClassDescriptor() method in ClassDescriptor
96 struct ClassDescriptor { struct97 StringId name;98 std::optional<StringId> location;100 bool operator<(const ClassDescriptor& other) const { in operator <()
552 …private fun ClassDescriptor.isExtensionApplicable(extensionFunction: CallableMemberDescriptor): Bo… in ClassDescriptor() method647 fun ClassDescriptor.build(external: Boolean = false): DocumentationNode { in ClassDescriptor() method683 fun ClassDescriptor.collectMembersToDocument(): List<ClassMember> { in ClassDescriptor() method722 fun ClassDescriptor.isSubclassOfThrowable(): Boolean = in ClassDescriptor() method1172 fun ClassDescriptor.supertypesWithAnyPrecise(): Collection<KotlinType> { in ClassDescriptor() method