blob: bc70c788e02dc99301a1f87e9b34bd29df3deca0 [file] [log] [blame]
//Generated by the protocol buffer compiler. DO NOT EDIT!
// source: com/google/protobuf/evil_names_proto2.proto
package evil_names_proto2;
@kotlin.jvm.JvmSynthetic
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()
object InterfaceKt {
@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
) {
companion object {
@kotlin.jvm.JvmSynthetic
@kotlin.PublishedApi
internal fun _create(builder: evil_names_proto2.EvilNamesProto2OuterClass.Interface.Builder): Dsl = Dsl(builder)
}
@kotlin.jvm.JvmSynthetic
@kotlin.PublishedApi
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()