Home
last modified time | relevance | path

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

/external/kotlinpoet/kotlinpoet/src/test/java/com/squareup/kotlinpoet/
DFunSpecTest.kt251 .addKdoc("A string parameter.") in functionParamWithKdoc()
256 .addKdoc("A number with a multi-line doc comment.\nYes,\nthese\nthings\nhappen.") in functionParamWithKdoc()
286 .addKdoc("A string parameter.") in functionParamWithKdocToBuilder()
289 .addKdoc(" This is non null") in functionParamWithKdocToBuilder()
319 .addKdoc("A string parameter.") in functionParamWithKdocAndReturnKdoc()
421 .addKdoc("Do the foo") in functionWithReturnKDocAndMainKdoc()
872 .addKdoc("Fix me") in generalBuilderEqualityTest()
920 .addKdoc("%L", "Converts to bar") in receiverWithKdocAndMainKDoc()
943 .addKdoc("the index of the character that is returned.") in withAllKdocTags()
946 .addKdoc("Returns the character at the given [position].\n\n") in withAllKdocTags()
[all …]
DTypeAliasSpecTest.kt116 .addKdoc("Word is just a type alias for [String](%T).\n", String::class) in kdoc()
152 .addKdoc("Word is just a type alias for [String](%T).", String::class) in kdocWithoutNewLine()
178 .addKdoc("First nand Last Name.\n") in generalBuilderEqualityTest()
DTypeSpecTest.kt535 .addKdoc("Avalanche!\n") in enumWithSubclassing()
1866 .addKdoc("A hard or soft tortilla, loosely folded and filled with whatever\n") in kdoc()
1867 .addKdoc("[random][%T] tex-mex stuff we could find in the pantry\n", Random::class) in kdoc()
1868 .addKdoc(CodeBlock.of("and some [%T] cheese.\n", String::class)) in kdoc()
1871 .addKdoc("True for a soft flour tortilla; false for a crunchy corn tortilla.\n") in kdoc()
1876 .addKdoc( in kdoc()
1922 .addKdoc("A hard or soft tortilla, loosely folded and filled with whatever\n") in kdocWithParameters()
1923 .addKdoc("[random][%T] tex-mex stuff we could find in the pantry\n", Random::class) in kdocWithParameters()
1924 .addKdoc(CodeBlock.of("and some [%T] cheese.\n", String::class)) in kdocWithParameters()
1929 .addKdoc( in kdocWithParameters()
[all …]
DTaggableTest.kt118 .addKdoc(CodeBlock.of("")) in Taggable()
124 .addKdoc(CodeBlock.of("")) in Taggable()
DPropertySpecTest.kt289 .addKdoc("Can make it vegan!") in generalBuilderEqualityTest()
528 .addKdoc("The topping you want on your pizza") in propertyKdocWithoutLinebreak()
543 .addKdoc("The topping you want on your pizza\n") in propertyKdocWithLinebreak()
561 .addKdoc("Simple multiplier") in getterKdoc()
DKotlinPoetTest.kt1098 .addKdoc( in wrappingInsideKdocKeepsKdocFormatting()
1104 .addKdoc( in wrappingInsideKdocKeepsKdocFormatting()
1206 .addKdoc("Progress in %%") in percentAtTheEndOfKdoc()
1209 .addKdoc("Some other parameter with %%") in percentAtTheEndOfKdoc()
DFileReadingTest.kt43 .addKdoc("Pi\u00f1ata\u00a1") in javaFileObjectCharacterContent()
/external/kotlinpoet/kotlinpoet/src/main/java/com/squareup/kotlinpoet/
DTypeAliasSpec.kt100 public fun addKdoc(format: String, vararg args: Any): Builder = apply { in <lambda>() method in com.squareup.kotlinpoet.<lambda>.Builder
104 public fun addKdoc(block: CodeBlock): Builder = apply { in <lambda>() method in com.squareup.kotlinpoet.<lambda>.Builder
DPropertySpec.kt139 builder.addKdoc(parameter.kdoc) in <lambda>()
201 public fun addKdoc(format: String, vararg args: Any): Builder = apply { in <lambda>() method in com.squareup.kotlinpoet.<lambda>.Builder
205 public fun addKdoc(block: CodeBlock): Builder = apply { in <lambda>() method in com.squareup.kotlinpoet.<lambda>.Builder
DParameterSpec.kt107 public fun addKdoc(format: String, vararg args: Any): Builder = apply { in <lambda>() method in com.squareup.kotlinpoet.Builder
111 public fun addKdoc(block: CodeBlock): Builder = apply { in <lambda>() method in com.squareup.kotlinpoet.Builder
DFunSpec.kt325 public fun addKdoc(format: String, vararg args: Any): Builder = apply { in <lambda>() method in com.squareup.kotlinpoet.<lambda>.Builder
329 public fun addKdoc(block: CodeBlock): Builder = apply { in <lambda>() method in com.squareup.kotlinpoet.<lambda>.Builder
DTypeSpec.kt495 public fun addKdoc(format: String, vararg args: Any): Builder = apply { in <lambda>() method
499 public fun addKdoc(block: CodeBlock): Builder = apply { in <lambda>() method
/external/kotlinpoet/interop/kotlinx-metadata/src/main/kotlin/com/squareup/kotlinpoet/metadata/specs/
DKotlinPoetMetadataSpecs.kt307 .addKdoc( in KmClass()
411 .addKdoc( in KmClass()
459 addKdoc( in KmClass()
482 .addKdoc( in KmClass()
756 addKdoc("Note: delegation is ABI stub only and not guaranteed to match source code.") in KmProperty()
/external/kotlinpoet/kotlinpoet/api/
Dkotlinpoet.api307 …public final fun addKdoc (Lcom/squareup/kotlinpoet/CodeBlock;)Lcom/squareup/kotlinpoet/FunSpec$Bui…
308 …public final fun addKdoc (Ljava/lang/String;[Ljava/lang/Object;)Lcom/squareup/kotlinpoet/FunSpec$B…
587 …public final fun addKdoc (Lcom/squareup/kotlinpoet/CodeBlock;)Lcom/squareup/kotlinpoet/ParameterSp…
588 …public final fun addKdoc (Ljava/lang/String;[Ljava/lang/Object;)Lcom/squareup/kotlinpoet/Parameter…
699 …public final fun addKdoc (Lcom/squareup/kotlinpoet/CodeBlock;)Lcom/squareup/kotlinpoet/PropertySpe…
700 …public final fun addKdoc (Ljava/lang/String;[Ljava/lang/Object;)Lcom/squareup/kotlinpoet/PropertyS…
794 …public final fun addKdoc (Lcom/squareup/kotlinpoet/CodeBlock;)Lcom/squareup/kotlinpoet/TypeAliasSp…
795 …public final fun addKdoc (Ljava/lang/String;[Ljava/lang/Object;)Lcom/squareup/kotlinpoet/TypeAlias…
960 …public final fun addKdoc (Lcom/squareup/kotlinpoet/CodeBlock;)Lcom/squareup/kotlinpoet/TypeSpec$Bu…
961 …public final fun addKdoc (Ljava/lang/String;[Ljava/lang/Object;)Lcom/squareup/kotlinpoet/TypeSpec$…