Searched defs:propertySpec (Results 1 – 5 of 5) sorted by relevance
| /external/kotlinpoet/kotlinpoet/src/test/java/com/squareup/kotlinpoet/ |
| D | ExternalDeclarationsTest.kt | 122 val propertySpec = PropertySpec.builder("prop", String::class) in externalPropertyDeclarationWithoutInitializer() constant 135 val propertySpec = PropertySpec.builder("prop", String::class) in externalPropertyDeclarationWithDefinedExternally() constant 151 val propertySpec = PropertySpec.builder("prop", String::class) in implicitExternalPropertyDeclarationWithoutInitializer() constant 168 val propertySpec = PropertySpec.builder("prop", String::class) in implicitExternalPropertyDeclarationWithDefinedExternally() constant
|
| D | ExpectDeclarationsTest.kt | 53 val propertySpec = PropertySpec.builder("prop", String::class) in expectPropertyDeclaration() constant 68 val propertySpec = PropertySpec.builder("prop", String::class) in implicitExpectPropertyDeclaration() constant
|
| D | PropertySpecTest.kt | 692 val propertySpec = PropertySpec.builder("foo", INT) in varWithContextReceiver() constant 725 val propertySpec = PropertySpec.builder("foo", INT) in valWithContextReceiver() constant 748 val propertySpec = PropertySpec.builder("foo", INT) in annotatedValWithContextReceiver() constant
|
| /external/kotlinpoet/kotlinpoet/src/main/java/com/squareup/kotlinpoet/ |
| D | TypeSpec.kt | 269 for ((index, propertySpec) in propertySpecs.withIndex()) { in <lambda>() method 398 for (propertySpec in propertySpecs) { in <lambda>() constant
|
| /external/kotlinpoet/interop/kotlinx-metadata/src/test/kotlin/com/squareup/kotlinpoet/metadata/specs/ |
| D | KotlinPoetMetadataSpecsTest.kt | 806 val propertySpec = typeSpec.propertySpecs[0] in <lambda>() constant
|