Home
last modified time | relevance | path

Searched defs:propertySpec (Results 1 – 5 of 5) sorted by relevance

/external/kotlinpoet/kotlinpoet/src/test/java/com/squareup/kotlinpoet/
DExternalDeclarationsTest.kt122 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
DExpectDeclarationsTest.kt53 val propertySpec = PropertySpec.builder("prop", String::class) in expectPropertyDeclaration() constant
68 val propertySpec = PropertySpec.builder("prop", String::class) in implicitExpectPropertyDeclaration() constant
DPropertySpecTest.kt692 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/
DTypeSpec.kt269 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/
DKotlinPoetMetadataSpecsTest.kt806 val propertySpec = typeSpec.propertySpecs[0] in <lambda>() constant