Home
last modified time | relevance | path

Searched refs:codeWrapper (Results 1 – 1 of 1) sorted by relevance

/external/kotlinpoet/kotlinpoet/src/commonMain/kotlin/com/squareup/kotlinpoet/
DCodeWriter.kt686 val codeWrapper = this in emitInto() constant
688 val oldOut = codeWrapper.out in emitInto()
689 codeWrapper.out = newOut in emitInto()
692 codeWrapper.out = oldOut in emitInto()