Searched refs:prettyPrint (Results 1 – 1 of 1) sorted by relevance
699 fun prettyPrint(): String { in pop() method701 prettyPrint(sb, 0) in pop()705 private fun prettyPrint(sb: StringBuilder, depth: Int) { in pop() method in com.android.tools.metalava.CodebaseComparator.ItemTree712 child.prettyPrint(sb, depth + 1) in pop()718 fun prettyPrint(list: List<ItemTree>): String { in pop() method721 child.prettyPrint(sb, 0) in pop()