Searched defs:MutableContent (Results 1 – 8 of 8) sorted by relevance
253 private fun MutableContent.addTagToSeeAlso(descriptor: DeclarationDescriptor, seeTag: KDocTag) { in <lambda>() method257 …private fun MutableContent.addTagToSection(seeTag: KDocTag, descriptor: DeclarationDescriptor, sec… in <lambda>() method
276 void setMutableContent(MutableArrayRef<char> MutableContent) { in setMutableContent()1120 MutableArrayRef<char> MutableContent, in createMutableContentBlock()
271 void setMutableContent(MutableArrayRef<char> MutableContent) { in setMutableContent()1028 MutableArrayRef<char> MutableContent, in createMutableContentBlock()
275 void setMutableContent(MutableArrayRef<char> MutableContent) { in setMutableContent()1109 MutableArrayRef<char> MutableContent, in createMutableContentBlock()
250 open class MutableContent() : Content() { class
419 private fun MutableContent.convertSeeTag(tag: PsiDocTag) { in parseDocumentation() method