Home
last modified time | relevance | path

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

/aosp_15_r20/external/dokka/core/src/main/kotlin/Model/
H A DContent.kt3 interface ContentNode { interface
/aosp_15_r20/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_object.h31 ContentNode, enumerator
/aosp_15_r20/external/dokka/core/src/test/kotlin/
H A DTestAPI.kt290 fun ContentNode.toTestString(): String { in toTestString() method
/aosp_15_r20/external/dokka/core/src/main/kotlin/Formats/
H A DStructuredFormatService.kt261 private fun ContentNode.appendSignature() { in <lambda>() method
H A DDacHtmlFormat.kt854 fun ContentNode.firstSentence(): ContentText? = when(this) { in firstSentenceOfSummary() method