Home
last modified time | relevance | path

Searched defs:buildAll (Results 1 – 2 of 2) sorted by relevance

/external/dokka/core/src/main/kotlin/Generation/
DGenerator.kt12 fun Generator.buildAll(nodes: Iterable<DocumentationNode>) { in buildPages() method
23 fun Generator.buildAll(node: DocumentationNode): Unit = buildAll(listOf(node)) in buildPage() method
/external/llvm-project/lldb/test/API/commands/target/basic/
DTestTargetCommand.py31 def buildAll(self): member in targetCommandTestCase