Searched refs:ContentEmpty (Results 1 – 6 of 6) sorted by relevance
7 object ContentEmpty : ContentNode { object233 open val summary: ContentNode get() = ContentEmpty234 open val description: ContentNode get() = ContentEmpty261 override val summary: ContentNode get() = children.firstOrNull() ?: ContentEmpty266 ContentEmpty in <lambda>()
173 if (node !is ContentEmpty) { in buildInlineTags()203 is ContentEmpty -> {} in buildInlineTags()
305 …this.content.summary !is ContentEmpty || this.content.description !is ContentEmpty || this.content… in hasNonEmptyContent()
284 is ContentEmpty -> { /* nothing */ } in StringBuilder()
869 return ContentEmpty in firstSentenceOfSummary()
440 if (content.description != ContentEmpty) { in <lambda>()