| //Generated by the protocol buffer compiler. DO NOT EDIT! |
| // source: google/protobuf/map_lite_unittest.proto |
| package protobuf_unittest; |
| inline fun foreignMessageArenaLite(block: protobuf_unittest.ForeignMessageArenaLiteKt.Dsl.() -> Unit): protobuf_unittest.MapLiteUnittest.ForeignMessageArenaLite = |
| protobuf_unittest.ForeignMessageArenaLiteKt.Dsl._create(protobuf_unittest.MapLiteUnittest.ForeignMessageArenaLite.newBuilder()).apply { block() }._build() |
| object ForeignMessageArenaLiteKt { |
| @kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class) |
| @com.google.protobuf.kotlin.ProtoDslMarker |
| class Dsl private constructor( |
| @kotlin.jvm.JvmField private val _builder: protobuf_unittest.MapLiteUnittest.ForeignMessageArenaLite.Builder |
| internal fun _create(builder: protobuf_unittest.MapLiteUnittest.ForeignMessageArenaLite.Builder): Dsl = Dsl(builder) |
| internal fun _build(): protobuf_unittest.MapLiteUnittest.ForeignMessageArenaLite = _builder.build() |
| * <code>optional int32 c = 1;</code> |
| * <code>optional int32 c = 1;</code> |
| * <code>optional int32 c = 1;</code> |
| * @return Whether the c field is set. |
| fun hasC(): kotlin.Boolean { |
| inline fun protobuf_unittest.MapLiteUnittest.ForeignMessageArenaLite.copy(block: protobuf_unittest.ForeignMessageArenaLiteKt.Dsl.() -> Unit): protobuf_unittest.MapLiteUnittest.ForeignMessageArenaLite = |
| protobuf_unittest.ForeignMessageArenaLiteKt.Dsl._create(this.toBuilder()).apply { block() }._build() |