| //Generated by the protocol buffer compiler. DO NOT EDIT! |
| // source: com/google/protobuf/evil_names_proto2.proto |
| package evil_names_proto2; |
| inline fun interface_(block: evil_names_proto2.InterfaceKt.Dsl.() -> Unit): evil_names_proto2.EvilNamesProto2OuterClass.Interface = |
| evil_names_proto2.InterfaceKt.Dsl._create(evil_names_proto2.EvilNamesProto2OuterClass.Interface.newBuilder()).apply { block() }._build() |
| @kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class) |
| @com.google.protobuf.kotlin.ProtoDslMarker |
| class Dsl private constructor( |
| @kotlin.jvm.JvmField private val _builder: evil_names_proto2.EvilNamesProto2OuterClass.Interface.Builder |
| internal fun _create(builder: evil_names_proto2.EvilNamesProto2OuterClass.Interface.Builder): Dsl = Dsl(builder) |
| internal fun _build(): evil_names_proto2.EvilNamesProto2OuterClass.Interface = _builder.build() |
| inline fun evil_names_proto2.EvilNamesProto2OuterClass.Interface.copy(block: evil_names_proto2.InterfaceKt.Dsl.() -> Unit): evil_names_proto2.EvilNamesProto2OuterClass.Interface = |
| evil_names_proto2.InterfaceKt.Dsl._create(this.toBuilder()).apply { block() }._build() |