Searched refs:LazyContentBlock (Results 1 – 2 of 2) sorted by relevance
38 class LazyContentBlock(private val fillChildren: (ContentBlock) -> Unit) : ContentBlock() { class50 … return other is LazyContentBlock && other.fillChildren == fillChildren && super.equals(other) in equals()
58 append(LazyContentBlock { in parseDocumentation()