Home
last modified time | relevance | path

Searched defs:ClassDescriptor (Results 1 – 3 of 3) sorted by relevance

/external/emma/core/java12/com/vladium/emma/data/
DClassDescriptor.java24 final class ClassDescriptor implements IConstants, Serializable class
29 public ClassDescriptor (final String packageVMName, final String name, final long stamp, in ClassDescriptor() method in ClassDescriptor
/external/perfetto/src/trace_processor/importers/proto/
Dheap_graph_tracker.cc96 struct ClassDescriptor { struct
97 StringId name;
98 std::optional<StringId> location;
100 bool operator<(const ClassDescriptor& other) const { in operator <()
/external/dokka/core/src/main/kotlin/Kotlin/
DDocumentationBuilder.kt552 …private fun ClassDescriptor.isExtensionApplicable(extensionFunction: CallableMemberDescriptor): Bo… in ClassDescriptor() method
647 fun ClassDescriptor.build(external: Boolean = false): DocumentationNode { in ClassDescriptor() method
683 fun ClassDescriptor.collectMembersToDocument(): List<ClassMember> { in ClassDescriptor() method
722 fun ClassDescriptor.isSubclassOfThrowable(): Boolean = in ClassDescriptor() method
1172 fun ClassDescriptor.supertypesWithAnyPrecise(): Collection<KotlinType> { in ClassDescriptor() method