Home
last modified time | relevance | path

Searched defs:funSpec (Results 1 – 11 of 11) sorted by relevance

/external/kotlinpoet/kotlinpoet/src/test/java/com/squareup/kotlinpoet/
DFunSpecTest.kt95 val funSpec = FunSpec.overriding(methodElement).build() in overrideEverything() constant
109 val funSpec = FunSpec.overriding(exec).build() in overrideDoesNotCopyOverrideAnnotation() constant
124 var funSpec = FunSpec.overriding(exec, classType, types).build() in overrideExtendsOthersWorksWithActualTypeParameters() variable
162 val funSpec = FunSpec.builder("foo") in nullableParam() constant
179 val funSpec = FunSpec.builder("foo") in nullableReturnType() constant
192 val funSpec = FunSpec.builder("foo") in returnsUnitWithoutExpressionBody() constant
206 val funSpec = FunSpec.builder("foo") in returnsUnitWithExpressionBody() constant
220 val funSpec = FunSpec.builder("foo") in returnsLongExpression() constant
248 val funSpec = FunSpec.builder("foo") in functionParamWithKdoc() constant
283 val funSpec = FunSpec.builder("foo") in functionParamWithKdocToBuilder() constant
[all …]
DTypeVariableNameTest.kt30 val funSpec = FunSpec.builder("foo") in oneTypeVariableNoBounds() constant
44 val funSpec = FunSpec.builder("foo") in twoTypeVariablesNoBounds() constant
59 val funSpec = FunSpec.builder("foo") in oneTypeVariableOneBound() constant
73 val funSpec = FunSpec.builder("foo") in twoTypeVariablesOneBoundEach() constant
88 val funSpec = FunSpec.builder("foo") in oneTypeVariableTwoBounds() constant
102 val funSpec = FunSpec.builder("foo") in twoTypeVariablesTwoBoundsEach() constant
116 val funSpec = FunSpec.builder("foo") in threeTypeVariables() constant
172 val funSpec = FunSpec.builder("printMembers") in reified() constant
DStringsTest.kt24 val funSpec = FunSpec.builder("getString") in singleLineStringWithDollarSymbols() constant
33 val funSpec = FunSpec.builder("getString") in multilineStringWithDollarSymbols() constant
46 val funSpec = FunSpec.builder("getString") in singleLineStringTemplate() constant
55 val funSpec = FunSpec.builder("getString") in multilineStringTemplate() constant
69 val funSpec = FunSpec.builder("getString") in templateStringWithStringLiteralReference() constant
DMemberNameTest.kt29 val funSpec = FunSpec.builder("makeTastyTacos") in memberNames() constant
435 val funSpec = FunSpec.builder("makeTastyTacos") in memberReferences() constant
DCodeBlockTest.kt552 val funSpec = FunSpec.builder("object").build() in %N escapes keywords() constant
557 val funSpec = FunSpec.builder("create taco").build() in %N escapes spaces() constant
DKotlinPoetTest.kt1211 val funSpec = FunSpec.builder("test") in percentAtTheEndOfKdoc() constant
DAnnotationSpecTest.kt336 val funSpec = FunSpec.builder("operation") in functionOnlyLiteralAnnotation() constant
DFileSpecTest.kt270 val funSpec = FunSpec.builder("minutesToSeconds") in importStaticTypeSpec() constant
DTypeSpecTest.kt2436 val funSpec = FunSpec.builder("toString") in functionToString() constant
2942 val funSpec = FunSpec.builder("method") in nameFromFunction() constant
5135 val funSpec = FunSpec.builder("printTaco") in escapeInnerClassName() constant
/external/kotlinpoet/kotlinpoet/src/main/java/com/squareup/kotlinpoet/
DTypeSpec.kt294 for (funSpec in funSpecs) { in <lambda>() method
302 for (funSpec in funSpecs) { in <lambda>() method
776 for (funSpec in funSpecs) { in <lambda>() constant
/external/kotlinpoet/interop/kotlinx-metadata/src/test/kotlin/com/squareup/kotlinpoet/metadata/specs/
DKotlinPoetMetadataSpecsTest.kt803 val funSpec = typeSpec.funSpecs[0] in <lambda>() constant