Home
last modified time | relevance | path

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

/aosp_15_r20/external/dokka/core/src/main/kotlin/Model/
H A DDocumentationNode.kt255 private fun DocumentationNode.recursiveInheritedMembers(): List<DocumentationNode> { in simpleName() method
261 private fun DocumentationNode.recursiveInheritedMembers(allInheritedMembers: MutableList<Documentat… in recursiveInheritedMembers() method