From 8a80a5f7c5b294a8aceeb9e9e3d44f3f5167fd9b Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Thu, 12 Apr 2018 16:21:50 -0700 Subject: [PATCH] Version bump and generated files --- client/structs/structs.generated.go | 10052 +++ command/agent/bindata_assetfs.go | 22 +- nomad/structs/structs.generated.go | 88862 ++++++++++++++++++++++++++ version/version.go | 2 +- 4 files changed, 98926 insertions(+), 12 deletions(-) create mode 100644 client/structs/structs.generated.go create mode 100644 nomad/structs/structs.generated.go diff --git a/client/structs/structs.generated.go b/client/structs/structs.generated.go new file mode 100644 index 000000000..da8e5bc2c --- /dev/null +++ b/client/structs/structs.generated.go @@ -0,0 +1,10052 @@ +// ************************************************************ +// DO NOT EDIT. +// THIS FILE IS AUTO-GENERATED BY codecgen. +// ************************************************************ + +package structs + +import ( + "errors" + "fmt" + pkg3_config "github.com/hashicorp/nomad/client/config" + pkg1_stats "github.com/hashicorp/nomad/client/stats" + pkg2_structs "github.com/hashicorp/nomad/nomad/structs" + pkg5_config "github.com/hashicorp/nomad/nomad/structs/config" + pkg4_version "github.com/hashicorp/nomad/version" + codec1978 "github.com/ugorji/go/codec" + io "io" + "reflect" + "runtime" + time "time" +) + +const ( + // ----- content types ---- + codecSelferC_UTF8102 = 1 + codecSelferC_RAW102 = 0 + // ----- value types used ---- + codecSelferValueTypeArray102 = 10 + codecSelferValueTypeMap102 = 9 + // ----- containerStateValues ---- + codecSelfer_containerMapKey102 = 2 + codecSelfer_containerMapValue102 = 3 + codecSelfer_containerMapEnd102 = 4 + codecSelfer_containerArrayElem102 = 6 + codecSelfer_containerArrayEnd102 = 7 +) + +var ( + codecSelferBitsize102 = uint8(reflect.TypeOf(uint(0)).Bits()) + codecSelferOnlyMapOrArrayEncodeToStructErr102 = errors.New(`only encoded map or array can be decoded into a struct`) +) + +type codecSelfer102 struct{} + +func init() { + if codec1978.GenVersion != 5 { + _, file, _, _ := runtime.Caller(0) + err := fmt.Errorf("codecgen version mismatch: current: %v, need %v. Re-generate file: %v", + 5, codec1978.GenVersion, file) + panic(err) + } + if false { // reference the types, but skip this branch at build/run time + var v0 pkg3_config.Config + var v1 pkg1_stats.HostStats + var v2 pkg2_structs.QueryMeta + var v3 pkg5_config.ConsulConfig + var v4 pkg4_version.VersionInfo + var v5 io.Writer + var v6 time.Duration + _, _, _, _, _, _, _ = v0, v1, v2, v3, v4, v5, v6 + } +} + +func (x *RpcError) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [2]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(2) + } else { + yynn2 = 2 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Message)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Message")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Message)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + if x.Code == nil { + r.EncodeNil() + } else { + yy7 := *x.Code + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeInt(int64(yy7)) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Code")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + if x.Code == nil { + r.EncodeNil() + } else { + yy9 := *x.Code + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeInt(int64(yy9)) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd102) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd102) + } + } + } +} + +func (x *RpcError) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap102 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd102) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray102 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr102) + } + } +} + +func (x *RpcError) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey102) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue102) + switch yys3 { + case "Message": + if r.TryDecodeAsNil() { + x.Message = "" + } else { + yyv4 := &x.Message + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Code": + if r.TryDecodeAsNil() { + if x.Code != nil { + x.Code = nil + } + } else { + if x.Code == nil { + x.Code = new(int64) + } + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*int64)(x.Code)) = int64(r.DecodeInt(64)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd102) +} + +func (x *RpcError) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj8 int + var yyb8 bool + var yyhl8 bool = l >= 0 + yyj8++ + if yyhl8 { + yyb8 = yyj8 > l + } else { + yyb8 = r.CheckBreak() + } + if yyb8 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Message = "" + } else { + yyv9 := &x.Message + yym10 := z.DecBinary() + _ = yym10 + if false { + } else { + *((*string)(yyv9)) = r.DecodeString() + } + } + yyj8++ + if yyhl8 { + yyb8 = yyj8 > l + } else { + yyb8 = r.CheckBreak() + } + if yyb8 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + if x.Code != nil { + x.Code = nil + } + } else { + if x.Code == nil { + x.Code = new(int64) + } + yym12 := z.DecBinary() + _ = yym12 + if false { + } else { + *((*int64)(x.Code)) = int64(r.DecodeInt(64)) + } + } + for { + yyj8++ + if yyhl8 { + yyb8 = yyj8 > l + } else { + yyb8 = r.CheckBreak() + } + if yyb8 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + z.DecStructFieldNotFound(yyj8-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd102) +} + +func (x *ClientStatsResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + if x.HostStats == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else if z.HasExtensions() && z.EncExt(x.HostStats) { + } else { + z.EncFallback(x.HostStats) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("HostStats")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + if x.HostStats == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else if z.HasExtensions() && z.EncExt(x.HostStats) { + } else { + z.EncFallback(x.HostStats) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd102) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd102) + } + } + } +} + +func (x *ClientStatsResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap102 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd102) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray102 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr102) + } + } +} + +func (x *ClientStatsResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey102) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue102) + switch yys3 { + case "HostStats": + if r.TryDecodeAsNil() { + if x.HostStats != nil { + x.HostStats = nil + } + } else { + if x.HostStats == nil { + x.HostStats = new(pkg1_stats.HostStats) + } + yym5 := z.DecBinary() + _ = yym5 + if false { + } else if z.HasExtensions() && z.DecExt(x.HostStats) { + } else { + z.DecFallback(x.HostStats, false) + } + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv6 := &x.Index + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*uint64)(yyv6)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv8 := &x.LastContact + yym9 := z.DecBinary() + _ = yym9 + if false { + } else if z.HasExtensions() && z.DecExt(yyv8) { + } else { + *((*int64)(yyv8)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv10 := &x.KnownLeader + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*bool)(yyv10)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd102) +} + +func (x *ClientStatsResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj12 int + var yyb12 bool + var yyhl12 bool = l >= 0 + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + if x.HostStats != nil { + x.HostStats = nil + } + } else { + if x.HostStats == nil { + x.HostStats = new(pkg1_stats.HostStats) + } + yym14 := z.DecBinary() + _ = yym14 + if false { + } else if z.HasExtensions() && z.DecExt(x.HostStats) { + } else { + z.DecFallback(x.HostStats, false) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv15 := &x.Index + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*uint64)(yyv15)) = uint64(r.DecodeUint(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv17 := &x.LastContact + yym18 := z.DecBinary() + _ = yym18 + if false { + } else if z.HasExtensions() && z.DecExt(yyv17) { + } else { + *((*int64)(yyv17)) = int64(r.DecodeInt(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv19 := &x.KnownLeader + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*bool)(yyv19)) = r.DecodeBool() + } + } + for { + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + z.DecStructFieldNotFound(yyj12-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd102) +} + +func (x *AllocFileInfo) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [5]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(5) + } else { + yynn2 = 5 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Name)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Name")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Name)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeBool(bool(x.IsDir)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("IsDir")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeBool(bool(x.IsDir)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeInt(int64(x.Size)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Size")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeInt(int64(x.Size)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.FileMode)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("FileMode")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.FileMode)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yy16 := &x.ModTime + yym17 := z.EncBinary() + _ = yym17 + if false { + } else if yym18 := z.TimeRtidIfBinc(); yym18 != 0 { + r.EncodeBuiltin(yym18, yy16) + } else if z.HasExtensions() && z.EncExt(yy16) { + } else if yym17 { + z.EncBinaryMarshal(yy16) + } else if !yym17 && z.IsJSONHandle() { + z.EncJSONMarshal(yy16) + } else { + z.EncFallback(yy16) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("ModTime")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yy19 := &x.ModTime + yym20 := z.EncBinary() + _ = yym20 + if false { + } else if yym21 := z.TimeRtidIfBinc(); yym21 != 0 { + r.EncodeBuiltin(yym21, yy19) + } else if z.HasExtensions() && z.EncExt(yy19) { + } else if yym20 { + z.EncBinaryMarshal(yy19) + } else if !yym20 && z.IsJSONHandle() { + z.EncJSONMarshal(yy19) + } else { + z.EncFallback(yy19) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd102) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd102) + } + } + } +} + +func (x *AllocFileInfo) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap102 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd102) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray102 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr102) + } + } +} + +func (x *AllocFileInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey102) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue102) + switch yys3 { + case "Name": + if r.TryDecodeAsNil() { + x.Name = "" + } else { + yyv4 := &x.Name + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "IsDir": + if r.TryDecodeAsNil() { + x.IsDir = false + } else { + yyv6 := &x.IsDir + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*bool)(yyv6)) = r.DecodeBool() + } + } + case "Size": + if r.TryDecodeAsNil() { + x.Size = 0 + } else { + yyv8 := &x.Size + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*int64)(yyv8)) = int64(r.DecodeInt(64)) + } + } + case "FileMode": + if r.TryDecodeAsNil() { + x.FileMode = "" + } else { + yyv10 := &x.FileMode + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "ModTime": + if r.TryDecodeAsNil() { + x.ModTime = time.Time{} + } else { + yyv12 := &x.ModTime + yym13 := z.DecBinary() + _ = yym13 + if false { + } else if yym14 := z.TimeRtidIfBinc(); yym14 != 0 { + r.DecodeBuiltin(yym14, yyv12) + } else if z.HasExtensions() && z.DecExt(yyv12) { + } else if yym13 { + z.DecBinaryUnmarshal(yyv12) + } else if !yym13 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv12) + } else { + z.DecFallback(yyv12, false) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd102) +} + +func (x *AllocFileInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj15 int + var yyb15 bool + var yyhl15 bool = l >= 0 + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Name = "" + } else { + yyv16 := &x.Name + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*string)(yyv16)) = r.DecodeString() + } + } + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.IsDir = false + } else { + yyv18 := &x.IsDir + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*bool)(yyv18)) = r.DecodeBool() + } + } + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Size = 0 + } else { + yyv20 := &x.Size + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + *((*int64)(yyv20)) = int64(r.DecodeInt(64)) + } + } + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.FileMode = "" + } else { + yyv22 := &x.FileMode + yym23 := z.DecBinary() + _ = yym23 + if false { + } else { + *((*string)(yyv22)) = r.DecodeString() + } + } + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.ModTime = time.Time{} + } else { + yyv24 := &x.ModTime + yym25 := z.DecBinary() + _ = yym25 + if false { + } else if yym26 := z.TimeRtidIfBinc(); yym26 != 0 { + r.DecodeBuiltin(yym26, yyv24) + } else if z.HasExtensions() && z.DecExt(yyv24) { + } else if yym25 { + z.DecBinaryUnmarshal(yyv24) + } else if !yym25 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv24) + } else { + z.DecFallback(yyv24, false) + } + } + for { + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + z.DecStructFieldNotFound(yyj15-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd102) +} + +func (x *FsListRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [10]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(10) + } else { + yynn2 = 10 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.AllocID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("AllocID")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.AllocID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Path)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Path")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Path)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("MinQueryIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("MaxQueryTime")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("AllowStale")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Prefix)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Prefix")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Prefix)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym28 := z.EncBinary() + _ = yym28 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym29 := z.EncBinary() + _ = yym29 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym31 := z.EncBinary() + _ = yym31 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym32 := z.EncBinary() + _ = yym32 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd102) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd102) + } + } + } +} + +func (x *FsListRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap102 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd102) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray102 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr102) + } + } +} + +func (x *FsListRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey102) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue102) + switch yys3 { + case "AllocID": + if r.TryDecodeAsNil() { + x.AllocID = "" + } else { + yyv4 := &x.AllocID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Path": + if r.TryDecodeAsNil() { + x.Path = "" + } else { + yyv6 := &x.Path + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv8 := &x.Region + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv10 := &x.Namespace + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "MinQueryIndex": + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv12 := &x.MinQueryIndex + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*uint64)(yyv12)) = uint64(r.DecodeUint(64)) + } + } + case "MaxQueryTime": + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv14 := &x.MaxQueryTime + yym15 := z.DecBinary() + _ = yym15 + if false { + } else if z.HasExtensions() && z.DecExt(yyv14) { + } else { + *((*int64)(yyv14)) = int64(r.DecodeInt(64)) + } + } + case "AllowStale": + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv16 := &x.AllowStale + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*bool)(yyv16)) = r.DecodeBool() + } + } + case "Prefix": + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv18 := &x.Prefix + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*string)(yyv18)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv20 := &x.AuthToken + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + *((*string)(yyv20)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv22 := &x.Forwarded + yym23 := z.DecBinary() + _ = yym23 + if false { + } else { + *((*bool)(yyv22)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd102) +} + +func (x *FsListRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj24 int + var yyb24 bool + var yyhl24 bool = l >= 0 + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.AllocID = "" + } else { + yyv25 := &x.AllocID + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*string)(yyv25)) = r.DecodeString() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Path = "" + } else { + yyv27 := &x.Path + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*string)(yyv27)) = r.DecodeString() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv29 := &x.Region + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*string)(yyv29)) = r.DecodeString() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv31 := &x.Namespace + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + *((*string)(yyv31)) = r.DecodeString() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv33 := &x.MinQueryIndex + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + *((*uint64)(yyv33)) = uint64(r.DecodeUint(64)) + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv35 := &x.MaxQueryTime + yym36 := z.DecBinary() + _ = yym36 + if false { + } else if z.HasExtensions() && z.DecExt(yyv35) { + } else { + *((*int64)(yyv35)) = int64(r.DecodeInt(64)) + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv37 := &x.AllowStale + yym38 := z.DecBinary() + _ = yym38 + if false { + } else { + *((*bool)(yyv37)) = r.DecodeBool() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv39 := &x.Prefix + yym40 := z.DecBinary() + _ = yym40 + if false { + } else { + *((*string)(yyv39)) = r.DecodeString() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv41 := &x.AuthToken + yym42 := z.DecBinary() + _ = yym42 + if false { + } else { + *((*string)(yyv41)) = r.DecodeString() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv43 := &x.Forwarded + yym44 := z.DecBinary() + _ = yym44 + if false { + } else { + *((*bool)(yyv43)) = r.DecodeBool() + } + } + for { + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + z.DecStructFieldNotFound(yyj24-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd102) +} + +func (x *FsListResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + if x.Files == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + h.encSlicePtrtoAllocFileInfo(([]*AllocFileInfo)(x.Files), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Files")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + if x.Files == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + h.encSlicePtrtoAllocFileInfo(([]*AllocFileInfo)(x.Files), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd102) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd102) + } + } + } +} + +func (x *FsListResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap102 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd102) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray102 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr102) + } + } +} + +func (x *FsListResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey102) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue102) + switch yys3 { + case "Files": + if r.TryDecodeAsNil() { + x.Files = nil + } else { + yyv4 := &x.Files + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + h.decSlicePtrtoAllocFileInfo((*[]*AllocFileInfo)(yyv4), d) + } + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv6 := &x.Index + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*uint64)(yyv6)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv8 := &x.LastContact + yym9 := z.DecBinary() + _ = yym9 + if false { + } else if z.HasExtensions() && z.DecExt(yyv8) { + } else { + *((*int64)(yyv8)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv10 := &x.KnownLeader + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*bool)(yyv10)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd102) +} + +func (x *FsListResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj12 int + var yyb12 bool + var yyhl12 bool = l >= 0 + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Files = nil + } else { + yyv13 := &x.Files + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + h.decSlicePtrtoAllocFileInfo((*[]*AllocFileInfo)(yyv13), d) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv15 := &x.Index + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*uint64)(yyv15)) = uint64(r.DecodeUint(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv17 := &x.LastContact + yym18 := z.DecBinary() + _ = yym18 + if false { + } else if z.HasExtensions() && z.DecExt(yyv17) { + } else { + *((*int64)(yyv17)) = int64(r.DecodeInt(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv19 := &x.KnownLeader + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*bool)(yyv19)) = r.DecodeBool() + } + } + for { + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + z.DecStructFieldNotFound(yyj12-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd102) +} + +func (x *FsStatRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [10]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(10) + } else { + yynn2 = 10 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.AllocID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("AllocID")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.AllocID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Path)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Path")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Path)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("MinQueryIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("MaxQueryTime")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("AllowStale")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Prefix)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Prefix")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Prefix)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym28 := z.EncBinary() + _ = yym28 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym29 := z.EncBinary() + _ = yym29 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym31 := z.EncBinary() + _ = yym31 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym32 := z.EncBinary() + _ = yym32 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd102) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd102) + } + } + } +} + +func (x *FsStatRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap102 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd102) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray102 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr102) + } + } +} + +func (x *FsStatRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey102) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue102) + switch yys3 { + case "AllocID": + if r.TryDecodeAsNil() { + x.AllocID = "" + } else { + yyv4 := &x.AllocID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Path": + if r.TryDecodeAsNil() { + x.Path = "" + } else { + yyv6 := &x.Path + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv8 := &x.Region + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv10 := &x.Namespace + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "MinQueryIndex": + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv12 := &x.MinQueryIndex + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*uint64)(yyv12)) = uint64(r.DecodeUint(64)) + } + } + case "MaxQueryTime": + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv14 := &x.MaxQueryTime + yym15 := z.DecBinary() + _ = yym15 + if false { + } else if z.HasExtensions() && z.DecExt(yyv14) { + } else { + *((*int64)(yyv14)) = int64(r.DecodeInt(64)) + } + } + case "AllowStale": + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv16 := &x.AllowStale + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*bool)(yyv16)) = r.DecodeBool() + } + } + case "Prefix": + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv18 := &x.Prefix + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*string)(yyv18)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv20 := &x.AuthToken + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + *((*string)(yyv20)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv22 := &x.Forwarded + yym23 := z.DecBinary() + _ = yym23 + if false { + } else { + *((*bool)(yyv22)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd102) +} + +func (x *FsStatRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj24 int + var yyb24 bool + var yyhl24 bool = l >= 0 + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.AllocID = "" + } else { + yyv25 := &x.AllocID + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*string)(yyv25)) = r.DecodeString() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Path = "" + } else { + yyv27 := &x.Path + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*string)(yyv27)) = r.DecodeString() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv29 := &x.Region + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*string)(yyv29)) = r.DecodeString() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv31 := &x.Namespace + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + *((*string)(yyv31)) = r.DecodeString() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv33 := &x.MinQueryIndex + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + *((*uint64)(yyv33)) = uint64(r.DecodeUint(64)) + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv35 := &x.MaxQueryTime + yym36 := z.DecBinary() + _ = yym36 + if false { + } else if z.HasExtensions() && z.DecExt(yyv35) { + } else { + *((*int64)(yyv35)) = int64(r.DecodeInt(64)) + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv37 := &x.AllowStale + yym38 := z.DecBinary() + _ = yym38 + if false { + } else { + *((*bool)(yyv37)) = r.DecodeBool() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv39 := &x.Prefix + yym40 := z.DecBinary() + _ = yym40 + if false { + } else { + *((*string)(yyv39)) = r.DecodeString() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv41 := &x.AuthToken + yym42 := z.DecBinary() + _ = yym42 + if false { + } else { + *((*string)(yyv41)) = r.DecodeString() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv43 := &x.Forwarded + yym44 := z.DecBinary() + _ = yym44 + if false { + } else { + *((*bool)(yyv43)) = r.DecodeBool() + } + } + for { + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + z.DecStructFieldNotFound(yyj24-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd102) +} + +func (x *FsStatResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + if x.Info == nil { + r.EncodeNil() + } else { + x.Info.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Info")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + if x.Info == nil { + r.EncodeNil() + } else { + x.Info.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd102) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd102) + } + } + } +} + +func (x *FsStatResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap102 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd102) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray102 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr102) + } + } +} + +func (x *FsStatResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey102) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue102) + switch yys3 { + case "Info": + if r.TryDecodeAsNil() { + if x.Info != nil { + x.Info = nil + } + } else { + if x.Info == nil { + x.Info = new(AllocFileInfo) + } + x.Info.CodecDecodeSelf(d) + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv5 := &x.Index + yym6 := z.DecBinary() + _ = yym6 + if false { + } else { + *((*uint64)(yyv5)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv7 := &x.LastContact + yym8 := z.DecBinary() + _ = yym8 + if false { + } else if z.HasExtensions() && z.DecExt(yyv7) { + } else { + *((*int64)(yyv7)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv9 := &x.KnownLeader + yym10 := z.DecBinary() + _ = yym10 + if false { + } else { + *((*bool)(yyv9)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd102) +} + +func (x *FsStatResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj11 int + var yyb11 bool + var yyhl11 bool = l >= 0 + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + if x.Info != nil { + x.Info = nil + } + } else { + if x.Info == nil { + x.Info = new(AllocFileInfo) + } + x.Info.CodecDecodeSelf(d) + } + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv13 := &x.Index + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*uint64)(yyv13)) = uint64(r.DecodeUint(64)) + } + } + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv15 := &x.LastContact + yym16 := z.DecBinary() + _ = yym16 + if false { + } else if z.HasExtensions() && z.DecExt(yyv15) { + } else { + *((*int64)(yyv15)) = int64(r.DecodeInt(64)) + } + } + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv17 := &x.KnownLeader + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*bool)(yyv17)) = r.DecodeBool() + } + } + for { + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + z.DecStructFieldNotFound(yyj11-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd102) +} + +func (x *FsStreamRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [15]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(15) + } else { + yynn2 = 15 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.AllocID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("AllocID")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.AllocID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Path)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Path")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Path)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeInt(int64(x.Offset)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Offset")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeInt(int64(x.Offset)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Origin)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Origin")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Origin)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeBool(bool(x.PlainText)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("PlainText")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeBool(bool(x.PlainText)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeInt(int64(x.Limit)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Limit")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeInt(int64(x.Limit)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeBool(bool(x.Follow)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Follow")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeBool(bool(x.Follow)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym28 := z.EncBinary() + _ = yym28 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym29 := z.EncBinary() + _ = yym29 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym31 := z.EncBinary() + _ = yym31 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("MinQueryIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym32 := z.EncBinary() + _ = yym32 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym34 := z.EncBinary() + _ = yym34 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("MaxQueryTime")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym35 := z.EncBinary() + _ = yym35 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym37 := z.EncBinary() + _ = yym37 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("AllowStale")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym38 := z.EncBinary() + _ = yym38 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym40 := z.EncBinary() + _ = yym40 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Prefix)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Prefix")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym41 := z.EncBinary() + _ = yym41 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Prefix)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym43 := z.EncBinary() + _ = yym43 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym44 := z.EncBinary() + _ = yym44 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym46 := z.EncBinary() + _ = yym46 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym47 := z.EncBinary() + _ = yym47 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd102) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd102) + } + } + } +} + +func (x *FsStreamRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap102 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd102) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray102 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr102) + } + } +} + +func (x *FsStreamRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey102) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue102) + switch yys3 { + case "AllocID": + if r.TryDecodeAsNil() { + x.AllocID = "" + } else { + yyv4 := &x.AllocID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Path": + if r.TryDecodeAsNil() { + x.Path = "" + } else { + yyv6 := &x.Path + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Offset": + if r.TryDecodeAsNil() { + x.Offset = 0 + } else { + yyv8 := &x.Offset + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*int64)(yyv8)) = int64(r.DecodeInt(64)) + } + } + case "Origin": + if r.TryDecodeAsNil() { + x.Origin = "" + } else { + yyv10 := &x.Origin + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "PlainText": + if r.TryDecodeAsNil() { + x.PlainText = false + } else { + yyv12 := &x.PlainText + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*bool)(yyv12)) = r.DecodeBool() + } + } + case "Limit": + if r.TryDecodeAsNil() { + x.Limit = 0 + } else { + yyv14 := &x.Limit + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*int64)(yyv14)) = int64(r.DecodeInt(64)) + } + } + case "Follow": + if r.TryDecodeAsNil() { + x.Follow = false + } else { + yyv16 := &x.Follow + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*bool)(yyv16)) = r.DecodeBool() + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv18 := &x.Region + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*string)(yyv18)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv20 := &x.Namespace + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + *((*string)(yyv20)) = r.DecodeString() + } + } + case "MinQueryIndex": + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv22 := &x.MinQueryIndex + yym23 := z.DecBinary() + _ = yym23 + if false { + } else { + *((*uint64)(yyv22)) = uint64(r.DecodeUint(64)) + } + } + case "MaxQueryTime": + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv24 := &x.MaxQueryTime + yym25 := z.DecBinary() + _ = yym25 + if false { + } else if z.HasExtensions() && z.DecExt(yyv24) { + } else { + *((*int64)(yyv24)) = int64(r.DecodeInt(64)) + } + } + case "AllowStale": + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv26 := &x.AllowStale + yym27 := z.DecBinary() + _ = yym27 + if false { + } else { + *((*bool)(yyv26)) = r.DecodeBool() + } + } + case "Prefix": + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv28 := &x.Prefix + yym29 := z.DecBinary() + _ = yym29 + if false { + } else { + *((*string)(yyv28)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv30 := &x.AuthToken + yym31 := z.DecBinary() + _ = yym31 + if false { + } else { + *((*string)(yyv30)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv32 := &x.Forwarded + yym33 := z.DecBinary() + _ = yym33 + if false { + } else { + *((*bool)(yyv32)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd102) +} + +func (x *FsStreamRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj34 int + var yyb34 bool + var yyhl34 bool = l >= 0 + yyj34++ + if yyhl34 { + yyb34 = yyj34 > l + } else { + yyb34 = r.CheckBreak() + } + if yyb34 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.AllocID = "" + } else { + yyv35 := &x.AllocID + yym36 := z.DecBinary() + _ = yym36 + if false { + } else { + *((*string)(yyv35)) = r.DecodeString() + } + } + yyj34++ + if yyhl34 { + yyb34 = yyj34 > l + } else { + yyb34 = r.CheckBreak() + } + if yyb34 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Path = "" + } else { + yyv37 := &x.Path + yym38 := z.DecBinary() + _ = yym38 + if false { + } else { + *((*string)(yyv37)) = r.DecodeString() + } + } + yyj34++ + if yyhl34 { + yyb34 = yyj34 > l + } else { + yyb34 = r.CheckBreak() + } + if yyb34 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Offset = 0 + } else { + yyv39 := &x.Offset + yym40 := z.DecBinary() + _ = yym40 + if false { + } else { + *((*int64)(yyv39)) = int64(r.DecodeInt(64)) + } + } + yyj34++ + if yyhl34 { + yyb34 = yyj34 > l + } else { + yyb34 = r.CheckBreak() + } + if yyb34 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Origin = "" + } else { + yyv41 := &x.Origin + yym42 := z.DecBinary() + _ = yym42 + if false { + } else { + *((*string)(yyv41)) = r.DecodeString() + } + } + yyj34++ + if yyhl34 { + yyb34 = yyj34 > l + } else { + yyb34 = r.CheckBreak() + } + if yyb34 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.PlainText = false + } else { + yyv43 := &x.PlainText + yym44 := z.DecBinary() + _ = yym44 + if false { + } else { + *((*bool)(yyv43)) = r.DecodeBool() + } + } + yyj34++ + if yyhl34 { + yyb34 = yyj34 > l + } else { + yyb34 = r.CheckBreak() + } + if yyb34 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Limit = 0 + } else { + yyv45 := &x.Limit + yym46 := z.DecBinary() + _ = yym46 + if false { + } else { + *((*int64)(yyv45)) = int64(r.DecodeInt(64)) + } + } + yyj34++ + if yyhl34 { + yyb34 = yyj34 > l + } else { + yyb34 = r.CheckBreak() + } + if yyb34 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Follow = false + } else { + yyv47 := &x.Follow + yym48 := z.DecBinary() + _ = yym48 + if false { + } else { + *((*bool)(yyv47)) = r.DecodeBool() + } + } + yyj34++ + if yyhl34 { + yyb34 = yyj34 > l + } else { + yyb34 = r.CheckBreak() + } + if yyb34 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv49 := &x.Region + yym50 := z.DecBinary() + _ = yym50 + if false { + } else { + *((*string)(yyv49)) = r.DecodeString() + } + } + yyj34++ + if yyhl34 { + yyb34 = yyj34 > l + } else { + yyb34 = r.CheckBreak() + } + if yyb34 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv51 := &x.Namespace + yym52 := z.DecBinary() + _ = yym52 + if false { + } else { + *((*string)(yyv51)) = r.DecodeString() + } + } + yyj34++ + if yyhl34 { + yyb34 = yyj34 > l + } else { + yyb34 = r.CheckBreak() + } + if yyb34 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv53 := &x.MinQueryIndex + yym54 := z.DecBinary() + _ = yym54 + if false { + } else { + *((*uint64)(yyv53)) = uint64(r.DecodeUint(64)) + } + } + yyj34++ + if yyhl34 { + yyb34 = yyj34 > l + } else { + yyb34 = r.CheckBreak() + } + if yyb34 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv55 := &x.MaxQueryTime + yym56 := z.DecBinary() + _ = yym56 + if false { + } else if z.HasExtensions() && z.DecExt(yyv55) { + } else { + *((*int64)(yyv55)) = int64(r.DecodeInt(64)) + } + } + yyj34++ + if yyhl34 { + yyb34 = yyj34 > l + } else { + yyb34 = r.CheckBreak() + } + if yyb34 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv57 := &x.AllowStale + yym58 := z.DecBinary() + _ = yym58 + if false { + } else { + *((*bool)(yyv57)) = r.DecodeBool() + } + } + yyj34++ + if yyhl34 { + yyb34 = yyj34 > l + } else { + yyb34 = r.CheckBreak() + } + if yyb34 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv59 := &x.Prefix + yym60 := z.DecBinary() + _ = yym60 + if false { + } else { + *((*string)(yyv59)) = r.DecodeString() + } + } + yyj34++ + if yyhl34 { + yyb34 = yyj34 > l + } else { + yyb34 = r.CheckBreak() + } + if yyb34 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv61 := &x.AuthToken + yym62 := z.DecBinary() + _ = yym62 + if false { + } else { + *((*string)(yyv61)) = r.DecodeString() + } + } + yyj34++ + if yyhl34 { + yyb34 = yyj34 > l + } else { + yyb34 = r.CheckBreak() + } + if yyb34 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv63 := &x.Forwarded + yym64 := z.DecBinary() + _ = yym64 + if false { + } else { + *((*bool)(yyv63)) = r.DecodeBool() + } + } + for { + yyj34++ + if yyhl34 { + yyb34 = yyj34 > l + } else { + yyb34 = r.CheckBreak() + } + if yyb34 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + z.DecStructFieldNotFound(yyj34-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd102) +} + +func (x *FsLogsRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [15]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(15) + } else { + yynn2 = 15 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.AllocID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("AllocID")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.AllocID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Task)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Task")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Task)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.LogType)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("LogType")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.LogType)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeInt(int64(x.Offset)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Offset")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeInt(int64(x.Offset)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Origin)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Origin")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Origin)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeBool(bool(x.PlainText)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("PlainText")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeBool(bool(x.PlainText)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeBool(bool(x.Follow)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Follow")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeBool(bool(x.Follow)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym28 := z.EncBinary() + _ = yym28 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym29 := z.EncBinary() + _ = yym29 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym31 := z.EncBinary() + _ = yym31 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("MinQueryIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym32 := z.EncBinary() + _ = yym32 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym34 := z.EncBinary() + _ = yym34 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("MaxQueryTime")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym35 := z.EncBinary() + _ = yym35 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym37 := z.EncBinary() + _ = yym37 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("AllowStale")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym38 := z.EncBinary() + _ = yym38 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym40 := z.EncBinary() + _ = yym40 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Prefix)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Prefix")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym41 := z.EncBinary() + _ = yym41 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Prefix)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym43 := z.EncBinary() + _ = yym43 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym44 := z.EncBinary() + _ = yym44 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym46 := z.EncBinary() + _ = yym46 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym47 := z.EncBinary() + _ = yym47 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd102) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd102) + } + } + } +} + +func (x *FsLogsRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap102 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd102) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray102 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr102) + } + } +} + +func (x *FsLogsRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey102) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue102) + switch yys3 { + case "AllocID": + if r.TryDecodeAsNil() { + x.AllocID = "" + } else { + yyv4 := &x.AllocID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Task": + if r.TryDecodeAsNil() { + x.Task = "" + } else { + yyv6 := &x.Task + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "LogType": + if r.TryDecodeAsNil() { + x.LogType = "" + } else { + yyv8 := &x.LogType + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "Offset": + if r.TryDecodeAsNil() { + x.Offset = 0 + } else { + yyv10 := &x.Offset + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*int64)(yyv10)) = int64(r.DecodeInt(64)) + } + } + case "Origin": + if r.TryDecodeAsNil() { + x.Origin = "" + } else { + yyv12 := &x.Origin + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*string)(yyv12)) = r.DecodeString() + } + } + case "PlainText": + if r.TryDecodeAsNil() { + x.PlainText = false + } else { + yyv14 := &x.PlainText + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*bool)(yyv14)) = r.DecodeBool() + } + } + case "Follow": + if r.TryDecodeAsNil() { + x.Follow = false + } else { + yyv16 := &x.Follow + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*bool)(yyv16)) = r.DecodeBool() + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv18 := &x.Region + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*string)(yyv18)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv20 := &x.Namespace + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + *((*string)(yyv20)) = r.DecodeString() + } + } + case "MinQueryIndex": + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv22 := &x.MinQueryIndex + yym23 := z.DecBinary() + _ = yym23 + if false { + } else { + *((*uint64)(yyv22)) = uint64(r.DecodeUint(64)) + } + } + case "MaxQueryTime": + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv24 := &x.MaxQueryTime + yym25 := z.DecBinary() + _ = yym25 + if false { + } else if z.HasExtensions() && z.DecExt(yyv24) { + } else { + *((*int64)(yyv24)) = int64(r.DecodeInt(64)) + } + } + case "AllowStale": + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv26 := &x.AllowStale + yym27 := z.DecBinary() + _ = yym27 + if false { + } else { + *((*bool)(yyv26)) = r.DecodeBool() + } + } + case "Prefix": + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv28 := &x.Prefix + yym29 := z.DecBinary() + _ = yym29 + if false { + } else { + *((*string)(yyv28)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv30 := &x.AuthToken + yym31 := z.DecBinary() + _ = yym31 + if false { + } else { + *((*string)(yyv30)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv32 := &x.Forwarded + yym33 := z.DecBinary() + _ = yym33 + if false { + } else { + *((*bool)(yyv32)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd102) +} + +func (x *FsLogsRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj34 int + var yyb34 bool + var yyhl34 bool = l >= 0 + yyj34++ + if yyhl34 { + yyb34 = yyj34 > l + } else { + yyb34 = r.CheckBreak() + } + if yyb34 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.AllocID = "" + } else { + yyv35 := &x.AllocID + yym36 := z.DecBinary() + _ = yym36 + if false { + } else { + *((*string)(yyv35)) = r.DecodeString() + } + } + yyj34++ + if yyhl34 { + yyb34 = yyj34 > l + } else { + yyb34 = r.CheckBreak() + } + if yyb34 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Task = "" + } else { + yyv37 := &x.Task + yym38 := z.DecBinary() + _ = yym38 + if false { + } else { + *((*string)(yyv37)) = r.DecodeString() + } + } + yyj34++ + if yyhl34 { + yyb34 = yyj34 > l + } else { + yyb34 = r.CheckBreak() + } + if yyb34 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.LogType = "" + } else { + yyv39 := &x.LogType + yym40 := z.DecBinary() + _ = yym40 + if false { + } else { + *((*string)(yyv39)) = r.DecodeString() + } + } + yyj34++ + if yyhl34 { + yyb34 = yyj34 > l + } else { + yyb34 = r.CheckBreak() + } + if yyb34 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Offset = 0 + } else { + yyv41 := &x.Offset + yym42 := z.DecBinary() + _ = yym42 + if false { + } else { + *((*int64)(yyv41)) = int64(r.DecodeInt(64)) + } + } + yyj34++ + if yyhl34 { + yyb34 = yyj34 > l + } else { + yyb34 = r.CheckBreak() + } + if yyb34 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Origin = "" + } else { + yyv43 := &x.Origin + yym44 := z.DecBinary() + _ = yym44 + if false { + } else { + *((*string)(yyv43)) = r.DecodeString() + } + } + yyj34++ + if yyhl34 { + yyb34 = yyj34 > l + } else { + yyb34 = r.CheckBreak() + } + if yyb34 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.PlainText = false + } else { + yyv45 := &x.PlainText + yym46 := z.DecBinary() + _ = yym46 + if false { + } else { + *((*bool)(yyv45)) = r.DecodeBool() + } + } + yyj34++ + if yyhl34 { + yyb34 = yyj34 > l + } else { + yyb34 = r.CheckBreak() + } + if yyb34 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Follow = false + } else { + yyv47 := &x.Follow + yym48 := z.DecBinary() + _ = yym48 + if false { + } else { + *((*bool)(yyv47)) = r.DecodeBool() + } + } + yyj34++ + if yyhl34 { + yyb34 = yyj34 > l + } else { + yyb34 = r.CheckBreak() + } + if yyb34 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv49 := &x.Region + yym50 := z.DecBinary() + _ = yym50 + if false { + } else { + *((*string)(yyv49)) = r.DecodeString() + } + } + yyj34++ + if yyhl34 { + yyb34 = yyj34 > l + } else { + yyb34 = r.CheckBreak() + } + if yyb34 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv51 := &x.Namespace + yym52 := z.DecBinary() + _ = yym52 + if false { + } else { + *((*string)(yyv51)) = r.DecodeString() + } + } + yyj34++ + if yyhl34 { + yyb34 = yyj34 > l + } else { + yyb34 = r.CheckBreak() + } + if yyb34 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv53 := &x.MinQueryIndex + yym54 := z.DecBinary() + _ = yym54 + if false { + } else { + *((*uint64)(yyv53)) = uint64(r.DecodeUint(64)) + } + } + yyj34++ + if yyhl34 { + yyb34 = yyj34 > l + } else { + yyb34 = r.CheckBreak() + } + if yyb34 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv55 := &x.MaxQueryTime + yym56 := z.DecBinary() + _ = yym56 + if false { + } else if z.HasExtensions() && z.DecExt(yyv55) { + } else { + *((*int64)(yyv55)) = int64(r.DecodeInt(64)) + } + } + yyj34++ + if yyhl34 { + yyb34 = yyj34 > l + } else { + yyb34 = r.CheckBreak() + } + if yyb34 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv57 := &x.AllowStale + yym58 := z.DecBinary() + _ = yym58 + if false { + } else { + *((*bool)(yyv57)) = r.DecodeBool() + } + } + yyj34++ + if yyhl34 { + yyb34 = yyj34 > l + } else { + yyb34 = r.CheckBreak() + } + if yyb34 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv59 := &x.Prefix + yym60 := z.DecBinary() + _ = yym60 + if false { + } else { + *((*string)(yyv59)) = r.DecodeString() + } + } + yyj34++ + if yyhl34 { + yyb34 = yyj34 > l + } else { + yyb34 = r.CheckBreak() + } + if yyb34 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv61 := &x.AuthToken + yym62 := z.DecBinary() + _ = yym62 + if false { + } else { + *((*string)(yyv61)) = r.DecodeString() + } + } + yyj34++ + if yyhl34 { + yyb34 = yyj34 > l + } else { + yyb34 = r.CheckBreak() + } + if yyb34 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv63 := &x.Forwarded + yym64 := z.DecBinary() + _ = yym64 + if false { + } else { + *((*bool)(yyv63)) = r.DecodeBool() + } + } + for { + yyj34++ + if yyhl34 { + yyb34 = yyj34 > l + } else { + yyb34 = r.CheckBreak() + } + if yyb34 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + z.DecStructFieldNotFound(yyj34-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd102) +} + +func (x *StreamErrWrapper) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [2]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(2) + } else { + yynn2 = 2 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + if x.Error == nil { + r.EncodeNil() + } else { + x.Error.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Error")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + if x.Error == nil { + r.EncodeNil() + } else { + x.Error.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + if x.Payload == nil { + r.EncodeNil() + } else { + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeStringBytes(codecSelferC_RAW102, []byte(x.Payload)) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Payload")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + if x.Payload == nil { + r.EncodeNil() + } else { + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeStringBytes(codecSelferC_RAW102, []byte(x.Payload)) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd102) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd102) + } + } + } +} + +func (x *StreamErrWrapper) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap102 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd102) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray102 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr102) + } + } +} + +func (x *StreamErrWrapper) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey102) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue102) + switch yys3 { + case "Error": + if r.TryDecodeAsNil() { + if x.Error != nil { + x.Error = nil + } + } else { + if x.Error == nil { + x.Error = new(RpcError) + } + x.Error.CodecDecodeSelf(d) + } + case "Payload": + if r.TryDecodeAsNil() { + x.Payload = nil + } else { + yyv5 := &x.Payload + yym6 := z.DecBinary() + _ = yym6 + if false { + } else { + *yyv5 = r.DecodeBytes(*(*[]byte)(yyv5), false, false) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd102) +} + +func (x *StreamErrWrapper) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj7 int + var yyb7 bool + var yyhl7 bool = l >= 0 + yyj7++ + if yyhl7 { + yyb7 = yyj7 > l + } else { + yyb7 = r.CheckBreak() + } + if yyb7 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + if x.Error != nil { + x.Error = nil + } + } else { + if x.Error == nil { + x.Error = new(RpcError) + } + x.Error.CodecDecodeSelf(d) + } + yyj7++ + if yyhl7 { + yyb7 = yyj7 > l + } else { + yyb7 = r.CheckBreak() + } + if yyb7 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Payload = nil + } else { + yyv9 := &x.Payload + yym10 := z.DecBinary() + _ = yym10 + if false { + } else { + *yyv9 = r.DecodeBytes(*(*[]byte)(yyv9), false, false) + } + } + for { + yyj7++ + if yyhl7 { + yyb7 = yyj7 > l + } else { + yyb7 = r.CheckBreak() + } + if yyb7 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + z.DecStructFieldNotFound(yyj7-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd102) +} + +func (x *AllocStatsRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [10]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(10) + } else { + yynn2 = 10 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.AllocID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("AllocID")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.AllocID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Task)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Task")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Task)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("MinQueryIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("MaxQueryTime")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("AllowStale")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Prefix)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Prefix")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.Prefix)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym28 := z.EncBinary() + _ = yym28 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym29 := z.EncBinary() + _ = yym29 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym31 := z.EncBinary() + _ = yym31 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym32 := z.EncBinary() + _ = yym32 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd102) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd102) + } + } + } +} + +func (x *AllocStatsRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap102 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd102) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray102 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr102) + } + } +} + +func (x *AllocStatsRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey102) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue102) + switch yys3 { + case "AllocID": + if r.TryDecodeAsNil() { + x.AllocID = "" + } else { + yyv4 := &x.AllocID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Task": + if r.TryDecodeAsNil() { + x.Task = "" + } else { + yyv6 := &x.Task + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv8 := &x.Region + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv10 := &x.Namespace + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "MinQueryIndex": + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv12 := &x.MinQueryIndex + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*uint64)(yyv12)) = uint64(r.DecodeUint(64)) + } + } + case "MaxQueryTime": + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv14 := &x.MaxQueryTime + yym15 := z.DecBinary() + _ = yym15 + if false { + } else if z.HasExtensions() && z.DecExt(yyv14) { + } else { + *((*int64)(yyv14)) = int64(r.DecodeInt(64)) + } + } + case "AllowStale": + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv16 := &x.AllowStale + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*bool)(yyv16)) = r.DecodeBool() + } + } + case "Prefix": + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv18 := &x.Prefix + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*string)(yyv18)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv20 := &x.AuthToken + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + *((*string)(yyv20)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv22 := &x.Forwarded + yym23 := z.DecBinary() + _ = yym23 + if false { + } else { + *((*bool)(yyv22)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd102) +} + +func (x *AllocStatsRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj24 int + var yyb24 bool + var yyhl24 bool = l >= 0 + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.AllocID = "" + } else { + yyv25 := &x.AllocID + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*string)(yyv25)) = r.DecodeString() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Task = "" + } else { + yyv27 := &x.Task + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*string)(yyv27)) = r.DecodeString() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv29 := &x.Region + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*string)(yyv29)) = r.DecodeString() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv31 := &x.Namespace + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + *((*string)(yyv31)) = r.DecodeString() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv33 := &x.MinQueryIndex + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + *((*uint64)(yyv33)) = uint64(r.DecodeUint(64)) + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv35 := &x.MaxQueryTime + yym36 := z.DecBinary() + _ = yym36 + if false { + } else if z.HasExtensions() && z.DecExt(yyv35) { + } else { + *((*int64)(yyv35)) = int64(r.DecodeInt(64)) + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv37 := &x.AllowStale + yym38 := z.DecBinary() + _ = yym38 + if false { + } else { + *((*bool)(yyv37)) = r.DecodeBool() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv39 := &x.Prefix + yym40 := z.DecBinary() + _ = yym40 + if false { + } else { + *((*string)(yyv39)) = r.DecodeString() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv41 := &x.AuthToken + yym42 := z.DecBinary() + _ = yym42 + if false { + } else { + *((*string)(yyv41)) = r.DecodeString() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv43 := &x.Forwarded + yym44 := z.DecBinary() + _ = yym44 + if false { + } else { + *((*bool)(yyv43)) = r.DecodeBool() + } + } + for { + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + z.DecStructFieldNotFound(yyj24-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd102) +} + +func (x *AllocStatsResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + if x.Stats == nil { + r.EncodeNil() + } else { + x.Stats.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Stats")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + if x.Stats == nil { + r.EncodeNil() + } else { + x.Stats.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd102) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd102) + } + } + } +} + +func (x *AllocStatsResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap102 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd102) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray102 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr102) + } + } +} + +func (x *AllocStatsResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey102) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue102) + switch yys3 { + case "Stats": + if r.TryDecodeAsNil() { + if x.Stats != nil { + x.Stats = nil + } + } else { + if x.Stats == nil { + x.Stats = new(AllocResourceUsage) + } + x.Stats.CodecDecodeSelf(d) + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv5 := &x.Index + yym6 := z.DecBinary() + _ = yym6 + if false { + } else { + *((*uint64)(yyv5)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv7 := &x.LastContact + yym8 := z.DecBinary() + _ = yym8 + if false { + } else if z.HasExtensions() && z.DecExt(yyv7) { + } else { + *((*int64)(yyv7)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv9 := &x.KnownLeader + yym10 := z.DecBinary() + _ = yym10 + if false { + } else { + *((*bool)(yyv9)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd102) +} + +func (x *AllocStatsResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj11 int + var yyb11 bool + var yyhl11 bool = l >= 0 + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + if x.Stats != nil { + x.Stats = nil + } + } else { + if x.Stats == nil { + x.Stats = new(AllocResourceUsage) + } + x.Stats.CodecDecodeSelf(d) + } + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv13 := &x.Index + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*uint64)(yyv13)) = uint64(r.DecodeUint(64)) + } + } + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv15 := &x.LastContact + yym16 := z.DecBinary() + _ = yym16 + if false { + } else if z.HasExtensions() && z.DecExt(yyv15) { + } else { + *((*int64)(yyv15)) = int64(r.DecodeInt(64)) + } + } + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv17 := &x.KnownLeader + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*bool)(yyv17)) = r.DecodeBool() + } + } + for { + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + z.DecStructFieldNotFound(yyj11-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd102) +} + +func (x *MemoryStats) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [7]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(7) + } else { + yynn2 = 7 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeUint(uint64(x.RSS)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("RSS")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeUint(uint64(x.RSS)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.Cache)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Cache")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.Cache)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeUint(uint64(x.Swap)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Swap")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeUint(uint64(x.Swap)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeUint(uint64(x.MaxUsage)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("MaxUsage")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeUint(uint64(x.MaxUsage)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeUint(uint64(x.KernelUsage)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("KernelUsage")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeUint(uint64(x.KernelUsage)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeUint(uint64(x.KernelMaxUsage)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("KernelMaxUsage")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeUint(uint64(x.KernelMaxUsage)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + if x.Measured == nil { + r.EncodeNil() + } else { + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + z.F.EncSliceStringV(x.Measured, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Measured")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + if x.Measured == nil { + r.EncodeNil() + } else { + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + z.F.EncSliceStringV(x.Measured, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd102) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd102) + } + } + } +} + +func (x *MemoryStats) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap102 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd102) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray102 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr102) + } + } +} + +func (x *MemoryStats) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey102) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue102) + switch yys3 { + case "RSS": + if r.TryDecodeAsNil() { + x.RSS = 0 + } else { + yyv4 := &x.RSS + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*uint64)(yyv4)) = uint64(r.DecodeUint(64)) + } + } + case "Cache": + if r.TryDecodeAsNil() { + x.Cache = 0 + } else { + yyv6 := &x.Cache + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*uint64)(yyv6)) = uint64(r.DecodeUint(64)) + } + } + case "Swap": + if r.TryDecodeAsNil() { + x.Swap = 0 + } else { + yyv8 := &x.Swap + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*uint64)(yyv8)) = uint64(r.DecodeUint(64)) + } + } + case "MaxUsage": + if r.TryDecodeAsNil() { + x.MaxUsage = 0 + } else { + yyv10 := &x.MaxUsage + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*uint64)(yyv10)) = uint64(r.DecodeUint(64)) + } + } + case "KernelUsage": + if r.TryDecodeAsNil() { + x.KernelUsage = 0 + } else { + yyv12 := &x.KernelUsage + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*uint64)(yyv12)) = uint64(r.DecodeUint(64)) + } + } + case "KernelMaxUsage": + if r.TryDecodeAsNil() { + x.KernelMaxUsage = 0 + } else { + yyv14 := &x.KernelMaxUsage + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*uint64)(yyv14)) = uint64(r.DecodeUint(64)) + } + } + case "Measured": + if r.TryDecodeAsNil() { + x.Measured = nil + } else { + yyv16 := &x.Measured + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + z.F.DecSliceStringX(yyv16, false, d) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd102) +} + +func (x *MemoryStats) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj18 int + var yyb18 bool + var yyhl18 bool = l >= 0 + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.RSS = 0 + } else { + yyv19 := &x.RSS + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*uint64)(yyv19)) = uint64(r.DecodeUint(64)) + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Cache = 0 + } else { + yyv21 := &x.Cache + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*uint64)(yyv21)) = uint64(r.DecodeUint(64)) + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Swap = 0 + } else { + yyv23 := &x.Swap + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*uint64)(yyv23)) = uint64(r.DecodeUint(64)) + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.MaxUsage = 0 + } else { + yyv25 := &x.MaxUsage + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*uint64)(yyv25)) = uint64(r.DecodeUint(64)) + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.KernelUsage = 0 + } else { + yyv27 := &x.KernelUsage + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*uint64)(yyv27)) = uint64(r.DecodeUint(64)) + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.KernelMaxUsage = 0 + } else { + yyv29 := &x.KernelMaxUsage + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*uint64)(yyv29)) = uint64(r.DecodeUint(64)) + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Measured = nil + } else { + yyv31 := &x.Measured + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + z.F.DecSliceStringX(yyv31, false, d) + } + } + for { + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + z.DecStructFieldNotFound(yyj18-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd102) +} + +func (x *CpuStats) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [7]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(7) + } else { + yynn2 = 7 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeFloat64(float64(x.SystemMode)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("SystemMode")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeFloat64(float64(x.SystemMode)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeFloat64(float64(x.UserMode)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("UserMode")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeFloat64(float64(x.UserMode)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeFloat64(float64(x.TotalTicks)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("TotalTicks")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeFloat64(float64(x.TotalTicks)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeUint(uint64(x.ThrottledPeriods)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("ThrottledPeriods")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeUint(uint64(x.ThrottledPeriods)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeUint(uint64(x.ThrottledTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("ThrottledTime")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeUint(uint64(x.ThrottledTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeFloat64(float64(x.Percent)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Percent")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeFloat64(float64(x.Percent)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + if x.Measured == nil { + r.EncodeNil() + } else { + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + z.F.EncSliceStringV(x.Measured, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Measured")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + if x.Measured == nil { + r.EncodeNil() + } else { + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + z.F.EncSliceStringV(x.Measured, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd102) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd102) + } + } + } +} + +func (x *CpuStats) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap102 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd102) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray102 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr102) + } + } +} + +func (x *CpuStats) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey102) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue102) + switch yys3 { + case "SystemMode": + if r.TryDecodeAsNil() { + x.SystemMode = 0 + } else { + yyv4 := &x.SystemMode + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*float64)(yyv4)) = float64(r.DecodeFloat(false)) + } + } + case "UserMode": + if r.TryDecodeAsNil() { + x.UserMode = 0 + } else { + yyv6 := &x.UserMode + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*float64)(yyv6)) = float64(r.DecodeFloat(false)) + } + } + case "TotalTicks": + if r.TryDecodeAsNil() { + x.TotalTicks = 0 + } else { + yyv8 := &x.TotalTicks + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*float64)(yyv8)) = float64(r.DecodeFloat(false)) + } + } + case "ThrottledPeriods": + if r.TryDecodeAsNil() { + x.ThrottledPeriods = 0 + } else { + yyv10 := &x.ThrottledPeriods + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*uint64)(yyv10)) = uint64(r.DecodeUint(64)) + } + } + case "ThrottledTime": + if r.TryDecodeAsNil() { + x.ThrottledTime = 0 + } else { + yyv12 := &x.ThrottledTime + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*uint64)(yyv12)) = uint64(r.DecodeUint(64)) + } + } + case "Percent": + if r.TryDecodeAsNil() { + x.Percent = 0 + } else { + yyv14 := &x.Percent + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*float64)(yyv14)) = float64(r.DecodeFloat(false)) + } + } + case "Measured": + if r.TryDecodeAsNil() { + x.Measured = nil + } else { + yyv16 := &x.Measured + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + z.F.DecSliceStringX(yyv16, false, d) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd102) +} + +func (x *CpuStats) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj18 int + var yyb18 bool + var yyhl18 bool = l >= 0 + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.SystemMode = 0 + } else { + yyv19 := &x.SystemMode + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*float64)(yyv19)) = float64(r.DecodeFloat(false)) + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.UserMode = 0 + } else { + yyv21 := &x.UserMode + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*float64)(yyv21)) = float64(r.DecodeFloat(false)) + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.TotalTicks = 0 + } else { + yyv23 := &x.TotalTicks + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*float64)(yyv23)) = float64(r.DecodeFloat(false)) + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.ThrottledPeriods = 0 + } else { + yyv25 := &x.ThrottledPeriods + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*uint64)(yyv25)) = uint64(r.DecodeUint(64)) + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.ThrottledTime = 0 + } else { + yyv27 := &x.ThrottledTime + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*uint64)(yyv27)) = uint64(r.DecodeUint(64)) + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Percent = 0 + } else { + yyv29 := &x.Percent + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*float64)(yyv29)) = float64(r.DecodeFloat(false)) + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Measured = nil + } else { + yyv31 := &x.Measured + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + z.F.DecSliceStringX(yyv31, false, d) + } + } + for { + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + z.DecStructFieldNotFound(yyj18-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd102) +} + +func (x *ResourceUsage) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [2]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(2) + } else { + yynn2 = 2 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + if x.MemoryStats == nil { + r.EncodeNil() + } else { + x.MemoryStats.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("MemoryStats")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + if x.MemoryStats == nil { + r.EncodeNil() + } else { + x.MemoryStats.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + if x.CpuStats == nil { + r.EncodeNil() + } else { + x.CpuStats.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("CpuStats")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + if x.CpuStats == nil { + r.EncodeNil() + } else { + x.CpuStats.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd102) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd102) + } + } + } +} + +func (x *ResourceUsage) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap102 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd102) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray102 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr102) + } + } +} + +func (x *ResourceUsage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey102) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue102) + switch yys3 { + case "MemoryStats": + if r.TryDecodeAsNil() { + if x.MemoryStats != nil { + x.MemoryStats = nil + } + } else { + if x.MemoryStats == nil { + x.MemoryStats = new(MemoryStats) + } + x.MemoryStats.CodecDecodeSelf(d) + } + case "CpuStats": + if r.TryDecodeAsNil() { + if x.CpuStats != nil { + x.CpuStats = nil + } + } else { + if x.CpuStats == nil { + x.CpuStats = new(CpuStats) + } + x.CpuStats.CodecDecodeSelf(d) + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd102) +} + +func (x *ResourceUsage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj6 int + var yyb6 bool + var yyhl6 bool = l >= 0 + yyj6++ + if yyhl6 { + yyb6 = yyj6 > l + } else { + yyb6 = r.CheckBreak() + } + if yyb6 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + if x.MemoryStats != nil { + x.MemoryStats = nil + } + } else { + if x.MemoryStats == nil { + x.MemoryStats = new(MemoryStats) + } + x.MemoryStats.CodecDecodeSelf(d) + } + yyj6++ + if yyhl6 { + yyb6 = yyj6 > l + } else { + yyb6 = r.CheckBreak() + } + if yyb6 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + if x.CpuStats != nil { + x.CpuStats = nil + } + } else { + if x.CpuStats == nil { + x.CpuStats = new(CpuStats) + } + x.CpuStats.CodecDecodeSelf(d) + } + for { + yyj6++ + if yyhl6 { + yyb6 = yyj6 > l + } else { + yyb6 = r.CheckBreak() + } + if yyb6 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + z.DecStructFieldNotFound(yyj6-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd102) +} + +func (x *TaskResourceUsage) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [3]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(3) + } else { + yynn2 = 3 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + if x.ResourceUsage == nil { + r.EncodeNil() + } else { + x.ResourceUsage.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("ResourceUsage")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + if x.ResourceUsage == nil { + r.EncodeNil() + } else { + x.ResourceUsage.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeInt(int64(x.Timestamp)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Timestamp")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeInt(int64(x.Timestamp)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + if x.Pids == nil { + r.EncodeNil() + } else { + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + h.encMapstringPtrtoResourceUsage((map[string]*ResourceUsage)(x.Pids), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Pids")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + if x.Pids == nil { + r.EncodeNil() + } else { + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + h.encMapstringPtrtoResourceUsage((map[string]*ResourceUsage)(x.Pids), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd102) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd102) + } + } + } +} + +func (x *TaskResourceUsage) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap102 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd102) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray102 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr102) + } + } +} + +func (x *TaskResourceUsage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey102) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue102) + switch yys3 { + case "ResourceUsage": + if r.TryDecodeAsNil() { + if x.ResourceUsage != nil { + x.ResourceUsage = nil + } + } else { + if x.ResourceUsage == nil { + x.ResourceUsage = new(ResourceUsage) + } + x.ResourceUsage.CodecDecodeSelf(d) + } + case "Timestamp": + if r.TryDecodeAsNil() { + x.Timestamp = 0 + } else { + yyv5 := &x.Timestamp + yym6 := z.DecBinary() + _ = yym6 + if false { + } else { + *((*int64)(yyv5)) = int64(r.DecodeInt(64)) + } + } + case "Pids": + if r.TryDecodeAsNil() { + x.Pids = nil + } else { + yyv7 := &x.Pids + yym8 := z.DecBinary() + _ = yym8 + if false { + } else { + h.decMapstringPtrtoResourceUsage((*map[string]*ResourceUsage)(yyv7), d) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd102) +} + +func (x *TaskResourceUsage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj9 int + var yyb9 bool + var yyhl9 bool = l >= 0 + yyj9++ + if yyhl9 { + yyb9 = yyj9 > l + } else { + yyb9 = r.CheckBreak() + } + if yyb9 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + if x.ResourceUsage != nil { + x.ResourceUsage = nil + } + } else { + if x.ResourceUsage == nil { + x.ResourceUsage = new(ResourceUsage) + } + x.ResourceUsage.CodecDecodeSelf(d) + } + yyj9++ + if yyhl9 { + yyb9 = yyj9 > l + } else { + yyb9 = r.CheckBreak() + } + if yyb9 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Timestamp = 0 + } else { + yyv11 := &x.Timestamp + yym12 := z.DecBinary() + _ = yym12 + if false { + } else { + *((*int64)(yyv11)) = int64(r.DecodeInt(64)) + } + } + yyj9++ + if yyhl9 { + yyb9 = yyj9 > l + } else { + yyb9 = r.CheckBreak() + } + if yyb9 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Pids = nil + } else { + yyv13 := &x.Pids + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + h.decMapstringPtrtoResourceUsage((*map[string]*ResourceUsage)(yyv13), d) + } + } + for { + yyj9++ + if yyhl9 { + yyb9 = yyj9 > l + } else { + yyb9 = r.CheckBreak() + } + if yyb9 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + z.DecStructFieldNotFound(yyj9-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd102) +} + +func (x *AllocResourceUsage) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [3]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(3) + } else { + yynn2 = 3 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + if x.ResourceUsage == nil { + r.EncodeNil() + } else { + x.ResourceUsage.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("ResourceUsage")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + if x.ResourceUsage == nil { + r.EncodeNil() + } else { + x.ResourceUsage.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + if x.Tasks == nil { + r.EncodeNil() + } else { + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + h.encMapstringPtrtoTaskResourceUsage((map[string]*TaskResourceUsage)(x.Tasks), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Tasks")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + if x.Tasks == nil { + r.EncodeNil() + } else { + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + h.encMapstringPtrtoTaskResourceUsage((map[string]*TaskResourceUsage)(x.Tasks), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeInt(int64(x.Timestamp)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Timestamp")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeInt(int64(x.Timestamp)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd102) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd102) + } + } + } +} + +func (x *AllocResourceUsage) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap102 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd102) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray102 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr102) + } + } +} + +func (x *AllocResourceUsage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey102) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue102) + switch yys3 { + case "ResourceUsage": + if r.TryDecodeAsNil() { + if x.ResourceUsage != nil { + x.ResourceUsage = nil + } + } else { + if x.ResourceUsage == nil { + x.ResourceUsage = new(ResourceUsage) + } + x.ResourceUsage.CodecDecodeSelf(d) + } + case "Tasks": + if r.TryDecodeAsNil() { + x.Tasks = nil + } else { + yyv5 := &x.Tasks + yym6 := z.DecBinary() + _ = yym6 + if false { + } else { + h.decMapstringPtrtoTaskResourceUsage((*map[string]*TaskResourceUsage)(yyv5), d) + } + } + case "Timestamp": + if r.TryDecodeAsNil() { + x.Timestamp = 0 + } else { + yyv7 := &x.Timestamp + yym8 := z.DecBinary() + _ = yym8 + if false { + } else { + *((*int64)(yyv7)) = int64(r.DecodeInt(64)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd102) +} + +func (x *AllocResourceUsage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj9 int + var yyb9 bool + var yyhl9 bool = l >= 0 + yyj9++ + if yyhl9 { + yyb9 = yyj9 > l + } else { + yyb9 = r.CheckBreak() + } + if yyb9 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + if x.ResourceUsage != nil { + x.ResourceUsage = nil + } + } else { + if x.ResourceUsage == nil { + x.ResourceUsage = new(ResourceUsage) + } + x.ResourceUsage.CodecDecodeSelf(d) + } + yyj9++ + if yyhl9 { + yyb9 = yyj9 > l + } else { + yyb9 = r.CheckBreak() + } + if yyb9 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Tasks = nil + } else { + yyv11 := &x.Tasks + yym12 := z.DecBinary() + _ = yym12 + if false { + } else { + h.decMapstringPtrtoTaskResourceUsage((*map[string]*TaskResourceUsage)(yyv11), d) + } + } + yyj9++ + if yyhl9 { + yyb9 = yyj9 > l + } else { + yyb9 = r.CheckBreak() + } + if yyb9 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Timestamp = 0 + } else { + yyv13 := &x.Timestamp + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*int64)(yyv13)) = int64(r.DecodeInt(64)) + } + } + for { + yyj9++ + if yyhl9 { + yyb9 = yyj9 > l + } else { + yyb9 = r.CheckBreak() + } + if yyb9 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + z.DecStructFieldNotFound(yyj9-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd102) +} + +func (x FSIsolation) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + r.EncodeInt(int64(x)) + } +} + +func (x *FSIsolation) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + *((*int)(x)) = int(r.DecodeInt(codecSelferBitsize102)) + } +} + +func (x *DriverNetwork) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [3]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(3) + } else { + yynn2 = 3 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + if x.PortMap == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + z.F.EncMapStringIntV(x.PortMap, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("PortMap")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + if x.PortMap == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + z.F.EncMapStringIntV(x.PortMap, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.IP)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("IP")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(x.IP)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeBool(bool(x.AutoAdvertise)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("AutoAdvertise")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeBool(bool(x.AutoAdvertise)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd102) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd102) + } + } + } +} + +func (x *DriverNetwork) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap102 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd102) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray102 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr102) + } + } +} + +func (x *DriverNetwork) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey102) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue102) + switch yys3 { + case "PortMap": + if r.TryDecodeAsNil() { + x.PortMap = nil + } else { + yyv4 := &x.PortMap + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + z.F.DecMapStringIntX(yyv4, false, d) + } + } + case "IP": + if r.TryDecodeAsNil() { + x.IP = "" + } else { + yyv6 := &x.IP + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "AutoAdvertise": + if r.TryDecodeAsNil() { + x.AutoAdvertise = false + } else { + yyv8 := &x.AutoAdvertise + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*bool)(yyv8)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd102) +} + +func (x *DriverNetwork) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj10 int + var yyb10 bool + var yyhl10 bool = l >= 0 + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.PortMap = nil + } else { + yyv11 := &x.PortMap + yym12 := z.DecBinary() + _ = yym12 + if false { + } else { + z.F.DecMapStringIntX(yyv11, false, d) + } + } + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.IP = "" + } else { + yyv13 := &x.IP + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*string)(yyv13)) = r.DecodeString() + } + } + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.AutoAdvertise = false + } else { + yyv15 := &x.AutoAdvertise + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*bool)(yyv15)) = r.DecodeBool() + } + } + for { + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + z.DecStructFieldNotFound(yyj10-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd102) +} + +func (x *FingerprintRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [2]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(2) + } else { + yynn2 = 2 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + if x.Config == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else if z.HasExtensions() && z.EncExt(x.Config) { + } else { + z.EncFallback(x.Config) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Config")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + if x.Config == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else if z.HasExtensions() && z.EncExt(x.Config) { + } else { + z.EncFallback(x.Config) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + if x.Node == nil { + r.EncodeNil() + } else { + yym7 := z.EncBinary() + _ = yym7 + if false { + } else if z.HasExtensions() && z.EncExt(x.Node) { + } else { + z.EncFallback(x.Node) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Node")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + if x.Node == nil { + r.EncodeNil() + } else { + yym8 := z.EncBinary() + _ = yym8 + if false { + } else if z.HasExtensions() && z.EncExt(x.Node) { + } else { + z.EncFallback(x.Node) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd102) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd102) + } + } + } +} + +func (x *FingerprintRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap102 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd102) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray102 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr102) + } + } +} + +func (x *FingerprintRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey102) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue102) + switch yys3 { + case "Config": + if r.TryDecodeAsNil() { + if x.Config != nil { + x.Config = nil + } + } else { + if x.Config == nil { + x.Config = new(pkg3_config.Config) + } + yym5 := z.DecBinary() + _ = yym5 + if false { + } else if z.HasExtensions() && z.DecExt(x.Config) { + } else { + z.DecFallback(x.Config, false) + } + } + case "Node": + if r.TryDecodeAsNil() { + if x.Node != nil { + x.Node = nil + } + } else { + if x.Node == nil { + x.Node = new(pkg2_structs.Node) + } + yym7 := z.DecBinary() + _ = yym7 + if false { + } else if z.HasExtensions() && z.DecExt(x.Node) { + } else { + z.DecFallback(x.Node, false) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd102) +} + +func (x *FingerprintRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj8 int + var yyb8 bool + var yyhl8 bool = l >= 0 + yyj8++ + if yyhl8 { + yyb8 = yyj8 > l + } else { + yyb8 = r.CheckBreak() + } + if yyb8 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + if x.Config != nil { + x.Config = nil + } + } else { + if x.Config == nil { + x.Config = new(pkg3_config.Config) + } + yym10 := z.DecBinary() + _ = yym10 + if false { + } else if z.HasExtensions() && z.DecExt(x.Config) { + } else { + z.DecFallback(x.Config, false) + } + } + yyj8++ + if yyhl8 { + yyb8 = yyj8 > l + } else { + yyb8 = r.CheckBreak() + } + if yyb8 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + if x.Node != nil { + x.Node = nil + } + } else { + if x.Node == nil { + x.Node = new(pkg2_structs.Node) + } + yym12 := z.DecBinary() + _ = yym12 + if false { + } else if z.HasExtensions() && z.DecExt(x.Node) { + } else { + z.DecFallback(x.Node, false) + } + } + for { + yyj8++ + if yyhl8 { + yyb8 = yyj8 > l + } else { + yyb8 = r.CheckBreak() + } + if yyb8 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + z.DecStructFieldNotFound(yyj8-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd102) +} + +func (x *FingerprintResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + if x.Attributes == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + z.F.EncMapStringStringV(x.Attributes, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Attributes")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + if x.Attributes == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + z.F.EncMapStringStringV(x.Attributes, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + if x.Links == nil { + r.EncodeNil() + } else { + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + z.F.EncMapStringStringV(x.Links, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Links")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + if x.Links == nil { + r.EncodeNil() + } else { + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + z.F.EncMapStringStringV(x.Links, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + if x.Resources == nil { + r.EncodeNil() + } else { + yym10 := z.EncBinary() + _ = yym10 + if false { + } else if z.HasExtensions() && z.EncExt(x.Resources) { + } else { + z.EncFallback(x.Resources) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Resources")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + if x.Resources == nil { + r.EncodeNil() + } else { + yym11 := z.EncBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.EncExt(x.Resources) { + } else { + z.EncFallback(x.Resources) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeBool(bool(x.Detected)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Detected")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeBool(bool(x.Detected)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd102) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd102) + } + } + } +} + +func (x *FingerprintResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap102 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd102) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray102 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr102) + } + } +} + +func (x *FingerprintResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey102) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue102) + switch yys3 { + case "Attributes": + if r.TryDecodeAsNil() { + x.Attributes = nil + } else { + yyv4 := &x.Attributes + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + z.F.DecMapStringStringX(yyv4, false, d) + } + } + case "Links": + if r.TryDecodeAsNil() { + x.Links = nil + } else { + yyv6 := &x.Links + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + z.F.DecMapStringStringX(yyv6, false, d) + } + } + case "Resources": + if r.TryDecodeAsNil() { + if x.Resources != nil { + x.Resources = nil + } + } else { + if x.Resources == nil { + x.Resources = new(pkg2_structs.Resources) + } + yym9 := z.DecBinary() + _ = yym9 + if false { + } else if z.HasExtensions() && z.DecExt(x.Resources) { + } else { + z.DecFallback(x.Resources, false) + } + } + case "Detected": + if r.TryDecodeAsNil() { + x.Detected = false + } else { + yyv10 := &x.Detected + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*bool)(yyv10)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd102) +} + +func (x *FingerprintResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj12 int + var yyb12 bool + var yyhl12 bool = l >= 0 + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Attributes = nil + } else { + yyv13 := &x.Attributes + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + z.F.DecMapStringStringX(yyv13, false, d) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Links = nil + } else { + yyv15 := &x.Links + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + z.F.DecMapStringStringX(yyv15, false, d) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + if x.Resources != nil { + x.Resources = nil + } + } else { + if x.Resources == nil { + x.Resources = new(pkg2_structs.Resources) + } + yym18 := z.DecBinary() + _ = yym18 + if false { + } else if z.HasExtensions() && z.DecExt(x.Resources) { + } else { + z.DecFallback(x.Resources, false) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Detected = false + } else { + yyv19 := &x.Detected + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*bool)(yyv19)) = r.DecodeBool() + } + } + for { + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + z.DecStructFieldNotFound(yyj12-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd102) +} + +func (x *HealthCheckRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [0]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(0) + } else { + yynn2 = 0 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd102) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd102) + } + } + } +} + +func (x *HealthCheckRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap102 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd102) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray102 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr102) + } + } +} + +func (x *HealthCheckRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey102) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue102) + switch yys3 { + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd102) +} + +func (x *HealthCheckRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj4 int + var yyb4 bool + var yyhl4 bool = l >= 0 + for { + yyj4++ + if yyhl4 { + yyb4 = yyj4 > l + } else { + yyb4 = r.CheckBreak() + } + if yyb4 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + z.DecStructFieldNotFound(yyj4-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd102) +} + +func (x *HealthCheckResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [1]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(1) + } else { + yynn2 = 1 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + if x.Drivers == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + h.encMapstringPtrtostructs_DriverInfo((map[string]*pkg2_structs.DriverInfo)(x.Drivers), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Drivers")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + if x.Drivers == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + h.encMapstringPtrtostructs_DriverInfo((map[string]*pkg2_structs.DriverInfo)(x.Drivers), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd102) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd102) + } + } + } +} + +func (x *HealthCheckResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap102 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd102) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray102 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr102) + } + } +} + +func (x *HealthCheckResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey102) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue102) + switch yys3 { + case "Drivers": + if r.TryDecodeAsNil() { + x.Drivers = nil + } else { + yyv4 := &x.Drivers + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + h.decMapstringPtrtostructs_DriverInfo((*map[string]*pkg2_structs.DriverInfo)(yyv4), d) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd102) +} + +func (x *HealthCheckResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj6 int + var yyb6 bool + var yyhl6 bool = l >= 0 + yyj6++ + if yyhl6 { + yyb6 = yyj6 > l + } else { + yyb6 = r.CheckBreak() + } + if yyb6 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Drivers = nil + } else { + yyv7 := &x.Drivers + yym8 := z.DecBinary() + _ = yym8 + if false { + } else { + h.decMapstringPtrtostructs_DriverInfo((*map[string]*pkg2_structs.DriverInfo)(yyv7), d) + } + } + for { + yyj6++ + if yyhl6 { + yyb6 = yyj6 > l + } else { + yyb6 = r.CheckBreak() + } + if yyb6 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + z.DecStructFieldNotFound(yyj6-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd102) +} + +func (x *HealthCheckIntervalRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [0]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(0) + } else { + yynn2 = 0 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd102) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd102) + } + } + } +} + +func (x *HealthCheckIntervalRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap102 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd102) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray102 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr102) + } + } +} + +func (x *HealthCheckIntervalRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey102) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue102) + switch yys3 { + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd102) +} + +func (x *HealthCheckIntervalRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj4 int + var yyb4 bool + var yyhl4 bool = l >= 0 + for { + yyj4++ + if yyhl4 { + yyb4 = yyj4 > l + } else { + yyb4 = r.CheckBreak() + } + if yyb4 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + z.DecStructFieldNotFound(yyj4-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd102) +} + +func (x *HealthCheckIntervalResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [2]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(2) + } else { + yynn2 = 2 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeBool(bool(x.Eligible)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Eligible")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeBool(bool(x.Eligible)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else if z.HasExtensions() && z.EncExt(x.Period) { + } else { + r.EncodeInt(int64(x.Period)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey102) + r.EncodeString(codecSelferC_UTF8102, string("Period")) + z.EncSendContainerState(codecSelfer_containerMapValue102) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else if z.HasExtensions() && z.EncExt(x.Period) { + } else { + r.EncodeInt(int64(x.Period)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd102) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd102) + } + } + } +} + +func (x *HealthCheckIntervalResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap102 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd102) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray102 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr102) + } + } +} + +func (x *HealthCheckIntervalResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey102) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue102) + switch yys3 { + case "Eligible": + if r.TryDecodeAsNil() { + x.Eligible = false + } else { + yyv4 := &x.Eligible + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*bool)(yyv4)) = r.DecodeBool() + } + } + case "Period": + if r.TryDecodeAsNil() { + x.Period = 0 + } else { + yyv6 := &x.Period + yym7 := z.DecBinary() + _ = yym7 + if false { + } else if z.HasExtensions() && z.DecExt(yyv6) { + } else { + *((*int64)(yyv6)) = int64(r.DecodeInt(64)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd102) +} + +func (x *HealthCheckIntervalResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj8 int + var yyb8 bool + var yyhl8 bool = l >= 0 + yyj8++ + if yyhl8 { + yyb8 = yyj8 > l + } else { + yyb8 = r.CheckBreak() + } + if yyb8 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Eligible = false + } else { + yyv9 := &x.Eligible + yym10 := z.DecBinary() + _ = yym10 + if false { + } else { + *((*bool)(yyv9)) = r.DecodeBool() + } + } + yyj8++ + if yyhl8 { + yyb8 = yyj8 > l + } else { + yyb8 = r.CheckBreak() + } + if yyb8 { + z.DecSendContainerState(codecSelfer_containerArrayEnd102) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + if r.TryDecodeAsNil() { + x.Period = 0 + } else { + yyv11 := &x.Period + yym12 := z.DecBinary() + _ = yym12 + if false { + } else if z.HasExtensions() && z.DecExt(yyv11) { + } else { + *((*int64)(yyv11)) = int64(r.DecodeInt(64)) + } + } + for { + yyj8++ + if yyhl8 { + yyb8 = yyj8 > l + } else { + yyb8 = r.CheckBreak() + } + if yyb8 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem102) + z.DecStructFieldNotFound(yyj8-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd102) +} + +func (x codecSelfer102) encSlicePtrtoAllocFileInfo(v []*AllocFileInfo, e *codec1978.Encoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem102) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerArrayEnd102) +} + +func (x codecSelfer102) decSlicePtrtoAllocFileInfo(v *[]*AllocFileInfo, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyh1, yyl1 := z.DecSliceHelperStart() + var yyc1 bool + _ = yyc1 + if yyl1 == 0 { + if yyv1 == nil { + yyv1 = []*AllocFileInfo{} + yyc1 = true + } else if len(yyv1) != 0 { + yyv1 = yyv1[:0] + yyc1 = true + } + } else if yyl1 > 0 { + var yyrr1, yyrl1 int + var yyrt1 bool + _, _ = yyrl1, yyrt1 + yyrr1 = yyl1 // len(yyv1) + if yyl1 > cap(yyv1) { + + yyrg1 := len(yyv1) > 0 + yyv21 := yyv1 + yyrl1, yyrt1 = z.DecInferLen(yyl1, z.DecBasicHandle().MaxInitLen, 8) + if yyrt1 { + if yyrl1 <= cap(yyv1) { + yyv1 = yyv1[:yyrl1] + } else { + yyv1 = make([]*AllocFileInfo, yyrl1) + } + } else { + yyv1 = make([]*AllocFileInfo, yyrl1) + } + yyc1 = true + yyrr1 = len(yyv1) + if yyrg1 { + copy(yyv1, yyv21) + } + } else if yyl1 != len(yyv1) { + yyv1 = yyv1[:yyl1] + yyc1 = true + } + yyj1 := 0 + for ; yyj1 < yyrr1; yyj1++ { + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = AllocFileInfo{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(AllocFileInfo) + } + yyw2 := yyv1[yyj1] + yyw2.CodecDecodeSelf(d) + } + + } + if yyrt1 { + for ; yyj1 < yyl1; yyj1++ { + yyv1 = append(yyv1, nil) + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = AllocFileInfo{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(AllocFileInfo) + } + yyw3 := yyv1[yyj1] + yyw3.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj1 := 0 + for ; !r.CheckBreak(); yyj1++ { + + if yyj1 >= len(yyv1) { + yyv1 = append(yyv1, nil) // var yyz1 *AllocFileInfo + yyc1 = true + } + yyh1.ElemContainerState(yyj1) + if yyj1 < len(yyv1) { + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = AllocFileInfo{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(AllocFileInfo) + } + yyw4 := yyv1[yyj1] + yyw4.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj1 < len(yyv1) { + yyv1 = yyv1[:yyj1] + yyc1 = true + } else if yyj1 == 0 && yyv1 == nil { + yyv1 = []*AllocFileInfo{} + yyc1 = true + } + } + yyh1.End() + if yyc1 { + *v = yyv1 + } +} + +func (x codecSelfer102) encMapstringPtrtoResourceUsage(v map[string]*ResourceUsage, e *codec1978.Encoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeMapStart(len(v)) + for yyk1, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerMapKey102) + yym2 := z.EncBinary() + _ = yym2 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(yyk1)) + } + z.EncSendContainerState(codecSelfer_containerMapValue102) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerMapEnd102) +} + +func (x codecSelfer102) decMapstringPtrtoResourceUsage(v *map[string]*ResourceUsage, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyl1 := r.ReadMapStart() + yybh1 := z.DecBasicHandle() + if yyv1 == nil { + yyrl1, _ := z.DecInferLen(yyl1, yybh1.MaxInitLen, 24) + yyv1 = make(map[string]*ResourceUsage, yyrl1) + *v = yyv1 + } + var yymk1 string + var yymv1 *ResourceUsage + var yymg1, yyms1, yymok1 bool + if yybh1.MapValueReset { + yymg1 = true + } + if yyl1 > 0 { + for yyj1 := 0; yyj1 < yyl1; yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey102) + if r.TryDecodeAsNil() { + yymk1 = "" + } else { + yyv2 := &yymk1 + yym3 := z.DecBinary() + _ = yym3 + if false { + } else { + *((*string)(yyv2)) = r.DecodeString() + } + } + + yyms1 = true + if yymg1 { + yymv1, yymok1 = yyv1[yymk1] + if yymok1 { + yyms1 = false + } + } else { + yymv1 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue102) + if r.TryDecodeAsNil() { + if yymv1 != nil { + *yymv1 = ResourceUsage{} + } + } else { + if yymv1 == nil { + yymv1 = new(ResourceUsage) + } + yymv1.CodecDecodeSelf(d) + } + + if yyms1 && yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } else if yyl1 < 0 { + for yyj1 := 0; !r.CheckBreak(); yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey102) + if r.TryDecodeAsNil() { + yymk1 = "" + } else { + yyv5 := &yymk1 + yym6 := z.DecBinary() + _ = yym6 + if false { + } else { + *((*string)(yyv5)) = r.DecodeString() + } + } + + yyms1 = true + if yymg1 { + yymv1, yymok1 = yyv1[yymk1] + if yymok1 { + yyms1 = false + } + } else { + yymv1 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue102) + if r.TryDecodeAsNil() { + if yymv1 != nil { + *yymv1 = ResourceUsage{} + } + } else { + if yymv1 == nil { + yymv1 = new(ResourceUsage) + } + yymv1.CodecDecodeSelf(d) + } + + if yyms1 && yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } // else len==0: TODO: Should we clear map entries? + z.DecSendContainerState(codecSelfer_containerMapEnd102) +} + +func (x codecSelfer102) encMapstringPtrtoTaskResourceUsage(v map[string]*TaskResourceUsage, e *codec1978.Encoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeMapStart(len(v)) + for yyk1, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerMapKey102) + yym2 := z.EncBinary() + _ = yym2 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(yyk1)) + } + z.EncSendContainerState(codecSelfer_containerMapValue102) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerMapEnd102) +} + +func (x codecSelfer102) decMapstringPtrtoTaskResourceUsage(v *map[string]*TaskResourceUsage, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyl1 := r.ReadMapStart() + yybh1 := z.DecBasicHandle() + if yyv1 == nil { + yyrl1, _ := z.DecInferLen(yyl1, yybh1.MaxInitLen, 24) + yyv1 = make(map[string]*TaskResourceUsage, yyrl1) + *v = yyv1 + } + var yymk1 string + var yymv1 *TaskResourceUsage + var yymg1, yyms1, yymok1 bool + if yybh1.MapValueReset { + yymg1 = true + } + if yyl1 > 0 { + for yyj1 := 0; yyj1 < yyl1; yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey102) + if r.TryDecodeAsNil() { + yymk1 = "" + } else { + yyv2 := &yymk1 + yym3 := z.DecBinary() + _ = yym3 + if false { + } else { + *((*string)(yyv2)) = r.DecodeString() + } + } + + yyms1 = true + if yymg1 { + yymv1, yymok1 = yyv1[yymk1] + if yymok1 { + yyms1 = false + } + } else { + yymv1 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue102) + if r.TryDecodeAsNil() { + if yymv1 != nil { + *yymv1 = TaskResourceUsage{} + } + } else { + if yymv1 == nil { + yymv1 = new(TaskResourceUsage) + } + yymv1.CodecDecodeSelf(d) + } + + if yyms1 && yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } else if yyl1 < 0 { + for yyj1 := 0; !r.CheckBreak(); yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey102) + if r.TryDecodeAsNil() { + yymk1 = "" + } else { + yyv5 := &yymk1 + yym6 := z.DecBinary() + _ = yym6 + if false { + } else { + *((*string)(yyv5)) = r.DecodeString() + } + } + + yyms1 = true + if yymg1 { + yymv1, yymok1 = yyv1[yymk1] + if yymok1 { + yyms1 = false + } + } else { + yymv1 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue102) + if r.TryDecodeAsNil() { + if yymv1 != nil { + *yymv1 = TaskResourceUsage{} + } + } else { + if yymv1 == nil { + yymv1 = new(TaskResourceUsage) + } + yymv1.CodecDecodeSelf(d) + } + + if yyms1 && yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } // else len==0: TODO: Should we clear map entries? + z.DecSendContainerState(codecSelfer_containerMapEnd102) +} + +func (x codecSelfer102) encMapstringPtrtostructs_DriverInfo(v map[string]*pkg2_structs.DriverInfo, e *codec1978.Encoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeMapStart(len(v)) + for yyk1, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerMapKey102) + yym2 := z.EncBinary() + _ = yym2 + if false { + } else { + r.EncodeString(codecSelferC_UTF8102, string(yyk1)) + } + z.EncSendContainerState(codecSelfer_containerMapValue102) + if yyv1 == nil { + r.EncodeNil() + } else { + yym3 := z.EncBinary() + _ = yym3 + if false { + } else if z.HasExtensions() && z.EncExt(yyv1) { + } else { + z.EncFallback(yyv1) + } + } + } + z.EncSendContainerState(codecSelfer_containerMapEnd102) +} + +func (x codecSelfer102) decMapstringPtrtostructs_DriverInfo(v *map[string]*pkg2_structs.DriverInfo, d *codec1978.Decoder) { + var h codecSelfer102 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyl1 := r.ReadMapStart() + yybh1 := z.DecBasicHandle() + if yyv1 == nil { + yyrl1, _ := z.DecInferLen(yyl1, yybh1.MaxInitLen, 24) + yyv1 = make(map[string]*pkg2_structs.DriverInfo, yyrl1) + *v = yyv1 + } + var yymk1 string + var yymv1 *pkg2_structs.DriverInfo + var yymg1, yyms1, yymok1 bool + if yybh1.MapValueReset { + yymg1 = true + } + if yyl1 > 0 { + for yyj1 := 0; yyj1 < yyl1; yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey102) + if r.TryDecodeAsNil() { + yymk1 = "" + } else { + yyv2 := &yymk1 + yym3 := z.DecBinary() + _ = yym3 + if false { + } else { + *((*string)(yyv2)) = r.DecodeString() + } + } + + yyms1 = true + if yymg1 { + yymv1, yymok1 = yyv1[yymk1] + if yymok1 { + yyms1 = false + } + } else { + yymv1 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue102) + if r.TryDecodeAsNil() { + if yymv1 != nil { + *yymv1 = pkg2_structs.DriverInfo{} + } + } else { + if yymv1 == nil { + yymv1 = new(pkg2_structs.DriverInfo) + } + yym5 := z.DecBinary() + _ = yym5 + if false { + } else if z.HasExtensions() && z.DecExt(yymv1) { + } else { + z.DecFallback(yymv1, false) + } + } + + if yyms1 && yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } else if yyl1 < 0 { + for yyj1 := 0; !r.CheckBreak(); yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey102) + if r.TryDecodeAsNil() { + yymk1 = "" + } else { + yyv6 := &yymk1 + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + + yyms1 = true + if yymg1 { + yymv1, yymok1 = yyv1[yymk1] + if yymok1 { + yyms1 = false + } + } else { + yymv1 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue102) + if r.TryDecodeAsNil() { + if yymv1 != nil { + *yymv1 = pkg2_structs.DriverInfo{} + } + } else { + if yymv1 == nil { + yymv1 = new(pkg2_structs.DriverInfo) + } + yym9 := z.DecBinary() + _ = yym9 + if false { + } else if z.HasExtensions() && z.DecExt(yymv1) { + } else { + z.DecFallback(yymv1, false) + } + } + + if yyms1 && yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } // else len==0: TODO: Should we clear map entries? + z.DecSendContainerState(codecSelfer_containerMapEnd102) +} diff --git a/command/agent/bindata_assetfs.go b/command/agent/bindata_assetfs.go index e1721900f..dd2c33225 100644 --- a/command/agent/bindata_assetfs.go +++ b/command/agent/bindata_assetfs.go @@ -1,7 +1,7 @@ // Code generated by go-bindata. // sources: // ui/dist/assets/nomad-ui-3a072e09b356ce9877e6347a079791fb.css -// ui/dist/assets/nomad-ui-b86d0502a4e3e4f954f5ad24e1a0a008.js +// ui/dist/assets/nomad-ui-77b6cd9eae043e74035e65f98af3aca4.js // ui/dist/assets/vendor-1950c795c87fc1268e9afe2b45e5fb3f.js // ui/dist/assets/vendor-d41d8cd98f00b204e9800998ecf8427e.css // ui/dist/crossdomain.xml @@ -103,22 +103,22 @@ func distAssetsNomadUi3a072e09b356ce9877e6347a079791fbCss() (*asset, error) { return a, nil } -var _distAssetsNomadUiB86d0502a4e3e4f954f5ad24e1a0a008Js = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x77\xdb\x36\xb6\x28\xfe\xbf\x3f\x85\x8c\xdf\x19\x0d\x79\x0c\xd1\x52\x5e\xd3\x2a\x65\x7d\xd3\x24\x9d\xa6\xa7\x4d\x73\x63\xb7\x73\xd7\xd1\xd1\xea\x85\x44\x48\x62\x42\x01\x2a\x00\xda\x71\x65\x7d\xf7\xdf\xc2\x83\x24\xf8\xa6\x9c\x38\xb1\x7a\x67\x35\x33\x16\x49\x60\x03\xd8\xd8\xd8\x2f\x6c\x6c\x80\x98\xe3\x1e\x17\x2c\x9c\x0b\x70\x14\xe0\x45\x48\xb0\x03\x08\x5d\xa3\x60\x10\x87\xa7\x28\x40\x1b\x81\x19\x3f\x45\x4b\x4c\x04\x80\x13\x80\x3f\x6c\x28\x13\x1c\xc0\xaa\x42\x9b\x4d\x14\xce\x91\x08\x29\x01\x53\xb8\x88\xc9\x5c\xfe\x74\x30\x14\xee\xf6\x97\xd9\x3b\x3c\x17\x9e\x6e\xe1\x0d\xa3\x1b\xcc\xc4\xb5\x83\x21\xf8\xfd\x77\xcc\x7f\xa6\x41\x1c\x61\x00\xb7\x97\x28\x8a\xf1\xf8\x78\xb8\x73\x21\x96\x65\x51\x1c\x09\x5f\x24\xbf\x3c\xfc\x41\x60\x12\x38\xdb\x0d\x12\xab\xef\x29\xbb\xb8\xde\xe0\x71\xda\x8c\xbb\x65\x58\xc4\x8c\x00\xd5\xd7\xd3\x35\x5e\xcf\x30\xe3\x60\x07\x63\x16\x7d\x4f\xd9\xf7\x21\x09\xde\xe2\x39\x65\x81\x5d\xe5\x12\xb1\x1e\xf6\x9f\x31\x86\xae\xbd\x0d\xa3\x82\x8a\xeb\x0d\xf6\x78\x14\xce\xb1\x37\x47\x51\xe4\x20\xb6\x8c\xd7\x98\x08\xee\xea\xb7\xce\xc8\x3d\xd2\xed\xf4\xc4\x2a\xe4\x5e\x06\xfc\x59\x14\x79\x12\x03\xd7\x8e\xfc\x60\x0d\xdf\xdd\x86\x0b\x47\x37\x11\x72\xf5\xd7\xc1\xae\xbb\x5d\x50\xe6\xc8\xe6\x85\x3f\x84\xc4\x37\xef\xbd\x08\x93\xa5\x58\xb9\x4f\xc5\x37\xc9\xef\xa7\xe2\xe4\xc4\x25\x13\x31\xf5\xf1\x44\x4c\x93\xc6\xc9\xce\xfc\xd0\x80\x17\x8c\xae\x1d\xec\xee\x24\xe4\xdd\xce\xdd\xb9\xb0\x61\x2e\xa3\x88\x9a\x59\x6a\x99\xd0\x2b\x24\xe6\x2b\x34\x8b\xf0\x9d\x4e\x67\x4b\x6f\x2d\xa2\xca\x75\x57\xcd\xef\x20\x40\x02\x65\x85\x19\xe6\xc2\x1e\x49\x2c\xc2\x88\x9f\xce\x69\x80\xf9\x60\x41\xd9\x00\x33\x46\x59\x61\x30\x90\xdc\x6a\x38\x04\xad\x31\xdf\xa0\x39\xf6\x2f\x69\x18\xf4\x86\x47\x72\x2e\x91\x6f\x7f\x00\x97\x23\x70\xd4\x44\xc7\x69\xd1\x31\x82\x82\xbe\xc7\x64\xfc\x52\x0e\xca\x0b\x89\xea\x0e\xc7\xec\x52\x92\x9c\x0b\x57\x18\x05\x98\x71\xf3\x79\x4e\xd7\x9b\x58\xe0\xc0\x01\xaa\x92\xc7\xf1\x9c\x61\x01\x60\x89\xae\x15\x85\x2e\xb1\x28\x14\x74\x8f\xc2\x85\x83\x5d\x4d\x40\x5b\xf0\x7f\x06\xaf\x15\xbe\x2e\x64\x19\x30\xc6\xbb\x9d\x0b\x17\x9a\xa0\xcb\xab\x4b\x53\xfd\xef\x3c\xde\x60\x66\x93\xbb\xb5\x4e\xe6\x92\x6a\x9c\x02\xfd\x3b\x43\x48\x92\xf1\xbb\x0e\x76\xbd\x90\xcc\xa3\x38\xc0\xdc\x01\x8f\x87\x23\xe0\x9a\xde\x4c\xa6\x47\x62\xc5\xe8\x55\x0f\xef\xdc\x9d\xea\xc5\x0f\x88\xff\x8c\xc8\xf5\x38\x3f\x65\x10\xed\xd1\x21\xb1\xc2\x24\xeb\x0f\xd1\xd8\xe1\xbe\xf0\xd6\x34\xc0\xd1\x6b\xb4\xc6\x90\xf9\xc8\x93\x4b\x3f\x59\x5e\xd8\xdb\x60\xfc\xfe\x59\x14\x39\xcc\xf5\x16\x61\x24\x30\xcb\x8d\x28\x2d\x26\xb1\xcb\x4f\x80\x17\x06\xc0\xf5\x7d\x5f\x78\x61\xb0\x73\xbd\x05\x65\x2f\x91\x8d\x04\xe1\x6e\xb1\x17\x93\x88\x22\xc3\x84\x1c\x21\xc9\x9e\xc8\x51\xd6\xf3\x27\xb5\xd4\x64\x67\x89\x21\x32\x88\xfc\xc9\x14\x72\x5f\xd3\x81\x6c\x5b\x8d\x15\xac\x28\x17\xc0\x85\xcc\x4f\x78\xd2\x1b\x86\x17\xe1\x07\x27\xe3\x55\xfd\xbe\x43\x7c\xe1\xcd\xd1\x1a\x47\xe1\x9f\xd8\x71\xdd\x7e\x1f\x79\x9b\x98\xaf\x1c\xe2\x42\x9c\x3e\x60\x22\x57\xcb\xaf\x6f\x5f\x3d\xa7\xeb\x0d\x25\x98\x08\xc9\x52\x20\x93\x05\x62\xc2\x57\xe1\x42\x38\xcc\x85\xc8\x47\xde\x3b\x1a\x12\x07\x9c\x02\x17\x1e\xf3\x7e\x1f\xf5\xfb\xe0\x14\x1c\xfb\x3e\xf2\xe6\x2b\xc4\x9e\x09\x67\xe8\xf6\xfb\x0e\xf2\xc1\x29\x38\x41\x2e\x44\x6d\x6c\xe9\x1d\x9d\x0d\x78\xbc\x5e\x23\x76\xfd\xf9\xf8\xd2\x91\xc6\x6e\x99\xcc\xf3\x60\xab\x18\x78\x42\x02\x72\x31\x9d\x5f\xaf\x67\x34\xf2\x42\x81\x19\x12\x94\xf5\x42\xd2\xd3\x3d\xb1\x0a\x56\xcd\xea\x64\x0a\x91\x7f\x3c\x84\xdc\x3f\x1e\x41\x96\x70\x12\xc1\xae\x53\xe9\x40\x61\xe4\xe3\x49\x01\xfe\xd4\x71\x9f\x1e\x3b\xc8\x77\xa8\x1f\x79\x04\x7f\x10\x8e\xeb\x7a\x01\x25\x58\x62\x9c\xe8\x89\xa4\x9e\x1a\xa5\x0b\x8f\xc5\xcd\x0d\x31\xb2\xe4\xd8\xf7\x85\xfb\x54\x36\xe9\x3e\xdd\xe9\x75\x8a\xdd\x2d\x97\x5d\x60\x3e\xde\x2d\x42\x82\xa2\xe8\x7a\x2b\x3b\x70\x8c\xfa\xfd\xc8\xd3\x7d\xcf\x7e\x39\x6e\x5a\x28\x5c\x38\xdc\xd5\x8b\x95\xed\x76\xa9\x58\x52\xc3\x33\x8b\x98\xe0\xab\x9e\x14\xd2\x2f\x25\xdb\x75\xc0\x2b\x72\x89\xa2\x30\xe8\x21\x21\xf0\x7a\x23\x7a\x82\xf6\x02\xcc\x05\x8b\xe7\x22\x66\xb8\x47\x28\x19\xa8\x11\xce\x22\xdc\x0b\x09\x17\x88\xcc\x31\x70\x77\x3b\xc7\x6d\xe4\xa2\x8d\xeb\x47\x32\x0a\xbd\xdc\x7f\x3c\xff\xe5\xb5\xb7\x41\x8c\x63\x07\xcb\xa5\x42\x1c\x0e\x1f\xb8\x90\xfa\x6c\x32\x9c\xc2\xc8\x67\x93\xd1\x14\x86\xbe\xc5\x4e\x1c\x0a\xc1\x3b\x3a\x03\x10\xb9\x27\xe0\x34\xa1\xcd\x64\x49\x45\xfd\x3e\x30\x5d\x91\x64\x1f\xf5\xfb\x4e\x78\xe2\x83\x33\x8b\xff\x9f\x44\x2e\x0c\x3b\xd0\xfd\xbf\xe9\xfd\xdf\xf4\xde\x9d\xde\xf9\x35\x17\x78\x5d\xa7\x2a\xcc\xe2\x30\x0a\xfe\x77\x8c\xd9\x75\x59\xcf\xcd\xf4\x01\x0d\xc3\x43\x73\x11\x5e\xe2\xd7\x09\xc5\x2a\x29\x96\x8a\xc0\x3c\x7d\xe3\x33\x4b\x5d\xc1\xbb\xf1\x76\xb7\xab\xd2\x12\xba\x35\x04\xf2\x4a\xf4\x1e\xd2\x5b\x64\x72\xbf\x52\xca\x0a\x2f\x6d\xc4\xc7\x67\x5a\x3e\x03\x39\xac\x71\x3a\x98\x9d\x0b\x45\xa2\x5d\x68\x8e\x71\xae\x97\x76\x8b\x8e\x81\xde\xa1\x0f\xaa\x77\x9e\xc2\xf1\xaf\x6f\x7f\x32\xe5\x40\x06\x09\xd8\x9c\x02\x82\x7f\xbe\xbc\x00\x70\x2b\x75\x54\x33\x5d\x88\xf3\x70\x49\x2c\x28\x6a\xa6\x1c\xf7\xe6\x66\xbb\x83\xc8\xcd\x77\xab\xc0\xc8\x20\xd7\xe8\x65\x36\x2b\x43\x92\x83\x11\x87\xc1\x07\xae\xe4\x5f\x91\x4f\xf3\xd3\x46\xed\x69\xa3\x72\xda\x2a\x30\x9f\xc0\x87\x51\x9b\x3a\xf2\x91\xec\x54\xd6\xdf\x9b\x7f\xc2\x0f\x2b\xf6\x5f\xf8\xba\x52\x2d\x4a\xe9\xc4\x2c\xf8\x6f\x1f\xf4\xfb\x9a\xab\x48\x4d\x24\xf9\x38\x79\x30\x3d\xb3\x1f\xc6\x12\xd9\x3e\xf1\xe4\xc4\xf4\xfb\xfa\x6f\xa6\xb7\x27\x1d\x44\x67\xf8\x24\xdf\x1d\x34\xc6\x3b\xc8\x70\xa4\xac\x11\xbe\x0a\x37\xdf\xa3\x28\x9a\xa1\xf9\xfb\x9f\x42\xf2\x9e\x8f\xb7\x66\xe2\xc7\x19\x09\xa4\x6b\xc4\x58\x5c\x7c\x6c\x6b\x91\xda\xfc\x53\x04\x4f\xfc\x3c\x65\x69\xc1\x63\xd1\x2f\xc4\x25\x3a\xcb\x0c\x39\x0e\x8e\x4a\x94\x4a\x72\xe4\x57\xa2\xb8\x5d\x71\x65\x61\x6b\x65\x71\x41\x19\x56\x7c\xf5\x0d\xba\x96\x4a\xab\x03\x6c\xab\x71\x6b\xb5\x3c\x96\x9a\xba\x24\x5b\x2c\xe6\xab\xb7\xe8\xea\x85\x14\x45\xa1\xfc\x54\x33\xd4\x3d\xc6\x58\x1e\x94\x68\x1b\xd4\x0e\x2e\x28\x9b\xe3\x37\x98\x85\x34\x08\xe7\xe3\x82\x19\x62\x1a\xdb\x98\xcf\xc0\xbd\x65\xcf\x3c\xbe\x89\x42\xe1\x80\x33\x20\x75\x61\xe2\x08\x49\xfb\xdc\x47\x92\xf6\x99\x8f\x24\xed\x53\x9f\x9f\x80\xd3\xa4\xa5\x53\xd5\xad\x74\x9a\x58\xbf\xef\x50\x49\xed\xe0\x84\xb9\x30\x1b\x1f\x85\xe0\xcd\x2f\xe7\x17\x52\x0a\xb4\xa8\x0d\x29\x5d\xee\xe3\x95\xf9\x3c\xa6\x71\xbd\xe8\xaa\xe5\x6d\x9f\xc9\xbc\xdc\x4a\xe1\x30\x56\xa6\x48\x1b\x7a\x69\xd0\x8a\xd9\xcf\xe3\x1e\xd9\xde\x96\x83\xe8\x21\x7c\x02\x16\xf2\x69\x39\x45\x0b\xe2\x37\x34\x0a\xe7\xad\x16\xe0\x67\x73\x35\x66\xc2\x53\x64\x12\x42\x22\x6e\x1e\x81\x96\x91\x28\x9f\xcb\xbd\x19\x88\x9a\xa8\x3a\xa5\xb1\x69\x94\x4a\x82\x9d\xe3\x68\x51\xad\xe6\x55\xf0\xe8\x1c\x19\x4a\x2a\x53\x98\x38\xe5\x38\x5a\x94\x68\x29\x95\xe4\x86\x4e\x55\x37\x33\xce\x4f\xf2\xa4\x65\x50\xba\x55\x7f\xf9\x78\x22\xa6\x3b\x17\x12\xe5\xab\x31\x6e\x95\xa4\x08\xf1\x08\x65\x6b\xa4\x7c\x1d\xc9\x3b\xe1\x6a\x49\x1f\x06\x1d\xe8\x30\x5b\xdc\xf9\x19\xdc\xac\xc7\x7f\x48\x61\x33\xe0\x82\x85\x64\xd9\x81\xe5\x56\x39\x2a\x15\xb7\xe5\x25\x76\x2b\x19\xe1\xad\x4c\x3a\xfe\x6f\x93\xee\x70\x4c\x3a\x52\x5a\x9c\x8a\xd8\x7e\x0a\xb9\xa8\x5b\xa0\x8d\xab\xf7\xc3\xaa\xec\x1a\x2e\x91\xc3\x36\x92\xe0\xb7\x3b\x28\x18\x9a\xbf\x2f\x28\xd3\x6a\xc9\xca\x02\x13\x3c\x3d\xb3\x1f\xf4\x44\x08\x77\x6c\xbf\xf4\xe5\xba\x83\x73\x39\xb6\x28\x27\x8d\xe4\x8c\x3f\xb5\x4b\xf6\xfb\x39\x60\x66\x43\xc3\x55\x2f\x19\x5e\xd3\x4b\x2c\xdb\xb7\x8a\x4c\x86\x53\x57\xaa\xd8\xf2\x53\x43\x1f\xfb\x7d\x47\x78\x68\x46\x99\x70\xdc\x5c\x7d\x03\xd5\x50\xae\x70\x95\x1e\x05\x25\x5b\xfa\x65\x53\x90\x9e\x39\x5b\xb5\x49\xe3\x80\x46\x3b\xd4\x66\x48\x4d\x19\xc9\xc0\x66\x78\x41\x19\x3e\xc7\x24\xc8\xdc\xc8\xd9\x3b\xbf\x28\xb7\x91\xe6\x9f\x44\x5a\x20\x1a\x68\xe2\xe4\xb5\x9a\x4e\x0d\x69\x39\xc9\x92\x7b\xca\xd9\x73\x04\xc4\x92\xdb\xa3\xe8\x0a\x5d\x73\x7b\xae\x51\xae\xb0\x41\xb1\x2c\x2d\x35\x63\x5c\x61\x4a\x65\xae\xec\x0a\x73\x3e\xe5\x49\x9a\xc5\x94\x8c\xad\x47\x95\xc6\xd6\x23\xdb\xd8\x7a\xa4\x8c\x2d\xe6\x37\x9b\xbf\x90\x4b\xcb\xb1\xbc\xa1\xe6\x58\x3e\xfa\x54\x26\x64\xce\x6f\xa4\xcc\x66\x60\xb8\xaa\x99\x61\x4f\x2d\x26\x20\xf9\x88\x5c\x2b\x01\xfe\x60\xb9\x23\xd2\x85\x06\x5c\xf9\xe2\x95\xfc\xfc\x3d\x65\x0e\x75\x0b\x5a\xb8\x65\x65\xb0\x7a\xab\x9c\x40\x06\xa9\x46\x4f\xf4\x11\xe8\x09\x0b\xaa\x1b\xb1\x77\x26\x20\xad\x37\x3d\x62\x9f\x3b\xa1\x34\x3d\x02\x3f\x96\xa6\xc7\xdc\x8f\x27\xa3\x74\x8f\x70\x5e\xc0\x7a\xca\x76\xb4\xd9\x3e\xd7\x5e\x87\xf2\x64\x44\x2e\xcc\x70\x4c\x5b\x70\x3c\xef\x8c\xe3\x20\x87\xe3\x20\x87\xe3\xf9\xae\x46\xb1\xcf\xd8\x28\x5d\xf4\x90\xf7\x4c\xae\x79\xc5\x8b\x13\x8d\x7e\x67\x6f\x18\x31\xac\x77\x58\x32\x0b\x3d\x37\x5b\xe9\xce\x8f\x5c\xbc\xac\xbb\xf3\xa0\xdf\xb7\x9f\x20\xf5\xb1\x97\xf3\x02\x50\xe6\x10\xb5\xa9\x06\x66\x38\xa2\x64\xc9\x2f\xa8\xf2\xbd\x78\xef\x43\x12\xf4\xfb\x60\xa5\xf7\xb0\xb2\x77\x6e\x26\x5c\xb4\x60\xa1\xde\x7b\x7c\x7d\x02\x7a\xeb\x98\x8b\xde\x0c\xf7\x50\x2f\x85\xd4\xa3\xac\x67\x00\x40\x85\x0c\x8c\x82\x5e\x28\x7a\x57\x88\xf7\xc0\x89\x81\x77\xa4\x49\x10\x4f\xf4\xf3\x54\x03\x74\xbd\x28\x24\xef\x1d\x17\x86\xfe\x76\x27\xfb\x27\xcd\xce\xb0\xf3\x84\x45\xae\x0b\x23\xcb\x92\x3a\x4b\xcc\xe5\xd8\x2f\xd2\x52\x64\x51\xe5\x64\x34\x75\x8f\x8c\x16\xf3\x1e\x5f\x73\x27\xae\xd8\x10\xc3\xee\x36\xc0\x11\x16\xb8\x17\x4e\xf0\x74\xe7\xee\x4a\x6a\x64\x94\x23\x90\xb0\xca\x5f\xa1\xad\x1f\x9e\xd3\x1c\x21\xf1\xad\x59\xf0\x13\x8c\x9f\x81\x54\x1f\x94\xbc\xe5\xbb\xa4\xc4\x5b\xcc\x37\x94\x70\x0c\xc6\xf9\x02\x66\xdb\x31\xfd\x0c\x91\xaf\x44\x6e\xa8\x4a\x30\xc5\x33\xd4\x8e\xa1\xda\x75\xd3\xeb\xd5\x7e\x19\xf9\x68\x42\xa6\x8e\x80\x0c\x62\xf7\x48\x68\x39\x1a\x49\x46\xb2\x1f\x7d\x57\x8e\x65\xbb\x1b\xe7\x37\x4a\x57\x88\x04\x11\x4e\x3a\x5b\xcb\xc0\xc5\x04\x7c\x18\x68\x75\x55\xd1\x00\x98\xde\xdc\x88\x49\xba\x01\xfc\x4a\xbf\x4b\xd8\x07\x37\xd2\xbb\x44\x23\xdc\xa2\x11\x24\x19\x36\x4c\x24\x55\x93\x18\x4d\x34\x86\xda\x8d\x4e\x89\x8d\x7e\x9f\xc4\x51\x74\xec\xa7\xea\x65\x41\x26\x24\x9b\xa7\x0a\xa9\x45\xd9\xa8\xe1\x3b\xc4\xdd\xd9\x6d\xe5\x25\x9a\x6e\xa6\x06\xba\x94\x38\xd8\x55\x53\x9d\x90\xb7\xd6\xf2\xc3\xc5\x75\x59\x68\xb9\x47\x48\xed\xaa\x92\x13\x70\xa6\xb6\x38\x3b\x74\xe8\x6d\x23\x83\x4a\x91\x60\x59\x45\x45\x46\x23\x2a\x18\x0d\xa9\x60\x34\xa4\x9a\xd1\x90\xdb\x32\x1a\x62\x31\x1a\xe4\xe3\x09\x31\x8c\x86\xd8\x8c\xa6\x76\x4e\x50\xbd\x43\x6b\xb3\xa9\xb1\x91\x19\xe6\x34\xba\xc4\x2c\x35\xa1\x24\xea\x06\xca\xb9\xa8\x17\x61\xae\xf4\x9c\x92\x45\xb8\x3c\xc5\xe4\x32\x64\x94\x48\x92\xfb\x94\xd6\x95\x31\x6b\x92\x9d\xf7\x67\x99\x81\x97\xea\xf0\x6b\x55\x59\x6f\xbc\x8f\x51\x4a\x40\xf6\x6b\xb8\xa1\xc1\xcf\xd5\xc5\x0a\x5f\xe0\x5b\x33\xf8\x71\x4a\x8a\x3b\x17\xe6\xbd\x5c\x1c\x56\xb7\x62\xfb\x01\x78\x15\xca\xe7\xc9\xd6\xbe\x1d\x0b\x34\x60\xf4\xaa\x66\x22\x56\x38\xda\x48\xa3\x35\x42\x7f\x5e\x0f\xe6\x51\x38\x7f\x9f\x4e\xc9\x9c\x92\x79\xcc\x18\x26\xf3\xeb\x0a\xdf\x61\xf2\xdc\x43\x15\x3b\x43\x96\x9b\x48\x07\xa4\xe8\xd7\x94\x85\x4b\x69\x9e\xfd\x48\x67\xaf\x82\x82\x7f\xd6\xe6\xf3\x39\xa3\xdf\x76\xd7\x16\x01\x1c\x89\x33\x07\x4b\x9e\x65\x66\x3b\xc4\xdc\xd9\xbe\xa3\xb3\xb1\x80\xb9\xa2\x63\xc9\x79\x76\x2e\x14\xc6\x61\xc6\xdf\x20\x26\x29\x4d\x6a\x39\xc2\xd3\x9a\x85\xe3\x1a\x4b\x28\xd7\x93\x4c\x3b\x6b\xee\x49\xd9\xf5\xa1\xfa\x65\x2a\x09\xe5\x94\xf8\x08\x9f\x8f\x26\xcd\x34\x6e\xa3\x9b\xe7\x47\xa0\xa5\xf2\x89\x02\xc1\x00\x9c\x47\x88\x73\xb5\x7f\x36\x9e\x80\x22\x69\x80\x90\x0f\x42\x22\x8d\x5b\xb5\x97\x07\xa6\x30\x2b\xa1\x70\x07\xe7\x94\x08\xfc\x41\xe8\x07\x2e\x90\xe0\xd6\x4f\xc5\x7e\xc6\xc7\x23\x48\xc9\x73\x49\x42\xb6\x21\xb6\x83\xf3\xfc\x2b\xec\x6e\x9d\x21\x14\x9e\xa4\x38\x55\xda\x75\x26\x19\xde\x0d\x04\xe0\x42\x2c\xad\xc5\x20\x94\xd8\xc7\xe1\x25\x7e\x26\x04\xab\xb3\xf0\xca\x34\x87\xcf\xb2\x0f\x6a\xf7\xe2\x5c\xf6\x53\x51\x16\x5b\x50\xb6\x76\xb0\x3b\x76\x6a\x8a\x68\xb6\x26\xe5\x85\x61\xfb\x5c\x13\x84\xfc\x0a\xe5\xa0\xdd\x44\x87\x66\x31\xf1\xf8\x7c\x85\xe5\xcc\xfd\x42\xe6\xd8\x01\x68\x21\x30\x7b\x8b\x49\x20\x59\x9b\x16\x92\xc9\xfe\x89\x02\x3f\x56\xcb\x5c\x20\xfe\xde\x75\x18\x5e\x62\xa2\x3d\x26\x6f\x63\x22\xc2\x35\xf6\xd6\x88\xbd\x4f\x89\xa8\x87\x13\x0f\x1a\x82\x1c\xb2\x74\x7b\xa1\x5c\xed\x8a\xa1\x8d\x53\x32\xd6\x9f\xba\xfc\x2a\x54\x3e\x14\x6f\xc3\xf0\xa5\x8f\x95\x2f\xc6\xdd\xce\x11\xc7\xbd\xe1\x18\xf9\x8f\x1f\x0f\x87\x90\xfb\x13\xf9\xe7\xab\xe1\x10\x8e\x1e\x0e\x87\xf0\xc1\x68\x38\x84\x0f\x1f\x0d\x87\xd3\x23\x55\xf0\xc1\x38\x0b\x9b\x92\x50\x1e\x40\x0d\xc7\x7f\x0c\x85\x97\x0d\xcc\x71\x75\xf1\xc7\x63\xe6\x4b\xca\x27\xa2\x8c\x3b\xe6\x26\x75\x47\x0f\x8f\x66\x0c\xa3\xf7\xba\xce\xd7\x85\x26\xbe\x86\xd8\x13\x43\x1f\x1b\xab\xe1\x41\x69\x1a\x14\xbd\x01\x78\x3c\x54\x86\xf2\x8c\xc5\x1b\xe1\x00\x05\x10\xc0\xd1\x13\xd3\x93\xd1\xc3\x0c\xac\x6e\xf4\xb1\x66\xb2\x12\x65\x34\x96\x4c\xd6\xd3\x31\x4f\xee\xcd\x0d\x4a\x2a\x3d\x1e\x87\x0b\xe7\x58\x4f\xaf\xc0\x5c\x84\x64\x29\x97\xb2\x02\xf0\x40\x77\x7a\xa7\x4b\x3e\x19\xcb\xbf\x00\x93\x00\x64\x0d\x71\x41\x37\x8e\x54\x09\xb4\xeb\x03\x4e\x26\x0f\xe0\xd7\xd3\xa9\xbb\x73\x5d\x2f\x60\xea\x5b\xa5\xa4\xac\x66\xdb\x72\xb0\x31\x1f\xcc\x10\xab\xe1\xde\x56\xb5\x20\x94\xea\xcc\x2c\x56\x15\x65\x8d\x3b\xf5\x38\x47\xe8\x9a\xc6\x42\x73\x97\xa6\x4e\x58\x7c\xe4\x39\x25\x02\x85\x04\x33\xcd\x38\xac\x8d\xf3\x2c\xe6\xb1\xa2\xb4\xb7\xfd\x23\xc6\x31\xd6\xbb\x24\x1c\xca\xb2\xd2\xb4\x30\x8f\x0b\x14\x46\xe9\x37\x16\x13\x12\x92\xa5\x79\xe2\x42\xf2\xf8\xe4\x71\x97\x0b\xa1\x94\x73\x5c\xc5\x39\xd2\x56\xed\xa0\xc5\x7a\x46\x63\x15\x97\x9f\x2c\x21\x04\xec\x4e\x03\x08\xf2\xdd\x06\x10\xd8\x1d\x07\x10\xe4\xba\x0e\x20\xc8\x77\x1e\x40\x10\x51\x2e\xcc\x43\xe2\x2c\x99\x6c\x23\x34\xc3\xd1\x18\xfc\x6f\xd5\x16\x80\x7a\xee\xb0\x97\x47\x58\xc2\xf7\xc7\xa6\x4f\x60\x07\x93\x8a\xe7\xa6\x95\xac\x6a\xbe\x5d\xbb\x32\x4f\xcb\x46\xe8\x1a\x33\x3e\x7e\x90\xc1\x79\xab\x7b\x9f\x81\xc9\xcf\x84\x05\xc5\x7c\xb0\xfa\xf0\xdc\x60\x26\xab\x5c\x98\x62\xab\x76\xf2\xc5\xaa\xfe\xbd\xc2\x63\x56\x39\x47\x10\x56\x55\xfd\xde\xaa\xf8\x13\xe5\x22\xab\x96\xa1\xd7\xae\x24\xdf\x82\xdd\x74\xd7\x61\xd1\x0a\x4d\xf7\x98\x0f\x38\x9e\x17\x03\x9a\xa7\x39\xcb\xf0\x0e\xd4\x80\x54\xd2\xd7\xec\x5b\x59\x3d\x9d\x21\x1e\xce\x07\x92\x17\x05\xf4\xaa\x32\xec\x3a\x5f\xa2\xa1\xee\x47\x73\x98\xda\x0a\x49\xec\x08\xdc\x62\x12\xaf\xb5\xcf\x7d\x7c\x3c\x84\x4b\x2c\xaa\xc2\x96\x53\x35\x7a\xcf\xd1\x9f\x2a\xad\x86\x88\x01\x8e\xf0\xba\x74\x08\x62\x3f\x6c\x94\x60\xfd\x65\xb0\xf3\x29\xb0\xf2\x17\xc0\x86\x60\xe1\x72\x89\xd9\x47\x61\x23\x81\x71\x80\xd8\x98\xaf\xc2\x28\x60\xf8\x2f\xa1\x94\x48\x0b\xb1\x5e\x09\x79\x47\x67\xde\x76\x83\x49\x10\x92\xe5\x73\x33\xea\x44\xb7\x48\x9f\x03\x8c\x82\xe4\xa1\x49\xb7\x90\xe6\x5f\x83\x2e\xa1\x3e\x17\x75\x87\x42\xdb\x99\x7a\x60\xbd\xb1\xdb\x2f\x6b\x04\x6f\x34\x84\x4c\xbe\x15\x87\xd3\xa4\x15\xd4\x49\xf3\xaa\xca\x65\x79\xfe\x02\x23\x4b\x1c\xdb\xdd\xac\x96\xe4\x5d\xa4\xeb\x3c\x0a\x25\x67\x25\x34\xc0\xfb\xba\x32\x0a\x31\x51\x9b\x14\xcd\x3a\x08\xc0\x2e\xb1\x0e\x3f\x84\x84\x9f\x5e\x85\x62\x35\x48\x1b\x1f\x5c\x86\x3c\x9c\x85\x51\x28\xae\x07\x01\x16\x46\xb6\x7f\x0a\xef\x53\xbb\x58\x4f\x5d\x40\xf0\xb6\x76\x7e\x09\x71\x65\x43\x5f\x7e\xd3\x8b\xe1\xcb\x18\xef\xd0\xf6\xff\xa8\xb0\x26\xf7\x48\xd8\x5e\x99\x82\x67\x45\x5a\x63\x99\xd7\xda\xb2\xe8\x05\x1c\x0d\x87\x6a\x2f\x34\x9b\xb2\x1f\x94\xef\x9c\x8d\xf3\xcb\x33\xa0\x73\xe5\xb7\xf6\x56\x61\x10\x60\xe2\x16\x3c\xe1\x79\x17\xc0\x11\x8e\x38\x2e\x39\x1b\x4c\x47\x71\xc9\x8d\x6e\xbb\x18\x74\x87\x76\xf0\x2a\x8c\xa2\x17\x98\x0b\x46\x73\x71\xdb\x8d\xcd\x76\xf1\xb9\xab\x6a\xda\xa3\xa0\x7e\xda\xae\x67\xd7\xb6\x53\x38\x68\x5f\x63\x65\x2e\x59\x0c\x8d\x09\x1e\x0e\x38\x8e\x12\xed\xb6\x62\xdd\x90\x80\x5e\x0d\x18\xe6\xe1\x9f\x3a\xb6\xa6\x61\xf1\x71\x71\x1d\x61\x2b\xcc\x46\x83\x17\x0c\x11\x1e\x7e\xb2\x15\x56\x8c\x9e\x51\x12\x27\x31\xd5\x4f\xc4\xee\xa8\x75\x05\x92\x6c\x05\xe6\xd7\xd5\x0a\x31\x21\xb9\x70\x59\xbe\xa5\xe5\xbe\x0b\x15\xcb\x95\xc5\x43\xfe\x1a\x31\x46\xaf\xc6\x21\x1f\x10\xf5\x4b\x16\x94\x30\x2c\x31\xa4\x7e\xe9\x65\xf9\x02\x89\x78\xad\x5f\xa4\x55\x8f\x47\x50\x50\x1a\x89\x70\x73\x2e\x71\x27\xa7\x1d\x65\xfe\x62\x60\xbe\xbd\xa1\x06\x7f\x2e\x5c\x23\xfe\xde\x78\x3e\xe1\xef\x95\x82\x4e\xbe\xac\x38\x59\x98\x14\xdb\x5c\x5b\x1e\x32\x55\xd6\x55\x2e\x17\xe1\x63\x6f\x8d\x36\xdf\x5d\x3b\x40\xe1\x5a\x05\x23\x04\xf1\x1c\x3b\x1c\x0e\xb3\x23\x06\xb2\x8c\x75\x32\x2f\xd9\xa9\x62\x3e\xf1\x94\xa8\x80\xd4\x27\x3a\x08\xe8\x28\x89\x62\x51\x12\x84\x19\xe1\x41\x2d\x79\x41\xbc\xf4\x77\x62\x7e\x4a\x28\xf2\x07\x54\xbb\x5d\x63\x04\x37\x98\xcd\x31\x11\x63\x7a\x2a\x20\x5d\x2c\x38\x16\x63\x73\xda\x57\xa2\xca\x6d\xe8\xf2\x69\xa2\xfe\x84\xc1\x2b\xc2\x31\x13\x2f\xb5\x0a\x5f\xc3\xb0\x88\xbd\x85\xa4\x16\x84\xc6\xd3\x7f\x38\x80\x5f\x2e\x81\x3b\x19\x4e\x5d\x88\x7c\x45\x1c\x03\x39\x0b\x03\x70\x62\xf6\xdc\xe3\x30\x50\xfb\x3c\xab\x90\x9b\xfd\x94\x82\xef\xda\x10\x45\x32\x79\x68\x67\x18\x81\x86\xdd\x9b\x47\xe1\xe6\x0d\x12\x92\x57\x48\x8b\x53\x85\x7e\x42\xe4\x42\xe2\x51\xe2\x80\x35\x8d\x65\x7f\xd0\x25\xce\xcd\x6a\xea\xab\xcc\x33\x51\xae\x3d\xe1\xcf\xb4\x20\x80\xc7\x23\x29\x91\xd4\x4b\x8b\x08\x8d\xc3\x13\x12\x33\x52\xc9\x9b\xc0\x52\xb2\x2a\x39\x1f\xca\x65\x93\xd5\xcf\x5e\x86\xc4\x7a\xad\x70\x6b\xc2\x82\x48\x80\xd9\x73\x39\x46\x47\xcb\x87\x5f\x37\x01\x12\x65\xf1\x50\x55\x3a\x56\x45\xd5\xa3\xa1\x64\x3a\x93\x32\x10\x33\x07\x28\xfa\xf6\xfe\x17\x46\xf3\x95\xa7\x19\x00\xd4\x34\x96\x92\x4d\x5e\x47\xab\x80\xef\x42\xeb\xb9\x7e\xe6\xcd\x82\xb0\xd5\xb5\x84\x19\xfc\xae\xd7\x53\xba\xda\x75\xf8\xb8\x3a\x31\x29\x20\xf7\x89\xa7\x0a\x40\xb9\x00\x92\x22\x49\x60\x4c\x42\x3a\xde\x55\x18\x88\x95\xe3\xc2\xc8\xe7\x8d\x47\x53\xd5\x18\xbf\x95\x5a\x44\xe8\xa3\x84\x0a\x81\x37\x43\x6a\x63\xae\x30\x57\xb2\x59\x27\x82\x95\x80\x14\x9a\x76\x2e\x8c\xfd\xc8\x44\x4a\x1c\x85\x1e\xfe\x10\x0a\x27\x0d\x31\xd2\x7c\x34\xf0\x43\x0f\x4b\xcd\xc1\x71\xa5\x3c\x92\xdc\x51\x01\x4f\x09\x4f\x7d\xb4\xb0\x2c\x6a\x28\x2f\x1f\x12\x2a\xd7\x27\x37\x98\x6a\x1a\xb0\xea\xa7\x3a\x84\x6b\x7a\x7c\x44\xba\xd3\xe0\xd0\x85\xa8\xa2\xf4\xb0\x8e\x62\x2b\x17\x82\x48\xe4\x09\xf2\xa4\xf4\x77\x94\xda\xfe\xdd\x77\xf4\x83\xe3\x42\xe6\x73\xef\xc3\x09\xd7\xd3\x77\xfa\xe0\xa8\xbc\x3d\x50\xd8\x1a\xc0\xb0\x6c\x8c\x95\x97\xa4\x54\x67\x92\xbe\x14\x19\x3c\xdc\x46\x78\x21\x54\x00\x93\xbb\x73\x9f\x3a\xa1\x1f\x7a\x6b\xcc\x96\xd8\x09\xdc\x84\x3b\xa8\xd1\xe5\xa7\xc4\xec\x8d\x67\xfc\xf4\xe6\x46\x4f\xc2\x00\x9c\x70\x1d\x3d\xf2\xcb\xc2\x11\x72\x42\xcc\x14\xd9\x48\x90\x23\x45\xfd\x3e\x2a\x4e\x07\xa4\xd6\xeb\xe3\xf4\x75\x62\x96\x10\xc8\xfa\xfd\x14\xef\xb4\xdf\xcf\xd0\x3d\x55\xf2\x08\xcd\x25\xbd\xe9\x43\xc7\x3d\x90\xf2\x0b\x6e\x91\x08\x0c\x35\xfe\xe7\x7e\x05\x7d\xd0\xff\x94\x26\x8e\xe2\xff\x03\x07\x9b\x20\x18\xdf\x8f\x07\xa3\x9b\x9b\xa1\xef\xfb\xe6\xd5\xd9\x68\xfc\xc0\x3d\x01\x9b\x0f\x60\x07\xd7\x75\x70\xb4\xec\x38\x71\xec\x7a\xc3\xf1\x28\xa9\xb7\xf1\x43\x7b\x7d\x79\x02\xb1\x25\x16\xc9\x2a\x2b\xc3\x54\x11\x30\x47\x9b\xd2\xda\x61\x78\x2e\x40\x61\xa2\x40\x0a\x4c\xbf\x56\xe4\x04\xe0\x3c\x79\x5e\xe1\x70\xb9\x92\xac\x66\x34\x1c\xfe\x2d\x2d\xf5\x01\xc0\xb5\x6b\xe6\x7e\xa3\xa2\x08\x8d\x12\xe5\xb8\x5e\x10\x33\xa5\x01\x3a\x0f\x86\xc3\x3a\xa8\xaa\xbe\xc2\xed\xa2\x30\x36\xa9\xd1\x94\x06\x66\x29\x51\x04\x5f\xf5\xd2\xe4\x16\x4a\x1a\xdf\xdc\x8c\xd4\x99\xfa\xc8\xc9\x85\xa7\x6d\xb5\x90\x16\x3b\x88\x5d\x77\xe7\x1e\x2d\x9a\xd1\x51\xd9\x43\xf3\xfb\x1a\x54\x2c\x1d\x76\x06\x1e\x0f\xff\x06\xc6\xc3\x5d\x86\xd1\x70\x33\xd8\x48\x51\x09\x41\xcc\x22\xe7\xff\x03\x27\x99\x32\xa3\xa5\x2b\x70\x4f\x80\x0b\x8a\xb8\xad\x04\xfe\x64\xf3\x01\x8c\x35\xd6\xd3\x16\x14\x9e\xa5\xa2\x5f\x53\x47\x7d\x8f\x90\x90\xea\x47\x6f\xf0\xd0\x05\xca\x3b\x6b\xe6\x69\x51\xb7\x44\x2d\xf4\x82\x19\x62\x3d\x85\xd6\x01\x38\x11\xbb\xdb\xce\xac\x5c\x7b\xd5\x0a\x8b\xc2\x45\xe2\xae\x74\xdd\x4c\x8c\x48\xfc\x94\x10\xa3\x90\x60\xcd\x82\xc2\xb8\xb4\x42\x94\xde\xff\x56\xaa\xfd\xb8\xc2\xde\xca\x58\x21\x25\x73\xac\x8d\x98\xa2\xf8\xad\x0b\xd8\xb7\xcc\x13\xed\x68\xbb\xa2\x6c\xbd\xa2\xc5\xb8\xfd\xfc\xb7\x86\x5a\x07\xe8\x76\x5b\x30\x8c\x95\xb1\x74\xca\x97\x83\x19\xfd\x80\x83\x2f\xb2\xc1\x70\x89\x58\x88\x88\x68\x0f\x45\x9f\x6c\xdf\xe3\xeb\x31\x78\xad\xe2\xed\x00\x14\xa1\x88\x70\xf6\xc8\xa3\x78\x29\x97\x01\xd4\xa5\x5e\x91\x05\x4d\xcb\xe8\x07\x5d\x42\x79\x29\x16\x34\x2d\xf8\x2f\xc4\xb4\x4b\xca\x94\x4d\x9f\xd3\xe2\x57\xe6\x4d\x52\xe3\x05\x22\xca\x59\x6b\x2a\x24\x8f\x69\xf9\x40\xbf\xe8\xe4\x7e\xca\xcd\xc1\x9c\x46\x94\xf1\xcf\x8a\x7c\xd5\xa7\x8b\x15\x5e\xe3\x0e\xe8\x27\xca\x13\xf4\x86\x85\xfa\x98\xf2\x0c\x71\x3c\x06\xff\xdf\x83\xc7\x33\xf4\xd5\x48\x62\x27\xf7\xbd\xf7\x02\xb1\xf7\x69\xa1\x51\xf0\xf5\xa3\x27\xff\xc8\x0a\x5d\xe0\x0f\x22\xfd\x38\x44\xf2\xbf\xec\xe3\x4f\x21\xb1\x6a\x3e\x7e\xf2\x70\xb1\xc8\x3e\xfe\x93\xa1\xac\xed\xd9\x6c\xfe\x28\xb0\xda\xfe\x65\xb1\x18\x5c\xad\x42\x81\xd3\x12\x8b\xc7\xf2\x3f\x35\x19\x70\xc3\x68\x10\xcf\xc5\x73\x85\xe6\xce\xe3\x7d\x4e\x09\x8f\xa3\xde\x1b\xbb\x53\x8b\xc5\x70\xf8\x95\x35\x1c\xab\x4c\x7e\xdc\xf3\x27\x0f\xd0\x3f\x6c\xe4\xa0\xf9\x7b\xcc\x7a\xdf\x49\x43\x31\xc3\x0d\xc2\xf6\x08\xad\x32\x65\x24\x06\x81\x8d\x44\xc6\x90\x14\x13\xbd\x37\x31\xdb\x44\x19\xc4\xc7\xf3\x47\x18\x3f\xae\x2f\x98\x07\xfb\x68\xf8\x68\x38\x7b\x90\x95\xfe\x0d\x2d\x19\x22\xa2\xd0\xc9\xc2\x34\xd8\x85\x0a\xbd\x1c\x3e\xc2\x36\x38\x15\x24\xda\xfb\x27\xc3\x98\xd4\xd2\x8c\x55\xa6\x99\x6e\x8a\x05\xe5\xc2\x4b\x8a\x3e\xf9\xc7\xf0\x51\xa0\x67\x1a\xaf\xa9\x54\x01\xf7\x9c\xe9\xf3\x78\x3e\xc7\x52\x64\x26\xbd\x7c\x18\x8c\x9e\x0c\xb3\xc6\x53\xd6\x90\x50\x01\xfa\x0a\x3f\x78\x98\x7d\x4f\x38\x41\x32\xf7\x5f\x3d\x1a\x3e\x7c\x94\x7d\xd6\x5c\xa8\x80\xcf\xbd\x99\x44\xd1\x2f\x34\x78\x17\xaf\x67\xf4\xb3\x32\x0d\xbb\x0b\xdf\x21\xf6\xa2\xc2\x01\x54\x81\x63\xe3\xc4\xa7\x24\xdd\x8f\x1f\x0d\x33\xdf\xbe\xb8\xa2\xc9\xeb\x07\xf6\xeb\x15\xc3\x69\x79\xeb\xfd\x82\xc6\x2c\x79\xfd\xf0\xf1\xc7\x63\xf1\xf3\x6e\xa9\x87\x6b\xcc\x2e\xc2\xf9\x7b\x3e\x1e\xea\x58\x92\x0b\xf9\xa6\xe6\xa0\x64\x66\xae\xa8\x7a\x00\xaa\x38\x6a\x81\xd9\x25\x8a\xf2\x6e\x97\x90\xcc\x99\xd2\xb8\xd2\x6e\x82\xac\x29\xa9\x4f\x3d\x1e\x0e\x5d\x77\xa7\xec\xea\x90\x84\x02\xb8\x75\xfe\xe3\x79\x84\x11\x4b\x1b\xb1\xf2\x81\xa9\x1e\xb8\xca\xc1\xf2\x65\x68\xe0\xe1\x50\x2d\xf0\x8a\xe6\xff\x15\x8a\xd5\x73\x65\x73\x77\x59\xf1\x95\xf1\x2d\xa3\x61\xe3\xee\x55\x31\x9e\xe4\xc1\x70\xaf\x08\x92\x87\xc3\xaa\xa8\x91\x9a\xd1\xbc\xa5\x02\x89\x90\x2c\xcb\xb9\xdb\xb2\x19\x2d\x1b\x07\x55\x18\xfe\x19\x89\x95\xc7\x68\x4c\x02\xe7\xf1\xf0\x3f\xf5\x13\x22\x01\x5d\x3b\x72\x1e\x2b\x70\xdf\xb1\x82\x3d\x2b\x8d\x55\xba\x2c\xce\x65\x2c\x04\x66\x83\x35\x26\xf1\x67\x5d\x8a\xcd\x49\x71\x38\x65\x02\x07\x69\x66\x98\x72\x22\x3d\x93\xa6\x26\x3d\xfb\xcc\x8d\xa3\x50\xbe\xa8\x98\x1e\xa7\x94\xe0\x26\xab\x09\x5c\x4f\x50\x6d\xf1\xba\x37\x37\x93\xa9\xeb\xc9\xd6\x9d\xaa\xb3\xb3\xc6\x7b\xa2\x1a\xd1\xc7\x0e\xac\x67\xe3\x18\x49\xcd\x06\xdf\xf7\xc9\xd9\x60\x34\xb6\x5f\xa0\xb3\xd1\x98\x7c\x83\xe4\x6b\xf2\xad\x7c\x18\xaa\x09\xa2\x24\x1d\xea\xf3\x95\x94\x65\xb9\xfd\xba\xd6\x39\x7c\x47\x67\x83\x00\x6f\x22\x7a\x5d\x0c\x78\xb9\xf3\x69\xcc\xed\xa0\x14\xfb\x01\xf2\xb6\xcd\x14\x66\x1f\x93\x8d\x90\x5f\x36\x98\x8c\x8f\x47\x7b\x0e\xf1\x34\xfb\x39\x58\x63\xc1\xc2\xf9\xe7\x55\xde\xf7\x08\xcd\xca\x77\x9c\x0f\xb8\x60\x18\xad\xf3\xb6\xee\x9a\x7e\x9a\xe0\xa2\x3d\x3a\x4e\xa3\xc2\xae\xb2\xe4\x6e\x51\x48\x70\x6e\x96\x3a\xf0\x73\xc9\x45\xf5\x6a\x7d\x51\x5f\x0d\x58\x20\xcd\x42\xbd\xc4\x8c\x87\x94\x9c\xc7\xb3\x75\xa8\xa4\x70\x95\xc7\xc5\xda\xaa\xca\x00\x00\xbd\x40\xd5\xbe\x4f\x09\x88\xeb\x31\x2c\xdf\x62\xe5\xfd\x47\x84\x48\x6e\xde\xdc\xb7\x52\xef\xf3\x3d\x6c\x4c\xd3\x59\xaa\x0b\x5a\xf7\xca\xb8\x39\xda\x37\x94\xec\xc0\xe5\x1e\x5f\xd1\xab\x17\x48\x60\xff\x78\x98\x6d\x4b\x33\x1f\x7b\x54\x4d\xff\x33\xe1\xa0\xc1\xc8\xd5\xcd\x99\x2e\x79\xdc\x1a\xb0\xda\x72\xd3\x9d\xb1\xde\x1e\xd1\x7e\x9f\xf5\xfb\x6a\x5f\x3f\xdd\x50\x64\xae\x8e\x05\xfd\x65\xe1\x80\x00\x5d\x03\xd7\x0b\xc2\x85\xca\xc5\x62\x15\xa2\xc5\x42\x50\xfe\xe1\xc0\xfd\x76\xd8\xef\x3b\xb9\xfe\x26\x87\x00\xb7\xf6\xba\x86\x6b\x2c\xd0\x98\xef\xb4\xec\xd9\xb9\xe5\x24\xc5\xc5\xd5\x11\x2e\x16\x83\x45\x88\xa3\x80\x0f\x10\x09\x06\x7a\xdc\xf7\x7b\x41\x87\x8b\xc5\x17\x66\xb3\xb2\x07\x75\x1b\xd3\x2f\x83\x50\xe0\x60\x1c\xf2\x01\x56\xbf\xd4\xfe\xd5\xb3\x20\xd0\xef\x90\xfc\xa1\x5e\xbd\x50\x07\x3a\xd5\x4b\x7d\xb6\x33\x90\xab\x3f\x5c\x2c\x34\x77\xbe\xc4\x6c\x46\xb9\x72\x79\xa5\x30\xf3\x8b\xc7\xc3\x7f\xc4\x28\x72\x80\xac\xe3\x5d\x5c\x6f\x30\x80\x40\x17\x04\x2e\x4c\x9a\x6c\xaf\xa2\xca\xa9\x1a\x49\x8f\xda\xeb\x98\x92\x1d\x82\x20\x24\xba\x36\x68\x89\x4f\xd1\x8c\x0b\x86\xe6\x75\x69\xb1\x4d\x82\x25\xad\xc8\x9e\xea\x9c\x21\x1b\xc4\xd0\xba\x98\xf6\xe3\x0b\xe8\x43\x69\x70\x9b\x64\x38\x49\x83\xd9\x9b\x17\x98\xcf\x75\x30\x58\x12\xf5\xd3\xa4\x4f\xc0\x25\x15\xf4\x02\xf1\xf7\xff\x64\x34\xde\x94\x3f\xfd\x48\x67\xf9\x97\x33\x86\x51\x30\x67\xf1\x7a\x56\xe6\x9e\x2a\xb0\x4e\x2a\x40\x30\x0c\x76\x8d\xbc\x52\x85\xc5\x15\x83\xda\x7e\xa4\x33\x0e\x20\x62\x4b\x43\xd8\x1c\x4c\x53\x4d\xb7\xa0\x6d\x65\x65\x3c\x7d\x68\x0b\x2a\xc6\xf5\xc7\xe6\xbb\x38\x8c\x02\xcc\x5c\x75\x4a\xec\x75\x96\xf3\x30\xab\xae\x93\x25\x6a\x40\x37\x37\x56\x62\xc1\x69\x27\x1d\x39\xa5\xa0\x99\x0e\x2f\x6b\x8b\x90\x2c\x53\xdc\x67\x4f\xc7\x5d\xd5\x1b\x45\xcc\x58\x60\x16\xfe\x89\x83\x81\x8a\xfd\xdc\x63\x2c\x49\x62\x34\x53\xf1\x8e\xf3\xc5\xab\xfc\x41\x45\x36\x80\xa2\x10\x71\x4d\x72\x01\x9e\xd3\x00\x07\x26\xd1\x10\x70\xa1\xa9\xf2\xe3\xf9\x2f\xaf\x4b\x34\x6a\xbe\x55\x50\xa7\x95\xfd\x06\xdb\x19\x12\x33\xaa\x4d\xea\xba\x6e\x96\xbc\x66\x97\xa6\xe0\xd8\x83\x76\x72\xd8\x3f\x64\x1a\xb2\xe2\x86\x6b\x86\x61\x82\xc7\x24\x67\xfa\xd4\xd9\xd6\x6a\xd8\xa7\xc8\x62\xba\x52\x56\x99\x93\x99\x45\x4b\xa4\x1b\x1f\xd5\x47\x65\xc5\x1b\xb4\x34\xe1\x94\x95\xec\x51\x22\xe6\x3c\xfc\x53\x79\x31\x44\xc2\x56\xab\x39\x65\xf6\xd9\x9b\x4c\x9b\x35\xde\x7c\x71\xa0\x4c\xd3\x9d\x0b\x13\xd4\x57\x82\x4f\x3e\x76\x02\x9e\x4e\x62\x02\x3a\x0a\xb9\xb8\xa0\xe7\x34\x8d\xc5\x29\x2e\xbc\xac\x86\x51\xf9\x9f\x57\x77\x26\x29\x2f\x01\x9e\xab\x82\xfb\x88\x69\x4d\x62\x58\x4e\xbf\x09\x74\xfc\x9c\x9a\x56\x77\xf2\xc1\xc1\xcb\xac\x8f\x95\xd3\x61\x8d\xc1\xd8\x14\x6b\x1a\x84\x8b\x6b\x9d\xb7\xa1\xd1\x4b\x51\xa8\x0e\x2c\xcf\x84\x34\x7c\x6c\x38\x39\x93\x67\x5f\x34\x6f\x22\x34\x57\x9e\xcb\xc1\x02\x85\x51\xcc\xf0\x17\xc2\xf6\x9e\x0a\xb8\x35\x02\x13\xad\xfe\xa5\x1c\x20\x9f\x60\x04\x15\x49\xf4\xef\xde\xfd\xd6\x14\x7b\x9e\x69\x9b\x26\x3f\x6e\xbd\x1c\x4e\xfa\xee\x36\xae\x97\x7d\x31\x22\xf9\xde\x60\xa9\x19\xdf\x5f\x5c\xc4\x34\xe8\xe2\x77\x2e\x4b\x5a\x19\xbe\x5d\xc7\xf0\xbc\x8b\xba\x4e\x7d\x24\xd3\xcf\x6b\x97\xf7\x4c\x3d\xda\xee\x61\x01\xa9\xe7\x0d\x92\x7a\xc3\x3e\x86\x51\xee\xc8\x44\x06\x62\x3f\x8b\x49\x34\x5b\x4c\xa2\x64\x5b\x09\x16\xae\xd7\xda\xd1\x5e\x69\x62\xed\x69\x1f\xa5\x69\x9a\xef\xdb\xfc\x35\xb2\x3b\x95\xdb\xf3\x67\xcc\xb9\x54\xf3\x00\x50\xf1\xfa\x52\xa4\x6f\x55\x0a\xe8\x9f\x50\x4c\xe6\xab\xa6\x2d\x42\xeb\xd0\x57\x2e\x97\xb5\x53\x4a\x91\x96\x65\x10\xb1\xdb\x04\x10\x3c\xa7\x71\x14\xf4\x08\x15\x3d\x05\xa1\x17\xe9\x46\x7b\xe0\x44\x65\x19\x81\x6a\x5b\xf0\xa5\xdd\xcf\x62\xe0\x73\x15\xd4\xfa\xac\xd4\x55\x33\x61\x10\x72\xdf\xe6\xae\x7b\xff\x95\x07\xe5\x10\xbb\xbf\xd7\xf1\xb7\xcf\xe1\x8b\xba\xdd\xc1\xb4\x74\x28\xe5\x03\x69\xa9\xc4\xfc\xd4\xe7\xd1\x3a\x91\x77\xea\xc9\xaf\x53\xb0\xd2\xec\x2c\x22\x8b\xf1\x75\xb0\xf7\xbd\x72\x4a\x6b\xcd\xdb\x1c\x2d\x61\x70\xe8\x9e\x38\xd8\xd3\x58\xcf\x7f\x23\x70\xe8\xee\x52\x50\x26\x81\x61\x12\x55\x7b\x86\x4f\x84\x43\xdc\x31\xde\x3b\x63\x90\xc9\xe0\x35\x31\x6e\xd2\xcc\xf5\x99\xfa\x5a\xa7\xed\x87\x9e\xca\x1e\xe4\x14\x29\x25\xc5\xc5\x7c\x29\x6c\xd1\xd9\xee\xe0\xb9\x72\x2a\x3e\xa7\x31\x29\x6a\x0e\xd9\x1e\x85\xf6\x91\x37\x88\xbd\x5c\x41\x1d\x9b\x9e\x29\x17\x12\xb1\xe9\x4e\xca\x99\x9c\x96\x13\x64\xe3\xf9\xc4\x41\xc9\xe1\x1f\x59\x29\x35\x90\xd2\x13\x40\x85\x79\x19\x4b\xca\x4f\x19\xbb\xa0\xcb\x65\x84\x5f\x84\x8b\x45\x89\x8f\xea\x4f\x59\x1c\x87\x1e\xbf\xe6\xa4\x8d\x67\xcf\xbc\x39\x25\x73\x24\x1c\xe1\xee\x20\xab\x2e\x83\xb2\xdc\x8c\x42\xf9\xb1\xdd\x33\x7c\x32\xd2\x17\xb8\x75\xa4\xe1\x83\xd8\x40\x4c\xfa\xda\x6d\xf7\xd0\xa2\xab\x74\xbf\xee\xb7\x1a\x08\x09\xd1\x94\x54\xde\x1a\xe2\xb2\x37\x0b\x79\xe5\x2e\xe1\xdd\x6c\xd7\x41\xea\x17\xb6\xde\xca\x5b\x74\xa5\x7d\xb6\xa8\x50\xa7\x62\x5b\xaf\x58\xe7\x88\xea\x2d\xbc\xa8\xc3\x26\x5d\xba\xac\x8b\x3b\x74\xcd\xb4\xc7\x29\x19\x5c\x86\xf8\xaa\x98\x25\x81\x6c\xd6\x63\xf5\x71\x41\xd9\x1a\xa9\x20\x92\x77\xe5\x9d\x12\x8b\x1d\x9a\x05\xf6\x1f\x8e\xeb\xe1\xf5\x46\x5c\x67\x07\x05\xac\x9c\x5d\x09\x2c\x35\x45\x24\xc0\xcc\x71\xdd\xdb\x72\xcc\x4c\x16\x9b\xbf\x7b\xb3\x49\x6b\xec\x53\x28\x9f\x34\x4f\xc4\x1f\x36\x88\x04\x2f\xf0\x46\xac\xc6\xa3\xd3\x21\x4c\x7b\x5d\xb6\x0d\xb8\xce\x28\x9f\x55\xa8\x32\xd4\x08\xbe\xea\x21\xa7\xf2\x88\xa6\x02\x60\x8e\x68\x66\xe1\xfd\x16\x38\x17\x6e\x85\x8a\x22\xd6\xb3\x07\x92\x43\x8f\x75\x87\xb4\x8b\xa0\xfb\xfd\xee\x69\xcf\x48\x07\x79\x2b\xcd\x3f\xa9\x5e\x85\xa4\x74\x05\xe8\xdd\x3b\x35\x68\xcc\xe6\x1d\xe2\xa9\x55\xcc\x42\xf8\x27\x1e\x3f\x78\xac\x9c\xb7\xe3\x11\xe4\x1b\x69\xe1\x8d\x1f\xe8\xa8\x40\xfe\xac\x2c\xd7\x64\x05\x00\xc1\x46\xa9\xd6\x4d\xae\x3b\x55\xc2\x1d\x8c\xdc\xff\xb4\xe2\x04\x64\x65\xf7\x64\x24\x87\x41\x82\x4a\xf0\xaa\xef\x8a\xad\xb5\x34\xd5\x53\x51\x5e\xeb\xb0\xdc\x66\xa9\x41\x68\x47\x2a\x28\xf8\xfa\x38\x20\x70\xe5\x34\x46\x88\x6b\xd7\x76\x7b\x5f\x6a\x3a\x31\xc7\xa1\x1d\xa4\x58\x68\xe3\xb4\xd8\x1d\xd9\xa8\xec\xa9\xbe\x7d\xa9\xa9\x55\x3d\x74\xa0\x67\xa5\x81\xd1\xdb\x47\x36\x93\xc2\x49\xe5\x64\x78\x40\x9f\x6e\xd6\x9f\x55\xde\x77\x59\x40\xe9\x1b\x49\x11\xc9\xe0\x47\x8a\xc1\xe7\x92\x7a\x70\x5f\xa3\x1a\x7d\x70\x46\x90\x0c\x84\x0b\x99\x9f\x22\x1f\x41\x72\x22\xdc\x93\xd1\x91\x7d\xaf\xaf\xc3\x06\xdc\x9c\x95\x52\x67\x6c\xf3\x42\xc5\xd2\x05\xb6\xb2\x0f\xaf\x63\x89\x82\x31\x3f\x31\x67\x46\xa2\xec\x42\x81\x66\xb4\x14\xe7\xa4\x14\x96\x62\x66\xdf\xaf\x24\x4b\x7c\x54\x72\x10\xe9\x46\x40\x72\x67\xb2\x80\xe2\x04\x77\x91\x0e\x85\xd5\x9e\x3e\xe3\xcf\x1c\xd7\xdb\xdd\xf7\xaa\x7a\x28\x8a\xf7\x84\x7c\xbe\x1e\x9a\xa6\xf3\xaa\x93\x71\x61\xee\xc3\xbf\x02\x3c\xa7\x4c\xaa\x4a\xe7\x95\x95\x6c\xb2\x69\xf2\x0c\xa6\x13\xbf\x2e\x64\x9b\x34\x64\xaa\xf2\x64\x2b\x0d\xb5\x2b\x35\xa8\xc1\x28\xc7\xec\x60\xf6\x79\x7d\xda\x19\x8e\x57\x00\xa6\xc9\xdb\xac\xc8\x18\x75\x6e\x08\x4c\xd3\x6d\x3d\x46\x37\x63\x00\xe0\xc6\xfc\xcd\xcd\x49\xc8\x4d\x62\x0c\x33\x37\xd5\x91\x36\xfa\x54\xaf\x8a\xaa\x31\x07\x61\x41\xc1\xc9\x1b\x60\x3e\x1f\x23\x3e\x07\x53\x98\x16\x2f\xce\x95\xd5\x1f\xb9\xc8\xd5\x9f\xa6\x49\xb3\xcb\xab\x4b\x8c\xb3\x45\xae\x5e\x49\xf1\xb6\xa2\x71\x14\x9c\xe7\xfb\x52\x15\xf9\x96\x7d\xd6\x51\x42\x66\x18\xa5\xe6\xad\xf4\x47\x69\x29\xf7\xe6\xe6\x38\x1f\x0b\x67\x41\xdb\x93\x60\xd4\xff\x0f\x66\x34\xf8\x52\x34\xa3\x9a\xde\xbf\xc7\x2b\x25\x73\xbe\x0c\x95\xe3\x54\xdf\x6b\xe8\xf1\x86\x5e\x61\x66\x68\x79\xb0\x8e\x23\x11\x6e\xaa\xcf\x5a\xda\x05\xdb\x01\x1c\xe0\xb1\xcb\xca\x81\x34\xa5\x80\xdb\x0b\x23\x87\x9c\x07\xce\x1e\xd0\x6d\x11\x71\xe8\xe3\x3e\xd5\x37\xff\x0c\xe8\xa6\x14\x74\xb0\x0f\x1a\x8a\x60\xee\x27\x56\x1a\x83\x72\x73\xc3\xf9\x58\x74\xdc\x6f\x3c\x74\xa7\x0e\x15\x28\xb1\xa2\x51\x70\x7b\x56\x91\x83\x71\xf0\xf8\xb0\x79\xa0\xda\xaa\xbf\x3d\x5a\xca\xa0\x0e\x1d\x3b\x1c\x23\x36\x5f\x0d\xd6\xc9\x56\xdc\x2d\x31\x53\x00\x73\xe8\x58\xf9\x48\x51\x7b\xc8\x12\xd6\xcc\xe4\x8c\x7e\xe8\xb4\x0b\x65\x6f\xea\xea\xaa\x17\x98\xad\x81\xe5\xcf\xf9\xdd\x7a\x7d\x0b\x17\x69\x17\x6f\x5a\xda\x80\xc9\x37\x67\xbd\x28\x84\x7e\x30\x8c\x02\x9e\xeb\xa9\xc4\xc6\x8c\xc6\x64\x8e\xc7\xa3\xc7\xc3\xbc\x69\x65\xe3\x02\xa8\x83\x1f\x00\x82\x15\x52\x27\x13\xb4\xa8\x48\x37\x6a\x38\x16\xe7\x59\xab\x36\xb2\x32\xfc\xd8\x98\x80\xd8\xe4\xee\x49\x6e\xa2\xcc\x9c\x9b\x49\x7f\x4c\xb6\x12\x68\x9f\x2d\xd2\x5f\x80\xdb\x65\xbf\x5c\xa7\x27\x1b\xa0\x25\x26\xe2\xde\xed\xdc\xfe\xce\x68\x9c\xf9\xa1\x0b\x7b\xb7\x60\x20\xbf\x2a\xdb\x0c\xe6\xca\x15\x43\x78\x0c\x14\x4f\xff\x01\x4d\x7b\xbe\x65\x6c\x94\x37\x7f\x3b\x9a\xce\x53\xa8\xa0\x24\xdb\x8e\x35\xb6\xb2\x2a\x03\x20\x30\x5d\x34\xa6\xf0\xaf\x6f\x7f\x6a\x74\x88\x65\x23\x51\x67\x38\xd5\x55\x1b\xd8\x31\xbd\xe7\x9e\xfe\x6b\x2f\x2f\xdd\x8c\x9b\x1e\xea\x04\x27\x38\x81\x44\x55\x6b\x6e\x9a\x86\x70\x30\x72\x93\x8f\x56\x6f\xec\x6b\xff\x26\xc3\xa9\xb4\xd2\x77\x6e\x71\xa7\xdb\xee\xe8\xd3\xd2\x9e\x77\x99\xe1\xe0\xfc\x68\xac\xe4\x41\x17\xb4\x3c\x1a\x9c\x1f\xca\x0e\xe2\x4b\x4c\x44\x97\x4d\xf3\x2c\xfe\xee\xde\x51\x78\x3d\x29\x16\x3b\x5d\x26\xc4\x34\x9c\xed\x0b\xc5\x22\xa8\x1e\x46\x74\x59\x25\x00\xed\x8b\x99\x6a\x0f\x25\xa9\xba\xb7\x48\xd2\x6a\x6e\x47\xa9\x48\xc0\x0a\xf9\x1d\x27\x39\x56\x57\x39\xd7\xc5\x92\x34\xc4\x4f\x42\x90\x62\xab\x7c\x71\x91\xfc\xa4\x7f\xc5\x1c\x9f\x2b\x72\x1f\x1f\x8f\x20\xa1\xcf\x29\x21\x1a\x80\x7c\xd6\x99\x92\x2f\xf4\xe0\xc7\x23\xfc\x10\xea\xa5\x91\xbc\x79\x8c\x1f\x76\xdb\x2a\xb3\xaf\x21\xb2\xb3\x03\x0b\x95\x53\xcb\xbc\xe1\x2a\xe7\x99\x8e\x1f\x38\xd7\x9b\xf4\x3a\x1f\x66\x6d\xfe\x51\x55\x6d\x11\x46\xd1\xb3\x4b\x14\x46\x72\xea\x7e\x50\x79\xb9\x9c\x8f\xc8\xc0\x55\x01\x4e\xdd\x86\x5a\x7a\x5b\x73\xed\xd2\x7f\x38\xc0\x9b\x47\xe1\x40\xb7\x0f\xdc\x23\xec\xe9\x64\x61\x8e\x7e\xe3\x85\x84\x60\xa6\x41\x0c\x92\xc4\x7a\x8e\xeb\x09\xba\x19\x3c\x78\xec\xee\xe0\x9a\x06\xea\x66\x91\x40\x12\x1c\x8c\xe8\xf2\x57\x16\x35\xdc\x09\xe3\x85\x52\xfa\x5b\xcf\x84\x06\xd8\x5b\x09\xb1\x79\x16\x04\x0c\x40\x90\xce\x70\x23\x83\xaf\x05\x20\x59\x3e\x38\xbd\x1c\x99\x7c\xe3\xa7\x0b\xb5\x8a\xf8\xa9\x9d\x3a\x2e\xdf\x1b\xb7\xbc\x3d\x92\xf5\xc1\x3d\x13\x63\x70\x7a\x0a\x4e\xf0\x89\xe4\xe7\x11\x5d\xbe\x51\x47\x04\xcb\xd9\x22\x24\x69\x40\xb0\x56\x77\xfa\x97\x38\xf9\x56\x51\x70\x91\x90\xa0\xb8\xde\x60\xeb\xad\xaa\x2c\xf9\x8a\x6c\x67\x89\x99\x4e\x0b\xad\x7f\xbb\x0e\xd0\xb8\x55\xf7\xc8\x98\x5e\xd4\xa0\x28\x17\x5b\x9a\x1b\x4b\xe6\xbc\xb5\x17\x06\xb0\x2f\x4d\xcb\x2d\xa2\x0c\x39\x59\xa4\x44\x2a\x9d\x34\x0a\xde\x9e\xff\xf6\xc6\x63\x68\x8e\x9d\x49\x12\x64\xaa\x6e\x73\x77\x3d\x14\x8b\x15\x55\xc7\x9f\xde\xe2\x3f\x62\xcc\x85\x43\xd4\x15\x79\x3c\x0b\x79\x10\xee\xb4\xe2\xda\x50\xeb\xc6\x63\x2b\x92\xd2\x5c\xa7\x59\x1e\x95\x09\xb1\xb4\xb9\x81\xca\xbb\x39\x56\xd7\xca\xc9\x45\xba\x40\x61\x44\xe5\x78\x69\x52\x09\xa6\xd7\xd9\xeb\x85\x9b\x26\xfc\x76\x5d\x28\xd4\xe5\xf3\x70\x85\x51\x30\x56\xc2\xa0\xf3\x55\x5f\xf6\x65\x78\x9f\xfa\xaa\xaf\xfc\x3d\x58\x0f\x2c\xdd\x45\x13\x88\xb7\xa4\x82\xfe\x80\x51\x60\x0f\x26\xb9\xfe\xab\xd3\x9e\xbf\xcd\xa9\x4a\x7c\xc1\xe3\x73\x46\xa3\xe8\x82\x6e\x9c\xa1\xbb\x33\x80\x1f\x76\xb8\x3e\xcb\xdd\x49\x94\xa2\x30\x3a\x34\x5c\x5e\xa0\x30\xfa\x14\xb8\x34\xeb\xb2\x8a\xd3\x66\x38\xc5\x93\xe1\xd4\x3c\x26\x4c\x7c\x5f\x1c\x6b\x52\xbe\x7f\x58\x2e\x22\xd7\xe4\x1b\x16\xea\x6e\x87\x4a\x11\x77\xc7\x78\xdd\xa5\x57\xd8\x3d\x2c\xcd\x3c\x30\x11\x57\x5a\xa0\x87\x64\xe9\xa4\xd3\x50\x35\x8e\xc5\xc2\x0c\xc4\x94\x7a\xd4\x75\xb2\x5a\xaf\x13\xb0\xba\xa3\x6a\xe7\x6c\xe4\x9f\xa5\xcc\x2d\x59\xc7\x55\xf5\xac\x1c\xbc\x5a\x34\xe1\x5c\x90\x48\x89\xfb\xed\xa0\xad\xd0\x34\x75\xcd\x0b\x79\x8a\xa4\x9c\x68\x29\xf4\x60\xdc\xdc\x5c\x91\x35\x57\x07\xba\x5b\x4a\xc1\xf1\xb0\xc1\x6a\x27\x42\xce\xb4\xb4\x52\xac\x8b\x13\xac\xdf\xf7\x22\x15\x40\xd2\xc9\x4e\xa7\x4d\xd4\x86\xbc\x3e\x9d\x51\x0e\x0c\xe8\x74\x46\x24\xa7\x5e\x28\x50\x5e\xed\x81\x91\x8a\xb2\x9b\x08\x85\xe4\x55\x00\xdc\x96\xe3\xf7\x75\xed\x34\x9c\xc5\xaf\xeb\x62\x6a\xb7\x55\x9f\x53\xf1\x32\xcb\xaf\xb2\xcb\xb9\x38\xa8\x6a\x88\xfb\x0d\xe5\x96\xc3\xe0\x2b\xca\x84\xc2\x9c\x19\x80\x45\x93\x9e\x4d\x93\x85\x8a\xa0\x39\x4d\x41\x1b\x8d\x9f\xea\xab\xc3\xbf\xd8\x39\xba\x22\x79\x5b\x07\xe9\xf2\xb7\x2e\xea\x62\x79\x5b\x31\x1b\x9e\x53\x87\x2e\x17\xaa\x05\x6a\xf4\xf0\x6d\xee\xd8\x9d\x0a\x4a\x00\xc5\x83\x77\x20\xc0\x7c\x0e\x76\xf9\x13\x7a\xfa\xd4\x54\xb1\xe8\xf1\xa8\x21\xfb\x45\xe2\x2f\xab\x1a\x86\x67\x55\x03\x1d\x8e\xda\x19\x12\x11\x48\xe0\xec\xb0\xdd\xb9\x7a\xfc\x88\x83\x76\xad\xb4\xa1\xcd\x94\x3b\x0c\x5f\x28\x31\xb7\x4f\x34\xe7\x4d\x3c\xb2\x6d\x3e\x74\x30\x5d\xb6\x96\x9b\xa3\x6d\xda\x67\x37\x09\xfd\x9f\xd4\x2c\xfc\x3c\x7b\xad\x1e\x92\xa7\x67\xa2\x58\x35\x37\xe6\x2a\xbe\xd0\x10\x66\xd3\x69\xf2\xcb\xdc\xe1\xee\x49\x40\xb6\x7b\xfb\xc9\xf7\x8c\xb1\xdc\xbe\x2e\xf3\xed\x14\x56\x24\xc1\xe2\x8a\xb2\xf7\x8d\xcb\x91\x61\x1d\x1f\xc7\x3d\x53\x9a\x7b\x8b\x90\x71\xa1\x91\x02\x5c\xa8\x30\x56\xa2\x3f\x53\x58\x56\x97\x4a\x4a\xf0\x46\x96\xd2\x44\x97\x7c\x0a\xae\x09\x5a\x87\xf3\xec\x4b\x53\x44\x71\x25\xbc\xe4\xc4\x4b\x4d\xe0\x9e\xca\x7c\x8b\xbd\x9f\xd4\x4d\x0e\xb2\x9b\x63\xec\xfd\xa6\x2e\x51\x09\xf9\x0b\xdd\xf8\xf8\x78\xb4\xdb\xa5\xc4\x5b\xd1\x9e\xdd\xc9\x4f\xd1\xdc\x70\xb7\x73\xb3\xf3\x18\x7a\x55\x7c\x2c\xf9\x46\x74\x79\xb7\x29\x0b\xee\x25\xf5\x76\xc0\xd9\x66\x13\x85\x5d\x94\x5c\x1a\x60\x3e\x58\x50\x36\x50\x87\x47\x3f\x8b\x7e\x3b\xa7\x64\x11\x2e\x1b\x8f\xe3\x9a\x83\x16\xf2\xe7\xb9\x28\x9f\xab\xd0\x7d\x6d\x64\xdb\xba\x88\xeb\x09\x7a\xae\x6e\x24\x53\x27\x31\xd5\xcb\xe7\x72\xc8\x9d\x41\xe6\xcf\xe4\x94\xe0\x4b\xa8\x21\x7f\x34\x7c\x58\x0d\x50\xb5\xd5\x1a\x85\x9b\x15\x05\x6e\x76\x46\x0c\x3c\x1a\x3e\x04\x09\xfc\x47\x77\x02\xff\x91\x81\xff\x78\x38\xbc\x03\xf8\x8f\x87\x43\x73\xef\x0b\xa3\x57\xea\xf4\x72\xe9\x92\xa7\x32\xd6\x2b\x4f\x57\x6b\x8a\xf1\x42\xfe\x02\x5f\x02\xf7\x2c\x73\x0d\x48\xb3\xdd\xc9\x99\x88\x96\x53\xd0\x4c\xd1\xce\x35\xcd\x9a\xbb\xdf\x6f\x6e\xea\xeb\xcf\x29\xe1\x34\xc2\xde\x15\x62\xc4\x01\xbf\xbe\x7e\xfb\xf2\xf9\x2f\xbf\xbd\x7c\xfb\xec\xbb\x9f\x5e\xf6\x5e\xbe\x7d\xfb\xcb\xdb\x71\xba\xaf\x96\x11\x40\x17\x1e\xa6\xdd\xa8\x9f\x99\x55\x85\xfc\x7b\xca\x66\xea\x42\xc4\x86\x24\xab\xa5\x4e\x9a\xbf\x1d\x4d\x86\x8a\x4f\x6a\x43\xbe\xc2\x9e\x80\xe4\x8e\x2d\x0a\xeb\x6e\xbf\x9c\x51\x60\x27\x72\x32\xa7\x28\xac\x68\x06\x13\x91\x00\xe0\x1e\xb6\x83\x0d\x71\x94\xa5\x80\xfa\xaa\x00\x23\x97\xf0\xa7\x68\x5b\x0c\x4d\x27\x64\xf1\x0e\x87\x25\x41\x62\x40\x42\x2d\x3b\x3b\xa5\xf0\x28\xaa\x91\x96\x31\xa2\xda\xee\x60\x5c\x18\x63\xe4\x59\x06\xa3\xa9\x92\x82\xaa\xaa\xa5\x1e\xaa\x25\x15\x34\xab\x5d\x76\x54\xd9\xdb\xd8\x6f\x69\x2c\x70\xad\xde\x0f\x71\x27\x67\x4f\x42\xc7\xfb\x58\xbe\xf7\x94\x8c\xcd\x50\xba\x28\x1c\x09\x8b\x71\xd5\xfd\xaf\x75\x93\x64\x4c\x12\xcd\xac\x75\xc8\x45\x73\x51\x5d\xa4\x68\x66\xff\x35\x56\x54\x98\x2e\x26\xa8\x6e\xc3\x9c\xeb\x0b\xef\x3a\xad\xac\x04\x85\xb7\x5b\x4d\xaf\x1b\xa6\xa8\xb0\x8e\x6c\x2e\x5e\x93\x98\xad\x48\x24\x9e\x55\xa7\xb8\x12\x5f\x57\x3a\x8b\x2b\xd6\xa0\x81\xea\x25\xd2\xa0\xdb\xda\x4b\x6f\x7b\xa8\x8a\x72\xc8\xae\x82\xa8\xae\x72\xa7\x49\x60\x54\x17\xbe\x4f\xda\xaa\x51\x3f\xdb\x07\xa8\xfc\xa9\x9d\x52\x49\x58\x47\xff\x0b\x7a\x0f\x86\xf8\x04\xa8\xad\xef\x82\xe6\xa3\x6f\xa3\x84\x28\xdb\xb0\x35\x05\xdd\x9b\x9b\xec\x95\x0b\x79\x56\x40\x94\x0b\x08\xf7\x88\xfb\xbe\x8f\x6e\x6e\x8e\x1d\x9d\xe2\xf2\xd8\xe7\xfd\x7e\xea\xa5\x3c\xf6\x7d\x7e\x73\x93\x7c\x41\xf9\x2f\xc8\xbd\xb9\x71\x52\x57\xbb\x80\xc8\x8e\xa2\x2b\xea\x4b\xc4\xec\xa8\x32\xbc\x60\x98\xaf\x14\xe5\x48\x8d\x4b\xe2\xf1\x2e\x34\x9a\xe6\x34\xb9\x39\x0e\x95\x73\xe1\x66\x69\x60\xc1\x0e\xe6\xd5\x22\x98\x2f\x98\x86\x80\xf2\x6b\x32\x4f\xdf\x9f\xeb\x36\xc6\x3a\xd3\x4f\xfa\x1a\xc0\xe4\x3e\x01\x1d\x64\x94\x7d\x70\xf3\xf5\x55\xa7\xc6\xd9\xf5\x03\xc5\xe2\x30\x0f\xd6\x5a\xb2\x36\x66\xcb\x31\xa8\xd2\xa6\xee\x46\xb2\x7f\x05\x61\xd8\x9a\x24\xb9\x93\x9c\x54\x0b\xb8\x0b\x5b\xcd\x03\x2c\xf0\xd4\x2f\x23\x0d\x47\xc3\xcf\x23\x0e\xa5\x04\xd4\x57\xb7\xe2\xe0\x47\x5a\xbb\x0f\x65\x39\x52\x75\x82\x4b\x93\xb5\xac\x76\x59\xc0\x8a\x9b\x3b\xcc\x79\xf1\xc6\x03\xcd\x75\x95\xf2\x79\xd3\xaa\x1b\x35\xdc\x31\x5d\xd9\xe5\xf8\x1e\xe3\x4e\x2d\x5d\x56\x9b\xc6\xb6\x1c\xe3\x9b\x1b\x52\xcc\x27\x2d\xc1\xea\xb8\xce\xfa\x5b\x6e\x8f\x71\x72\xfa\x5a\x25\x84\x93\x64\xa8\xa2\x31\xd3\xf3\xde\x8d\x2a\x86\x3d\x03\xb7\xd6\x34\x2a\xa6\xaf\x56\xd1\x38\x5f\xd1\xab\x90\x2c\xb3\x0b\x0d\x5e\x60\x81\xc2\x88\x4b\x36\x99\x53\x22\x72\x49\x70\x1b\x74\x08\x2b\x97\x9c\x41\x44\xb2\x7d\xe8\xee\xa0\x61\x6d\x15\x5b\xbc\x15\x22\xa5\x2b\x9b\x53\x8d\x1d\xe6\xae\x6e\x75\xba\xc0\x8f\xd8\xdb\xed\xba\xaf\x7b\xdb\x3d\xdd\xdb\xe7\x56\x2f\x4f\xda\xa9\x2a\x15\x36\x38\x2c\xd3\x70\x57\xb1\x1a\xa4\x2d\x0f\x18\xe6\x58\xa8\xa8\xf6\xcf\xbb\x77\xf9\x8e\xce\xba\x0a\x1b\xb3\x09\xfd\x8e\xce\x1a\x0d\x2d\x5d\xaa\xdd\x31\x9c\x6b\x79\x5f\xbf\xb0\x85\xee\xec\xd2\x92\xff\x27\xf1\xad\xce\xa8\xd4\x5d\x0b\x93\x9f\x99\xdc\xed\x33\x9f\x6d\x86\x3a\x28\x6c\xf7\x64\x6e\x5a\xf5\xb2\x3d\x67\xae\x55\xb7\xba\xad\x1e\xf5\xa9\x76\xfc\x1b\x26\xb8\x03\xd9\xe5\x24\x69\x45\xf2\xdf\x0e\xf2\x34\x17\xf3\x82\xed\x3c\xb2\xd8\xad\xb8\xc5\xa3\x9b\x84\x2e\x38\x4d\xbb\xdc\xa6\x21\xa5\xf2\x1e\x92\xf9\x34\xa2\x48\xe7\x9a\xf8\x9c\x6e\xf0\xfd\x09\xf0\x73\x2d\x71\x7b\x16\x3f\xde\x30\xdb\x83\x3f\xdc\x46\x2d\xfa\x84\xe7\x45\xba\x58\x7b\xe8\x63\x78\xff\x5f\xd1\x3a\xab\x70\xff\xa3\x5a\x9f\x7c\x85\xe7\xbf\x75\x1b\xaf\x62\xaf\xa0\x6b\xa6\xf0\x2f\xb2\xc1\xd0\x92\x95\xbb\x3d\xf8\x47\x29\xdc\x55\xda\x76\x3e\x77\xfa\xa7\x89\xfb\xe9\x14\xae\x48\xd2\x78\x44\xfe\x49\x43\x2b\xa7\xee\xee\x4b\x6e\xc8\xa4\x0c\x2f\xcd\xcb\x79\x08\x6a\xcd\x5d\xa8\x9c\x35\xb9\x51\xf3\xfa\x66\x96\xbd\xf4\xae\x25\x91\x39\x33\x7a\x2f\xa3\x43\xbf\xd0\x2e\xd6\x27\xdf\xb1\x0a\xf9\x4f\x18\xa9\xd3\x0a\x65\x09\x50\x70\x45\xb7\xf3\xd9\x64\x18\x86\x65\x36\x0d\x7c\xbf\x00\x51\x43\x09\x5f\x22\x1e\xd0\x34\xdd\x65\xad\x25\xf4\xda\xc5\x7d\x5b\x02\x9b\xf7\xe0\xd6\xe5\xc1\x29\xa3\x24\x39\x50\xfd\x59\xc3\x64\x95\x0f\xf3\x02\xcd\xc6\x40\xa0\x25\x07\xe9\xf5\x1b\xcb\x3a\x49\xaf\x8b\x35\x38\x51\xad\x62\xee\xcd\xcd\x76\x97\xf8\x41\x4d\xf7\xdf\xe3\x6b\xee\xe0\x42\x84\x9f\xc8\x47\xf8\x09\x73\xed\x34\x9e\x88\xe9\x6e\x57\x8e\xe5\xcb\x9d\x4a\x91\x9d\xaf\x4e\xd9\x90\x0e\xae\xab\xfc\x30\xfc\x9f\x9f\xaa\xb3\x84\x9f\x3b\xe0\xaf\xe9\x08\x73\x63\xae\x7c\x8e\xe7\x0c\x97\x96\xb2\xc9\x96\xa1\xc0\x7a\xba\x08\x70\xa1\x7a\x7c\xc5\x7f\x43\x51\x18\x48\x56\x60\x9e\x5f\x91\xcb\xdc\x9b\xb7\x78\x4e\x59\xa0\xc3\xe3\x94\x5c\x3c\x57\x1d\xa8\x3c\x98\xa3\xfa\x06\x5c\x2f\x26\xd2\xec\x7a\x16\x45\xb9\x73\x43\xea\x4e\x89\x0b\x09\x33\xcb\xa2\x5a\x0d\x27\x39\xc0\xc9\x73\x09\x57\xb7\x66\x74\x7a\x1b\x71\x97\x1d\x2d\xb2\xcb\xec\x3f\xaa\x04\x50\x36\x38\xd9\xeb\x4b\xcc\xc2\xc5\xb5\xea\x6d\xf5\xc1\x65\x6b\x1f\x20\x97\x14\x56\xa3\x17\x02\x34\x9f\x63\xce\x55\x44\xa0\x7e\x07\x89\x99\xf1\x25\x16\xbf\x5c\x11\xcc\xd4\x9e\xa7\xeb\x45\x94\xbe\x8f\x37\x0e\x40\x01\xda\x08\xcc\xc6\x66\xf0\x47\x19\xf5\xe6\x26\x0e\x0a\x17\x12\x6f\x11\x92\xe0\x1c\x47\x0b\xa7\x78\x7a\x35\xbd\x3a\xdc\x5c\xcd\xa2\xce\x17\xe3\xdc\xe0\x4c\xb6\x6a\x9c\x9f\x33\x09\x51\x63\x25\xc1\x3f\x24\xea\x28\x5b\x13\x7e\x87\x2d\xf8\x45\x3b\x77\x67\x73\x08\x5c\x35\x20\x3d\x9f\x72\x65\xec\x39\x97\xc3\x8a\xb9\xac\x77\x0f\x24\xe9\x23\x10\x09\xaa\x22\x05\x04\x8b\xc5\x6a\x90\x14\xb2\x0b\xdf\xc7\xec\x3f\xf5\x30\xd5\xf0\x3a\xc2\x43\x24\x68\x43\x96\x4a\x98\x5e\x9d\x3f\x62\xbd\xa1\xdc\xa4\xa4\x2c\x20\x4d\x57\x3a\x30\xbc\x99\x91\x76\x45\x9d\x2a\xde\x86\x3d\xc6\xd0\xf5\xbe\xc8\x53\x75\x0e\x0c\x77\x7a\x9c\x5d\x51\x27\x4b\xb7\x60\x6e\x8e\xd6\x38\x52\x59\xa7\x2b\x90\x17\x85\x03\xae\x42\xac\x4b\xc8\x4b\xab\x1d\x16\xfe\xb2\xd1\x76\x04\x9a\x54\x68\xc5\x22\x99\xe3\x68\x80\xa2\xa8\x25\x03\xcc\x69\x82\xc9\xa6\xfb\x14\x70\x22\x5a\xf0\x64\x98\xde\x95\x42\xfa\x7d\x90\x94\x01\xbe\x2f\xae\x37\x98\x2e\x7a\xc4\xd3\x4d\x3f\x8b\xa2\x24\xf8\x19\x71\x8e\x99\x70\xc0\xc5\x0a\xf7\xd4\x99\x96\x1e\x62\xcb\x78\x8d\x89\xe8\x6d\xe4\xb7\xa0\x27\x68\x4f\xac\x70\xef\xff\x66\xbd\xfe\xbf\x3d\xdd\xad\x9e\xce\x2e\xdc\x9b\xe1\x1e\xea\x5d\x20\xfe\xbe\x47\x59\x2f\xf5\x63\xf7\x1c\x69\xbe\xd3\x58\xf4\xfe\x88\xa9\xc0\xdc\x7d\xda\xbb\xa6\x71\x02\x15\x9c\x10\x78\x3c\x32\x1b\x8d\x02\xf1\xf7\x3f\x28\x90\xcf\x23\xca\x63\x86\x5d\x07\xd8\x48\x02\x69\xb7\x01\x9c\x10\x88\xa6\xb7\x0a\x2a\xd2\x40\x74\x3b\x3e\x31\xe2\x16\xc8\xb1\xfd\x3d\x6b\xec\xef\x3d\x81\xd7\x9b\x08\x09\x9c\x0c\xf2\x0a\xf1\x5e\x48\x2e\xe9\x7b\x1c\x80\xd2\xcd\x11\x1a\x9a\xa7\x8b\x3a\xa4\x65\xda\x37\xa1\x40\xb7\x5a\x3e\x69\xc5\x43\x5b\x40\xd9\x88\x3b\x2f\xa1\xa4\x4a\xdb\x22\x5a\xc5\xe4\xfd\x9e\x4c\x5c\xd7\x39\x30\x1c\xea\x71\x76\x45\x9f\x2c\xdd\x86\xb9\x08\x71\x1e\x2e\xaa\x25\x60\x03\x15\x26\xd5\x0e\x0c\x7f\xe9\x68\xbb\xa2\xd0\x54\x68\xc3\x22\x5d\x6f\x50\x75\x9a\xe4\x26\x0a\x34\xb5\x0e\x0c\x87\xc9\x58\xbb\xa2\x50\x97\xef\x80\xc1\x58\x54\x33\xc3\x66\x0c\xca\x5a\x87\x87\x41\x35\xd6\x3d\x30\x18\x8b\x56\x1e\x48\x89\x40\x61\x75\x56\xe6\x46\x14\x9a\x6a\x87\x86\xc3\x64\xb4\x9d\x91\xa8\x2b\xb4\x61\x91\xf3\x81\x5a\xf4\xfb\x5d\x0c\xa8\x6e\xf6\x1b\xb9\x93\xe1\xd4\x63\x58\xa5\x74\x76\x4e\xff\xe7\xf4\x74\x09\xc1\x00\xb8\x5e\x80\xf8\x4a\xdd\xf1\xef\xdc\x4e\x57\xe1\xfc\xb9\xec\x92\x2f\x8e\xb4\x72\x57\x1e\x5f\x7e\xea\xc2\x85\xa3\x6e\x9e\xf1\x42\xae\x6f\xa0\xc1\xae\x9b\x64\x9a\x39\x0a\x17\xce\xf9\xf5\x7a\x46\x23\x2f\x14\x3a\x81\x4f\x2f\x4c\xfc\x7d\x56\xc1\x3c\x44\xdd\xee\x64\x0a\x91\x7f\x3c\x84\xdc\x3f\x1e\x41\xe6\x6b\xa7\xc0\x91\x60\xd7\x2a\xd5\x8f\x2c\x43\x61\xe4\xe3\x49\x01\xfe\xd4\x71\x9f\x1e\x3b\xc8\x77\xa8\x1f\xe9\x60\x71\xd7\xf5\x02\x4a\xb0\xdb\xef\x3b\xc4\xdb\xc4\x7c\xe5\xd0\x24\x39\xeb\xb1\xb8\xb9\x21\x26\x92\xf3\xd8\xf7\x85\xfb\x54\x36\xe9\x3e\xdd\xe9\x6b\x53\xb1\xbb\xe5\xb2\x0b\xcc\xc7\xbb\x45\x48\x50\x14\x5d\x6f\x65\x07\x8e\x51\xbf\x1f\x79\xba\xef\xd9\x2f\xc7\x4d\x0b\x85\x0b\x87\xbb\xfa\x24\x20\xdb\xed\x92\x59\xdb\xa9\xe1\x1d\xe9\xf7\x04\x5f\xf5\x2e\xae\x37\x58\x9d\x4a\x74\x80\xf1\x61\xf4\x90\x90\x5a\xa0\x90\xba\x6f\x80\xb9\x60\xf1\x5c\xc4\x0c\xf7\x08\x25\x03\x35\xc2\x59\x84\x7b\x21\xe1\x02\xa9\x74\xb1\xbb\x9d\xe3\xb6\x68\x86\xa2\x91\x02\x53\x62\xd9\x53\x24\x67\xf5\x0e\x6b\x25\x5b\xe3\xed\x0a\x35\xa9\xd1\xb2\x96\x03\x3c\xdf\x93\x19\xca\x1a\x07\x86\x3d\x39\xc6\xce\xf0\xe6\x6d\x18\x53\xd7\xcc\xec\x87\x32\x59\xe5\xc0\x70\xa6\x46\xd9\x15\x20\xa3\x9b\x16\xac\x95\xb3\x95\x0f\x42\xde\x31\xff\x7d\x17\x18\x87\x85\x5d\x35\x92\x37\x72\x20\xe7\x6a\x1c\xaf\xf8\x3f\x35\x26\x3a\xb6\x51\x53\xff\x56\x73\xa0\x7f\xe1\x4a\xe7\xe8\x1e\xd3\x90\x82\x39\xf4\x99\x38\x4f\xf1\x71\xeb\xc9\x48\x40\xec\x3f\x1f\x82\xc5\x38\x11\x5e\xe1\x62\xb0\x61\x98\x97\x0e\x94\xef\x37\x35\x35\x10\x0f\x7b\x96\x2e\x58\x8c\x75\x76\x8a\x57\x8b\x37\x09\x8e\x6e\x39\x5d\x15\xb0\xda\xe6\xed\x8f\xee\x1b\x2f\xf8\x8f\x18\x45\x87\x86\x6d\xd5\xe7\xce\xf8\x94\xa5\x5b\x30\xa6\xcf\xe3\x14\xee\xb5\xeb\x20\x38\xb3\x7a\x87\x85\x41\xdd\xef\xef\xba\xfb\x50\x92\x0a\x9d\xf0\x78\x2b\x24\x1e\x24\x06\xf7\xc4\x5f\x2b\xf6\x48\x70\x1b\x1a\xd4\xb5\x0e\x0d\x7f\x24\xd8\x8b\xfe\x64\xf1\x36\xfc\x45\xd2\xcc\x23\xfb\xe2\xcf\xd4\x3a\x30\xfc\x25\x63\xed\x8a\x40\x5d\xbe\x0d\x83\xea\xc2\xeb\xc1\xec\x5a\xe0\xce\xce\x13\x9d\x57\x38\xf5\x9d\x1c\x89\x9b\x1b\x47\xf8\x43\xf7\x28\xf1\x27\x70\x7f\xf8\x54\x7c\xeb\x8f\x86\x0f\x1e\xf5\xfb\xfc\x1b\x64\x1c\x03\x83\xd1\x53\x57\x9c\xaa\xd7\x90\x9f\x9c\x1c\xd9\xf7\x0f\x2f\x22\x4a\xa5\x8d\x7d\x02\x7a\xe0\x04\x4d\xf8\xf4\x36\x2e\x17\x3d\x98\xef\xe4\x58\xfe\xed\x75\x39\x10\xaf\x0b\x44\xfe\x04\x7c\xa7\xc9\x0f\xfc\x57\xf8\x1d\x80\xe0\xe7\xf0\x3b\x30\xfd\x28\x6f\x8c\xa1\xea\x0d\x66\x73\x4c\x44\xe1\xde\xae\x76\xd2\x4e\xf6\x4f\x93\xb3\xc9\xdf\x8e\xfa\xfd\x24\xc5\x42\xf6\x71\x32\x9a\x9e\xd9\x0f\xe3\xed\x0e\x22\xb9\x2c\x26\xc3\xa9\x4a\xeb\xa0\x5c\xc0\xfa\xae\x88\x94\x02\x20\xf5\x85\x27\xa8\x40\x51\x42\xfe\xd4\x4f\x41\xd3\x33\xe2\x50\x77\x9c\x3e\xf3\x33\x74\x42\x1c\xee\x8e\x11\x1c\x7e\xe3\x30\x9f\x9e\xa1\x53\x3a\x1e\xba\xfd\x3e\xfb\xc6\x1b\x8e\xce\xc0\x37\xbd\xd1\xdf\xc0\x58\x2d\x20\x46\x63\x12\x38\xa3\xe1\xf0\x3f\x99\x7b\x02\xfe\x06\x76\xf9\xfd\x65\xd3\x58\xc8\x5f\xa3\xd7\x0e\x76\xcf\x86\xe3\x13\x7c\xfb\x25\xf6\x26\x45\xac\x2f\x4a\x71\x77\xfb\x4c\x94\xbe\xe4\x65\x6f\x09\x98\x56\x3b\x2c\x16\xae\xba\xbd\x87\x0c\x34\xe5\x5b\x58\xf8\xb2\xd2\x1a\xab\x56\xfe\x97\x87\x66\x67\x2d\xbb\x83\x5b\xb6\x59\x49\xcb\xea\x9d\xaa\x3a\x4c\x1d\x9a\x4b\x76\xb9\xc7\xe6\xd4\xd2\x6c\x4c\x95\xa3\xa6\x53\x3c\x20\x3e\x90\xf2\x67\xcf\x95\x99\x56\x3b\x2c\xdc\xad\x10\x7f\xad\x06\xdb\x11\xa6\x29\xdf\x42\x70\x12\x19\x1b\x86\x2f\x43\x1a\xef\xbb\xc1\x97\xab\x7a\x70\xb8\x7c\x93\x0e\xba\x3b\x3e\x93\x3a\x6d\x38\x15\xeb\x68\xc0\xd1\x62\xdf\x8d\x96\xac\xde\x81\x61\x53\xac\xa3\x73\x35\xdc\xae\xa8\x34\x15\xda\xf0\x18\xaf\x11\xd9\x7f\xbf\x2a\xad\x76\x60\x58\x4c\x47\xdb\x15\x8b\xa6\x42\x0b\x16\x43\xb2\xef\x66\x95\xac\x71\x58\xb8\x53\x63\xec\x08\x2f\x24\x6d\x9b\x55\x21\x89\x42\x82\x07\xfc\xb2\xf2\xee\xbc\xec\x6b\x65\x85\x0c\x1c\xbf\x5c\x96\x0f\x35\xef\x8f\x49\x13\x42\xf8\x6f\x23\xf1\x9e\x1b\x89\x3c\xc1\x0d\xcf\x19\x19\xfd\x7e\x85\xc9\x71\x56\x65\x86\x58\xd8\xe7\x1a\xfb\xcc\x47\xa9\x07\xc3\xca\x0f\xad\xc9\xed\xfc\x72\xe9\x3a\xd9\x01\x76\x06\x79\x96\x7b\x58\xdf\xe1\x37\x43\x8c\x7b\x6b\xf4\x1e\x7f\x27\x0d\xaf\x1f\x4a\xad\xa0\x5c\xd6\xe9\x4a\xa8\x18\x22\x29\xf8\x56\x37\x37\x5b\x73\x75\x51\x62\x48\xf1\xe6\x15\x24\x30\xe3\x35\xf7\xfb\x37\x72\x9e\xa4\xde\xa1\xf1\x9f\x74\xbc\x9d\xb9\x90\xa9\xd1\xca\x8b\x2e\xe9\xfb\x7d\xa3\xd7\x4c\xa5\x43\xc3\xa1\x1e\x69\x67\x04\xca\xe2\x6d\xd8\xe3\x03\x75\x81\x57\x15\xfe\xd6\x74\x8d\x89\x28\x17\xbd\x8f\x58\x6b\x1b\x63\xdd\x51\x93\x6a\xbb\x31\xad\x71\x1f\x87\xda\x40\x20\x5a\xb0\x75\xa7\x10\x5d\xbe\x1d\x7d\x33\xbc\xa0\xac\x72\x8d\x95\x69\xc4\x94\xbd\x8f\x98\x6b\x1d\xa5\xb8\xc2\xd5\x1b\x11\x55\xc3\xd4\x85\x0f\x70\x9c\x66\x23\x76\x8f\xc5\x70\x88\xdb\xcd\x21\x7f\xb9\xd7\x86\xb3\x29\xdf\x8e\x3e\xaa\x5a\xdc\xd3\x19\x5d\xd0\x52\x8e\xf3\x9a\xa8\x70\xfb\x7d\x12\x47\x91\x54\xed\xfa\x7d\x60\x5a\xf0\x7d\xdf\xa4\x0b\xf6\x7d\x5f\x9c\x81\x98\xe8\x6e\x05\x60\x4c\x1c\xe1\xde\x2a\xa0\x35\xe4\xba\x52\xba\xb5\x52\x71\x3c\x49\x2b\xaa\xfd\x3e\xe0\xea\x47\xf1\x43\xaa\xc1\x9e\xd9\xa3\x4e\xf0\xa8\x4b\xe2\xdd\xb8\xe2\x23\xae\x3c\x0d\x95\x34\x87\xbd\x39\x25\x5a\x93\xa4\xcc\xf7\xfd\xf4\xfd\x71\xf2\xdb\xdb\x30\x2a\xa8\xac\x76\x96\xf4\x6d\x9c\x36\x08\xff\x6d\x01\xdc\x77\x0b\xe0\xa3\xb6\x83\x42\x3e\xe0\x68\x8d\x07\x94\xed\xa3\xb1\xe4\xab\xdc\x47\x0e\xd6\x71\xcc\xfb\x88\xe0\x42\x9d\x03\x1d\x75\xf7\xb1\x1e\xdc\x08\xdf\xd1\x70\xdf\x78\x07\x55\xe5\x3e\x8e\xb3\x1e\xa6\x1e\x65\x47\x80\xb2\x70\x0b\xd6\x22\xf4\xe7\xf5\x60\x1e\xa9\x8b\x89\xf7\x0d\x72\x78\xe0\x42\xe4\x8b\xc9\x70\x0a\xb9\x2f\x26\xa3\xe9\x91\x66\x40\xff\xe1\x70\x4f\x20\xb6\xc4\xc2\xf5\x42\xee\x00\x04\xdc\x9b\x1b\xe4\xf0\x5b\xc9\x56\xd9\xbf\xe7\xb2\x7b\xff\x8e\x5b\xf8\x7f\x41\x20\x45\xf4\x0a\x33\x75\x9f\xf4\x7e\xde\xf7\xac\xde\x61\x2d\x67\x6b\xbc\x1d\xa1\xa6\x35\xda\x16\xf6\x1e\x9b\xdf\xd1\xa1\x79\xbe\xf6\x00\xd7\x2a\x37\xa2\x7d\x36\xbf\xa3\x83\xdb\xfc\x8e\xf6\xd8\xfc\x8e\x5a\x4f\x65\xae\xd1\x2d\x82\x52\x4c\xa5\xc3\xc2\xdb\x1a\xed\x13\x90\xa2\x4a\xb7\xe3\x6e\x7f\xc4\x1d\x1e\xd6\xf6\xc1\x59\x1b\xc6\x94\x66\x3a\x40\x41\xe5\x89\x97\x82\xde\x6a\x15\xbe\x8f\x38\xeb\x30\xce\x39\x8a\x30\x09\x50\x17\x2b\xac\x58\xe3\x40\x47\x1c\x84\x8b\x45\xf7\xd1\xaa\xd2\x87\x3a\xd2\x98\x55\x5c\x54\xdb\x38\xda\xa4\xc6\x81\x8e\x58\x07\x44\x76\x1f\xaf\x29\x7f\xa8\xa3\x65\x74\x3d\x20\xf4\x6a\x8f\xf1\x26\x35\xee\xe7\x88\xeb\x03\xe0\xac\xfe\xef\x37\xda\x7b\x3a\xd2\xd6\xb9\xe5\xf1\x4c\xb0\x9a\x7c\x28\xd5\xa3\x4d\x6b\x1c\xe8\x88\x05\x1d\x04\xa8\x5a\x2f\xae\x1e\x70\x52\xe1\x70\xc7\xbb\xd7\xda\x35\xe5\x0f\x76\xb4\xfb\x8c\xf4\x50\x47\x19\x93\xf0\x43\x87\x71\xaa\x62\xf7\x71\x88\xf5\x30\xf5\xc8\x3a\x02\x94\x85\x3b\x21\xac\x33\x4d\xdc\x4b\x6c\x35\x8d\xef\x16\xd1\xda\x07\x18\xa9\x4d\xf6\x09\xd3\x26\xed\x31\xda\x84\x8a\xc1\x3e\xc7\xa7\x75\xf9\xc3\xdb\xd3\x26\x54\xbc\xfc\xa3\x3b\xe2\x64\xe9\x76\xcc\xed\x85\xb6\xc3\x43\xd8\x3e\xe8\x6a\x45\x56\x17\xb9\x7b\x88\xd2\x56\x47\x1c\x0c\xaa\x6d\xa0\x06\xde\x93\xd5\xbb\x8f\x23\xae\x87\xa9\xfb\xfd\xac\x3b\xd0\xa4\x42\x1b\x1e\x37\xb2\x62\x75\x74\x4d\x13\x1a\x93\x6a\x07\x86\xc5\x74\xb4\x5d\xb1\x68\x2a\xb4\x61\xb1\xd2\xad\x54\xcd\x93\xe8\xfd\x74\x28\x35\x20\xad\x7b\xfa\x01\xda\x96\x7a\x60\x83\xd9\x82\xb2\x4a\xd3\x76\xef\xf4\xc5\x90\xe4\x82\x9d\xab\x72\x01\xa7\xcd\x65\xbf\x64\xb5\xdb\xec\x95\x1a\x00\x49\x16\xe0\x96\xf3\xa7\xcd\x09\x7d\x37\xe1\x06\x0f\xf4\x3d\x0a\x7b\xae\x3b\xbb\xe6\x7d\xa4\xa2\xb6\x51\xdf\x62\xb8\xf7\x72\x9c\xf5\x30\xf5\x28\x3b\x02\x94\x85\xdb\xb0\x16\xc5\x0c\x15\x73\x3f\xef\x19\x42\x90\x1c\xfa\x1e\xf9\xbe\x8a\x25\x38\x43\x63\xe4\xa5\x80\x6f\x97\x68\x32\xad\xfe\xef\xd8\x81\xff\x17\x62\x07\x6e\x79\xa0\xf4\x40\x0f\x93\x6e\xf6\x3d\x49\xba\xe9\x76\x8c\xf4\x8f\x18\xc7\xfb\xf2\x40\x5d\xe7\xb0\xf0\x67\xc6\xd9\x11\xa2\x2a\xdd\x82\x39\x86\xc8\x72\x5f\xcc\xe9\x3a\x87\x85\x39\x33\xce\x8e\x10\x55\xe9\x36\xcc\xe1\x20\x9e\xef\x8d\x3a\x5d\xe9\xc0\x70\x67\x46\xda\x15\x79\xaa\x78\x2b\xf6\x94\xbd\xb8\x77\x58\x46\x56\xef\xd0\x70\x28\x3f\xec\x11\x9c\x91\x54\x68\xc5\xe3\x06\xef\x6d\xac\x9b\x4a\x87\x86\x41\x3d\xd2\xce\xf8\x93\xc5\x5b\xb1\x77\x89\x59\x4d\xdc\x5e\x13\xfa\x74\xad\x43\xc3\x9f\x19\x6b\x67\x04\xaa\xf2\x2d\x18\xe4\xab\x78\xb1\x88\xf6\xc5\x60\x52\xeb\xb0\x30\x98\x8e\xb5\x23\x4c\x53\xbe\x0d\x83\x21\x59\xc6\x11\xaa\xcb\x36\x1e\x92\x45\x84\xe7\x82\xb2\xd3\x28\x9c\x55\x56\xfa\x84\x97\xbf\x66\x78\x68\xea\x70\x14\xee\x2d\xf7\x74\x9d\x03\x9b\x6e\x3d\xce\xae\x93\x2d\x4b\xb7\x4d\x35\x65\xb7\x10\x79\x49\xad\x03\xc3\x9e\xba\x81\xb4\x3b\xfa\x54\xf1\x16\xfc\x09\xb4\xf7\xf9\x6e\x55\xe5\xb0\x30\xa7\x47\xd9\x11\xa0\x2c\xdc\x12\xfa\x22\x10\x6f\x38\x27\xf1\x11\xdc\xa2\x39\x33\x43\xe2\x31\xb1\xdf\x98\x6e\x17\xdd\x15\x67\x78\xac\x5f\x2d\x18\x5d\x3b\xd8\xdd\x39\xd8\x85\x44\x9f\xd2\x40\xbe\x59\x5b\xce\xc8\x4d\x2f\x53\xf3\x7e\x9f\xc7\x8c\x5d\x7b\x68\xb3\x89\xae\x1d\x92\x1b\x50\x95\x3b\x24\xf5\x58\x08\x7f\x08\x89\x6f\xde\x1b\xbf\x83\xfb\x54\x7c\x93\xfc\x7e\x2a\x4e\x4e\x5c\x32\x11\x53\x1f\x4f\x44\x76\x79\xdb\x2e\xd7\xf1\xb4\x97\xc8\xad\xb9\xbf\x39\x45\x7d\x28\x22\xbc\x7f\x5a\x9e\xb4\xda\x81\x11\x6e\x3a\xda\xae\xc4\x6b\x2a\xb4\x2d\x7b\xba\x5c\x46\xb7\x74\xec\xe6\xeb\xde\x47\x7c\xb6\x8f\xfc\x56\x43\xbe\x97\x63\x6d\xa0\x1d\x33\xd2\xae\x94\xa3\x8a\xb7\x61\x8f\xc5\x64\x5e\x13\x11\xd6\xb4\xfa\x92\x6a\x07\x86\xc1\x74\xb4\x5d\x71\x68\x2a\xb4\x60\x31\x26\x01\x66\x7c\x5e\x73\xe6\xb4\x01\x8f\x56\xc5\xc3\xc2\xa4\x3d\xe2\xce\x01\x4b\x49\x95\x56\x6c\xee\xcf\xc3\x74\x9d\x43\xc3\xa1\x1a\x67\xf7\x78\x2f\xda\x76\xe8\xf3\xdf\xa1\x71\x5d\x43\xe3\xe2\xcd\xe6\x56\xe7\x11\xb3\x7a\x07\x86\xbf\x6c\xbc\x5d\x91\x98\xd4\x68\xc1\x64\x65\x94\x4f\x03\x06\xef\x67\xbc\x4f\x3d\xcc\xab\xce\xd0\xae\xda\x30\xa5\xaf\x16\xde\x93\xb3\x25\xb5\x0e\x0c\x6b\xc9\x58\xbb\xe2\x4e\x97\x6f\xc1\xe0\x87\x41\x38\xaf\x16\x0d\x1f\x9b\x46\x31\xdd\xc7\x46\x3a\x93\x9d\x4e\xea\x8f\xa5\x75\xc5\xfc\x09\xd2\x17\xac\x42\xa0\x9b\x57\x7f\x06\x21\x1f\x80\x13\x3e\x4d\x2e\x0e\x75\x5c\x75\x2c\xdf\x01\x3d\xe0\xb6\xa6\xd7\xe3\x70\xab\x20\x8e\xd9\xee\x56\x3b\xe0\x1f\x5e\xcd\x29\xf1\x51\x8b\xa1\x89\x9a\x91\xb9\x4f\xe4\xd0\x87\x83\x0b\x1d\xfa\xb0\x47\xec\xd0\x87\xda\xe0\xa1\x90\x84\x22\x54\xb1\x06\x8c\x9f\xa2\xcd\x66\x80\xc9\x65\xa7\x68\x08\x4d\x42\x38\x97\x3c\xff\xe6\x26\x7b\x1a\x4e\x8f\xb0\x17\x12\x15\x63\xa0\x6e\x09\x65\x34\x8a\x30\x03\xea\xca\xd0\x45\x28\x69\x96\x63\x76\x19\xce\xf1\xd8\xbc\x50\x19\x89\xd2\x0a\xeb\x0d\x25\x2a\xb8\xbb\xbe\xfc\xad\x52\x1e\xa5\xe3\xcd\xe5\xb9\xdf\x12\xb4\xc6\x63\x20\x11\x90\x34\x97\x95\x1c\xab\x89\x68\x47\x9d\xa0\xef\xf3\x09\xc3\xee\x00\x79\xa6\x8d\x14\x17\xfa\xb9\x0e\x75\x35\xa5\xef\x06\x71\xa6\xb1\xfd\xf0\x66\xae\x83\xc5\x6c\x10\xe0\x59\xbc\x1c\xa0\x00\x6d\x6a\xf2\xf9\x30\xcc\x69\x74\x89\xd9\x69\xf2\x23\xb9\xfe\x7a\x5e\x0b\xe5\x13\xba\xc5\xcd\x40\x6b\xfb\x6b\x0d\xdb\x5a\x81\x1d\xa6\x99\xe1\x65\xc8\x05\x66\x4e\x1d\xec\xf1\x1a\x85\x04\xc0\x94\x2b\xe4\x27\xbb\xa9\x0a\x90\x7d\xe6\x1b\x34\xc7\x00\xca\x29\x8a\xc2\xb9\x3a\x99\xa9\x3f\xbb\xbb\xf6\xe9\x09\x90\x40\x55\x73\xf2\xc9\xfc\x87\x06\xad\xf9\x76\x74\xaa\xa2\x31\xe0\x42\xd9\x5f\xd5\xa8\xed\xd0\xfb\x52\xf0\x63\x4b\x6c\xe4\x27\x1f\x56\x45\x07\x3e\x72\x30\x12\x51\x55\xa3\x90\xef\x4f\x39\x16\xb1\x62\x60\x9a\x26\x72\x1f\xef\x60\x2d\xd8\x3d\xb2\x57\xbd\x2d\xbe\x5a\xc6\xa4\x46\x31\xb0\x48\x73\xb0\x8c\xe8\xac\x18\x32\x9d\x56\xd6\xbc\xf9\x14\x93\xcb\x90\x51\x52\x79\xa6\xc7\x8a\x62\xed\xb0\xfc\xc2\x85\x73\x3c\x3a\xf6\xb3\x4d\x2f\x4f\xb7\xfa\x2c\xeb\xd1\x3f\x55\x87\x4c\x40\x9c\xac\x60\xa5\xde\x3b\x4e\xd2\xd6\x5d\x85\x24\xa0\x57\x2e\xf1\xf5\x8f\x23\x1c\x71\xdc\xab\x29\xab\x47\xe8\x12\x5f\xff\x50\x65\xb7\xf9\xb2\x69\x3a\x3c\x8e\xa3\x85\x89\xcf\x3b\x22\xbe\x7c\xda\xa9\xfc\xd6\xea\x32\x9a\x96\x2e\x1f\x21\x1f\x68\x1b\xc5\x82\x77\xc6\x4d\xce\x63\x7d\x1d\x61\x7a\xb1\xbe\x93\x81\x5b\xab\xb9\x7f\xc3\xf0\x22\xfc\xe0\x42\x32\x41\xd3\x9b\x1b\x47\xfe\xf1\x31\x94\xec\x8a\x6e\x30\x71\xb6\x57\x61\x14\xbd\xc0\x5c\x30\x7a\x6d\x13\xb2\x58\x85\xdc\xfb\x9d\xc7\x52\x4b\xd3\x9e\x79\xf9\x06\xa6\x48\x97\x14\x11\x61\x81\x7b\x12\xe0\x6e\xe7\xba\xbb\x8f\x14\x46\xa4\x82\x2e\xeb\xa9\xca\x22\x53\xd2\x4e\x9e\x0b\x86\x96\xfa\x58\x2c\x66\xe6\x65\x0d\x61\x66\x05\xb2\x5a\x8d\x01\xd6\xee\xd6\xe6\xfc\x59\xf5\xf1\x20\xad\x6e\x71\xfc\x4f\x8f\xa3\xca\xa1\xed\x87\x1d\x2d\x83\xce\x45\xc1\x2b\xf8\xa9\x79\x68\xae\x99\x4f\x25\x19\xd6\x34\xc0\x51\x8a\xea\xca\xc8\x4b\x25\x92\x0a\xe5\x4e\x05\x43\x84\x2f\x28\x5b\x5b\xd3\xbc\x6f\x85\x24\xff\x70\xc7\x6a\xed\xa5\x4b\xe6\x9e\x34\xf0\x3e\x1e\xf1\x09\xfc\x8b\xa4\x2f\x19\xfa\x6b\x38\xbf\x3d\xf1\x36\x79\xa7\xa3\x19\x57\x11\x37\x6c\x2e\x9a\xa0\x8b\xb4\x55\x30\xe5\x50\xb6\x6a\xda\xe9\x80\xdf\x35\xf5\x9a\x06\x54\xc6\xc9\x76\xbc\x75\xa2\xdd\x8c\x36\xee\xb2\xe3\x76\x2b\x1f\xb5\xea\x74\x98\xf4\x60\x5f\x5d\x26\x2b\x3f\x50\xcd\x0e\x8c\x0d\x73\x5f\xf4\x98\x75\xf8\x21\x24\xfc\x94\x63\xc4\xe6\x2b\x69\x7f\xdf\xe1\xf6\xfa\xcf\xb2\x2d\x6f\xce\x30\x12\xd8\xd9\xea\x26\x2f\x30\x5b\x8f\x01\x80\x51\xc8\xc5\x05\x3d\x57\xef\x8c\x68\x97\x16\x60\x2c\x70\xe0\x94\x5c\x01\x93\xe9\xce\x85\xba\xbe\xec\x07\x1f\x93\x38\x8a\x14\x08\x0d\x00\x07\x45\x10\x20\x6b\x0d\x40\x60\x37\xe6\x4d\xa6\xca\xb2\x4c\x81\xa9\x17\x25\xdb\x47\x29\x04\x4b\x2c\x72\x90\xd2\x5d\x7c\xdc\xef\x27\xdb\xee\x67\x45\x97\x55\xb8\xc8\xb6\xe7\x05\xbb\xde\xea\x8b\x3d\x08\xbe\xea\xbd\xc5\xcb\x97\x1f\x36\x12\x83\x61\x06\x2a\xb9\xa0\xd5\xa9\x08\x36\x20\x1e\xa7\x6b\x9c\x7d\x11\xe9\x17\xe4\x09\xcc\x85\xa3\x47\x2d\xbb\x29\x69\x4a\xed\xe8\x67\xc7\x0f\x76\xea\xcc\x40\x3a\x0e\x1b\x09\xc0\x85\xc5\x01\x2a\x5c\x00\xd7\x1d\xd7\xd5\xd8\xd5\x04\x0c\x24\x14\x45\x99\xf8\xbc\xf4\x44\x99\x48\xa0\x68\x82\x90\x6f\x5e\x60\x3e\xc7\x24\x08\xc9\x72\x7c\x3c\x4c\xa8\x8c\x32\xd1\x8d\xc6\x14\x49\x51\x26\x2a\x08\x2a\x03\x65\x28\xc8\x6a\xde\x3c\x66\x6d\x37\x12\x54\x06\x09\xb8\x96\x97\x52\x87\x11\x39\xd6\xbc\xd8\x2d\xb8\x19\xc1\xe4\x0a\x58\x6d\xba\x67\x38\x89\x7c\x74\xdc\x31\x6e\x99\x2f\xad\xf1\x0f\x18\xe6\xe1\x9f\x9f\x75\xde\x74\xc3\x6f\x65\xbb\x58\xdf\x60\xc2\x72\xfc\x18\x2a\x73\xf0\x5f\x56\xa9\xb2\x67\x42\xe2\xc0\x64\x3f\x65\x31\xf1\xb8\x64\x01\x71\x84\x7f\x21\x73\xec\x00\x25\xb4\xde\x62\x12\x48\xdd\x50\xa9\xf1\x56\x7d\xec\x71\x89\xba\xdf\x2b\x7a\x01\x20\xd6\x78\xad\xfa\xe6\x7a\xb3\x90\x04\x0e\x76\x5d\x98\x64\x5d\x35\xc6\x93\x47\x89\x03\x14\x1a\x71\x0a\xa1\x12\xbc\x5a\x9f\xaa\x74\x10\x06\xaf\x08\xc7\x4c\xbc\xd4\x97\x72\x02\x17\x32\xbc\xa6\x97\xb8\x6e\xd4\xa5\x26\x17\x8b\xac\xcd\x8c\x20\xea\x9a\x55\x8d\x5a\x96\x4f\xda\x6c\x0b\x85\x88\xd5\x20\x75\xcb\x0d\x2e\x43\x1e\xce\xc2\x28\x14\xd7\x83\x00\x0b\x5c\x8a\x68\xb9\x53\xa2\xc9\x1a\xaf\x27\x99\x17\x74\xae\x8c\xb5\xdf\xd2\xb2\x25\x0b\x4f\xcf\x7d\x09\x98\x8d\xc3\xf2\x47\x33\xf5\xb2\x88\xeb\xc2\xc0\xb4\xe2\xa1\x20\x78\x79\x89\x89\xf8\x49\x6a\x74\x44\xea\x74\x59\xd5\xf9\x4a\x9f\xd9\xb0\xa6\xa6\x02\xae\x99\x18\x29\xbb\x53\x0a\x68\x1e\x44\xda\xb8\x2e\xfc\x69\xda\xb7\x08\x43\x53\x44\x39\x1e\xcf\xa6\x88\x05\x65\xb3\x30\x08\x30\x19\x70\x51\x88\x50\xb9\x63\xfd\x41\xc4\x9b\xe7\xa9\x53\x39\xa7\xb5\x67\xe3\x0c\xf9\xf7\x49\xff\x80\xdb\xef\x3b\xd9\xb4\xdb\x5f\xa0\x3e\x11\x28\x9b\x2c\x7f\x3b\x1e\xba\x46\x3c\x36\x39\x04\x76\x90\x61\x8e\x45\x4d\x87\x2a\xe1\x8e\xba\x80\x6d\x5f\x92\xda\x8c\xc2\x8c\x51\x36\x58\xc9\xb9\x54\x02\xa7\xd2\xbe\x8f\x45\x18\xa9\x94\x17\xe1\xe2\x5a\xd7\xf8\x94\x7a\x68\xd5\x2c\xa9\xce\x55\x6d\xe6\xb4\x0d\xdc\xd3\x7a\x8b\xda\x9b\x4b\x2c\x21\xb3\xe6\x3a\xe0\x24\xf5\x18\x0f\xd4\xac\x88\x02\x4a\xee\x96\x30\xaf\xb9\xc0\x6b\xa3\x30\x68\xb3\xdf\x33\x5a\xbf\xe3\xc2\x77\x74\xc6\x2d\x22\xc9\x95\xca\xb6\x48\x1c\x20\xcb\x01\x17\xea\x68\x3f\x3e\xde\x2e\xa9\xa0\x3f\xd2\x19\x2f\xd3\xb9\xa2\x2c\xdd\xa8\x27\x8b\x5f\xe2\xd7\x99\xbf\x3c\x5b\x09\xf9\x86\xbd\x77\x74\x96\x15\x4b\x08\x9c\xb7\x15\x4c\x04\x5a\x18\xa4\x75\x94\x85\x15\xca\x1e\x5d\xd0\xb7\x34\x16\x38\xe9\xfb\xae\xc3\x3c\x31\x59\xe1\xdf\xa2\xe4\xae\x44\x89\x22\x07\xc9\x94\xbf\xa0\x38\x09\x70\xd6\x8b\x76\x82\xb8\x92\xab\x1e\x33\x5e\xc3\xc0\x3a\xd2\xce\xdd\x32\xb5\x94\x21\xc1\x6d\xd2\xdd\x6e\xe6\xc4\x1c\x91\x39\x8e\x9e\x45\xd1\xbf\x92\x6a\x45\x2a\xd2\xfa\x66\x82\x03\xd7\x5b\x50\xf6\x12\xcd\x57\x4e\x5e\x96\xa4\x70\x1c\x89\x51\xc8\x05\x62\xa2\x0a\xa4\xa1\xde\x2a\x99\x94\x67\xc4\x39\x08\x35\x0e\xef\x0e\x12\xb0\x71\x29\xa5\xc4\xb5\x52\xf2\xef\x4c\xc1\x2b\x61\xc4\x31\x06\x67\xae\x47\x5a\x6a\x67\xdc\x11\x16\x9e\x35\xda\x94\xa8\x91\x64\x97\x31\x4d\xa9\xca\x5c\xa4\xfc\xa9\x84\xed\x8a\xd6\x6b\x99\x96\x04\xce\x4f\xd1\xb2\x26\x53\x9b\x72\xf6\xe8\x1e\xe4\x5e\x21\x21\x8a\x32\xf6\x36\xd7\x81\x56\x1d\x6c\xf2\xf0\x07\x81\x49\xd0\x26\x70\x94\x73\xc8\x19\x5a\x8e\x47\x27\xd9\x4f\x71\x21\x0a\x02\x86\x39\xaf\xfd\xce\x31\x5b\xbc\x91\xe6\x72\x5d\x01\xb6\x99\x37\x7e\x17\x68\x59\x84\xbe\x35\xbf\x7e\x53\xa3\x2b\x51\xa4\xf6\xc0\x49\x5d\x32\xae\xef\x97\xc4\xed\x1c\x13\x81\x59\x7d\xcf\xf0\x52\xce\x79\x43\xc7\x9f\x05\x01\x2b\xd9\xf5\x06\x23\x00\x02\x39\xc1\x0d\x86\xbb\x99\xb5\x10\x73\xbb\x92\xc1\x87\x1c\xb9\x8f\x3d\xf3\x1e\x12\x1f\x7b\xe6\x4b\x6a\xb6\xf7\xfb\xa4\xdf\x17\x27\x60\x0c\x4e\xc8\xce\x85\x21\xff\x09\xa3\x00\x97\x3b\x64\x24\x7b\xa4\xbe\x7a\xa6\xdb\xb9\x7e\x95\x1d\x01\x95\x55\x5c\xdf\xb7\xbc\x0e\xe9\xdb\x5a\xbf\x80\xa1\xf8\x28\xa2\xf3\xda\xd4\xc9\x8d\x64\x9f\x7b\xc3\x70\xa4\xa0\xf0\x55\xb8\x69\xd9\x9d\x90\x95\xc3\x59\x2c\x70\x85\xee\xba\x49\xb1\x7e\xca\x57\x94\x89\x41\x1c\x87\x41\xb9\x98\xda\x0f\xc4\x76\xef\x95\x75\x52\xb5\xc7\x00\x39\x64\x90\xde\xf2\x86\xde\xc8\xdf\x6e\x8c\x7b\x69\x04\x59\x4c\x88\xfc\xf5\x00\xca\xd9\x8b\xb0\xc0\xe3\x87\x70\x81\xc2\x08\x07\xe3\x47\x30\xa2\x5c\x8c\x1f\xef\x8e\x9a\x56\xb2\x8a\x3d\xa9\x5b\xc8\x6a\xbc\xaf\x02\x49\xd1\xcc\xa2\x68\xa9\x8a\x49\xad\x52\xbe\x47\xde\x0c\x47\x94\x2c\xf9\x05\x75\x95\x1a\x06\x5c\x48\x68\x80\xcb\xdf\xe4\x5b\xd0\xc2\x1c\x04\xe2\xef\xff\xc9\x68\xbc\x79\xdd\x54\x8a\x61\x4e\x63\x36\xc7\x6a\xb1\x72\x2f\x99\x46\x57\x39\x24\xf4\x17\xe0\xc2\x35\x0d\xc2\xc5\xf5\x2b\x12\xe0\x0f\x45\x48\x24\x96\xe3\x4d\xcb\x5c\x84\xe5\xc6\x02\xad\xc3\xbc\xa3\xb3\xdf\x30\xe3\x15\xcb\x3a\x85\x41\x59\xb8\x0c\x09\x8a\x7e\xa4\x33\x8d\xaa\xca\x3e\xcf\xa3\x10\x13\x71\xde\xc2\x63\x30\x0f\x19\x0e\x5a\x4a\x69\x46\xa5\x07\x56\x5c\xba\x76\x33\x55\x2b\x36\x9a\x64\xeb\x31\x57\xd6\x9d\xde\xdc\x8c\x86\xc3\x94\x0f\x3e\x57\x41\x88\x7b\x82\x4f\x29\x13\x84\x7c\xb0\x49\x1c\x91\x09\x91\xaa\x97\x2c\x5c\x23\x76\x0d\x32\x7a\x95\x6f\x93\x07\x90\xd0\xae\x7c\xa9\x8d\x45\x4d\xc4\xf2\x39\x0a\x97\x2b\x01\x76\x4d\x03\x90\xc5\x02\xc4\xde\x83\x9d\x45\x4a\xa5\x41\xe4\x88\x0c\x40\x49\xb4\x5e\xfa\xae\xd5\x19\x9f\x2f\x5d\x70\xc8\x2f\x42\x12\x7c\x77\xed\xa8\xf0\x21\x5b\x59\xcd\x37\xe9\x4a\xee\xb7\xc0\x62\xbe\x92\x7d\xe7\x35\xce\xc5\x12\x8f\x35\x31\x68\x1e\x8a\xc5\x8a\xb2\xf0\x4f\x1c\xbc\xc5\x7f\xc4\x98\x0b\x07\x9c\x5e\x8e\x4e\x35\x36\x2c\xfe\x73\x0a\x4e\x2c\xaf\x44\x00\xdc\x13\x70\xaa\x59\x92\xeb\x89\x15\x26\x55\xfe\x7e\xec\xbd\xe3\xb2\x23\xbb\x62\x91\xcc\xf1\x4f\xf0\x55\x8f\x26\x74\xe9\x6c\x15\xc4\xb1\x80\x59\xbb\xc6\xf1\xab\x08\xa9\xb8\x46\xd5\x19\x40\x57\x23\xc4\x78\x6f\x9a\x85\x41\x80\x37\x11\xbd\xae\xcb\x56\x7b\x5f\x85\x81\x5d\x2c\x5e\x0f\xd0\x72\xc9\xf0\xb2\x2a\xb7\xff\xc7\x88\x83\x66\x0d\xed\x76\xac\xfb\x52\x33\xbb\xd7\x8a\xb9\xd5\xb2\x3c\x86\xff\x88\x43\x86\xf9\x1b\x46\xd7\x54\x4d\x79\xed\x1a\x3b\x8f\xd7\x6b\xc4\x42\xcc\xbd\xff\x85\xd1\x7c\xe5\x6d\x54\x15\x1c\x54\x70\x0f\x60\x18\x05\xc8\x69\x0d\xdc\x2c\xef\x7e\xbf\x62\x39\xa5\xd0\x25\x49\x53\x7d\x32\xd5\x2d\x6c\x59\xd9\xc4\xad\xf5\x90\x62\xef\x25\xf0\x63\xf3\x31\xed\x9f\x26\xcb\x16\xa5\x50\x7f\x7e\x81\xf9\x9c\x85\x2a\x29\x63\xbb\x64\x4b\xbb\xdc\xb0\x30\x96\xb2\xe0\x20\x23\xfd\x01\x57\x95\xae\xa5\xfa\x9c\x2e\x33\xae\xe7\x70\x85\xf8\xcf\x88\xc8\xaa\xd6\xa7\x6c\x26\x4b\x33\x93\x9b\x61\xc3\xfd\xcc\x3b\x6d\xe0\x48\x83\x49\xcf\x95\x99\xef\xf2\x4c\x39\x79\x76\x98\x54\x07\xee\xcd\xcd\x64\xea\x66\x5c\xd0\xd4\xb7\xfc\x11\xb9\xc6\x15\x1f\x34\xaf\xce\xe3\xd9\x3a\x14\x4a\x12\xe7\x7b\xec\xa1\x28\x44\x3c\xad\xea\xf1\xb4\x20\x70\xe1\x26\x42\x73\x1c\x3c\x47\x24\xc5\x28\xb5\x90\x5f\x41\x26\x10\xe4\xab\x64\x42\x77\x2f\x20\x85\x3a\x19\x94\x0b\x2a\x50\xb4\x0f\x08\x55\x21\x1d\xc9\x33\x39\x85\xfb\x8c\x43\x57\x00\x2e\x5c\x61\x14\x89\xd5\xf5\x1e\x00\x72\x35\x80\x0b\x63\xb2\x3f\x8c\x42\x1d\xd0\xac\x3d\xf0\x5a\xbd\xc1\x56\x11\x12\x2e\x00\x79\x3c\x9f\x63\xce\x17\x71\x94\x57\x1d\x36\x28\xe6\x46\x47\xd0\x3a\x41\x85\xd6\xa0\xed\xec\xe4\x65\xfa\x94\x53\x1f\x78\xa5\xe2\xd0\x28\x8d\xb0\xe4\xbe\xf7\xdd\x34\xa9\x96\x30\x9f\x51\xbe\x6c\x58\x48\x59\x28\xae\x6b\xe5\x87\xb8\xde\x34\xd8\x00\x2c\x5c\x2e\x31\xc3\xc1\x77\x25\x00\x05\xbe\xfb\x09\xd8\xb2\xa6\x9c\x8b\x7f\x66\x34\x5f\x66\xc9\x6a\xa5\xe9\x2b\x4d\x50\x18\xc5\xea\x60\x6b\xb3\x43\x61\x32\xdd\xed\x5c\xb8\x42\xfc\x4d\x52\xf5\x7b\x5d\xb3\xb8\x26\xbc\x19\xa5\x91\x03\xf2\xbd\x30\xa1\x1b\x40\x5a\xe8\xdf\x45\x74\xfe\xbe\x14\x0b\xe0\xa9\xac\xeb\xd9\x82\x02\x33\x5d\xac\xb3\x35\xd2\xa0\x01\x74\x30\x9b\x1a\x97\xc8\x3b\x3a\x4b\xc5\xd5\x7d\x5b\x23\x9d\x54\xb1\x4f\xbc\x50\x1a\x50\x7d\x0b\x9d\x20\x53\x04\x54\x7e\x42\x4b\x60\xb0\x36\x5e\x6d\x57\xd0\x6b\x84\x89\x90\x2c\xf7\x80\x90\xaf\x22\xf5\x40\xcd\xaa\xf7\x00\x91\xab\x21\xcd\x62\x63\xf9\xed\x01\x22\x5f\x25\x5d\xc3\x7b\x40\xb0\x2b\x00\x57\x59\x98\x7b\xd4\xce\x8a\x27\xea\x18\xff\x29\xe4\xc5\xf0\x1e\x6f\x4e\xa3\x48\x9d\x34\xc9\xe1\xbd\x84\xc4\x22\x4a\x4a\xe3\x2b\x74\xb7\xd0\xbe\x90\xea\x83\xe9\x7c\xa1\x03\x3c\x5e\x1b\x9d\x50\xf5\x4f\xf2\x65\x6d\x91\x3f\x5f\x85\x51\xc0\x70\xbd\x47\xc3\xf4\xa8\xb5\x5c\x80\x51\xd0\x5a\x68\x6e\x0a\x34\xe2\xa8\xd0\xb3\x0c\x2b\xd6\x1b\xbb\xb5\x64\xe4\x69\xeb\x55\x63\xb7\x5b\xee\xc0\xb4\x8c\x82\xf9\x29\x99\xd6\x27\x0e\x2f\xde\x8b\xb9\x70\x15\x0b\x57\x9c\x16\x29\x6f\x30\x92\xf8\xcb\xf4\xe8\x1a\xd7\x17\x69\xb6\x01\x83\x70\xb1\x28\x7c\x6c\xc5\xf1\x97\x10\x08\x55\x4c\xfe\x96\xae\x57\xe6\x4f\x92\x03\x81\x52\xe6\x22\x31\x5f\xc9\x05\xad\x5c\xdf\x60\xda\xe8\x66\x6d\xd9\x1a\x68\x74\x8a\x6e\x22\x14\x92\x06\x61\xde\xa8\x4d\xb5\xea\x62\x28\x8a\x9e\x89\x5f\xc8\xbc\x89\x54\x3e\x95\xb6\xa5\x77\x33\xbb\xb8\x64\x9b\xcb\x6c\x30\x0b\x69\x10\xce\xeb\xbb\xbc\x41\x0c\xad\xb1\xc0\xca\x4d\xd6\x50\xcc\x00\x7a\x81\x05\x0a\xa3\xe2\x10\x0b\x60\xea\x0a\xad\x10\xaf\xe3\x43\x94\xa9\x74\xff\xaa\x0d\x69\xb3\xd9\xe0\x74\x2f\x31\x11\xd5\x2b\x18\x6e\x43\xa2\x22\x29\xc7\x29\x23\x03\xbb\x8c\x9d\x16\x8d\xff\x42\x15\x0d\x59\xf9\x41\x59\xb8\x5e\xe3\x40\x39\xd4\x8b\x06\x99\x76\x53\x26\x85\x1b\x37\x78\x74\x99\xc4\x41\x00\xdc\xb3\xec\x93\x82\xe2\x7a\x0c\x2b\x45\xd9\x39\xf5\x4e\xce\xfe\xe7\xf4\x14\x02\x60\x47\xf2\xea\x42\x92\x3d\x84\x7c\x13\xa1\xeb\x0b\x49\xb4\x25\xaf\xd1\xf5\x06\xeb\x6b\x11\xaa\x31\xd6\xdc\xc3\xa4\x96\x7b\x96\xfd\x1e\xe7\x46\x60\x23\xff\xac\xf0\xc2\x2a\xa9\xba\x21\xfb\x2a\xf0\x7a\x13\x21\x81\x6f\xd7\xd9\x04\x67\xf9\x12\xea\x4d\xed\xa8\x8a\xde\x66\xdd\x95\xb2\x2f\xf8\xd3\x0d\xb6\xd8\x49\x0b\xe0\x40\x11\x5b\x55\xe1\x46\xe8\x49\x35\xe6\x85\x64\x1e\xc5\x01\xe6\x0e\xb6\xe9\x45\x8f\x69\x9c\xb2\xd2\x9d\xbd\xb9\x5a\x5e\x5e\x99\xb3\xbd\x4d\x3b\xee\x68\x97\x19\x1d\xba\x72\xd9\x59\x0a\x76\xc8\xdf\x48\x4d\x0d\x45\x35\xc6\x97\xb5\x65\x60\x0c\x36\x38\xb4\x7a\xfb\x9c\xc6\xa4\xa4\xf0\x48\x7e\x50\x51\xaf\xca\x5d\x9a\x1a\x81\x15\x56\x42\xb5\x87\xcc\x74\xdd\xab\xf2\x8e\xe6\xcd\x85\xe6\xfa\xcd\x86\x42\x73\xdd\x16\x13\xa1\xb9\x72\x8b\x71\xd0\x5c\xb9\xd9\x2c\x68\xae\x5b\x6f\x10\x34\xd7\xeb\xaa\x8a\x17\x27\x28\x2b\x59\xa1\x95\x37\xd7\x2d\x6a\xca\x65\x6d\xbd\x13\x8e\xad\xfa\x39\x2d\xbe\xb9\xf2\x3e\x2a\x78\xd5\x98\xad\xba\x97\x2d\xbb\xaa\x89\x4f\xb9\x42\xce\x0d\x32\x7f\x73\x77\x77\x78\xe6\x4c\x2f\x15\xb4\x3e\x01\x17\x66\x2e\xbe\x52\x41\xeb\x93\xd1\xd9\x54\x88\x62\xc5\x56\x77\x16\xe6\x28\xb5\x03\xe3\xc4\x79\x99\x56\x2f\xc9\x12\x0b\xb2\xf1\xbd\xa7\xae\x9f\x66\xa1\x97\xeb\x52\xf7\x2d\x90\x0c\xba\xd6\xd9\xbb\xb8\xaa\x10\x09\x1c\x20\xa5\x21\x4f\x8a\xbc\xb4\xbc\xa1\xa0\x6a\x9c\x72\x2d\xa9\x0a\x7b\x0d\xdd\xd2\x00\xa5\x96\x6f\x7d\x0f\xf9\x9b\x0e\xa7\x5b\x72\x38\x31\xa2\xf3\x18\xdf\xdc\xa4\x63\x7f\x93\x1e\x57\x21\x71\x14\x8d\x71\x72\xf0\x05\xd8\x2d\xbb\xe6\xa8\x0c\xe2\x42\x1b\x0b\x4a\x23\xa8\x19\xff\x67\x1f\x55\xb8\x70\xaa\x87\x94\xdc\x49\x23\x47\x76\xa4\x93\xb6\x62\x73\xbe\x4b\x8e\xb0\x6a\xa2\x2d\xfd\xe2\x4c\x74\xc5\xc5\x58\xc7\xaf\x2b\x71\xba\x51\x16\xdd\x0b\x6b\x85\xd5\x48\x4c\xad\x31\x25\x72\x3f\x65\x5d\x59\xcd\x12\x1e\xad\xb5\x69\xf0\x58\xbb\x89\x60\xad\x8a\xdc\x8a\x4e\xb7\xa3\x52\x6f\x69\xb2\xc3\x90\x6e\xc3\xbf\x45\x57\x2f\xa4\x25\x58\x8a\xd9\xcb\x47\x2c\x52\x86\x3d\x93\x6a\xe3\x7b\xca\x8c\xa1\xed\x95\x21\xe8\xe8\xda\x1d\x5c\x50\x36\xc7\x6f\x12\x5b\x65\x5f\xb0\x76\xe5\x04\xe2\xed\x76\x57\xba\x47\x65\x48\x06\x5f\x13\x6c\x51\xbd\x5b\x02\x37\xe8\x3a\xa2\xa8\xde\x38\x0d\xf0\x9c\x06\x38\x78\x63\x8a\x15\x3b\x6d\xaa\x57\x4d\xa7\x3e\x49\xe4\x21\x41\x67\x8e\xad\x81\xea\x0a\xee\xcd\x0d\x68\x8d\x24\xb3\xb2\xb8\xdc\xaf\xf8\x49\x52\xb6\xc6\x3c\x86\x51\xf0\x0b\x89\xae\xcd\x26\xca\x0a\xf1\x55\x53\xa0\x50\x9b\xb1\xdd\x8c\x18\x2c\xae\x28\x7b\x5f\x8b\x96\x92\xf3\xa5\xe4\x61\xe9\x76\x88\xbf\xd1\x0f\xf3\x51\x38\x25\x25\x9c\x06\x58\x65\x6a\xca\x1f\xdf\xb0\x7c\x0f\x61\xc0\x6a\x3f\x86\x9b\xda\x4f\xeb\x59\xa8\x55\x06\x51\x1d\x09\x21\xb9\x19\x0e\xde\x48\x1c\x6a\x45\x00\x69\xbb\xc4\x85\xc1\x35\x41\xeb\x70\x5e\xf1\xa9\x79\x6e\x68\x80\x07\xf6\x8e\xc6\xa7\x98\x23\xb2\x59\x8f\x17\x51\xe9\xda\x92\xdb\x4d\xc3\x91\xce\x81\x97\xe6\x0b\xf0\x62\x22\x61\x0b\x4c\x8e\x9a\x26\x28\x1b\x53\x01\x9d\x2e\xcc\x3e\x9d\x27\x97\x86\x95\x79\x85\x8d\x93\x06\x41\x69\x15\x53\x72\x32\xcd\xa5\x6e\x86\xf9\x1e\x5f\x4b\x83\x54\x09\x3a\xc7\x35\x17\xee\x58\x81\x4e\xd9\x0d\x8e\x3d\x31\x21\x53\x1f\x4f\xc8\x14\x8a\x1d\xdc\xee\x52\x39\xc9\x1d\x01\xb7\xf4\x12\xb3\x2b\x16\x0a\x8d\x13\x69\x58\xc6\xe4\x3d\xa1\x57\x24\x3d\x12\x5c\xa1\x7f\x65\xc7\xa5\xab\x3a\x9c\x0d\x5e\x2a\xa2\xb5\xa7\x8e\x32\x3a\xb9\x77\x3b\x6c\x0d\x31\x51\xe1\x66\xb0\x41\xc5\xb3\x35\x77\x18\x01\xd5\xe8\x53\xed\x10\xcd\x1d\xf2\x17\x0c\x85\x4a\x46\xde\xbd\x67\xb4\x69\x3b\xbd\x8b\x47\x74\x25\xc4\x46\x05\x97\xd7\x3a\x89\x23\xfe\x92\xa0\x59\xd4\xe4\x0d\xcd\x2f\xd0\x5c\x60\x6d\x91\x29\xb9\x70\x8d\x05\xea\x50\xac\x5b\xac\x6e\xc2\x46\x1b\x0b\x25\x27\x07\x8a\x7c\x21\x19\x7b\x55\xa0\x52\x2e\x86\x25\x5b\x72\x69\x15\xd7\x4d\x22\xe6\xa5\x2e\x53\x71\x4a\xff\x63\xa1\x4b\x98\xbb\x7a\x67\x52\x23\x7c\xa5\xc4\xdb\xb1\x70\x19\xe0\x5d\x77\xd3\xb7\x91\x89\x54\xc4\x36\x7c\xbc\xb8\xf9\xa4\xca\x53\x59\x8e\x24\x0b\xbb\x5a\xcc\x53\x14\x61\x3e\xc7\x41\x6a\xc6\xd6\x89\x6e\x49\xab\xdc\x98\x70\x9a\xf2\x1a\x8a\x7d\x58\xa1\x98\xb7\x16\x7b\x76\x89\xc2\x28\xd9\x76\xcb\x09\x38\x75\x3a\xe0\x7b\x65\x86\x95\x80\xc8\x4e\x13\x2e\x24\xb3\x11\xf5\x45\x24\x80\xba\x6e\xb8\x30\x08\xd7\x98\xf0\x90\x92\xfa\x22\x7f\xc4\x54\xa0\xfa\xcf\x2a\xff\x7a\x49\x32\x37\x13\x0f\x8d\xc2\xea\xd4\x80\x5f\x5c\xb7\xfe\x08\xc5\x19\xb2\x38\xc2\xb5\x3c\xbd\x11\x21\x19\xb7\xfa\x2b\x29\xd6\xf3\x4d\x5c\x4b\xf6\x6b\xbc\xa6\xda\x95\x5e\xf9\x39\x08\xf9\xfb\xda\x8f\x21\xdd\x34\xac\x4e\x6d\xa1\x18\xd6\x56\xf4\xf9\xa7\xf6\x4b\x17\x87\x7f\xe3\x94\xa9\xdd\x03\x7c\xd9\x10\x5f\xde\x6d\x86\x3a\xcc\xec\xdd\xcd\x59\x45\x78\x9e\x40\x02\xe7\x71\xf7\xcb\x15\xc1\x4c\x6d\xa8\x34\xed\x17\xf3\x70\x49\x74\x04\x6b\xa5\x9e\x81\x3f\x84\xe2\xb9\x39\xde\x53\x1d\xda\x57\x1f\x50\x20\x3f\xbd\x46\x84\x96\xd6\x96\x45\x4d\x9c\xa3\x65\x6d\xe7\xda\x27\xb2\x36\x70\xfa\xaf\x34\xb7\xd9\xf0\x6a\x26\xb8\xf9\xfc\x65\x2c\xe8\x5b\x7c\x89\xcb\x27\x28\xad\x6d\x71\x13\x04\x5f\x5f\xa2\xed\x04\x80\xb7\x54\x6e\xb8\x7c\x94\x34\x1c\x56\x45\x6c\xd7\x84\x16\x95\x82\xb2\x9b\xca\xa5\x61\xd7\xd5\xe1\x02\x85\xd8\xea\x6a\x0d\xba\x18\xfc\x5c\x59\xaa\x22\x48\x7a\xef\x08\xc9\x8a\x70\xbe\xbf\x12\x79\xa6\x31\x49\xfb\xd1\x65\x31\x9e\xb1\x12\xfd\xe5\xa0\xc5\xa6\x00\xb6\x96\x52\xe5\xd8\xc3\xca\x62\xc5\xf0\xc2\xca\x42\xf9\x18\xc2\xba\x40\x9b\x83\x09\x15\xec\x48\xbf\x9f\x93\x6e\x3f\x36\xb0\xf7\xd6\x31\x5f\x55\xbb\x68\x37\x37\x93\x69\xf3\xb9\xda\x5b\xae\x82\xb9\x8a\x1a\xa8\x15\xae\x88\xd7\x69\x44\xea\x9e\xc2\xbc\x51\x58\xb4\x34\xdf\xd1\x99\x67\x7d\x37\xfb\x29\x69\xb4\x40\x95\x01\xca\x0a\x27\x7d\x72\x86\xa5\x6b\xed\x2b\x15\xce\x54\x16\xe3\x7e\x24\x39\x25\x36\xfe\xf3\x37\xbf\x6a\x33\x3f\x1f\x67\xab\xe8\x3b\x2b\x62\x39\x05\x7e\x4e\x75\xcc\xa6\x3a\xba\x94\x55\xed\x85\xd1\x3d\x9b\x2a\xc9\x32\x56\x95\x97\x9b\x15\x5e\x63\x86\xa2\xa4\x6e\xbd\x38\x69\xd8\x29\xd5\xa8\xaa\xd9\x29\xf4\x0a\xb1\xfe\x1d\x4e\x9b\x76\x83\xd4\xf1\x24\x6a\x36\x1f\x9a\xd9\xfc\xc2\xce\x9b\xe2\x3b\xb2\x0d\xfc\xad\xcd\x9c\x0a\x8c\x78\xd7\x92\x1c\xa0\x32\xb0\xe4\xa4\x5c\xa0\x18\x3d\x62\x05\xeb\x54\xa1\xb8\x22\x6a\xa6\x80\xce\x1a\x32\xae\x8a\x90\x71\xdb\x51\xd6\xce\x15\x4b\xf9\xc8\x0e\x5e\x9a\x37\x72\xab\xd4\xca\xa8\xfb\xca\x04\x0e\x9e\x95\xf8\x99\xb1\x07\x16\x21\x09\xf9\xaa\xa9\x80\x3e\xd6\x55\xab\x84\x86\xfc\x99\x4a\x3e\x55\x14\x67\x84\xca\x09\xca\xc0\xe7\xf8\x62\x9d\x51\x84\xf8\xfb\xf2\x8e\x43\x5a\x2b\x23\x19\xf5\xab\x75\xdd\xd6\xd7\xdc\x7b\x9d\xe6\x3c\xa8\xa8\xce\x39\xaa\x4c\xd8\x06\xd9\x60\x6c\x5c\x33\x67\xf5\x3b\xc8\xf8\xe3\x36\x90\x13\xa4\xb7\x1d\xeb\x2f\xee\x2c\xe3\xbd\x8e\xe1\x15\x2f\xe5\x3d\x44\x47\x65\xc0\xc2\x4b\x5c\xbf\x23\x59\x16\x7e\x8d\xfb\x8f\x46\xa8\x36\x96\x79\xd1\xe4\x8c\xa9\x15\x81\x55\xa5\x9b\x27\xa7\x78\x99\xcf\xbd\x3f\x45\xc1\xf1\x9c\xe1\xfa\x84\x42\x8d\x2c\x50\xdf\x8f\x50\xcf\xa3\x74\xc8\x7b\xc3\x31\x8b\xe6\xe8\x7d\x1a\x85\xf3\x10\x97\x1c\xfc\xc6\xf3\x6a\x0a\x5c\xab\x6c\x79\xa5\xc0\x59\xa4\x8e\xcf\xd2\x62\x7e\x9f\x24\x32\x2f\x0c\xea\x26\x32\xb9\x26\xa8\xe9\x2e\xa1\xcf\x76\x71\xbe\xca\xb9\x56\x77\x7b\x44\x87\x6b\x4d\x6e\xa5\xf5\x13\x93\x84\x4d\x65\x17\x64\x29\xa1\xa4\x32\x24\xa3\xa1\xe4\xd5\xc5\xf5\x06\x43\x46\xa9\xf8\xf5\xed\x4f\xd6\x67\xf3\x66\xe7\x1e\x11\x6f\x8d\x36\x4e\x31\x1f\x18\xb3\xd2\x17\xc2\xfa\x8f\x00\x6e\x37\x48\xac\xc6\xe0\x74\xfc\x8e\xce\x7e\x57\xc2\x61\x57\x57\x3e\x17\x10\x9d\x54\xd3\x55\x4c\x4e\x35\x53\x30\x48\x23\x96\x40\xfe\x83\x15\x60\x99\x2f\x6f\x85\x55\x29\xd2\xb1\xbf\xea\xfc\x23\xf5\xc3\xd0\xdf\xed\x2e\xd1\x00\xff\x1e\x06\xa0\x04\x49\x71\x22\x56\x0f\x49\x7f\xb7\x20\xa9\x1c\x69\x95\xa0\x6c\x83\xa5\x0e\x9c\x9d\x6f\x2a\x03\x99\xbe\x54\x70\x9b\x70\x5d\xc2\x72\x5d\xe1\x88\x2e\x79\x1a\xb3\x94\x1f\x90\xca\x17\x5a\xdf\x45\xc5\x53\xb5\x42\x0c\x02\x7c\x89\x23\xba\x51\xc4\xee\xe7\x2e\xe0\xc9\x56\x81\x49\x96\x61\x6a\x2f\x18\xc6\x5c\x5c\x47\xb8\x30\x9f\x84\x8a\xc1\x82\xc6\x24\xc8\x46\xf0\x9f\x1a\x85\x96\x54\xab\x5d\x93\x76\xaa\xab\xfa\xa4\x5d\xf5\x46\xfb\x95\x39\x3f\xd5\x92\x94\x71\x8f\x54\xb2\x1f\x2d\x1a\xac\x45\x9f\xac\xf9\xec\x66\xc6\x6d\x4d\xd2\x43\xc5\x65\x4c\xb6\x5d\xd3\x6d\x5b\x91\xd3\xc3\x74\xbd\x0d\x66\x0b\xca\xd6\x8e\x70\xdd\x1d\xbc\x7d\x8e\xda\xfa\xc4\x3d\x89\x75\x53\xca\xee\x93\x95\x91\x73\x9b\x65\xb9\x45\xf9\xbd\x6b\xd9\x2f\xd5\x59\x2d\xf5\xd5\xcf\xb7\x78\x4e\x59\x90\xdb\x51\x06\x2e\xac\x49\x41\x99\xf9\xb1\xcc\x98\x6b\xa4\x4b\x13\xf1\x94\x54\xbb\x4f\x9c\x88\x35\x37\xb7\x5b\x15\x7b\x59\x97\xfc\xac\x30\x47\x69\x18\x11\xf6\xe4\x2a\x87\x44\x6b\xfb\xaa\x94\x0a\xdb\xb4\x5d\x2b\x36\xba\x8e\xc2\x85\x43\xdc\xe4\x12\x06\x4b\xe5\xb5\x63\x53\x8d\xfa\xaf\x0a\xa3\x24\x86\x17\x99\x40\x2b\x82\xaf\x4c\xe0\xd0\x4b\x49\xf5\x0e\xb8\x40\xfc\x7d\x0f\x9c\x88\x13\xd0\x23\x54\xf4\xd4\x1a\xee\x2d\x28\xeb\x65\xed\xf6\xc0\x09\xb1\x12\xe7\x1e\x71\x6f\x4e\x03\xec\x83\x47\xc3\x47\xa0\x98\xcc\x52\x77\x3f\xbb\xf4\x09\xb8\x9a\x9a\x4d\x2e\x0d\x6e\x52\x54\x96\x93\x72\xb7\x4f\xe5\xa9\xe2\x79\x9f\x6b\x3e\x4b\xcb\xca\x32\xcb\x9a\x56\xd5\x51\x7e\x11\x59\xc6\x9b\x4e\x5a\xd7\xb4\xa0\x9a\x89\xdc\x42\x6a\xad\xbd\xa2\x43\x7f\xf9\xa9\x42\x77\x51\xdd\xfd\xe4\x38\xd2\x2a\x53\x1d\xd1\xd7\x67\x14\x97\x5d\x11\xd2\x62\xb5\x49\x83\xc4\x51\x64\x67\x3f\x0d\xc2\xa0\x21\xf9\xa9\x4e\xda\xa6\xda\xf7\x42\x7e\x81\xb9\x00\xee\xcd\x8d\x89\xf3\xe5\x73\xd9\xe4\x05\x75\x86\x70\x28\x39\x51\x4b\x1e\xd5\xae\xc4\x6b\x7a\xa8\x9e\xf2\xf9\xd1\x7b\xc9\x0d\x3b\x74\xd1\x13\xde\xb3\x19\x65\x42\x2d\xaf\x9b\x9b\xfd\x5a\xc0\xb5\x19\x5c\x0d\x11\xa4\x8a\x51\x6b\x7e\xe1\x52\x62\xfb\x1a\xe1\x97\x96\xfb\xb4\x16\x6c\x05\xb9\x08\x5b\xfc\x35\x30\xcb\xe6\x84\xb0\xfa\x1a\xa4\x9f\x9b\x84\x5e\x39\x8b\x28\x68\x90\x93\xa6\xa7\xe7\xbf\xbd\x91\x46\xd1\xca\xd9\xaa\xf0\x9b\xb1\xed\x53\xa0\x0c\x1b\xfe\xfa\x2c\x8a\xd2\xec\x93\x4a\x53\x6c\x2c\xa8\xf3\xed\xe6\x04\x25\x29\x09\xca\x2e\xf3\x7d\x9a\x28\xbc\x5d\xf3\xe2\x7f\xbc\xb2\x74\xf7\xea\x10\xea\x48\x0f\x77\x92\x84\x5f\x5f\x06\xf6\x73\x49\x2e\xdb\xfe\xb4\xe4\x3c\x8c\x8e\xb6\x33\x37\xd2\x44\x14\x05\x4e\xab\xee\x54\x88\x9a\x1b\x67\xf0\xf2\x5f\xea\xb2\x5f\x97\x14\xc1\x9f\xb5\xaf\xa3\x51\x17\x84\x76\x85\x67\xb6\xb5\x52\xa8\x66\x7f\x2b\x68\x93\xa9\xd6\x46\x0a\x5a\x9b\x21\xfa\x62\xfd\x5c\xd1\xcc\xd3\x52\x3a\x33\xd7\x51\xcf\x83\x15\x1d\xec\xb4\x40\x42\x7d\x18\xea\x53\x9a\x0b\x77\xcd\x0f\x3b\x98\x03\xfb\x18\x03\x55\x3a\xf7\xb3\x28\x2a\x4c\xdd\xc7\xaa\xda\x99\xfd\xf7\xb9\x14\x31\xa5\xde\x7c\x9f\x34\xbb\xa7\x58\x28\x9d\x7c\xcb\x01\xb3\xfc\xe7\x1e\x26\x3c\x66\xf8\x87\xe8\x1d\x2f\xad\xee\x2a\x51\x81\xa2\xc8\x99\xd8\xb5\x7e\x42\x64\x19\xa3\x25\x76\x80\xba\xc5\x04\xcf\x10\x53\xbe\xf4\xea\x22\x62\x1d\xe9\x02\x53\xb7\x4d\xef\x2b\x51\xf6\x9d\x62\x9b\xe1\x20\x64\x78\x2e\x4a\x5a\x92\x7d\x51\x46\x76\x47\x46\x53\xc7\xb5\x23\xea\xc0\x15\x95\x46\x5d\xa4\x51\x6c\xed\xa9\xa8\xa4\xe7\xcb\x78\x93\xb2\xd2\xa0\x6c\x68\x73\xbd\x41\xd1\x80\xfc\x9a\xcc\x2f\x68\xcd\x1d\x3f\xda\x20\x2d\x75\xab\x70\x25\x8b\x27\x2d\x40\xeb\xae\x32\x82\x3f\x88\x9c\x23\xb2\xdf\x07\xa6\x5d\x70\xec\xfb\xe2\x0c\xa7\xb7\xb2\xd8\xd7\xba\xb8\xe3\xca\xf7\x69\x55\x9d\xf3\xb7\xe1\x8a\xa4\xdc\xa9\xc7\xc2\xb0\x1c\xdc\xe9\xba\x87\xd4\xd0\x60\x78\xc1\x30\x5f\x29\x12\x28\x91\xbd\xf9\x58\x7f\xb5\x82\x45\xec\x7f\x75\x21\xa4\x88\xf2\x5f\xba\xdb\xb7\x91\x43\x3a\x99\x54\x57\x31\xd4\x3e\x41\xe6\x38\xf6\xb0\xcb\xd4\x94\x32\x46\x7d\xd6\x5b\xa5\xf6\x70\x15\x35\x27\xd1\x4f\xee\x89\xae\x58\x0c\xdb\xc4\x9b\x3f\x4e\xd2\x0f\xeb\x5c\x4f\x92\x4d\x97\x1c\x50\xd0\xf2\x22\xfd\x11\x63\x76\xfd\x06\x31\xb4\xe6\x19\x17\x32\x96\x6b\x1b\x2b\x80\xdc\xc7\x5e\xd2\x30\x64\xfe\x8f\xe7\xbf\xbc\xf6\xf4\x96\x53\xb8\xb8\x76\x26\x1c\xa2\x9b\x9b\x74\x59\x4f\xab\xae\x7d\xb4\xf8\x98\x56\x36\xcd\x2e\x05\x83\x5b\xad\x6d\x2b\x94\xd6\x2a\xdc\x65\x99\x5c\x56\xb3\x93\x7b\x9f\x72\xe7\xde\xa7\x5d\x7d\x9b\x5d\x6f\xf0\x2a\x90\xdb\xa9\xb5\x25\x72\x1f\x9c\x56\x99\x77\x51\xf6\xd0\x53\x8b\x31\x53\x7f\x2a\x4e\x9e\xd7\xa6\x6d\x57\x01\x69\x18\x66\xe3\x1b\x8b\x5d\x9b\x16\x63\x61\x25\xdb\xf8\x39\x54\x4e\x79\x5b\x34\xd7\xd0\x6a\x21\x69\x48\x2e\xbd\x75\x2b\xa1\x76\xb6\x20\x5f\xd8\x88\x2f\xb0\xef\x17\xb9\x24\x07\x75\x26\xe5\x6f\x49\x97\x8a\xd5\xd3\x0f\x55\xc6\xe4\x8b\x7c\xb6\x14\x51\x69\x2c\xe6\x51\x90\x03\x5a\x5f\xc9\xda\x5a\xec\x26\x54\x72\x28\x28\x76\xbd\x1b\xf9\xfe\x35\x45\x7c\xde\x21\x9b\x6d\x98\x19\x4a\x6f\xf2\x3a\xa4\x51\x75\x85\x42\xe7\x49\xf2\xab\xac\x6c\x2e\x40\x0f\xb8\xf9\xfc\x38\x85\xea\x2f\x73\xc9\x68\xac\xe6\xec\xe4\x3b\x29\xc4\x52\xd6\x90\x7c\x8e\xff\x46\x1a\x57\xd7\x24\x27\xa0\xac\xfc\x7b\x15\x20\x9e\x45\x91\xad\xe8\xec\x9a\x76\xb9\x2c\x65\xe7\x59\x14\x35\xe9\x42\xe7\x59\x0e\xb1\x0a\x20\x56\x16\xb1\x22\x62\xea\x57\x46\x3e\xbb\xd0\x47\x2d\xc3\x7d\x7c\x36\xc9\xcf\x64\xee\x61\x79\x2e\x61\xc5\x64\x74\x5b\x79\x75\xa1\xe2\x07\xb4\xfc\x9a\xb7\x01\x73\xba\x51\x95\x18\xe9\xe2\x7d\x34\x71\x3d\x05\x05\xa8\xae\x66\xd1\x6d\x69\x5f\x46\x53\xda\x4f\xdc\x35\x5d\xd7\xa7\x58\x88\x0e\x77\x11\xd6\xf6\xf1\x51\x99\xa5\x48\xe5\xa1\xb0\xae\x7e\x54\xa3\x4b\xd6\x15\xd9\x83\xa7\x90\x12\x4f\xb1\xa3\xd6\x3b\xb9\x3d\x49\xb6\x8e\x7f\xd4\x81\xf6\x0d\x4b\x79\xbf\xb5\x5a\xf0\x93\x56\xaf\xb9\xdb\xf8\x49\x25\xc2\xaa\xd7\x5a\x77\xcf\x69\xba\xb0\x52\x31\xfa\x17\x59\x56\x7b\x68\xbd\x05\x4d\xeb\x93\xe8\x59\x15\x5e\xda\x46\xfd\xe8\x0e\xf4\x9c\x8e\x4a\x8d\x15\xb3\xf3\x65\xed\x93\x52\x50\xc2\x1b\xb4\xc4\x59\x38\x82\x62\x23\xb7\x0e\x39\xa8\xcd\x7d\x62\xb0\x90\x46\x88\x1d\xb8\xa7\xf2\xdf\x5b\xaa\xdd\xec\x73\x33\xdf\xa7\x49\xe4\x5f\xeb\xb4\x57\xde\x50\x7e\xb7\x2e\xa2\xcc\xe5\x50\x35\x90\xd4\x0b\xc4\x2a\xaf\x74\xad\x2e\x67\x47\x8f\x74\x0f\x19\x91\x24\x9b\x3c\xf7\x90\xe4\x08\xe1\xc2\x51\x67\x01\xbc\x90\xeb\x04\x91\xd8\x75\xb7\x0b\xca\x1c\xad\xca\x0c\x21\xf1\xcd\x7b\x93\x76\xd6\x7d\x2a\xbe\x49\x7e\x3f\x15\x27\x27\x2e\x99\x88\xa9\x8f\x27\x62\x9a\xf0\x61\xb2\x33\x3f\x34\xe0\x05\xa3\x6b\x07\xbb\xbb\x4f\x1a\x97\x8d\x84\x60\x7c\xbc\xb5\x72\xf5\x80\x60\x0e\xd2\x3c\x30\x40\xa7\x4d\x49\x2f\x8c\x05\xea\x1a\xd4\x1d\x24\x94\xad\x8b\x0e\x37\x39\xdd\xe1\xc2\x39\x16\xa9\x0b\x0d\x5f\xf5\x88\xf7\x4c\x23\x52\x73\xb0\xc9\xd6\xa4\xf3\x51\x1c\x6b\x37\x75\x8f\xc4\x8a\xd1\xab\x1e\xf2\xcc\xb9\x74\x1f\x98\x0b\xf7\x70\xd0\x7b\x26\xe7\xb0\x77\x85\xb8\x15\x81\x15\x92\x1e\xc7\xa2\x47\x17\x3d\x94\x24\x02\xd1\xe5\x38\x80\x28\xc1\x97\xf0\x5e\xbd\xf0\x85\xf7\x1a\xad\x31\x14\xde\x8b\x74\x6c\xbe\xf0\x2e\xd0\x92\xf7\xfb\xfa\xaf\x17\xcc\xa1\xf0\xde\xaa\xb4\xf1\xc5\x4f\x3a\x99\xbc\xfc\xac\x2f\x78\x2d\x7e\x97\x44\x65\x7b\xd3\xd5\xf0\x2d\xbc\xbc\xc5\x7c\x43\x09\xcf\xe3\x47\x51\x8d\x21\x09\xee\xa7\x4e\x77\x43\x04\x90\x19\x0a\xe1\xdf\x3e\x3c\xe3\x83\x87\xe3\xa1\x0b\xa9\xff\xf0\x29\xfd\x86\x3f\xa5\x27\x27\x2e\x9b\xd0\xc1\xc3\x69\x56\x6d\x42\xa7\x47\xcd\x5b\xfe\x13\xd5\xa6\xf7\xb3\x22\x6b\x7e\x73\x33\x99\x4e\xa5\x7c\x98\x23\xe1\x20\x87\xb9\xae\xdd\xe1\xf3\x90\x2c\xa3\xba\x6e\x43\x9e\x75\x9c\x95\x3b\x4e\x4d\xc7\xd9\xb7\x8f\xce\xd8\xe0\x91\xec\x78\xe4\x3f\x7a\x1a\x7d\xc3\x9e\x46\x27\x27\x2e\x9d\x44\x83\x47\x76\xc7\xa3\x8e\x1d\x4f\x34\x6d\x7d\xe0\x91\xbb\x90\x5b\xfd\xa7\x6e\x2d\x47\xcb\x2d\xf0\xb6\xa0\xd9\x3a\x6e\x70\x17\xc1\xf7\x1d\x2f\x77\x36\x8b\x32\x7f\x53\xab\x8a\x48\x34\xa7\x48\xcd\xb5\x8f\xea\xd5\xb9\x8e\x73\xac\x5f\x93\xe9\xa2\xc8\x4a\xe7\xf2\xb4\x59\xf9\xd2\xa0\x0d\xd1\xbd\xb9\xd9\xee\xdc\x7c\x48\x3d\x4e\x8c\x99\x9a\x4a\x1e\x38\xc1\x2e\x44\xfe\x56\x75\x19\xef\x92\x79\xb6\xdb\x23\xd5\x17\xa0\x27\x01\x99\x13\x3c\xf5\xc9\x04\x4f\x77\x2e\x44\xde\xdb\xe4\xf8\x95\xaf\xbb\x9f\x3e\xeb\x85\x68\xbd\x98\xe0\x29\x44\x3b\x17\x0a\xef\xc7\xf4\x3e\x59\x9f\xc4\x51\x74\xec\xdb\xaf\xce\xec\x87\x71\x6e\x14\x3f\xd2\x99\x67\x3e\x00\x09\xe7\x4d\x84\x42\xa2\xee\x78\xd2\x10\x5e\xbd\x80\x9a\xa7\x28\x37\xbf\x6f\xfd\xbe\xb9\x29\x01\xca\x76\xef\xdc\x8e\x5b\x06\xd6\x7e\x00\x34\xed\x95\xb6\x0d\x2a\xfa\x31\x95\x5d\xfd\xc5\xbe\x91\xca\xea\xed\xcf\xe9\xdd\xbb\x2a\x29\x88\x6f\xbf\xf9\xdb\x08\x3f\xc9\x15\xf1\x7f\x46\x62\xe5\x2d\x22\x4a\x99\x63\xbf\x3f\x1d\xe1\x27\x6e\x99\xd7\x75\x58\x7a\x1d\x22\x33\xed\xf2\xef\xf8\x5d\x2f\x3b\x73\x86\xee\xbf\xf0\xf5\x18\xbc\x7a\x01\xe0\x7b\x7c\xfd\x3d\x65\xcf\x92\xb3\x9e\x95\x11\x4f\xde\x1c\xad\xb1\xec\xa1\x23\x75\xab\x4d\x28\x90\x7e\xd8\x99\xda\xb6\x51\x52\x69\xf7\x63\x8f\x87\x64\x19\x47\x88\x25\x40\x2a\xe1\x9d\xc8\x1e\x99\xf5\x02\x8c\xbb\x42\x1d\x3e\x38\x23\xde\x26\x8a\x99\x29\x36\x26\x3b\xb8\x89\xf9\x2a\xc9\xf6\x5a\xe9\x69\x50\x7b\xba\xbe\x92\xea\xe3\xc9\x14\x9a\x3b\x02\x82\xf1\x64\xba\x3b\xb2\x97\xa2\xa8\x58\x8a\x5c\x43\x61\x3e\xd1\x46\xa2\xa4\xb4\xef\x19\x5d\x9b\x06\xff\x0b\x5f\x3b\x5c\x0a\x26\x69\xdb\x25\x73\x27\x4d\x0d\x26\x99\x3e\xce\x0c\x4b\x96\xec\x87\xaf\xd1\x7b\xac\xe5\x83\x98\xf0\x69\xf5\xe2\xd7\x4a\x12\xf5\x52\x1e\xe6\x44\x10\x4b\x8e\x2f\x05\xb3\x1c\x06\x94\xc2\x3b\x19\x87\x8a\xe0\x56\xaf\x3d\x89\x0a\x87\xb8\x90\x69\x18\xe1\x53\x27\xf4\x51\x5a\xd0\x55\xdf\x8d\x64\x09\x73\x16\xdc\xe7\xd3\xd7\xa4\xa4\xdd\x99\x23\x1f\xaa\xbb\xc8\x96\xbb\xdf\x6b\x0d\xbe\x52\xf0\xda\xf3\xd9\x29\xb8\x5a\x5b\x80\x71\x14\x9d\x4b\xfb\x40\x82\xc8\xe6\x50\xda\x03\x48\x20\x17\x92\x1d\x4c\x8b\x94\xd4\x13\xad\xb9\x15\x25\xfc\xb7\x0f\xfb\x7d\x9d\x8c\xfa\xd8\xb7\xe4\xf8\xc3\xe9\x99\xfd\x50\xb9\x07\x0d\xb9\x9f\xd8\xe4\x9b\x6b\xc5\xfb\x55\x42\x83\xfa\x2d\x4b\xc9\x27\x31\x34\x47\xe7\x8e\xb0\xb7\xc1\xf8\xbd\x34\x71\xc4\x9e\x55\x93\xd2\xa8\x82\xe2\x52\xcc\x72\xa5\x63\x74\x82\xe8\xfb\x79\xa1\x67\x3a\x48\xce\xa4\xb2\xb8\xa6\x97\x58\x2f\x2c\x87\xb8\x63\xec\xc5\x44\xae\x15\xb3\x6f\xab\x5c\x84\xb0\x66\x31\x55\xf3\x9c\x00\xf1\x15\x36\xfc\x22\xc7\x3d\x3a\xb0\xdd\xba\xeb\x9c\xbf\xac\xc6\x63\x74\x9a\xfc\xe5\xc7\x20\x93\xc5\x5d\x15\x98\x7c\x4e\x81\x66\x45\x26\x71\xd9\xee\xa5\xc8\x98\x7b\x43\xa4\x22\x93\xdf\x9f\x44\x9c\x87\x4b\xe2\x24\xaa\x0d\x24\xea\x88\xd9\x01\xa9\x09\x25\x6b\x05\x7f\x10\x0c\xcd\x85\x2d\xc1\x6a\x5c\xd7\x95\x59\xd4\x71\xc6\x5c\xdc\xec\x44\x7d\x72\x29\x03\xd2\xb5\x4c\x1b\xaf\x02\x05\xaf\x1a\xa3\xb6\x6f\x7a\x1b\x85\xe4\xbd\x0a\x6e\x89\x54\xce\x48\x70\x0a\x4e\xc8\x09\xb0\xa8\x3a\x77\x16\x06\x9c\xa0\xdd\x6e\x57\x1a\x5b\x97\x75\x52\x77\xd1\xec\x7d\xb6\x0c\x5a\x97\xc8\xf7\xb9\x84\x25\xb9\xe5\x51\xfc\x58\xbd\x2a\x1a\x49\x3e\x47\xbf\x79\x68\x6a\xc1\x28\x90\x07\xb6\x2a\xea\x94\xe7\xfd\xf5\xdd\x2c\xd7\xc8\xfd\x21\xa7\xf6\x5e\xd7\x5e\x26\xfb\x65\x3b\x5e\x47\xe9\x35\xa4\xd5\x6d\xbe\x73\x31\x57\x29\xa1\xc8\xda\x70\x3f\xe9\x92\xee\xb8\x75\x16\x2d\xa6\x46\xba\x4c\x3e\xd6\x48\x3e\x01\x26\x83\x4f\x66\x2d\x17\x0e\xd6\x9b\x86\xb3\x7d\xfb\x54\x4f\xed\xf7\xbb\x37\x25\x64\x53\x29\x8c\xb4\xb1\x5b\x2c\x8f\xda\x0b\x40\xef\x85\x62\x62\xae\xe2\x04\x15\xea\x88\x54\xd1\x7f\xd0\x06\x59\x9d\x7f\x4c\x25\x3f\x4b\xcc\xa6\x64\x9b\xa9\x40\x16\x16\x9f\xce\x73\xd7\x1d\xc4\x70\xfb\x22\x5c\x2c\xc6\xc4\x93\x7f\x78\xbf\x6f\x7e\x4c\xc4\x14\xbe\x7a\x31\xc6\xde\xab\x17\x27\x60\x00\x4e\x70\x02\x1b\x2a\xca\x1d\x17\x49\x5e\x16\x84\xb8\x8e\xde\xad\xfb\xff\x2d\x53\x1f\x7b\xd9\x7b\x6d\xea\x67\xcf\x3a\x95\xa8\x5d\xe2\x6f\x23\xfc\x44\x1d\x54\x2d\x3b\xf0\x14\x2a\x98\x41\x46\x37\x7a\xd8\xdb\x41\x4f\x36\xeb\xb1\x8a\xcb\x1c\x98\xfc\x1d\xcd\x6e\x79\x98\xf9\xa2\xd3\x79\xcf\xd0\x95\xa9\x23\xe8\x0c\x9f\x80\x33\x70\x82\xc6\x78\x6f\xf7\xba\x39\x40\x5c\xde\xed\x29\x79\xc6\x4b\xf6\x66\xa2\xee\x4b\x7b\xf6\xfc\x7a\x3d\xa3\x91\x17\x0a\xcc\x90\xa0\xac\x17\x26\xfc\xc0\x2a\x58\xa5\x9a\x4d\xa6\x10\xf9\xc7\x43\xc8\xfd\xe3\x11\x64\xbe\xb6\xd2\x8e\x04\xbb\x4e\x8d\x59\x2a\xed\xf2\x49\x01\xfe\xd4\x71\x9f\x1e\x3b\xc8\x77\xa8\x1f\xe9\x68\x75\xd7\xf5\x02\x4a\xb0\xdb\xef\x3b\x44\xdb\xa9\xd4\x53\xa3\x74\xe1\xb1\xb8\xb9\x21\xc6\x14\x3c\xf6\x7d\xe1\x3e\x95\x4d\xba\x4f\x77\x7a\xaf\x09\xbb\x5b\x2e\xbb\xc0\x7c\xbc\x5b\x48\x49\x1a\x5d\x6f\x65\x07\x8e\x51\xbf\x1f\x79\xba\xef\xd9\x2f\xc7\x4d\x0b\x85\x0b\x87\xbb\x7a\x03\x80\xed\x76\xa9\x15\xad\x35\x45\xfd\x9e\xe0\xab\xde\xc5\xf5\x06\x9b\x0d\xd0\x57\xe4\x12\x45\x61\xd0\x43\x42\xe0\xf5\x46\xf4\x04\xed\x05\x98\x27\x57\x3a\xf4\x08\x25\x03\x35\xc2\x59\x94\x9d\x3d\x05\xee\x6e\xe7\xb8\x8d\x99\x04\x0d\x0f\xc8\xdf\x68\x0a\xde\xd8\x8f\x3f\xd2\x59\x17\x13\x25\x5d\x7a\xe9\x0e\x84\x7a\x4a\x34\x22\x25\xb3\xea\x05\x56\x5e\x5a\xbd\x7a\x51\x94\x57\x6f\xd4\xdd\x90\xaf\x5e\x9c\x65\x3f\x2b\xa0\x24\x9f\x1a\x60\x8d\x2d\x00\x24\x8e\x22\x28\x3c\x23\xa0\x32\x79\x98\x5c\x8c\x64\x1f\xe2\xd5\x24\xd9\xef\x3b\xd9\x67\x73\x65\xab\x9f\xbd\xb1\xea\x4a\x32\xd1\xfd\xce\x61\xb2\x0e\x64\xc5\x55\xb0\x7e\xb9\x76\x05\x40\xd3\xce\x8f\x74\x66\x86\x61\x62\xd4\xb4\xcd\x62\xf9\xcb\xf2\xf1\x28\x70\x9b\x7b\x1c\x4f\x6c\x10\x95\x62\x6e\x0f\x9b\xc9\x46\x7e\xe1\xf8\x87\xfd\xe9\x2c\xf7\x64\xee\xfc\x92\x6b\xc9\x72\xdd\xd0\x1a\x0b\x8c\xb9\xde\x2c\x0e\xa3\xe0\xd7\xb7\x3f\x39\x0c\xea\x79\x83\x20\x0b\x19\x07\xae\xc7\x37\x51\x28\x1c\x70\x06\x5c\x18\xf9\xdc\xa1\x70\xe4\x4e\x86\xd3\x4a\x3b\xac\xd5\xcd\x04\x1b\x2d\x35\xe4\x44\x27\xe0\x34\x97\x0d\x66\x9b\x5d\xe0\x47\x76\xee\x6e\x97\x5d\x39\x58\x5d\x39\x0b\xb9\xb1\x6b\xaa\x7b\xb0\xb9\xb9\x02\x26\x17\xe8\x58\x0d\x25\x17\x4a\x5d\xea\x82\x1d\x5c\x59\x5d\xdf\x8e\x12\x2c\xd5\xaf\x0d\xe8\xb6\x85\x56\xcd\xa5\x58\x5f\x56\xd1\xb1\x9d\xdf\xaf\x75\xaa\xa2\xd6\x71\x54\xdd\x61\x75\x2f\xd4\x35\x75\xd5\x14\x78\xfe\xea\xc5\x5b\x00\xc3\xcd\x18\xbc\x7a\x03\xcc\x35\x52\xe0\xe7\xef\x42\xc1\x41\x97\x59\x6a\xba\x05\xea\x7e\x5a\x3f\x95\x5a\xd7\xf6\x59\x76\xa9\x8c\x30\xf4\x59\x4e\x24\x52\x1c\xf9\x7d\x1a\x6e\x73\xc2\x0c\x33\xe5\xe9\xfd\x3b\xe0\x87\x8b\x8b\x37\x2a\x30\xa1\x5d\x20\x97\x73\x62\xbc\xc0\x97\xc0\xed\xf7\xc1\xe8\xc1\x3f\xbc\xa1\x37\xf4\x46\xe3\x47\x4f\x1e\x3d\xd1\x69\x9e\x12\xc0\x4a\x1a\x25\x0f\xbe\x5d\xf4\xc1\x70\x08\x3e\x4a\x2c\x58\x6c\xdd\x30\xe1\x46\xa6\x5a\xcd\xf7\x89\xc5\xf7\x09\xac\xf0\xb3\x15\xc5\x40\x81\x31\xef\x76\x75\x67\xc3\xec\xe9\xaf\xba\x7b\xe4\x7e\x2f\x0b\x3b\xee\x63\x7f\x03\xb5\xe6\x6a\x91\xfb\xc1\xef\x36\xf1\x18\x3c\x7f\xf3\x2b\x48\xae\x03\x01\x3a\x6b\xe5\xcf\xdf\x01\x7d\x03\x08\x78\x11\xf2\xf7\xf2\x49\x5d\xf9\x01\x5e\xfd\xf2\xe6\xbc\x0b\x0f\xac\xbb\x9b\xe3\x5e\x0c\x3a\xb9\xab\x42\x8e\x6d\x13\xa1\xeb\x9f\xf5\x73\xa7\xad\x02\x6b\xcf\xdb\xda\xed\x2e\xef\x73\x7f\xd4\x0e\x77\x6b\xec\xfd\xfd\x5c\x25\x17\x2a\xbd\x6e\x95\xd3\x07\x7b\xb9\xe4\xa4\xf6\xd6\x9d\xc8\x7f\xd2\x6e\xde\xb7\x55\x29\x4d\xfd\x42\x51\xef\x3c\xfc\x13\xff\xfc\xdd\xad\x11\x5c\x91\xf1\xf9\x3e\x23\x18\x0c\x87\xc3\xd1\x40\xfd\xbb\x18\x0e\xc7\xea\xdf\x7f\x6b\xf9\xf2\x7d\x9a\x2f\x59\x49\x98\xec\x51\x19\x61\xb7\x26\xc1\x43\xc0\x4d\x62\x14\xa5\x01\x3b\x96\x37\xd2\xc9\x08\x49\x73\x35\x5f\x05\xad\x29\xf6\x66\x11\xd9\xf3\x37\xbf\xfa\xc4\x7b\xfe\xe6\x57\xeb\x9d\xa2\x37\xe2\x69\xe6\xb7\x27\x41\xde\x0e\xdf\xe5\xd4\xbb\xf7\x47\xad\x7f\x66\xd2\xd1\xbe\x7a\x01\x12\xad\xc9\x24\xde\x05\xe7\xea\xef\xab\x17\x5d\x98\xe7\x1b\x25\xf8\x5f\xbd\x50\xc6\xb7\x49\x8f\x0b\x93\xd7\xca\x58\xcd\x33\x86\xa4\xcc\x3e\x08\x95\xba\x1d\x3f\x45\xef\xd0\x87\xaa\xd8\x20\xf9\xbe\x50\xea\xa3\x91\x58\x5b\x21\xdd\x39\xda\x62\x12\xaf\xb5\xf7\x68\x7c\x3c\x84\x4b\x2c\xaa\xe2\xbe\xd3\x4c\xba\x2d\x63\xd3\x1a\xe7\xe7\xcb\xaa\x5b\x0a\x9d\x3e\xd7\x3d\x49\x29\x65\xbf\xbb\x53\xd3\x10\x7a\xec\xee\xa0\x52\x9b\x6b\xae\x1c\xb7\xc7\x90\x4f\x9d\xaa\xee\x64\x64\xb4\x78\xcd\x6c\x75\xc5\x0d\xa3\x41\x3c\xd7\x07\x15\xa0\x4e\x5d\xd7\xa9\x9e\xc0\xf5\xb7\xa9\xa4\x73\xa1\xa9\xaa\x32\x49\x4f\x42\x72\xe9\xc7\xfa\x5a\x77\xba\x8e\xcd\xf3\x85\xe4\x53\x63\xc0\xa9\x8e\xf8\x08\x92\x6b\xc2\x9b\xc7\xb7\xa6\xe5\x8d\x47\xdd\x7b\xfd\xa5\x5c\x72\x0f\x52\xbc\xcd\xf9\x8c\x23\xed\x76\x4f\xe9\xa9\xd1\xfd\x6a\x9e\xbf\x97\x7c\x49\x8c\x91\x75\x86\x09\xe8\xee\x7a\x34\x16\x9b\xd8\x14\x68\x9d\x6c\xbd\x4f\xdc\x78\x6c\x4b\x5d\xf5\x88\xd5\xf1\xad\x75\xc8\xf1\x80\xea\x2b\xf7\xad\x72\x69\xfc\x7f\x3d\x23\xff\x24\xe7\x56\x8a\x8b\xb4\x39\xcf\x45\xd3\x61\x16\x7d\xfe\xa4\x78\xe3\x40\xe5\xf1\xaf\x24\x38\x43\x1f\x6e\x54\x12\x2d\xdb\xd1\x49\xa7\x47\xe7\x55\x97\x12\x46\x21\x69\x8c\x3c\x14\x8b\x15\x55\x64\x69\xa2\xf4\x1d\x15\x9e\x91\xa5\xc7\x38\x01\xa7\x3a\xc0\xff\x34\x39\x0d\xd3\x70\x26\xf3\x1d\x97\xdd\xaa\xcf\x61\xb1\x65\x9b\xb9\x32\xf8\xf1\xae\x54\x48\x58\x70\xf4\xf1\xa2\x04\xf9\xcf\x57\x88\x2c\xb1\x03\x74\x07\x3c\x03\x43\x1a\xed\x26\x2b\x74\x96\x51\xa8\x01\x57\xed\x79\x85\xac\x58\x97\x9d\xba\x5c\x38\x8e\x82\xf3\x15\xbd\x7a\x5d\x0b\x3e\xab\xd2\x7a\xb7\x85\x9d\xf5\xc8\x13\x54\xef\x18\x59\x07\xf4\xf4\x5e\x8c\x3a\x99\x4e\xd7\xb8\x02\x77\xb6\xbb\x19\x67\x49\x6a\x15\x02\x0a\x01\x14\x6d\xdd\xdc\x16\xe4\xa0\xee\xab\x49\x29\x1a\xd1\x39\x52\xa1\x84\x68\x29\x27\x62\x8d\x82\x67\x79\xe8\xb9\xc8\x8c\xba\x11\x26\x81\xfe\x61\x00\x60\x16\x76\x25\x6e\x6e\xb4\x4f\x5a\x1d\x5b\x2b\xf4\xda\xa4\x1d\x85\x1d\x20\x66\xe9\x93\x74\xf6\xa4\xf2\x99\x15\x13\x27\x6e\xf6\xd9\x92\xbb\x01\x7c\x5f\x5c\x6f\x54\xea\xd2\x33\xa7\xeb\x70\x7d\xd1\xa5\x47\xc2\x75\xc7\x7b\x80\xb4\xaf\x2b\x81\xc2\x3d\xaa\xaa\xa9\x63\x10\x5f\x09\xbc\x36\x2c\xb1\x00\xc5\x64\x25\x6b\x64\x9c\x02\x7f\x10\x83\x35\x46\x3c\x66\xd5\x37\x13\xe4\x0a\xd4\xd5\x3b\x38\x45\xad\x49\xa5\xd7\xe2\x42\x65\x81\xb9\x7b\x05\xcd\xe8\xea\x85\xf5\x58\x5c\x7f\x66\x78\x49\x4e\x5f\xcc\x79\x48\x49\x8e\x80\x2e\xe4\x80\xb4\xc2\x5f\x45\xf0\xf9\x9b\xaf\xcf\xaa\x01\x95\xe8\xc9\x02\x0a\xdc\x71\xb7\xd6\xe5\x6a\xd8\xed\xd4\x85\x98\x79\xb9\x51\x3a\xec\x4f\xca\x31\xc7\xa3\xca\x98\xe3\x91\x1d\x73\x3c\x9a\x8e\xb7\x73\x86\x03\x4c\x44\x88\x22\x3e\x06\x26\xf0\x1b\xa8\xf0\x9a\x1d\xe4\x76\xe2\x36\xd3\xf5\x84\xbb\xf0\x7e\xdf\x41\x13\xf0\x7f\x06\xaf\xd5\x5c\xab\x5e\x83\xa9\xcf\x5d\x98\xcf\x6d\x84\x61\x6e\x93\x8c\xc0\xed\x4a\x49\x16\x3e\x46\xbb\xa6\x38\x43\x4d\x5b\xea\xdc\xf1\x20\x0a\xb9\xf8\x74\x87\x89\x8f\x74\x88\xfa\xd6\xbe\x1d\xaf\x9a\xa0\xa2\x8a\x9b\x10\x19\x46\xc1\x2f\x24\xba\xae\xcd\xe3\xa8\x8d\x3a\x78\x3c\x94\x23\x0b\x49\x98\xcf\x79\xe8\x6f\x77\x3b\xb9\xe0\xd4\x5d\xf9\xdf\xd3\xea\xf4\x73\x13\x3c\xbd\xb9\x19\x29\xda\xab\x28\x27\xf5\x26\xa1\x8e\xf9\xd4\x61\xef\xf2\x8e\x12\x9a\x6f\xc1\x1a\x07\x21\x1a\x6c\x50\xcc\x31\x18\xff\xfd\x1b\x7e\xb9\xec\x7d\x58\x47\x84\xfb\xea\xe2\xf7\xf1\xe9\xe9\xd5\xd5\x95\x77\xf5\xd0\xa3\x6c\x79\xfa\x60\x38\x1c\xca\xbe\x80\xde\x55\x18\x88\x95\x0f\xbe\x02\xbd\x15\x96\xea\xb8\xfa\x79\x19\xe2\xab\xef\xe8\x07\x1f\x0c\x7b\xc3\xde\x57\xbd\xaf\xc0\xb7\xdf\x6c\x90\x58\xf5\x02\x1f\xfc\x3c\xea\x8d\x2e\x9f\xac\x1e\xfc\x36\xfa\x61\xf4\xe7\xfa\x51\x6f\x68\x1e\x1e\xff\x09\x4e\xbf\xfd\x46\xc2\xfc\xf6\xef\x30\xe9\x4b\x84\xae\xef\xbc\x2b\xd1\x93\xc1\xc3\xc1\x93\xc1\x43\xbb\xfd\x2b\xc4\xd4\xe5\x52\x77\xd7\xf4\x43\x6f\xf8\x75\x6f\x38\x1f\x78\xc3\x27\xbd\xe1\xc0\x1b\x79\xc3\x47\x03\x6f\x24\xdf\xfe\xe4\x0d\x1f\xf4\x9e\x78\x5f\xcb\x6f\x0f\xbc\xe1\xe3\x81\x37\x7c\xe8\x8d\x1e\xea\x3f\x5f\x5f\x7a\x5f\x8d\xe6\xc3\x9e\x37\x7c\xec\x0d\x1f\x79\xc3\xaf\xf5\xbf\xd5\x13\xf9\xda\x1b\x3e\xee\xc9\x4f\x5f\x0f\xf4\xb7\x81\x37\xfc\xfa\x72\xa0\x2a\x0c\x34\xa0\xd1\xc0\x1b\x3d\x92\x90\x06\xde\xe8\xeb\x9f\x1e\x79\xc3\x91\x37\xfc\xfa\x99\x37\x7a\xf4\x40\xfe\xaf\x37\x54\xff\x3d\xf4\xbe\xfa\xaa\x37\x5c\xc9\x8a\x7f\xfe\xfc\xb0\xf7\x70\x35\xba\x7c\xf0\xc3\xc3\xdf\x1e\xfe\xb9\x1e\xaa\x87\xd1\x0f\x0f\x7f\x7b\x62\x61\x6b\x57\x45\xa7\x02\xaf\x37\xea\xe6\xc0\xfc\xae\xf7\x9d\x25\x0d\xf8\xe1\xe2\xe7\x9f\xbe\x43\x8c\x7b\x49\xc3\xce\x36\x0c\xc6\xe0\xff\xfc\xf7\xeb\xff\x7e\xf1\x8f\xd5\x7b\x00\x67\x11\x9d\xbf\x1f\xff\x7d\x0b\xb8\x8a\xf6\xe1\x60\x3c\x99\x42\x7d\x13\x82\xde\x0e\x1f\x4f\x26\x4f\x20\x08\xc2\x4b\x30\x85\x93\xaf\x21\x50\x76\x90\x34\xbe\xd1\x12\x0f\x22\x74\x4d\x63\x69\xfc\x4d\xfe\x31\x85\x93\x21\x04\xff\xf3\x3f\xa4\xd7\x93\xcf\x23\x38\x19\x7d\x05\x01\x8d\x45\x84\x95\x75\x88\x22\x8e\xd3\x32\xb2\xc4\x57\xd6\xd3\x14\x82\x15\x52\xd7\xfe\x83\xb1\x2a\xb9\xfb\x3b\x5c\x63\x81\xc6\xdb\xb5\x1a\xa4\x3e\xce\xd8\x8c\x45\x6f\x35\xab\xdd\xc3\xad\xac\x50\x73\xd0\xf3\xf3\xcc\xc0\xc5\x6c\x71\xb5\xfa\xf0\xdf\xc3\x6e\x33\xd0\x86\xcd\x4f\x81\x3f\xeb\xf7\xc7\xa0\xf2\xce\xb3\xec\xd6\x20\x14\xbf\x3b\xff\x2d\x7e\xf0\xd5\xbf\x2a\x11\x0a\xa4\xa1\xce\xe8\x95\xa4\x5b\xca\x44\xf6\x67\x26\x65\xdb\x9c\xc5\xeb\x19\x80\x40\xf7\xbc\x84\xfc\x47\x10\xe8\xfb\xc4\x06\x5a\x8c\x6b\x3b\x02\x4e\x26\x66\x2d\x4c\xe1\x44\xaf\x06\xf3\x79\x3a\x85\xdb\x32\x08\x8c\xe6\x2b\x00\x27\x93\x07\x43\x38\xb1\x9a\xe5\x60\x3a\x9d\x6a\x80\xc5\x4a\x43\x08\x7a\x3d\xbd\x9a\x9e\x40\x10\x85\x6a\x59\x0d\xd3\x15\x38\x79\xf0\x44\x82\x7b\x0c\x41\xb8\x00\xe6\x17\xfe\x23\xf9\x15\x92\xb9\xfc\x39\xfa\x1a\x3e\x81\x93\xa4\x89\x29\x2c\x37\x0f\x81\x56\x9e\x40\x56\x08\x84\x7c\xa0\x6d\x27\x60\x5e\xc9\x6f\xd6\x12\x97\x3d\x79\x24\xbb\x44\xde\x0f\x04\xcd\xf0\xa1\xa2\xe1\x14\x42\x64\xc3\x8f\xe1\x04\x20\xb6\x54\x23\x2c\xa3\xc4\x8c\x2e\x19\xa1\xa4\x70\x5d\x25\x42\x33\x1c\x49\x24\x56\x10\x79\x1a\x6e\xa7\x56\xc9\x2e\x19\x94\x85\xa9\xaf\x1a\x2a\x3c\x86\x4f\x92\x3a\xf5\xb0\xe4\x6c\xc7\x42\x60\x36\x58\x63\x12\xd7\xce\xf5\x8c\x06\xd7\x55\x33\xad\xba\x62\xa6\x8c\xe3\xb9\xf1\x01\xd9\x8c\xd3\x7a\x6b\x33\xcd\xb4\xd6\x6a\x54\xa8\x20\x42\xa1\x3c\x89\x85\xe2\xbd\xde\x33\xeb\x5e\x19\x8d\x42\x35\xbb\xc9\x65\x7e\xca\xfa\x2b\xe1\x31\x43\xb9\xec\xe1\x06\x91\x2a\xb2\x02\xb3\x78\xbd\xc1\x6c\x10\xe1\x85\xe8\x09\xb4\xec\x81\x02\x6c\xed\xb2\x79\xae\x71\x92\x91\x47\xb1\x0b\x3a\xa7\xfc\xb9\x2a\x6c\x77\xe5\xab\xe6\xee\xd8\x83\x47\xcb\x5e\xc8\x07\x2b\x1a\x45\xf4\x4a\xfe\xe2\x6b\x14\x45\x3d\x42\xb5\x65\xa9\x72\x69\x2f\x28\x5b\x83\x9a\x1e\x84\x41\x7d\xbb\x79\x7a\xc9\xcf\x42\x59\xe0\xcd\xe8\x07\x1c\x0c\xcc\xec\xa5\x3d\xa9\x9a\x97\x6e\x20\x14\x09\xf5\x42\x12\x85\x04\x0f\xb2\x0c\xa0\xbc\x0a\x62\x13\x86\xcc\x7a\x49\x2b\x59\x54\x61\x02\x22\x41\x05\xc6\x9b\x20\x6e\x50\xc8\x7a\xef\xe8\x6c\x20\x17\x78\x02\xb9\x66\x7a\x70\x86\xfa\xff\x9f\xbd\x37\xdf\x6e\x1b\xc7\x12\xc6\xff\xaf\xa7\x60\xb1\x7f\xbf\x94\xf4\x85\x92\x25\xdb\xd9\x5c\xe3\xa9\xcf\xb1\x93\x4a\xd2\x71\xe2\x8a\x9d\x4a\xa7\xd3\x39\x73\x20\x12\x92\x10\x53\x84\x0a\x00\xbd\x24\x95\x73\xe6\x1d\xe6\x0d\xe7\x49\xbe\x83\x85\x24\x48\x02\x5c\xb4\x39\xa9\x76\x9f\x33\x53\x31\x45\x02\x17\x17\x17\x77\xc3\x5d\x06\x22\x15\xc7\x3c\x99\x9c\x4e\xe7\x19\x1f\xb2\x32\x52\x85\x2d\xe3\x8f\x38\x41\x71\x36\x26\x23\xb7\x15\x5f\x49\xcf\x62\xae\xd6\xf5\xc7\x84\xa9\xea\xdf\x7b\x9a\xb3\x4d\x11\xc1\x47\x2b\xa3\x2d\xd2\x4c\x36\x40\x46\x3b\x95\xcc\xa7\x80\xd5\xd6\xb8\x16\x61\x65\xad\x91\x7d\x28\x3b\x99\x34\xc6\xb7\x6a\xf0\xd0\x4f\x3b\xa0\xe4\xb9\x05\x0e\xa0\x5d\x16\x95\x78\x8b\x08\x07\x73\xe9\x14\x13\xf6\x3c\x58\x0d\x9a\xca\xcf\x96\x38\xa0\x4b\x9c\x4b\x2e\xc6\xcd\x87\x50\x44\x41\x54\xc0\xdb\xf2\xe8\xd3\xde\x38\x0e\xc3\xde\x28\x84\xb0\x30\x61\xba\x79\x94\xf5\x18\x18\x85\x30\xa3\x7d\x79\x17\xce\x71\x8f\x09\x4b\xf4\x27\xf5\xe7\x11\xa4\x7e\xd2\x08\x38\x13\x58\x72\xe7\xf8\xef\x30\x50\x85\x3a\x3e\x26\x9a\x40\x6e\x90\xdc\x53\x6d\xac\x8f\x52\x25\xa0\x8c\xa0\x39\x0c\x2c\xfa\x8d\x8f\x67\x73\x1c\x49\xc2\xe2\xa2\x7c\xe8\x7d\x70\x25\x26\x6b\xf4\x9b\x02\xc1\x9a\xc6\xe1\xf0\xf4\x46\xd7\x62\x28\xae\x66\x10\x3c\x17\x92\x38\x39\xa2\x86\x91\x5f\xa9\x9f\x9a\x91\xe3\x82\xf3\xcb\x30\x13\x33\x00\xa7\xc9\x6f\xed\x20\xb8\xef\xb9\x5c\x17\x4b\x89\xe1\x25\xa0\xcc\x79\x72\x51\x71\xd0\x17\x82\x5c\x36\xa6\xee\x87\x80\x32\xa5\x90\x33\x64\xc5\xe5\x19\x5a\x04\x97\xc5\x95\x1c\xc8\x02\x51\x90\xd6\xa9\x69\x39\x5d\xcc\xb4\x28\xa5\x7b\x35\x27\x2b\x0e\x0a\x31\x1f\xe9\xfc\x4b\xb6\x63\x98\xf2\x50\x73\x3b\xc1\xbe\x0a\xa9\x19\x3e\xf2\xb6\x35\x26\xa9\xd9\x97\x1c\xfd\xb9\x5f\x9b\x82\x9f\xc1\x37\x2c\x8d\x6f\x56\xf0\x1a\x28\xca\xf9\x81\xcd\x44\x65\x40\x4a\x19\x82\xf4\x00\xd8\x14\xbb\x66\x08\x96\x06\x4c\x61\x6c\x49\xa2\x42\xc1\x49\x88\xd4\xf5\x5c\x15\xe0\xb7\x12\xfc\xd5\xcd\xd0\x04\xb1\x8d\xa7\xbf\xef\xb9\x50\x97\xde\xaf\xb0\x93\xce\x54\x77\x1e\x56\xb1\x73\x5c\x9b\x92\x57\xe3\xbd\xb1\xbc\x14\x6f\x8a\xf2\x84\x33\xb8\xc7\xc7\x5b\x47\x47\x5b\xef\xdf\x3b\xcf\x9e\xed\xcd\x66\x7b\x42\xba\x48\xc2\x5a\x70\xfb\x2d\x78\x8a\x43\x23\x95\x24\x16\x74\x01\x68\x2d\x06\xd7\x55\xd9\x07\xfc\x9f\x63\x44\xb4\x35\x24\x8d\xd4\x4f\xa4\x47\xa2\x15\xf1\x14\x4c\x70\x3b\xf8\xb9\x97\x29\x23\x58\x64\x1b\x6a\x47\x67\xd7\xfb\xe0\xbe\x34\x98\xb7\x7b\x55\x9b\x59\x18\x17\x24\xf6\xda\x94\xc0\x71\x62\xae\x29\x1f\x6c\x25\x0b\x4a\x95\x36\x55\xa9\x4f\x6c\xe9\x9e\x9b\x02\xf6\x3b\x08\x63\x98\x18\x73\x8f\xb8\xe5\x45\x26\x90\xe3\xee\xbf\x46\x21\xc8\x54\xd3\xf2\x31\xaa\x99\xa3\xb8\xce\x61\x69\xc6\x5a\xf2\x31\x51\x7c\xf9\x9c\xec\xe6\x04\xc7\x32\xd4\x12\x5c\x47\x60\x86\xfc\x9b\x25\x96\x9d\x6f\x95\x58\x76\x36\x4e\x2c\x3b\xab\x27\x96\x9d\x0a\xa1\x58\xcf\x5c\xed\x7a\x58\xd5\x9c\xdb\x36\xef\xd3\xd0\x00\x4c\x9d\x35\x54\x3f\x9d\x36\xdb\x2a\x9d\xc3\xd2\xc1\xbb\x94\x8b\x78\xcd\xed\xa4\x2d\x1e\xe2\x97\xff\x3c\x7f\x78\x38\xbd\x77\xff\x9b\x74\xb9\x0b\x9c\x2c\x8d\xd4\x9b\x72\xbe\x1f\xc6\xd1\xe5\x6c\xf6\xfe\xb7\x3a\xe7\x7b\xf6\xaf\x5b\xc7\xfb\xad\xe3\x7d\x3d\x8e\xf7\xe1\xb6\x2e\x65\xca\x47\x84\xc6\xa3\x08\x5c\xb8\x7c\x73\xf2\xbc\x74\x03\x1e\xfb\x9b\x70\xd3\xc3\x5a\x2f\x7d\x8d\x15\xf7\xd7\x74\x93\x8b\x6e\xfd\x4b\x38\xc8\x6d\xda\x9d\xfd\xab\x82\xfb\xf6\x94\x01\x22\x6a\x56\x57\xba\x70\x6d\x96\x5b\x71\x03\xf9\x50\x7c\xa4\x46\x66\x5a\x95\x2f\x36\x67\x92\xe7\x66\x19\xa7\xb9\x47\x0d\x75\xe2\xc5\x10\xd8\x02\x85\x49\x36\x54\x05\x0e\x5b\x60\x31\xb7\xbe\xf6\x68\x6c\xae\x90\x79\x45\x1e\xbc\x46\x2a\x3b\x22\xe8\x42\x44\x58\x56\x52\x98\x8e\x06\xa9\x9c\xb9\x81\xfa\xb0\x19\xd5\x34\xd3\x59\x8d\xe4\x95\x04\x50\x16\xa4\xa1\x9d\xb4\x9a\xf1\x8d\x4a\xfe\xb0\xf8\x15\x80\xe3\xa4\x7e\xcc\xa6\xb7\x3e\xeb\xbf\x0c\xf8\x98\xc7\xa5\x51\xec\x1b\x7c\xa9\x3b\x6d\x5d\xf4\x05\xc7\xae\xb6\x22\x44\x7b\x43\x9d\xea\xa4\x01\xfd\x4b\x13\x27\x95\x61\xa8\x6d\xdd\x4f\x26\xc4\x63\xc3\x61\xf2\xae\xe6\xe6\xe7\xd1\x82\x9c\x56\x8e\xe6\x86\xae\x66\xbb\x77\x2e\xf5\x82\xee\xea\xf7\xd7\x54\xe1\x52\x80\xff\x5e\xf8\x2d\x5e\xe1\xc6\x8e\x37\xab\x17\x77\xb7\x42\x03\x69\x31\x98\xcd\x00\x6f\xe6\x7f\xc8\xf1\x9d\x16\xae\xaa\xe4\x13\x11\xc4\x53\xeb\x84\xa8\x76\x12\x14\xd9\xdf\xc2\xde\xac\x02\x50\x56\x29\xa1\x4f\x5e\x8d\xe9\x66\x1e\x88\x0a\x47\x58\x33\xa7\x47\x3d\x27\x6f\x76\xf9\xb3\x38\x5f\x5e\x9a\x2b\xbf\x81\x3e\x8c\xd4\x3d\xd9\x37\x73\x41\xab\x5d\xc0\xde\xf3\x5c\x02\x2f\x20\xa1\xb0\xa4\x75\x28\x9f\x7b\xde\x08\xdc\xc0\x55\xab\x85\xf5\xee\xe8\x2a\x32\xaa\x62\xbd\x0d\x45\xc1\xd9\xf5\xbc\xe9\x20\x89\xf0\x80\xd4\x27\x68\x9e\x10\xcb\xb7\x7e\x55\xd8\xf0\x6e\x65\x1d\xb7\x28\x65\xf7\x2a\x13\xd8\x5e\xcb\x7d\xdc\x2a\x6f\xde\xbe\xfb\x3b\xb6\xba\xf1\xbe\x01\x57\x2f\x23\xf1\x2a\x7c\x92\x2b\x72\xf7\x6e\x85\x78\x4d\x19\x1a\xd5\x51\xc1\xc7\x7e\x74\xf0\x74\x27\x34\x3b\x26\xff\x0d\x9c\x90\xdb\x37\xe5\x84\x1c\xb6\x77\x42\x0e\xd7\xea\x84\x1c\x7a\xd6\x43\xf9\xdd\x3b\x21\x95\x0c\x12\xb5\x6f\x42\x3c\xc9\xe0\xce\x69\xb3\xc2\xb2\x2f\x85\x4b\x16\xa2\x54\x4c\xbe\xc9\x8f\x06\x75\xf6\x26\x59\x12\xe7\x25\xcb\x73\xa4\x74\x0f\x36\xcc\x93\x2e\x2f\xc0\xbd\xe3\x60\x88\x97\x48\xbe\x61\x60\x44\x85\x6f\x55\x2e\xc1\x90\x7f\x63\x08\xa3\x28\xb1\x93\x07\x6d\xc2\x9b\xfa\xc9\xd5\x52\x43\xe2\x51\x11\x67\x92\x93\x1c\xa6\xc7\x47\x63\x2e\xc6\xe3\xf3\xfa\x02\x92\x0b\x04\x2f\xab\x0e\x7c\x59\x56\x2e\xb8\x24\x25\x93\xd6\xbb\xa2\x97\x78\x42\x9b\xae\xa6\x78\xa8\x56\x9f\x25\x65\x39\x05\x0d\x4f\x93\xb9\x3d\xd7\x66\x8e\xcd\xf0\xe2\xec\xc1\x80\x46\xb4\xe1\xf5\xed\xb6\xe7\xd2\x8b\x49\x6f\x0e\x38\x37\x17\x39\x76\x1f\x8b\x12\x2c\x8e\x42\x28\x64\xa9\xdc\x65\xd9\xe5\xb6\x5a\x20\xbb\x0d\x52\xdb\x9a\x6a\xb0\x56\x53\x54\x36\x48\xf5\x71\xc4\x00\x8a\xa0\xc1\x1a\xa9\xf9\x52\xd3\x79\x2d\xaa\xbd\x58\x2f\xa2\xf7\x06\x83\x46\xea\xbc\x5b\x75\xcf\x25\xf8\xd0\x1c\xf8\x39\x13\xf9\x54\xb4\x84\x75\x9e\x48\x94\x56\x38\x47\xe7\x45\x31\x17\x8f\x8a\xb7\x67\x07\x8e\x6c\x30\xeb\x88\xd5\x39\x73\x22\x4c\x66\x18\x38\x01\x60\xc0\x19\x13\x3c\x73\x46\x10\x45\x13\x87\xc2\x48\xd4\xf7\x66\x53\xe8\xc8\x20\xf7\x7e\x03\x29\x65\xd0\xd6\x72\x48\xda\x1d\xec\xae\x09\x49\xaf\x30\x73\x9e\x8a\xb6\xcc\x4b\x62\xe8\xdd\x14\x30\xe7\x1a\xc7\xff\xfa\x89\x40\x27\xc4\xf8\x9c\x63\x63\x8c\x89\xe3\xe3\x38\x0c\xa2\x7f\xfd\xc4\x9c\x11\x94\xed\x50\xfb\xce\x73\xe6\x40\xc4\xa6\x90\x38\x01\x86\x54\xfc\x08\xaf\x10\x65\x0e\x26\x7c\x0c\x07\x10\xd9\x30\x3a\xcb\xc0\xe7\x38\xa5\x10\x3a\x68\x45\xf8\xdc\x59\x23\x3e\x0f\x52\xa8\xcb\xbc\x34\x0f\x89\xaa\xe1\x90\x64\xf9\xb7\xba\xd2\x6a\xb0\x27\xef\x71\x4c\x0c\x49\x18\x14\x32\x86\xa2\x09\xed\x8b\xe9\x13\xdb\xdf\x34\xe9\xc1\xe1\x4b\x47\xc2\x58\xa3\xfb\xf2\x6d\x14\x3b\x36\x27\xf8\x02\x05\x50\xd0\x3f\x81\x7f\xc4\x88\xc0\xc0\x99\x43\x32\x43\x54\x76\x97\x70\x0e\x39\x4f\xf1\x05\xad\x10\x07\x04\x33\x14\x21\xca\x54\xf7\x80\xb1\x28\x5d\xe3\x20\xea\x80\x48\x1e\xb5\x45\x76\x7b\x41\x6c\x9d\x28\xd0\x41\xb4\x19\x9c\x5d\x22\x36\x95\x38\xa2\x88\x41\x1d\x49\x9c\xd8\xb9\x02\x22\x0b\xf9\x34\xf0\x1b\xb4\x43\x4a\x7b\xaa\x5e\x09\x0f\x3d\xc5\x33\xc8\xa6\x9c\x2d\x5c\x8a\x0e\xc9\x04\x47\x93\xbe\xd9\x3f\xda\x68\x89\x66\x07\xca\xae\xc1\x1a\xe5\x47\x2d\xa9\x6b\x97\xab\xc3\xc6\x87\xd0\x4b\xbf\x25\xc6\x66\x53\xc6\x30\x27\xd0\x28\xfd\x28\x03\xfe\x79\x8f\x11\x95\x1b\xa6\xd2\xa9\x7c\x91\xde\x94\xb9\xcd\x1e\xaa\xd7\x4f\x85\xb7\x4f\x77\x97\xb5\xba\xc1\x6d\xef\xa8\x59\xdc\x20\xca\x94\xaf\x66\xda\x9a\xca\xf7\xda\xbc\xa6\x76\xf0\x2a\x26\xec\xe1\x73\xf8\xdd\x57\x17\x48\x32\xe6\xda\xa0\x7b\x2b\x4d\xaf\xdb\xb4\x59\x39\x38\x78\xfb\xf9\xde\x67\x64\x76\x75\xcd\xb5\xe8\xbb\x75\xf8\xb8\x74\x8d\xd6\x14\xfa\x5c\xe6\xea\x09\x72\x13\xbf\x9b\xed\xd8\x1f\x2a\x32\x6e\x70\x07\x65\x3a\x8d\x29\x3c\xf9\x2b\x8a\xd4\xc3\xd5\x18\x4e\x73\xda\x24\xaa\xb8\x75\x29\xc5\x59\xb5\xcf\x96\x6c\x75\x01\xf2\xbd\xe4\xad\xbb\x35\x51\x6d\x22\x1d\x56\x66\x98\xcb\x5a\x96\x96\xf4\x73\x3d\xa6\xcd\x74\xcf\xa7\xbc\x62\x98\x94\x2e\xdd\x92\x1b\x6f\xdb\xfe\x54\x45\xfa\xb8\xb7\xb9\xea\x2b\x0b\xc2\x93\x67\x7b\x15\x61\x78\x4d\x43\xee\x04\xd9\xa4\xd3\xd4\x92\xa2\xa2\x42\xbe\x7f\x32\x4b\xbb\x9e\x12\x4d\xd1\x95\xe5\xea\x07\x6b\x5d\x67\x39\xfe\xc5\x18\xea\x90\xb4\xc7\xa8\xbe\x30\x5c\x21\x5c\x47\x80\x01\x9f\xdb\xee\xa4\x0e\xb4\x40\x7b\xb3\xba\x6c\xc4\xb7\x9d\x31\x9e\x1f\xa0\x54\xa1\x81\x56\x60\x77\x04\x82\x89\xb0\x08\x2e\xa7\x88\x41\x1b\xcf\xc8\x95\x91\xca\x2e\x73\x1a\xd0\x9a\xe2\x8e\x14\x02\xe2\x4f\x7b\x23\x7c\xa5\x85\x30\x88\x67\x67\x7c\xf3\x3c\x77\x1e\x02\x1f\x4e\x71\x28\xf4\x82\x4c\x84\x46\xf3\x98\x1d\xe6\x22\x1c\x66\x71\x16\x53\xa9\x8d\xa0\xdd\x2c\x9d\x8a\xa7\x8e\xee\x92\xed\xf7\xa5\x3c\x96\xbc\xc5\x99\xc7\x61\xd8\x23\xa2\x7e\xb1\x78\xec\xe3\xd9\x1c\xf8\xd2\x3a\xb7\x31\xe3\x0d\x84\x78\xcc\xc1\x04\x45\xca\xef\x59\x4e\xc4\x47\x9f\xa1\x52\x59\xdd\x42\xba\xbd\xb6\xd3\x99\xb8\xe1\x2f\x9e\xf2\x6f\xd2\x27\x7e\x4c\x08\x8c\xd8\x89\xba\x5e\x37\xde\x20\xae\xa8\x16\x40\x72\xcd\x86\x28\x5b\xa0\x0a\x00\x37\x9b\x7b\x63\x8c\x59\xc3\xc8\x94\xed\xc5\x22\x0c\x2d\x23\x59\xd3\xf0\x33\xbd\xca\x30\xfc\xf3\xa3\x76\xb9\xeb\xad\x41\xd0\x34\x1d\x7e\x2c\xd1\xf8\xfa\xb9\xbc\x2a\x71\x8f\xc5\x5f\x8e\xfc\xd3\x0c\x9d\x78\x05\xc9\x50\x9f\x35\xc2\xb8\xf2\x6a\x09\x8b\x6d\x94\x10\x85\x55\xe8\xc8\x4a\x05\xad\x19\x94\x4f\x78\xd4\xaf\x40\xc8\x0b\x59\x83\x66\xfd\x40\x24\xcd\x63\xcd\x60\x68\xbf\xb6\x05\xa5\x18\x55\x75\x78\xf2\xd6\xac\x5f\xd9\x3f\x91\x0d\x35\x5a\x99\x20\xa6\xd5\x2f\x10\x45\xab\x64\x53\x26\x28\x7a\x22\x6b\xcc\x78\xab\xed\xe3\x88\xab\x67\xae\xe7\xe2\xe8\x30\x44\xfe\x79\xc2\xe7\x76\xb4\x9b\xbb\x24\x94\x53\x0e\xeb\xab\x1b\x2c\xfe\xd6\x40\x5c\x0c\xb9\x13\xcc\xf0\x81\x5e\x0f\xb0\x30\x80\x16\x0a\x51\x77\xdf\xb3\x63\x0b\x33\xd8\xb6\xe4\x9c\x5a\x05\x96\x60\xf7\x8a\xdf\xd6\x24\x4b\xa8\x6b\xe0\xbc\x0b\x25\x91\x59\xf5\xe1\x6c\x46\x0f\x8c\xfa\xbc\x27\x1b\x1d\x5b\x94\xfd\xc2\xb6\x25\x75\x47\x18\x20\x8c\x1e\x14\x03\x61\xff\xf7\xbf\xff\x27\xff\x1e\x8c\x82\xf2\x5b\x0e\x1e\xe7\x94\xc2\xb2\x2c\x35\x69\x3a\xf5\x91\xb2\x8d\xce\x2b\x87\x6a\x4e\xe0\x45\x72\x58\x73\xf6\x73\x82\x11\xfe\x02\xc2\x92\x51\x99\x08\xfa\x3f\x8c\x7e\xd4\x05\xb8\x07\x87\x26\xe2\xd4\x5d\x05\x8d\x7a\xc1\x08\xc9\x7f\x2e\x04\x49\x1a\x3d\x60\x26\x08\xa9\x3d\x98\x0d\xef\x6a\xc4\xd7\x31\x93\x45\xc2\xe3\x6e\x5e\xcb\xcf\xba\x29\x6e\x42\x31\x35\x31\xca\x14\x80\xa2\x8a\xa8\x37\xab\x2c\x96\x84\x4a\x6d\x08\xfd\x9d\xec\x8f\xd3\xa4\x49\xb2\x54\x4e\x4a\x73\xac\x41\x27\xb7\xa3\xf8\x18\x32\x60\x8d\x4e\xb7\x65\xac\xcd\x20\x03\xf6\x25\x35\xbe\x69\x58\xd5\x86\xad\x70\xcb\xaa\x57\xd6\x62\xb3\x1a\xb9\x18\x57\x83\xa2\x2a\xa4\x98\xa3\x19\x66\x73\x76\x6d\x8e\x66\x30\x30\xac\xe9\x4e\xd5\xe7\x82\xb4\xb8\x89\xe9\xe6\xc2\x83\x39\x59\x69\xc7\xd7\x2e\x2f\x5c\xf3\x55\x5b\x7e\x8e\xc2\x2a\xcf\xa6\x88\xaa\x40\x04\x87\xff\x4b\xdc\x82\xf1\x2d\x92\xd7\x8f\x11\x76\xf8\x36\x3a\xd9\x5e\x19\x6f\xe4\xec\xec\xb4\x7e\xe7\x96\xb9\xa8\x5a\xb2\x78\x44\xfe\x3a\xa4\xdd\x15\xca\x0d\x55\x31\xf8\xc7\xef\x9f\x9e\xcd\xa7\x07\xd3\x6f\xe5\x06\x65\xd9\x1b\x8b\xb5\xdd\xac\x7c\x7b\xf7\x10\x65\x19\x80\xe8\x53\x4c\x46\x28\x08\x44\x30\x40\x93\x9c\xd2\xe1\xb6\x58\x94\xe8\x0b\xb1\x35\x4e\x3e\x4e\xf9\x4f\x3e\x80\xac\x75\xe0\x0b\xb7\x3f\x5a\xa5\xb9\x56\x30\x46\x61\xf2\x44\x56\xa3\xa0\xec\x74\x5c\xc4\xd7\xd7\xda\xad\x97\x90\x5d\xbf\x9f\x93\x36\x8b\xf0\x2d\x8d\x98\x96\xf2\xbf\xbd\x12\x48\xbf\xf5\xbc\x2d\x5e\x7e\xb3\xca\x7d\x81\x56\xe5\x72\x6b\x3e\x77\x6a\x8c\xa4\x30\xd0\xde\xf6\x60\x30\xbf\xe2\xfa\x17\x23\x71\xe4\x03\xb5\x53\x1b\x29\x0e\x5a\xef\xec\x5a\xa1\x9f\xcb\xe4\xa2\x31\x66\x3a\xd7\x7d\x74\x22\x32\x54\x5b\x56\x13\xad\x5a\x6a\xfe\xb6\xc6\xb0\xdc\xa3\xdc\x0b\xcb\x2d\xf9\x6f\xb2\xee\xf9\x72\xd9\xdd\xad\xfd\x52\x9a\xe6\x2e\xf9\x5c\x4f\x5c\x07\xe6\xdc\x52\x2a\x5b\xb8\xca\x0d\x55\xe9\x7f\x7a\x25\x5d\x54\x1b\xf3\x3c\x2d\xe1\x77\x5a\xca\xeb\xb4\x22\x9f\xd3\xda\x3d\x4e\xaf\x8a\x22\xbb\xc2\xd7\xd4\xfa\x3c\xdd\x88\x9f\xe9\x5b\xf1\x32\xad\xc0\xc7\xb4\x98\x49\x34\x5c\xd0\x9a\xad\x30\x45\xdd\x8a\xc0\xc7\x92\xd2\xe7\x0d\x1a\x87\x39\x3a\x4b\x9a\xb6\xa9\x76\xbf\x4a\x93\xb6\x74\x08\xcf\x44\xac\x7d\x4c\x19\x24\x8e\x52\xa6\xc2\x6b\x67\x0a\x28\x37\x6f\x95\xed\x2b\xb0\xd0\x6f\x99\x41\x5b\xab\x50\x1b\x74\xd1\x75\xa2\xf3\x18\x30\x7f\xba\x6a\x0f\xc1\xab\x04\x47\xd4\x99\xf1\xf1\x45\xe8\x36\x83\x64\x96\x9a\x40\xa5\xc2\xa0\x0f\xbd\xdc\xca\x6b\x2e\xfa\xcd\x01\xbd\xb6\x2c\xc8\xb2\x78\x68\x1d\xfb\x9c\x0c\xb1\x88\x7f\xa1\x4d\x34\x6c\xce\x55\xd0\xce\xbb\x10\x62\x20\x95\xf3\x4d\xfb\x17\x7e\x7b\x37\xb9\xff\x7a\x76\xfd\xac\x59\x5c\xec\xad\x4b\x61\xd3\x2e\x05\xce\xb6\x64\xa8\x9e\xd4\x55\x33\x3f\x6e\xce\x35\xa0\xe8\xa7\x47\xe7\x28\x8a\x44\xd7\xd3\x8f\x1b\x22\x76\x35\x73\x43\x72\x4f\x84\xbc\x9e\xf3\x27\x15\xd6\x4d\x13\x3e\x18\x8f\x5e\xc3\xbb\xe3\x59\xe3\x80\xf0\x45\x0b\xf1\x27\xd1\x79\xb9\x24\xce\x82\x4a\x83\x68\x6f\x4e\xd0\x0c\x10\x3b\xb1\x38\x39\x65\x30\x77\xdb\x5c\x8a\xe1\x6d\x42\xc0\xf9\xbb\x8a\x46\xd5\x43\xca\x33\xcb\xd0\x92\xb3\x5c\x19\x91\x26\x35\x44\x8c\x53\x96\x46\xb7\xd7\x80\xca\x7d\x9f\xe7\x1f\x38\x12\x6d\x6b\x4a\x1c\xc4\xad\x89\xaa\xf4\x71\x88\x49\x8f\x8a\x4e\xa7\x8e\x61\xcf\x4a\x8d\xa3\x8a\x61\xbe\xf6\xfd\xb1\x75\x9c\x32\x67\x06\x54\xa6\xac\x30\xa5\xf0\xca\x86\x44\xf5\x6a\x5b\x33\x44\xe7\x63\x3e\x4c\x4e\xb2\xd2\x38\x4d\xe2\xd1\xcb\x65\xab\x6a\xc3\xd2\x4d\x95\xae\x5a\x84\xa8\x2f\xac\xbc\xd9\x11\x2d\xe1\x5e\x00\xd3\x96\xfd\xd4\x22\xbf\x8b\x7b\x20\x08\xf8\x24\x73\xb0\x55\xbc\xf5\x06\x26\x1a\x43\x66\x8c\xd7\xa8\x9b\xfd\x7e\xbf\xf5\x5d\x5a\x99\xc7\x15\x1b\x64\x95\xa0\x5b\xa4\x4b\x96\x61\x89\x0b\xb4\xca\xb2\x8c\xd2\x26\xb5\xc1\xa9\x8c\x2d\x46\xb4\x37\x06\x41\xee\x26\x75\xcb\x7e\xea\x19\xa0\xe7\xbf\x12\x1c\xcf\x6b\x38\x59\x53\x7d\x75\x55\x87\xb9\xa5\xf2\x6d\x62\xb3\x56\x9d\xc4\x42\xf3\x20\x0a\x92\x7f\x46\x58\xf3\xdc\x33\x90\xab\x32\x26\x9f\x8a\x2e\xe5\xa7\xe2\x27\x41\xe9\x71\x14\xb5\xa0\xf3\x16\x54\x9e\x03\x51\x87\xab\x20\xa9\x2b\x66\x6d\x6f\x20\xf2\x75\x3d\x69\x90\xd4\x5f\x99\xd3\x81\x71\xc8\xd0\xdc\xd1\xb6\x40\xbd\x01\x08\x02\x3d\x99\xd0\xe0\xb9\x87\x69\xa2\xb5\x8f\xc3\x10\xfa\xcc\x51\x08\xb7\xd7\x80\xbe\xe7\xb9\x57\x3d\xe4\xcb\x52\x0a\xaa\xb3\xb2\x5b\xd6\x55\xd2\x5f\x8c\xee\xa7\x05\xac\xe8\xfc\x92\xcb\xae\x0e\x95\xe5\xe1\x4f\x01\x61\x8e\x5a\x7e\x22\xc5\xf5\x35\xab\x0a\x44\x19\x71\x79\xae\x3f\x8f\xdf\x52\x15\x81\xe0\x6c\xa5\x92\x3d\xf9\x39\x69\xc2\x22\x42\x11\xf9\x2b\xc7\xcf\x3e\xbb\x85\xe2\x42\x79\x5b\x9a\xe0\x49\xe2\xde\xd6\xbd\x44\xea\xb1\x23\xe2\xc6\xc7\x38\x97\xe0\xc2\xc1\x14\x1a\xaa\x11\xc2\x39\x24\x7c\x13\x25\x04\x49\xdd\xc8\x19\xb8\x72\x3d\x77\x68\x76\x73\xe4\xdc\x82\xa6\x51\x1a\xc6\xc0\x94\x19\xcc\x12\x89\xb6\xf5\xda\xd9\x2d\xdb\xb8\x65\x1b\xdf\x32\xdb\xb8\xe7\xb9\xd2\xd8\xe9\x8d\xae\x45\xa4\x53\xe1\xa0\xce\x44\xec\xb1\xe2\x26\xe9\x4d\x73\x05\x53\x49\x82\x95\x05\x5f\x41\x8f\x97\xe5\x2b\x01\x88\x26\x90\xb4\xe7\x2c\x29\x18\xcb\x32\x97\x6c\x3d\x37\xcc\x5f\x16\x8f\x00\xb2\x39\x20\x32\xff\xc5\x0f\x0d\xfd\x17\x59\x34\x5b\xe2\xc0\xd9\xb8\x0f\xe3\xe9\xbd\xdf\x0f\x3e\x3f\x78\x4d\xcc\xc1\x41\xe7\xf0\xda\x4d\xa8\xc3\xe4\xc9\x4b\xeb\xff\xdd\xf3\xdc\x1e\xff\xa3\x87\xa2\x8c\x99\x69\xf1\x67\x35\x2c\x34\xc7\x10\xb9\x05\xae\x5a\x56\x95\x6a\xfd\x35\x62\x5c\xe6\x4a\xa7\x15\x06\x3f\x8d\x47\x53\xa8\x6c\x21\xf9\x1b\x0e\x05\xf7\xf3\xdc\x6d\x3b\x85\x17\xea\xbd\x13\x38\x46\x57\x76\xde\xda\xcc\x1e\x50\xae\xf0\x64\x30\xfd\x90\xa8\x28\x3a\xbb\x05\x92\x5e\x06\x2e\x7c\xb8\x6c\x91\x9c\x29\x75\xa6\x35\x11\x25\x7c\xb9\x18\xdb\x8f\xf9\xc2\x8d\x39\x9c\xa8\x1b\x66\x1c\xf9\x9a\x1b\x28\xfb\xd5\xed\xbb\x19\xec\xa9\x4c\x36\x3d\x90\xb4\xb0\x54\x7d\xd5\xe6\x44\xf2\x57\xdd\xf6\xc2\x32\xb9\x00\x90\xa9\x5e\x4a\x00\xe8\x78\xce\x17\xe4\x6d\x98\xc7\xdd\x88\x49\xe7\x0b\x57\x2e\xcf\x8b\x4b\xe4\xda\xde\x9f\x5c\x8a\x5d\xde\x34\x37\x9e\xec\xcc\xc9\xfd\xad\xe3\x77\xcd\x3d\xca\x32\x0a\xba\x1c\xe6\xe0\x64\xe5\xb6\x45\x0c\x37\xba\x92\xff\x50\x99\xa7\x52\x17\x20\xe7\x30\x2a\x47\x75\x27\xc4\x61\x8e\x5a\x6f\x74\x7c\x0c\xc5\xb3\x71\x04\x7b\x6c\x8a\x48\xae\xb2\x95\xa5\x09\x82\x6b\x88\x8f\x51\x8d\xf2\xda\x95\x14\xce\x86\x32\x5f\xf8\x36\x64\x77\x45\x2e\x57\x96\x6e\x0d\x2a\x89\xae\x41\xfd\x28\xd0\x6b\x6b\x82\x2f\x85\xfc\x6c\x9a\xde\x1f\x3e\x23\x7e\x38\x1e\x3d\x5c\xe0\x06\xa5\x89\xf7\x58\x79\x7f\x55\x31\x93\x16\xd7\x25\xc3\xfc\x00\x0b\xba\x8f\xad\xfa\x86\x31\xb4\xcf\xc4\x89\x75\x20\xb4\xa2\xb5\x39\xcf\x5d\xfe\xe7\x36\x37\x25\xc9\xea\x8c\x95\x1c\x9a\x7d\x6b\x68\x21\xd1\xfc\xe3\x62\x4b\x89\xe6\x5f\xd6\xd5\x51\x68\xe4\x49\xd7\x97\x91\x4b\xc2\xd3\x3d\xe8\x2b\xb3\xf9\x0d\x37\x70\xc6\xc9\x6d\x51\x59\x16\x2f\xef\xaa\x79\x4a\x81\x25\xb4\x66\x29\x01\xa2\x92\x29\x89\xf4\x18\x40\x36\xcf\x53\x5e\xbc\x8a\xe3\xe9\xc0\xb7\x14\x8c\x0a\x00\x8b\x67\x69\x59\x74\xcf\xbd\xa3\xc6\x2c\x9b\x37\xf7\x45\xa5\x55\x8b\x70\x0c\xe0\xd8\xe0\xce\x50\x3f\xfa\x21\x9a\x9f\x80\x9c\xf4\x2a\x8a\x36\xc2\xcd\x9b\x3c\x5f\x98\xa9\x32\xd6\x8f\x3c\x97\x03\x36\x50\xff\xbe\xd6\xfe\x7d\x89\x02\x36\xe5\x66\xf7\x60\xf0\xff\xab\x47\x53\xa8\xaa\x4a\x68\xcf\x08\xff\x7e\x7b\x7e\x95\xfc\x79\x9d\xfd\x59\x0e\x3b\x6b\x28\x40\x27\x6e\xb1\x8c\x47\x16\xc5\x68\x97\x72\xfa\x71\xdb\xf6\x76\xea\x6b\xd0\x0e\xbd\x1d\x65\x46\x4c\x01\x9d\x66\x12\x98\x1f\x78\xd7\x53\x45\x8a\x8f\xc4\x1e\xa6\x92\xf8\xbf\xc4\x8f\xd9\x65\x97\xfe\x8e\xba\xf4\x69\x6d\x26\xe4\xfd\x41\xe5\x9b\xde\x29\x20\xac\x97\x78\xc3\x5c\xaf\x68\xf8\x20\x7a\x90\xd6\x4e\x56\x00\x09\x9a\x33\x14\xa0\xe7\x63\x53\x76\x2d\x78\x3e\xb7\x01\xd4\xa0\xa7\xe2\x51\x6a\xfa\x18\xe9\x0c\x57\x37\x14\xcf\x21\xa7\x71\x5a\x46\x8b\x92\xfc\x2a\xc4\x12\x25\x85\x0f\xca\xf8\x4f\xdb\x0f\x64\xbe\xae\xca\x1a\xfc\xa5\xb0\x33\xeb\x5d\xbb\x70\xbb\x15\x30\x5f\x04\xec\x22\xe9\xad\x3c\xd0\x9b\x00\x88\xc8\xb5\xda\xf9\x17\xb8\xed\xd7\x7b\x5d\x0d\x3d\xa5\x6c\x24\x31\xf9\xe6\x87\x39\xab\xd8\x95\x63\xf5\x5c\xcf\xec\xf5\xb0\x57\x05\xcb\x79\xdd\xaa\x3b\x0e\xe4\x5f\xb7\x45\xa0\x9a\xad\xd6\xc4\x0f\xa4\xd9\x84\x39\x34\x2f\x9e\x1a\xa3\xd9\x82\xde\x87\xd5\xd4\xa0\x5c\x54\x00\x16\x05\x58\x6b\x09\x38\x26\x10\x8a\x03\xbd\x45\x27\xbd\x7c\x92\xf6\xc6\x65\xe1\xfb\x67\xbf\x9f\x3c\x79\xf2\x0f\x4b\x03\x63\xe5\x9c\x97\x77\xbe\x17\x80\x20\xc0\x55\xe7\x4d\x3d\x36\xf9\x13\x53\xdc\xf5\xf4\xef\x53\x21\x20\x97\xfc\x77\x28\x2c\x39\xf7\x15\x26\x33\x10\x36\x4c\x1c\x1a\x4a\x4a\x95\x70\x28\x6b\xe0\xbc\xc9\x40\x19\x48\xb1\xca\x97\x2b\xe4\x00\x47\xe2\x6b\xf5\x1f\x79\x65\x91\x15\xce\x91\x43\x3b\x8f\xf9\x17\xce\x69\xb2\xf2\x8a\xc6\x21\xd6\x8b\x88\xcd\x74\x81\x34\xc1\x6b\x3d\xc7\x2d\xe7\x5d\x28\x59\x7a\x86\xfd\xf3\x5e\x4d\x62\x60\xdd\xe7\x68\xa6\x45\xb7\x57\x46\x39\x5b\xe7\x9f\x5f\xaf\xf3\x7b\x3b\x5a\xab\x4b\xc3\xb5\x89\xc3\xa8\xc8\x1a\xaa\x3a\x1b\xcf\xa3\x31\x5e\xf2\x64\x20\x31\x44\xfe\x5c\xf0\x61\x57\x7e\x2a\x92\x8b\xf3\xdb\xd3\x71\x7b\x3a\x36\x73\x3a\xde\xa5\xd7\xd1\xcb\x1c\x90\xdc\x75\x77\x76\x46\xd4\xe0\x6b\x39\x26\xda\x94\xb7\x27\xe5\xf6\xa4\xac\xff\xa4\x1c\x89\xc0\x83\x25\x0f\x4a\xa0\x06\xc9\x9f\x13\x39\xf4\x5a\x8e\x49\x36\xe1\xed\x29\xb9\x3d\x25\xad\x4f\x49\xc9\xcc\x1d\x16\xe3\x85\x95\xcb\x66\x75\x76\x4f\xce\xf9\xa3\xce\x62\x45\x3b\x46\xc3\x29\x7e\x64\x3d\xc4\xe2\x8c\xf3\x71\xc5\xdf\x96\xb2\x12\xb5\x67\x59\x94\xc1\xed\x4d\x41\x14\x98\x6d\xa6\x42\xa8\x40\x32\xa7\xfa\xfd\xa3\x67\xb4\xa9\x9c\x77\x88\x4d\x9d\x37\xa2\xaa\xfa\x33\x10\x05\x5a\xed\x6d\xe5\x3a\x69\x9e\x1f\x5b\xf2\xf4\xe4\xd9\x82\x0a\x55\x10\xb1\x4d\x61\x3c\xd1\xaf\x64\x1a\x9f\xb3\xe6\x2c\xc2\x69\xb6\xce\x6a\xdf\x95\x1e\x0c\x96\x55\x22\xce\xa7\xea\x44\x7a\xca\x3f\x8a\x18\x24\x17\x40\xc5\x87\x0d\x06\xd5\x85\x4f\x6a\x7d\x49\xcb\xf0\xaa\xa5\xb9\xd5\x0a\xf8\xd5\xf2\x1c\x6b\x35\x3c\x6f\x95\x35\xb4\x5a\x72\xae\x81\xed\x97\x47\xdf\x01\x4b\x7b\x50\xc9\xd2\x1e\x2e\xcb\xd1\x42\x38\x66\x3d\x51\xd7\xbc\x29\x47\x7b\x98\x63\x68\x46\x3d\x40\x9e\xf4\x33\xd1\x3f\xe9\x08\xfa\x98\x24\xd5\x27\xd6\xc3\xcf\x1e\xde\x20\x3b\x2b\x2e\xb2\x31\x33\x33\xd7\x92\x1f\x78\xee\x83\x76\xa7\xe5\x96\x51\xfd\x65\x18\xd5\x43\xdb\x0f\x0f\xbe\x03\x3e\x75\xaf\x92\x4f\xdd\x5f\x96\x4f\xa5\xc5\xb6\x9a\xb2\xa9\xfb\x79\x36\x65\x38\xba\x4f\x65\x31\x9d\xf5\xf0\xa4\xfb\x37\xc8\x93\x5e\x02\x32\x81\xce\x33\x51\x83\x60\xd5\x1c\xc4\xd1\xaa\x9e\xdd\xf2\x92\xd5\xf1\x92\xc6\x9b\xd0\x08\xf5\x89\xbc\x51\x2f\xbd\xe4\x42\x1e\x84\x68\x12\xc1\xc0\xd1\x2a\xe6\x54\x5a\xa8\x40\x81\x31\x25\x70\xec\x7a\xee\xdf\x6a\x95\xf1\x81\xe7\x9e\xe1\xc9\x24\x84\x0e\x26\x0e\x16\xed\x4c\x41\x7a\xe3\x73\x73\x5c\xf5\xbe\xed\x87\x7b\xdf\x01\x57\xdd\xa9\xe4\xaa\xbb\x2b\xe1\xaa\x21\x67\x17\x69\xc9\x92\x1a\xb6\xba\x5b\xcb\x56\x75\xee\xb3\x36\xf6\xba\xbb\x29\xf6\xda\x70\x10\x59\x81\xd6\xca\xd0\xda\x30\x69\xc3\x31\xb6\xaa\x8d\xaa\xe1\x3c\x57\x41\x47\xf1\x6c\x0e\x89\xd0\xe7\x35\x48\x4a\xed\xb5\x1a\x32\xa9\x55\x2d\xdc\xbe\x10\xd5\x99\x0d\xc7\x2c\x44\xf9\x40\xee\x03\x87\xff\xc6\xa6\x80\x39\x13\x0c\xa9\x83\x23\x07\x38\x14\xfa\x38\x0a\x1c\xd1\x91\x68\x04\x7d\x10\x53\xe8\x20\xf6\xaf\x9f\xa8\x43\x80\x60\x35\xa1\x2a\xca\xb4\x51\x66\x7c\xab\x53\x7f\xeb\x3a\xf5\xae\xed\x87\x9d\xef\x80\xfb\xdb\xef\x24\x92\x82\x99\xcb\x73\xff\x00\x90\xf3\x94\x8e\x2b\x59\xff\x76\x2d\xeb\x3f\x02\xe4\xdc\x79\x2c\xc7\x5a\x0f\xdf\xdf\xbe\x41\xb5\x3a\x5d\xdd\xca\x75\x6a\x95\xd0\x72\xcb\x49\xbe\x65\x4e\xb2\x6d\xf5\x2f\xae\x32\x15\xcc\x1e\x81\xb7\x64\x30\x1f\x81\x20\xf0\x49\x3c\x1b\xdd\x40\xf7\xe9\x97\x67\x2f\xd9\x8b\xd1\xd3\xf7\x8d\xab\xec\x99\x58\x57\xb6\x80\x1e\x65\x20\x0a\x80\x4c\xc7\xd2\x6f\x53\x4f\xd5\x73\xe7\xb1\xb6\xda\x9a\xf2\x73\x65\x6a\x8c\xc0\xc5\x08\xc8\x3c\x73\xa1\x74\x00\x62\xc9\xbe\xaa\xf8\xba\x87\x18\x9c\x99\xa9\xd9\xb5\xd5\xe9\xcd\x56\xc8\xe7\x16\x5a\xb9\xe9\x48\xbb\x7a\xac\xb3\xf5\x6a\xd7\x64\xbd\xa5\x46\xda\x1c\xf9\xa6\x33\x63\x7b\xb6\xd4\x6c\xa7\xf1\xa8\xc7\x16\x9e\xb1\x59\x71\xc4\x66\x90\xc8\xb0\x76\xa7\xc5\xf2\x8b\x4f\x9a\xb2\x94\x82\x22\x01\xa2\x08\x33\xbd\x54\xbe\x3d\x9c\x5d\x23\x5c\x07\x10\xe8\xe0\x28\xbc\x76\xe0\x05\x24\x4e\x4c\x61\xe0\xa0\x48\x94\x23\x4d\xe9\xd2\x89\xc0\x85\x83\xc7\xe2\xa1\x4a\x09\x73\xa4\x21\x67\xcd\xed\xa9\xd6\x79\xcc\xc7\x0d\x45\x13\xa5\x14\xe8\x87\x4d\x3c\xd5\x20\xbe\x3d\x69\x4b\x9c\xb4\x9b\x27\xb5\x09\xba\x80\xdc\xd2\x0a\x31\xe3\x24\x05\x67\xf3\x29\xa0\x88\x3a\x20\x0a\x1c\x3c\x66\x30\x72\x02\x1c\x8f\x42\xe8\x00\xea\x00\x67\x0e\x26\xd0\x11\xc4\xd0\x77\x4e\x51\xe4\x43\x4e\x83\xd7\x62\x20\x10\x52\xec\xc8\x3a\xa9\xa2\x76\x0a\xf4\xb2\xdf\xd0\x8c\xcb\x1d\x10\x31\x67\x8c\x89\x33\x85\xe1\x1c\x45\x13\x07\x70\xea\x26\xce\x39\x84\x73\xfe\x2a\x22\xce\x08\x02\x82\xa2\x09\xad\x26\xe3\xd5\x0b\xdc\x0c\x27\x4b\x8a\xdb\x98\x31\x91\x13\xb7\x69\x51\xbb\x7b\x05\xd9\xd1\x14\x5c\xd6\x46\xcd\x2f\x1d\xc2\x9e\x09\xe1\x66\x41\xec\xf6\xf8\xaa\x9a\x91\x4c\xdc\x49\xa2\xb7\x81\x22\xa0\xf6\x61\xb1\x90\x2a\x8e\xc1\x46\x67\x3f\xfd\x42\x4c\xa7\x7d\xf2\x38\x7d\x60\x0d\x86\x32\x8f\x61\xba\x19\x7c\x97\xfc\xbd\xc0\x58\x61\xc1\x53\xfb\x32\xf9\x7b\x81\xb1\x0a\xb6\xca\x91\xfa\x73\x81\x91\x46\x21\xc8\x61\xf8\x71\xf2\xf7\x42\x2b\x8c\xce\x73\x0b\x8c\x8c\x23\x55\xa8\x1c\xab\xa3\x00\x47\x4f\xd1\x4e\xbf\x3e\xc9\x9e\x2c\xb0\xbe\x42\x74\xf8\x73\xf5\xe7\x02\x23\xd1\xd8\xf7\x55\xa9\xa5\x54\x49\x4b\x9f\x2c\x42\xa7\xa5\x80\xdc\x77\xd9\x93\x85\xe8\xab\x10\xb9\x78\x94\x3e\xd8\x4c\x2c\xa8\x9d\x55\x29\x77\xa5\x91\xa1\x54\xb3\xaa\xec\xcb\x3c\xab\x7a\x2d\x9f\xdf\x0c\xa7\xb2\x78\x60\x5f\x6b\x8f\x16\xd8\xbf\x44\x13\x35\x0f\xbe\xfc\x29\xb0\x0c\xbc\xfc\x89\xb0\x0c\xbc\x92\xd3\x61\x19\x7b\x15\x27\x45\x1f\x5a\xe0\x28\x51\xb2\xbe\xc9\x23\x34\xc5\x61\x88\x2f\xdb\x1f\xa0\xe4\xbb\xfc\xf1\x79\x26\x9e\xae\xe8\xf4\x3c\x4a\xd3\x99\xdd\x11\xf0\xcf\x27\x04\xc7\x51\xb0\xf7\xb7\xed\x7b\x8f\x0f\x1e\x0e\x7f\x76\xe6\x20\x08\x50\x34\xd9\xdb\x19\x64\x09\xe9\x8b\x1f\x0d\x14\x5d\x40\xc2\xe4\x8e\xad\xed\x98\xd4\x4c\xb2\x9a\x23\x53\x33\xc9\xca\x8e\x4f\xcd\x3c\xab\x3a\x4a\x35\xd3\x7c\x3b\x27\x89\xa2\xcf\xed\x12\x78\x12\xad\x59\x7d\x97\x3f\x49\xf2\x08\x39\xa7\xe8\xb3\x59\xbc\xad\x57\x0a\xa5\x25\x1d\x13\xa2\x49\xfe\x6e\xb9\x95\xda\x10\xaf\xd2\x40\xa1\x05\xc8\x61\x06\x03\x14\xcf\xb4\xd1\x8e\xd3\x07\x8b\xe8\xa6\x05\x17\xc3\xcb\xe4\xef\xb5\x47\xed\xaf\xcf\x54\x96\xc4\xb4\x9c\x99\x2c\xea\x10\xdc\x80\x95\x3c\xff\x67\xf4\xec\xed\xfb\xed\x57\xcb\x38\xa4\x15\xec\xb5\x65\x41\x64\x88\x7a\x36\xc0\x1c\x84\x90\x31\xad\x71\xa5\x18\xe8\x24\x79\x9a\x14\x51\x72\x03\x48\x7d\x82\xe6\x49\x00\x4d\x52\x76\x67\x06\x82\xb3\x29\x9c\x25\xe9\x04\x33\x10\x38\xf2\x6f\xcf\x3d\xf0\x7d\x18\x31\xe1\xb0\x89\x60\xcc\x08\x08\x69\xdf\x50\x6d\x36\xf5\x2f\xad\x16\xb4\x39\xc1\x41\xec\xb3\x43\x85\x96\x8f\x5c\x84\x89\x27\x8e\x7a\xe4\xb9\xf2\x1f\xce\x98\xe0\x99\x0a\x10\x7a\x06\xe8\x14\x1d\x62\x32\x77\xd4\xe7\xb4\xef\xbc\x16\xce\xa6\x11\x26\x04\x5f\xc2\x40\x38\x8a\x40\xc8\x20\x89\x80\xf0\xdf\x02\xb1\x4a\xe9\x97\x12\xf0\x39\xd4\xe7\x08\xd8\xe4\x5a\xe1\x0c\x73\x58\xb4\xb5\x3e\x91\x4f\x4a\x6b\x4d\xdc\xb6\x3e\x8e\x3e\x29\xc2\x96\xad\xa6\x41\xe4\x88\x51\x70\x04\x42\x87\x40\x3a\xc7\x11\x85\xa6\x25\x6c\xd0\xfd\x25\x49\x7a\xb9\x23\x5d\xac\x41\xd1\xfb\x14\xcf\x46\xf8\x06\xca\x11\x7e\xbe\xff\xf4\xf7\xa7\x67\x8f\x2d\x8e\xb0\x29\x20\x4c\x16\xe3\xd2\x4b\xbd\x34\x3b\xf9\x62\x45\xa5\x85\xda\x38\xc1\x2e\x17\x95\xc5\xc2\x52\x85\xda\x40\x69\x6d\x37\x49\x5e\xfa\xfb\x8f\x01\x39\x52\x35\x82\x5c\x3a\x0f\x11\xeb\x5d\x20\x68\x54\x9f\xf3\x35\x42\x71\xb1\x91\x5f\x08\x27\x30\x32\x17\x15\x4b\x22\x15\x94\xba\xb1\xa2\xb2\x3b\xea\xba\x3e\x57\x35\xc6\xad\x28\x7b\xb3\x9d\xab\xc7\xa3\x60\xa9\xa9\xc8\xa3\x5f\x0a\x25\x05\xa9\xab\x67\x58\xa6\xb0\x8e\xbb\x4c\x59\x9d\x12\x2e\xcc\x0f\x2b\xca\xea\xec\xb4\x2c\xab\xe3\xb6\xa9\x86\xb3\xdd\xac\x1a\x4e\xd5\xa8\xaa\x6c\x4f\x55\x10\x43\x36\xd7\x82\x35\x7e\xea\x14\xa4\x6d\x6f\xa7\xa6\x1a\x8f\xa1\x82\x4f\x23\xc5\x7c\xa1\x4b\x96\xb6\xba\xf2\x81\x23\x74\x7d\x21\x26\xd4\xbd\xde\x91\xc6\x0c\x9c\xc7\x80\x38\x29\xe7\x15\xa2\xf1\x72\x0a\xe5\xa5\xa0\xce\x34\x1c\x79\xad\x26\x9e\x73\x69\x49\x40\xa8\x7d\x96\x5c\x18\x82\x09\xec\x3b\xcf\x45\x10\x1d\x70\x84\x8a\x4a\x1c\x59\x01\x5e\x46\xdf\x11\xf8\x47\x8c\x08\x14\x7d\x23\x45\x56\x9d\x0c\xe7\x75\x18\x76\x28\x84\x72\x52\xc0\xf8\xa7\x23\x18\x4a\x81\x2c\x28\x48\x35\x96\x2c\x6e\xa0\x1d\x17\xd5\xe5\x61\x9a\x7d\x57\x1b\x49\xa3\x69\x01\x9f\x28\x8e\x04\x1b\xd5\x5b\xf8\xf1\x87\x75\x2c\xb8\x49\xe9\xfe\x56\x4a\xfc\x6a\xe5\xb7\x59\xf6\xae\x56\x9e\x6f\x5e\x92\x53\xfc\xec\xf8\xed\xe5\x3f\x8e\x56\x7d\xa5\xb5\x7c\x14\xde\x02\x37\x57\xa5\x2d\xd2\xae\xb0\xaa\xc5\x6d\x2b\xf7\x95\x2c\xad\xb8\x77\x6f\x30\xbf\xfa\xd9\x11\xa5\x17\xf7\x44\xe1\xd6\x9f\xed\xe6\xb9\x3a\x1b\x35\xba\xca\x42\x07\x64\x13\xd7\xd9\x8b\x7a\x26\xce\x4c\xac\x53\xb6\xcc\x98\x13\xcc\xe9\x5c\xa8\xe8\xe1\xb5\x43\xa7\xf8\x52\x32\x3c\x24\x22\x92\x65\xfc\xc3\x08\x10\xce\x44\x1d\x14\xf9\x61\x1c\x40\xce\x4a\x93\xda\x8a\x38\x4e\x79\xed\x08\x5f\x79\x0e\xa0\x34\x9e\x41\xc9\x95\x29\xfa\x0c\x93\x1f\x7d\x1c\x31\x80\x22\x48\x1c\x18\x8a\x55\x79\x82\x97\x22\xea\x04\x90\xca\xa4\x0d\x86\x9d\x11\x74\x04\x52\x02\x69\x3f\x1c\x9e\x9e\xf6\x17\xbc\xd4\x5a\x59\x35\xae\x26\xc1\x8b\xeb\x63\xbb\x55\x0b\xdf\xa4\x1b\x4e\x6c\x87\x40\x50\x9b\x7b\xa1\x12\x23\x10\xd1\xb8\xe9\x30\xdf\x3d\x33\x78\x87\xd8\xf4\x30\x45\xca\xf7\xc7\x17\x9e\x8f\x1d\xe0\x08\xf3\x90\xf3\x81\x0b\x24\x8f\xb6\x1a\xc9\x97\x5d\x11\x93\xcf\x34\x0d\x3e\x5d\x8e\xe0\x1e\x5c\x02\x7a\x0e\x62\xce\x25\x0a\x43\x7e\x82\x01\xcd\x0e\xb4\x3c\xfa\x44\xda\xfe\x01\x8a\x26\x96\xd1\x93\x7a\xbb\xc9\xc0\x19\x93\x08\x43\x7c\xc9\xbf\xe3\x7a\xa0\x1f\x53\x86\x67\xd2\x23\x82\x3e\x0b\xdc\xfc\x7b\xf0\x87\x66\x84\xf6\x6d\xb0\x8a\x71\x08\xaf\xd0\x08\x85\x88\x19\x4b\xb7\x37\x55\x19\x84\xff\xbe\x37\x5c\x0b\x97\x18\x6a\x5c\xe2\xfe\x77\xa8\x32\xd4\xa2\x6d\x7b\x2d\x68\x93\x0c\x55\xe1\x6d\xe7\xfb\x43\xdb\xda\x39\xea\x51\x51\xc7\xd2\xb5\xa1\x00\xcd\x60\x44\x11\x8e\x68\x49\x27\xb2\x31\xb1\xf5\x1f\xd6\x10\x5d\x40\x27\x9e\x07\x80\xb5\xba\x65\x2b\xd1\x5d\x36\xc4\x9a\x85\xfa\xfa\x8f\xeb\x1b\x41\x23\xd1\xe4\x2f\x41\x7f\x11\x9a\x71\xcb\x57\xaa\xd3\x42\xaf\xf7\xa7\x20\x9a\x24\xee\x8b\xbf\xba\xdc\x6c\xb0\x97\xeb\x11\x9a\x9b\xbb\xa3\x5c\x6d\x3d\xec\x31\x8e\x58\x72\x77\xbe\xf9\xce\x10\xc7\xef\x5f\xbc\x1d\x9d\xbd\x5e\xe6\xc6\x52\x5f\x40\x83\x5e\xde\x8d\x0f\x97\x7a\x7f\x3a\x2c\xbc\x9e\xc6\x16\xe8\xb7\xde\xb2\x62\x4e\x99\xae\xd4\x20\x73\xed\xfd\x53\x3c\x83\x5c\x8d\xa6\x90\xab\xcb\x63\x19\xe9\xc3\x85\x83\xf0\x55\x26\xd1\xe7\xaf\x30\x73\x22\xe8\x43\x4a\x01\x41\xe1\xb5\x33\x83\x49\x78\x39\x91\x7d\xf1\xfa\xd5\xfe\xb9\xc5\xd7\xbb\x6d\x5a\x2f\x3f\xb7\xbb\x6e\x31\x6e\xe0\x2f\xb4\xea\x1d\xdb\xaa\xef\xb9\x85\xf0\x8d\x6f\x6e\xd1\x1b\x74\xc5\x6a\x67\x6d\x15\x5c\x87\x01\xff\xfc\x06\xe2\x24\x4e\xcf\xc6\xd1\xc5\xef\xf7\x77\xd6\x90\x4d\x20\x9b\xd3\xf2\xfd\x61\x24\x86\x4b\xe7\x10\xf4\xc0\x7c\x1e\xc2\x1e\xbd\xa6\x22\x1d\xa8\xa9\xb2\x26\xb0\x9b\xff\x34\x1f\x15\x55\x3b\x6e\x4e\x25\x29\x45\x19\xb0\xeb\x39\x1c\x8b\x36\xfe\xc9\xba\xf9\x8c\x4f\xc1\x0c\x85\x66\xb8\x5b\xdd\xfe\xaf\x44\xcd\x7d\x1c\xa2\xe8\xfc\x18\xf8\xa7\x02\x84\xa7\x58\xbc\xd1\x06\x7d\x23\xd1\xcb\x6c\x06\x7c\x0b\x0a\x9b\x4d\xb0\x24\x1e\x8d\x93\x6c\x1e\x99\xa7\x70\x82\xa1\xf3\xf6\x79\x4b\x14\x52\xfe\x59\x2f\x46\x45\xd4\x55\x0d\xb7\x24\xc2\xb4\xa1\x37\x8f\xa6\x37\x78\x84\x59\x8b\xda\xfc\x02\x49\x44\x7d\x94\x47\x91\x7d\xa8\x25\x11\x94\x0e\xbc\x79\xf4\xbc\xbe\xba\x9e\xc0\xc8\x39\x05\xe6\x88\xe6\x0a\x1c\x61\xf1\x65\x8f\x8a\x2f\x0b\x89\x06\xd5\x83\x2e\x89\x2d\x39\x7a\x4f\x8d\xbe\x79\x94\xbd\x1d\xc5\x11\x8b\x5b\x62\x2b\x56\x1f\xe5\x11\x65\x1f\x6a\x49\x1c\xa5\x03\x6f\x1e\x3d\x87\x20\x62\x80\xc0\xb0\x45\xa7\x18\x81\x21\x3f\xfb\x2e\x8f\xa4\xca\x01\x97\xc4\x93\x3e\xf6\xe6\x51\xf5\x0c\x86\x17\x90\x21\x1f\x38\xaf\xa0\x8c\x86\x69\x81\xaf\x69\xf2\x71\x2f\x82\x71\x29\x65\xba\x7e\xe8\x25\x31\x57\x9a\x60\xf3\xe8\xe3\xac\xa7\x47\x21\x41\xe3\xb6\x32\x50\xfb\x30\x8f\xb6\xea\x21\x97\x44\x59\x6e\xf0\xcd\xa3\x6b\x86\x23\x4c\xe7\x1c\xc0\x76\xd8\xd2\xbe\xcb\x23\xab\x72\xc0\x25\x71\xa5\x8f\xbd\x3c\xaa\x36\xe7\x07\xd2\x6c\xa8\xd6\xc6\x98\x4c\x64\x4f\xca\xe3\x6d\xdc\x02\xdb\x79\x7b\x1c\x9c\x1c\x12\x60\xb6\xc0\x2a\x3b\x80\x96\xeb\x1e\x64\xf5\x16\xca\xc9\xa9\xd5\x3e\x01\x55\x6b\x61\x44\x40\x31\x84\xd4\xa9\x0c\x09\xd4\x6a\x34\x88\x3c\x08\x3c\x31\x76\x38\x52\x03\xa0\x59\xd2\xaa\x93\x12\xdf\xf5\xdc\xad\x18\x6d\x89\xda\x44\x74\x4b\x6e\x12\xff\xbe\xaf\x3a\x9b\x3e\xf2\x5c\x10\x32\x57\x05\xc1\xbb\xd6\x0a\x10\x0b\xf9\x40\x14\xdc\xb6\x80\xd9\x62\x6c\xa9\xf0\xb1\xfa\x38\x1a\xa3\x89\xeb\xb9\x30\xba\x40\x04\x47\x33\x28\x2d\x1d\x37\x80\x17\x30\xc4\x73\xf9\xb7\x1e\xbe\x59\x7d\x3e\xf3\x5d\xa2\x53\x82\x76\x0b\xdd\xa0\x73\x65\x30\x8c\x47\x5e\xf4\xe3\x9c\xc4\x28\x80\x4d\x2a\x82\x54\xbe\xe1\x58\xeb\x5e\x4c\x19\x9b\xd3\xbd\x2d\xb9\x51\x73\x82\xc5\x71\x40\x78\x2b\xc0\x3e\xb5\x13\x85\x86\xdd\x23\xec\xc7\x1c\x6a\x60\x2e\x19\x5a\xc6\x08\x85\x8c\x89\x1a\x11\x0c\x9f\xc3\x44\xdf\x6d\x83\x97\x83\xc3\x97\xce\x99\xfa\xb6\x0e\x2f\x65\x57\x52\xf1\xaf\x45\x2b\x9c\xd4\xd1\x60\x72\x76\x26\x31\x63\x59\x56\xb4\x81\x8a\x17\xac\x73\xa2\xbe\x8e\x8d\x91\xbb\xae\x6c\x6c\x3b\x6c\x15\xef\x58\x72\xb9\x2d\xcd\xcd\x73\x4c\xb8\x3d\x0b\x17\x98\xeb\xcd\x60\x14\xdf\x40\xed\xab\xe9\x36\x39\x7c\xf5\xe8\xae\x99\x81\x47\x60\x06\xa5\x44\xad\x69\xe7\x5c\x26\x8f\x39\x98\x08\xcf\x5a\x3c\x93\x29\x66\xf9\xc2\x9f\xd5\xa4\x95\xa7\xa5\x12\x2d\x00\x8a\x64\x04\x8a\x5e\xa3\x8d\x63\xcf\xce\xba\xe7\x86\xd7\x7b\x15\x01\xe1\xef\x30\x39\x0f\x31\x08\x9a\x5c\xb5\xc5\xc5\x54\x06\x39\x38\xa2\xac\x8a\x39\x8b\x26\x27\xd2\x21\x25\xba\xe0\xc7\x61\x70\x3a\xc5\x97\xaf\x12\x8c\x57\x94\x62\xd4\x52\x1c\x0a\x49\x0e\x6d\xcb\xf3\x71\x40\x0b\x7c\x2e\x03\x74\x8e\x2f\x21\xe9\x51\x18\x42\x9f\x65\x3a\x17\x16\xb9\x46\xfc\x6b\xf9\x0b\x0c\xc4\x3f\x01\xf1\xa7\x4f\x11\x0c\xb3\xbf\x9e\x44\x60\x14\x8a\x5f\x71\x24\x6f\x2e\x65\x59\x55\x11\x88\x54\xca\x29\xa1\x98\x30\x18\xe4\x56\xef\x15\x90\x24\x33\x29\xd2\x57\xc4\xd1\x15\xad\xf9\xa5\xa2\x38\x61\xae\x75\x30\xbd\xf7\xfb\x30\xcd\xac\x10\x9f\x81\xa4\x7f\x2c\xd7\x84\x07\xde\x87\x24\xc9\xe1\x8f\x98\x9b\x28\x4a\x8c\xda\x5e\x9a\xc5\xac\xbc\x99\x65\x38\xf3\x49\x11\x15\xf3\xf2\x71\x70\x94\x7e\x7a\x28\xd1\x56\xca\xaa\x48\x32\x43\xf8\x8e\x7a\xd9\x21\xed\xd1\x4b\xc4\xfc\xa9\xb5\x17\x98\xa5\x97\x73\x94\x24\xbf\x64\x07\xbc\x91\x12\xa0\xff\xef\x48\x7e\xea\xa4\xa0\xb7\xec\xdd\x9f\xff\x9f\x9b\x6b\x82\x9c\xc0\xd7\xa0\x69\xbf\x55\x67\xf7\x8a\x13\x99\xce\x73\x9b\xdb\xe3\xdc\x80\xa5\x33\x98\xd7\x04\x3e\xe1\x91\x12\xff\x92\x34\x0e\x53\x25\x40\xcb\x0f\x32\xaa\x00\x2f\xf0\xa8\x52\xf8\xb7\xa8\x1e\xd3\x96\x03\x1e\x86\x31\x65\x5a\xed\xe7\x15\x30\xc0\x86\xe8\xf2\x43\x24\x50\xb0\x10\xc6\x0e\x93\x8f\x9b\x23\xad\x16\x20\x0a\xc9\x05\x24\x0b\x02\x74\x9a\x7c\xbc\xcc\x2e\xb6\x53\x69\x2c\xdc\xbe\x20\x91\x8b\xc5\xf1\xb3\x5c\xd4\xa1\xb7\xbd\x5e\x75\x29\x53\x78\x5a\x2b\x4b\x9f\xf0\xa8\x17\xc0\x79\x88\xaf\x39\x92\x7b\x81\xea\x45\xb6\x71\xbd\xe9\xde\xbd\x97\x28\xb8\x64\xa4\xad\xe1\xcb\xb5\x55\xc5\x84\xa7\x80\x4e\x33\xb9\x3a\x83\x8c\x20\x5f\x96\x1e\xa7\xe7\xbf\x12\x1c\xcf\xf9\x1f\x20\x0c\xb1\x0f\xa4\xc8\xcd\xca\x1e\x67\xfe\x1b\x37\x8f\x90\x2d\x0d\x37\xc9\x88\x1f\x65\x75\xb4\xe4\x79\x26\x73\xf5\x67\x32\x55\xaf\x6e\x74\x0e\x5a\x6f\x22\x61\x5b\xe1\xb0\x1a\xd0\xc5\xf5\x36\x9a\x41\x4d\xb3\x4a\x1a\x35\xd3\xd9\x92\xe4\xba\x79\x32\x9d\x5e\xff\x7e\x84\x0f\x7e\x7d\x61\x26\xd3\xa0\xa1\x2e\x5f\xae\x4c\x9d\xd6\x6c\x73\xe4\x45\x79\x4f\x40\x8e\xd2\x7d\x33\xa8\xf9\x7a\xd3\x8f\xa1\x57\xda\x48\xa1\x04\x13\xf6\x3c\xb0\x25\x78\xba\x35\xd9\xad\x5a\x87\x01\x51\xa1\xdf\x35\xce\x21\x1a\x0e\x28\xee\x9d\xa5\xa7\x9a\xe1\x51\xcd\x09\x4c\xe0\x94\x75\xf9\xdc\xa7\x49\x6a\xe2\x09\xc1\x32\x89\xbe\x56\x99\xb7\xfb\xa8\xf4\x75\x65\xed\x15\xb2\xb2\x33\x59\xe1\x21\x85\xf4\x37\x49\x5e\xa4\x36\x7b\x2b\xa5\xc6\x0e\x8b\xb1\xab\x4a\xad\x97\x6d\x0e\x90\xf0\x31\x8c\x41\x00\x8d\x35\xcd\xed\x9f\x32\x48\x74\xe3\xe4\x77\x48\xa8\xa5\x63\x8b\x7d\x8c\x29\x10\x09\xd4\xa2\x5c\xa8\x36\xd6\xdf\x5c\xdb\xc6\x5f\xa8\x59\x3c\x37\x8a\xf9\xe1\xaa\x4a\x39\x36\x10\xf7\xc0\x73\xff\xd4\x3d\xd8\x33\x2c\x58\xc8\x98\xe0\x59\x4f\xb4\x82\x34\x51\x4c\x36\x27\x8d\x47\x33\xc4\xce\xd0\x4c\x53\xfc\x2d\xd3\x9b\x15\x85\xfb\x7a\xb1\x19\x7b\xb5\x45\xfe\x0f\xce\xa9\x80\xcf\x9c\xfc\xbe\xee\xd8\x0d\x1e\x26\x3a\xe8\xb8\x42\xef\x79\x3d\x87\x91\xcc\xfc\x1e\xe8\x99\xdf\x19\x16\x82\xb4\x51\xa8\x0e\x65\x9d\xee\x92\x3f\x56\x6a\x9a\xea\xe3\x63\x55\x79\xea\xda\x61\xa8\xf9\x6c\x4a\x45\x56\x5a\xb4\x56\x06\xd5\xde\x65\x28\x63\x26\x15\xca\xf6\xf0\xe4\xec\x65\x4d\x13\x68\xf4\x7e\x4e\x78\xd6\x1b\x4c\x45\xeb\xa8\x29\x9b\x58\xbd\x7c\x5d\x52\xae\xda\x14\x88\x8d\x8b\xdb\x93\xd1\xce\xd6\x1f\x2f\x7e\x3f\x37\x8b\x5b\x21\x19\x04\xab\x6e\x2d\x74\x1b\xbb\xce\x9a\x34\x91\x38\xc8\x50\xb4\x44\x26\x7c\x1a\x06\x3e\xe6\xcc\x63\x14\xc2\x22\x6f\x77\x13\x43\x8a\xb2\x1e\x03\xa3\x50\xbb\xb8\xa3\x38\x26\xbe\xc1\x0b\x94\x63\x89\x05\x6a\x2e\xfe\xdd\x30\x20\x4f\xa2\xa0\x79\xb5\x10\x36\xd5\x56\xf1\xfc\xc8\xec\x27\x30\xbd\x7b\x8c\x03\x34\x46\x35\x55\x29\x73\x5f\x14\x52\xf2\x6a\xde\xae\xea\x95\x64\x7a\xbf\x42\x56\x5a\xc0\x51\x79\x7d\xcd\xde\x3e\x3c\x79\xdb\x02\x37\x70\x86\x8b\xc5\x02\x6b\x72\x2f\x4c\x7b\x29\x19\x78\xc3\xbd\x54\xd2\x37\xa3\x1a\xd1\x0c\x2a\x25\xc1\xec\xb9\x2b\x2a\x9a\x30\x78\x25\xb9\xbb\x2a\x00\x32\xc3\x81\x2c\x00\xc2\xa5\x43\xa3\x0b\xe5\xfa\x0e\x1c\x16\x3e\xbb\x7a\x0b\xbb\x11\x7b\x5c\x21\xd3\x4d\x8d\xd7\x4d\x33\xdc\x37\xef\xc9\xf6\xef\xf7\xa3\x7f\x34\xcb\x3b\x30\x32\x35\xe9\x11\xa1\x8e\xd9\x72\x6e\xc4\x74\x95\x53\x25\xc2\x97\x04\xcc\xad\x9a\xb1\xc9\xff\xce\xe7\x91\x06\x75\x85\x5e\x6c\xeb\x40\x24\x3f\xb7\x15\x14\x2a\x33\xd4\x79\x08\x7c\x18\x1c\x82\x08\x10\xa4\x7b\xd8\x73\x2f\x05\x90\x22\x92\x7b\x4b\x2f\x44\x94\x5d\xcc\xd7\x94\x33\x6a\x32\x70\xbe\xc6\x51\x62\x1d\x54\xd5\x38\x72\x2d\x41\xfe\x45\x3f\x66\x36\x49\x05\x87\x2a\x7a\x44\x8b\x55\x87\x9a\x20\x50\xe3\x09\xce\x96\x63\xb5\x28\x0c\x6b\xaf\x32\x28\xaa\xb4\xfc\xd5\xd2\x54\xe9\x43\xd3\x27\xcd\xf1\x7e\x22\x10\xb4\x16\xac\x0b\xa5\xa5\x25\xe6\xd6\xbc\xda\x23\xb9\xab\x2b\x5e\xae\xa2\x95\x33\xcc\x40\xf8\xed\x10\x4a\x63\xe6\xa3\x5d\xc3\xe5\x96\x35\x85\x20\x64\xd3\xeb\x6c\x1b\x07\x26\xbe\xb2\x72\x4e\xf0\x4c\x4e\xbb\xe2\x3d\x2a\x2d\xe6\x2f\xb2\x49\x71\x54\xbd\x4d\xaa\xf4\xfd\xca\x77\xe9\x6d\x32\xef\x8a\xf7\xc9\xb0\x9e\x45\x77\xaa\x85\x99\x24\xd5\x81\x3a\x3d\xa0\xb4\x59\x11\x66\x68\x8c\xa4\x72\xd6\xca\x7b\x69\x70\x08\xd8\xbe\x3d\xd2\xcb\x85\x2e\x52\x2c\x6c\x93\xba\xaa\x52\xc3\x96\xd5\x53\xf5\x4b\x8b\x8d\x2b\xa8\x31\x38\x7c\xf1\xe9\xe8\x30\xfa\xb6\x3d\x02\x67\x80\x9e\x3b\xd2\xd3\xf4\x2d\x7b\x04\x52\x7f\xd8\x69\x3c\x9b\xa5\x9a\x94\x9b\xbb\x95\xda\x8c\x63\xa0\x9d\xe9\xfe\x0a\xc2\x40\x73\xc7\xff\xd2\xfc\xcb\x83\x98\x61\xe7\x0d\xbc\x80\x84\xb5\xf8\xaa\x91\xfa\x9b\x9f\x47\xf1\xc7\xa6\xef\x2b\xb1\xea\xb4\xfd\x2e\x65\xf4\xc6\x2f\xd7\xed\x12\xe0\xd0\x18\xc2\xca\xf2\x2f\x04\x6e\xa9\xf0\xa8\xf4\x05\x78\xa5\x48\x94\x8a\xfa\xa3\xac\x2a\x32\xb7\x30\x6c\xfb\xdb\xa2\xfc\x74\x43\x43\x29\xd7\x64\xec\xb9\x18\x13\x06\xaa\x1e\xb7\xeb\xb9\xef\xd3\xfa\x5d\x8d\x62\xe4\x6b\x21\x78\xb5\x75\x60\x0b\xc7\xf1\x3e\x94\x42\xd5\x1a\xa1\xac\x6a\x41\x20\x66\x58\x1e\x08\x31\xe5\x7b\x11\xdd\xf5\x0a\x97\x96\xd4\x66\x22\x4c\x4c\x98\x2b\x19\x7b\x03\x03\xda\x32\xab\xaf\xf0\x79\x0b\x93\xaf\x21\xf5\xd9\xec\xa0\x06\x50\xd4\x1a\x13\x0d\x41\x68\xac\x4d\x35\x1c\xaf\x85\x7e\x56\x7f\x3d\xb1\x12\xff\xdb\xba\xd4\x1a\x4d\x46\x2d\xa9\xcf\xd0\x1e\x65\x04\x82\xd9\xe6\x75\x99\x77\x0f\x7e\x43\x7f\xbf\x00\x13\xb3\x2e\x43\xa0\x8f\x89\x21\xa2\xa0\xd8\x6a\x5c\x95\xd2\x81\xc1\x51\xb6\xa4\x62\xda\x91\x76\x33\x84\x6c\xd5\x4b\x53\xee\xa0\xae\xd5\x80\x0c\x21\xb8\x3c\x02\x0c\x36\xbd\x6e\x2f\x75\x71\x65\x68\x06\x45\x3c\x43\x84\x19\xac\xe6\xe0\xc3\x56\x57\xb8\x0d\xbd\xd5\xc9\x5d\xb1\x28\x73\xdc\x72\x22\xcf\x3d\x3e\x3e\x3e\x76\x8e\x3c\xe7\xfd\xfb\xf7\xef\x57\xc4\xe3\xdf\x46\xe7\x11\xbe\x8c\x1c\x8e\x98\x5a\x36\xdf\x5c\x9a\xeb\xd7\xb6\xf6\x4d\xc0\x82\x90\xcd\x86\x54\x52\x5c\xa8\x10\x60\x63\xb9\xb2\x2d\xa3\xd1\x5c\x56\xa8\x6e\x05\x2b\x4d\x02\x33\x9f\xeb\xc5\xd8\x03\x1a\x8f\x7b\x63\x04\xc3\x80\xf6\x40\x14\x28\xcc\xdd\x84\x43\xfe\xc9\xdd\xe8\xae\xff\xf8\xa5\x99\x47\xa8\x0d\xf5\x5c\x01\x6a\x43\xb3\x47\xac\x2d\x31\x31\xa4\xd9\x50\xd5\x25\x40\x30\x19\x89\x8a\xa6\x6c\xc0\x66\x91\x97\x67\xee\x11\x7c\x99\xb8\x53\xb2\x32\xf8\xb9\xf7\x84\x6f\x83\x5b\x41\xea\xb5\x10\x5f\x42\xe2\x03\x0a\x35\x1d\xe3\xec\x7a\x6e\x08\xeb\xb6\xd9\xf3\xe6\xb0\x16\x03\x70\x3e\x0c\x2d\xd1\xbc\x6e\x4d\xf0\xd4\x0c\x90\x73\x48\xca\x2b\x5b\x7e\x19\xae\x25\x25\xad\xd1\x90\x9e\x0b\x02\xdd\xcb\xd4\x48\x29\xbe\xdb\x94\xcd\x2d\x01\x56\x00\x43\xc8\xda\x02\xd6\xdb\x00\x60\x30\x40\xad\xe1\xba\xbb\xd5\x2b\x28\x6e\xcd\x73\x65\x6b\xd5\x7e\xbb\x6d\x98\xa9\x83\xaf\xca\x11\xfe\x7b\xd6\x7a\x6e\x9b\x24\xa7\xd6\xa7\xcf\xc9\x3d\x57\x69\x2f\xfa\x79\x70\x0b\x2b\x97\xbd\x52\x72\x62\xc8\x6d\x20\x46\x6f\x92\x94\xd7\x8e\x94\xd7\x61\x70\xd3\x48\x69\x7b\x8c\x6e\x06\x27\xce\xfe\x7f\x3a\x6b\x23\xa9\x65\x56\xb7\x24\xc9\xdb\xd9\x50\x5b\x0e\xd4\xd8\x66\x2c\xd9\x80\x65\x9d\x22\xd1\xa9\xda\xc4\x22\x96\xba\x0e\x2d\xa1\x38\x0c\x5b\x28\x0e\xab\x97\xf7\x4d\x67\x6f\xc1\xa0\xcb\x43\xb6\x66\xd0\xab\x96\xf5\x26\x90\x5a\x33\xc8\x55\xcb\x79\x13\x50\x6d\x19\x94\x2e\xe3\x57\x26\xdf\xcd\x77\x66\x59\x3c\xaa\x41\xae\x3b\x5f\xea\xef\xe6\xcb\xa7\xc2\xae\xd4\xea\x66\xa0\xcd\x06\x4a\xcb\x85\x48\xa3\xc0\xcb\x4e\x72\x86\xdf\xa7\x89\xc1\x90\x02\xff\x3a\x3b\xee\x8d\x6a\x09\xf3\x27\x5f\x6f\xc8\x88\x34\xaf\x7c\x61\x4b\xf2\x06\x3a\x5e\x1e\xef\x84\xf3\xd9\xef\xdb\x66\xb3\x51\x5e\x7f\xcb\x8b\x1e\xd7\x73\xf5\x62\xcc\xaa\xe7\x9a\xe7\x8a\x32\xd6\x50\x1c\x13\xce\xd0\xe2\xa8\x32\x51\xdd\xc8\x97\xf5\x6c\x0e\x81\x85\xe4\xd4\x2d\x6e\xef\x19\x06\x33\xe6\xf2\x96\x58\xf8\x8a\x19\x78\x3d\x1c\x8b\x71\x71\xfb\xb8\x2d\x59\xf9\x4a\x19\x79\x15\x54\x2d\xb9\xf9\x4a\x79\x79\x15\x5c\xed\x18\x7a\xc6\xce\x57\xc4\xcc\x2d\x37\xbe\x75\x2a\xdf\x08\x87\xfa\x45\xd7\x0b\x3c\xda\xd3\x34\x52\x7d\xbd\xcf\x8f\xea\xb5\x52\xb3\x12\x96\xa1\x55\xde\xd3\x88\x51\x2f\x20\x19\x61\x9a\x1d\xce\x15\x61\x7c\xb1\x34\x93\x26\x02\x6b\x25\xc2\x4a\x5f\x8e\x26\xb1\xf4\xc7\xd5\x62\xab\x95\x87\xd6\xa2\x07\x27\xe8\xd4\x93\x53\x96\xd4\x88\x73\x4e\xf5\xa5\x99\x6e\xa5\xb6\x7a\xab\x32\xdf\xaa\xcc\xdf\x9c\xca\xdc\x9e\xd3\x66\x11\x3b\x7b\x79\x17\x80\x45\xef\x36\x72\xdb\xe2\x75\xd6\x5b\xa1\x43\x35\xa9\x3c\xd3\x29\x32\x86\x7b\x9e\xdb\xe3\x7f\xf4\x50\x54\x31\x60\xc5\xb8\x2d\x9c\xd5\x29\xff\x94\x3a\x5f\x4f\x68\x7b\xe9\xc1\xa4\xb4\x97\xbc\xcd\xc1\xb8\x97\xcb\x4d\xcc\xdd\x44\xdf\x17\x79\x8d\xba\x71\x92\xa1\xf1\x5e\xee\xb7\x7a\xd7\xc4\x3d\xef\x7e\x8e\x77\x76\xdb\xb0\xd7\x92\x84\x5b\x92\xb6\xbd\xa2\x8c\x6c\x51\xd6\xed\x2f\x64\x91\xb5\x16\x6f\x09\x72\x01\x3d\x6f\x72\x08\xda\x08\xb6\xed\x15\x09\x36\xfb\xb5\x4b\xf3\x4b\xa4\xbf\xf0\xed\xcf\x37\x7a\xf7\xf3\x6d\xde\xfc\xe4\xef\x7d\x56\x78\xeb\x63\xf2\xe6\xf2\x43\xb5\x67\xf0\x56\x1b\x45\x95\x25\x60\xee\x20\x35\xfc\x9b\x56\x47\x2b\xca\xa9\x96\x03\x99\x0b\xa9\xd9\xce\x91\x51\xfe\xec\xd8\xe5\xcf\x4e\xa5\x8c\xc9\xa6\xdc\xf5\xdc\x38\x0a\xa1\x1c\x32\x57\xbe\x6b\x37\xcb\xcc\x0f\xa0\x5f\x0c\xb1\x51\x75\xda\xd2\xd2\x67\x4d\x2d\x1d\xaf\x49\xbd\x49\x3b\xd9\xec\x78\xbb\xad\x44\xe1\x92\x26\x5e\x81\xb9\x56\x99\x75\x8d\x0b\xea\xad\x42\x86\x6d\x97\x64\xd8\x76\x8d\x0c\x6b\x54\x6d\xac\xc5\x8d\x46\xa3\xa4\xfe\xb5\x38\x23\x17\xf2\x3c\xce\xc1\x04\x6e\x8d\x00\x13\x27\x75\xc3\xfe\xc7\xcb\x17\x47\xa7\x0f\x8f\x9f\xcc\xcd\xfe\xc7\xac\x50\x69\xea\x70\x34\x85\xb9\x15\x6a\x31\x27\x04\x92\xd5\x7c\x15\x15\xb8\xd4\xcf\xe6\xa0\xb6\x9c\xa1\x9d\x4d\xdb\x38\x92\x45\xc6\x52\x55\x79\x37\x73\x07\x09\x45\x7e\x76\x84\x3e\x7e\xcc\xab\x8f\xfa\xf4\x65\x2e\xe2\xe9\x95\xcf\x6a\x74\x0f\xbd\x9c\x5a\x82\x15\x41\x84\x39\x85\x0f\x90\x09\x35\xd7\xd2\xc8\x2c\x1b\xa5\x7b\x26\x27\xa7\x09\x9b\xaa\x3d\x00\x9e\x35\x70\x34\xc7\xa3\x52\x12\x9d\x03\xc2\xe8\x96\x08\x3c\x4f\x57\xf3\x09\x8f\x44\xa1\xcb\x52\xe9\xc6\x64\x2f\x65\x12\x79\x55\x89\x47\x4b\x09\x11\xb7\x61\xf7\xb2\x82\x9b\x29\x99\xb3\x1c\xb4\xde\xdc\xe3\x61\xab\xa8\x24\xc7\xad\x29\xa5\xa4\xbf\x54\x55\xd2\xa9\x90\x0b\x67\x35\x41\x72\x99\x26\x0e\xdf\x0c\x3e\x76\x29\x47\xbb\x55\xae\x8a\xc9\x88\x71\xcb\x05\x7d\xf8\x9f\x8c\x60\xd1\x96\x2e\xb5\xbf\xaf\xe7\x70\x4f\x83\xdf\x80\x78\xa6\x24\x92\x6e\x60\xfe\x59\x95\xa5\x5a\x37\xe7\x09\x41\x98\x20\x76\x5d\x33\xef\x5c\xbd\x56\x9c\xbb\xc2\xfe\x17\x85\x12\xa2\xc0\xd5\xa9\x55\x2b\x2c\x6a\x28\xc6\x5a\x59\xb1\xb6\x7d\xc0\xc4\x83\x1c\x7e\x4c\x8b\x4f\xa7\xa9\x59\xbd\x5e\xb2\xd8\x9e\xaf\xd1\x40\xd4\x9a\x3c\xe2\x06\x62\xd5\x54\x05\x8d\x3b\x50\x91\xa0\x54\x60\x10\x05\x66\x50\x56\x00\x6a\x06\x15\x09\x00\x32\x3e\x18\xa0\x30\x26\x90\xae\x76\xfc\x5c\xa2\x5c\x9e\xb3\x51\x4c\x58\x22\x6e\xd5\x9f\x47\x90\xfa\x50\x34\x06\x77\x3d\x77\x82\x19\x4e\x1d\xc2\x16\xae\x97\x1b\x23\xf7\x54\x1b\x2a\x7d\x5e\x18\xb1\xfd\x6a\x20\xd7\x02\x12\x25\xb8\x15\x9a\xd6\x5f\xf9\x28\x53\x75\x16\xd7\x94\x52\x00\xd1\x67\x18\xf4\xfc\x29\x0a\x83\x1b\xb8\xb7\x7d\x18\xfe\x31\x7f\x78\xf1\xea\x56\x6f\xba\xd5\x9b\xfe\x62\x7a\x13\x23\x68\x36\x93\x55\xc4\x6f\xd5\xa7\x5b\xf5\xa9\xe9\xcc\xe6\xab\x8c\x12\x2c\x80\xc0\x88\xed\x19\x55\xb2\x42\xe5\xf0\xbe\x00\x2b\x07\xa1\xf8\xd8\xd5\x2a\xd5\x93\xeb\x9e\xe2\x0b\xfa\xc9\xd2\x4a\xd0\xe7\x15\x3b\x35\x80\x51\x59\xfa\xd8\xbc\xed\xc0\xd0\x04\x95\xcd\xe0\x58\xc8\xb9\x71\xab\xa2\xde\xaa\xa8\xb7\x2a\x6a\xd5\xc0\x8b\xb4\xfa\x6f\xc8\xe2\x0b\xa5\x22\x4e\xc0\x75\x88\x81\xa1\xda\x51\x0b\x89\xe1\x88\x1a\x32\xa4\xd0\xbe\xdb\x2d\x55\x7d\x9d\xcb\xb9\x5e\x9c\xbe\x7e\xd5\x36\x83\xf2\x13\xc5\x51\xef\x02\xc1\x4b\x5d\x95\xe4\x0f\x33\xa4\x16\x46\x6f\xc6\xaa\xea\x19\xc5\x9c\x14\x9b\xd2\xf8\x21\xea\x5d\xa2\x28\xc0\x97\x7c\xe1\x30\x04\x94\x65\x35\xa7\xee\x7b\xae\xaf\x2a\x2e\x26\x57\x02\x0f\xbd\x04\x36\x37\xcf\x11\xaa\xb9\x42\x53\x86\xb0\x21\xbb\xc6\x60\x98\xac\xc8\xca\xd9\xbc\x7d\x73\x31\x38\x07\xd1\xe8\xc1\xe9\xad\x7d\x73\x6b\xdf\xfc\xc5\xec\x9b\x6f\xd8\x2f\x5c\x15\x14\xc5\x27\x34\x55\xbd\x3f\xc9\x31\x8a\xbf\x8e\xa5\xa4\xca\xf8\xd6\xa8\x94\x49\x49\x80\x6f\xd6\x5e\xba\xd5\xe5\xbf\x3d\x5d\xbe\x6a\x44\x21\xb6\x09\x8c\xda\x6a\xd9\x7e\x4c\xb8\x19\x78\x22\x9a\x01\x0b\x0d\xf9\x45\x19\x94\x85\xb4\x6d\x7d\xe4\x9c\x0a\xfe\xe2\x66\xdd\xb8\x39\x0d\x65\x29\x45\x27\x95\x1e\x9b\xd6\x72\x3e\xfd\x76\xef\xc8\xbf\x08\x60\xdb\x66\x46\xbb\x49\xab\x46\xd5\xbc\x32\xaf\xd9\x58\xe4\x9e\xd4\x76\xd4\x42\x17\x12\x7b\xc3\x6d\x41\xae\x02\x79\x5b\x34\x1e\x45\xe0\xc2\x95\x81\x30\xc5\xec\x85\xcc\x02\xd2\xd8\x73\xa5\x5d\x54\xe8\x26\xba\x88\x02\xcd\x48\xbc\x2c\x41\x29\x4a\x58\x96\x9a\xb2\x43\xbc\x69\x8a\x7a\xfc\xe9\xd7\x03\xf2\x90\x58\xca\x80\x88\x5c\xae\xc5\x4b\x1f\x1a\x8b\x18\xbe\xc0\x23\xe7\x25\x88\x23\x7f\x0a\x69\x4d\x4f\xb4\xb2\x42\x53\x36\x54\xf3\x25\x53\xb3\xa6\x92\x87\x29\x4a\xb5\x96\x92\x6e\xb1\xe6\x61\x45\x28\xa4\x28\x7e\x38\x07\x13\x14\xa9\x0c\xb6\xa8\x58\x01\x91\xa2\xcf\x50\xb5\x6b\x73\x3f\x5a\x66\x4f\x19\x20\x7f\xeb\x94\x7f\x60\xe1\x93\x66\x73\xa2\xb2\x02\x63\x2d\x8b\x4f\x2b\x34\x26\xca\xb7\xe8\xf4\xd7\x96\xab\xbb\x97\x88\x4d\x7b\x63\x8c\x99\xc5\xe6\x29\x96\xfb\xdb\x6e\x5b\xb4\xd1\x32\x06\x07\xa5\x37\xba\x4e\x6a\x4e\xcd\x09\x16\xee\xa0\x54\x7c\x1b\x46\x4d\x2e\x01\x9a\x05\xc5\x2d\x30\x77\xa6\x0f\x1b\x1b\x64\x27\x3f\xae\x6d\xfe\xc4\xd9\x6e\x98\x3d\x0d\xac\x5b\xd7\xdc\xba\x02\x69\x98\xff\x44\xfb\xb9\x39\x0c\xc5\xc2\x93\xbf\xa6\x4d\xeb\x6a\x0a\x55\x6a\x4c\x07\xd1\xde\x8e\x36\xc4\xa9\x52\xb2\x96\x29\x59\xb9\xad\x97\xac\xd4\x0a\x9e\x89\x82\x78\x96\x5a\x67\x16\x3f\x17\x1e\xe5\x1b\x5a\x24\xa6\xe6\x61\x88\xfc\xf3\xe4\x78\xee\xe8\x9d\x2c\xaa\xfb\xce\x66\xaa\x94\x57\xfc\x52\x63\x68\x75\x2a\xd6\x8e\xcd\x66\x2e\xc6\x25\x56\xd8\x4f\xb2\x8e\x84\xe4\x0c\x56\xbb\xa9\xdc\x4e\x5c\x63\xaa\x55\x77\x31\xc6\xc6\x98\xea\xc3\x9e\x6c\xf8\x65\x30\xf6\x72\xf8\x57\x7c\x8f\x32\x2e\x65\x0f\x58\xc1\xf2\xf9\xdf\xff\xfe\x9f\xfc\x7b\x30\x0a\xca\x6f\x39\x78\x9c\x33\x27\x2a\xc4\x8b\x29\xd3\xa1\xaa\xb0\x8e\xa5\x54\xea\x9c\xc0\x8b\x84\xee\x72\xbe\xa7\x64\xf1\xfc\x05\x84\xad\x6c\xc8\xf9\x8f\x8a\x18\xf1\x16\x70\x44\xa2\xd3\x4a\x05\x1c\xea\x05\x23\x0c\xff\xd9\x12\x06\x53\x7b\x5a\x6d\x2a\xbd\x49\x6d\xdb\x8a\xe0\xe6\x58\xda\x46\x95\xc6\x34\x60\xe0\x6c\xce\xae\x7b\x33\x48\x29\x30\xb5\xbf\xcf\x1c\x3d\xc5\x1a\xea\xb9\x0f\x85\x4a\x14\xa2\x48\x1f\xe1\x15\xce\x29\x45\x15\x9e\x80\x62\x61\xf5\xfc\xd0\x05\x07\xc6\x2b\xec\x10\x38\x03\x48\xf4\x1f\x0c\xd1\x05\xff\xcf\x27\x3c\x72\x42\x35\x4f\xbf\x3d\xde\x84\x0b\x7b\x1d\x75\xc5\x0d\xba\xf0\xb2\x3a\x75\xee\xce\x66\xe3\xd5\xf5\x1e\x1d\x7c\x42\x2f\xef\x5b\x2a\x70\xae\x5a\xa5\x7e\x92\x2d\x75\x8d\x1a\xf5\x13\x1d\xa1\xb5\x4a\xb5\xe7\x3a\xfa\x0e\x54\xa6\x1b\xd5\xce\x61\x51\x23\xab\x15\xe4\x8f\xf6\xa1\x6d\xea\xf6\x8d\xf6\x25\xcb\xf4\xa7\xa6\x5f\x9c\x11\x34\x99\x40\x02\x03\xe7\x71\x8b\xaf\xda\xf6\x27\x3b\x49\xae\x8a\x9d\xa7\xc9\x55\xf1\x77\x55\x0c\xbc\xa6\x5d\x6d\x8b\x91\x4c\x1e\xd4\x05\x87\x62\xc9\xd6\x3d\x5e\xc5\x68\x75\x5e\x7a\xcb\x40\x95\xa9\x7f\xd6\x29\x5c\xc1\xd2\xda\xd6\x2e\x14\xf5\xc7\x9d\x9e\xf3\x3c\x72\x4e\x08\x9e\x10\x48\x69\xeb\x5c\xbb\x62\x91\x6b\x40\x53\xda\xcc\x48\xb3\x31\x3c\x67\x24\xb6\x55\xca\xad\xff\xf8\x29\xc7\x73\x29\x05\x6c\x81\xb2\x8b\x55\xfa\xe1\x72\x45\xb4\x9b\x2f\xeb\x66\x74\x9e\x1c\x43\x5e\x8d\xca\x73\x36\x45\xd4\x41\xd4\x99\x61\xca\x9c\x10\x9d\xc3\xf0\xda\x09\x62\xe8\x30\xec\x4c\x00\x19\x81\x09\x74\x7c\x1c\x86\x52\xda\x7d\xa3\xfa\x8f\x26\x35\x97\x55\x81\x4c\x41\x3e\x1b\xef\xbf\x4f\xd9\xb3\xeb\xc7\x07\x16\x97\x35\xd3\xe2\x7c\xac\x19\xb6\xd9\x25\xce\x02\x27\xde\x4a\xdb\xf9\xeb\xc3\xac\x67\xd2\x8a\xa2\x70\x52\x3a\x2e\x8b\x4f\x23\xb1\xb5\x98\xc9\xda\x1e\x39\x17\x7c\xa0\x82\x33\x9b\x16\x7f\xc9\x0e\x9d\xf2\x5b\x94\x88\x27\x53\xb0\x58\x2e\x3a\x4b\xca\xf4\x66\x17\x3b\xc5\x0a\xff\xdf\x4e\x24\x8c\xf1\xb8\x2c\x7b\x00\x49\x1c\x71\xeb\x2b\x57\xf8\x7c\xd3\x07\xf0\xfc\x7a\xfb\xde\xbb\xfb\xe3\x77\xe6\x03\x68\xee\x03\x50\x3a\x78\x6a\x21\x47\xb9\xb2\xec\x2b\x39\x75\x28\x1a\xe3\x95\x9f\xb9\x86\x9f\x93\x5c\x60\x82\x26\x7c\x0f\x44\x58\x8c\x93\x2d\xd7\x5e\xf4\x44\x1f\x3c\x6d\xfa\x3f\x45\x4c\xfc\x83\xc6\x23\x16\x42\x47\x8b\xc3\x70\x8d\x51\x16\x65\xf4\xd6\xa8\xad\x65\xfb\xc9\x3e\xd0\xc2\xed\x0e\xaa\xd6\x9a\x35\xa2\x77\xe4\xa8\x3d\x86\x66\xb9\x1e\x6f\x15\x0d\xf5\x17\x84\x75\xc1\x0b\x7b\xb3\x86\xb5\x2c\x89\xd8\x51\xa3\x02\x5f\x38\x61\xf3\xff\xe2\x98\x71\xdd\x47\xa7\xd3\x37\x72\xe5\x65\x43\xbd\xe9\x96\x2e\xda\x88\xa8\x1a\x68\x3d\x5c\x88\x53\x31\x20\xc2\x75\x14\xe1\x1e\x83\x57\xac\xc7\x08\x88\xe8\x18\x93\x99\xb6\x92\x0c\x2a\xae\x76\x29\x50\x9d\x51\xcc\x9c\x04\x44\x67\x9e\xc1\xb8\x82\x8d\x5b\x4a\x68\x3a\xda\x4d\x96\x41\x7c\xe6\xdb\x3c\xf4\x02\xc8\x00\x0a\xa9\xb5\x55\x45\x1d\x7b\x6c\x72\x41\x90\x75\x45\x91\x7d\x8c\xcb\x12\xb4\x48\x14\x88\x9e\x4e\xf1\x65\x6e\xb2\x23\x05\x68\xab\x84\x00\x35\x73\x4e\x3f\xb0\x38\xb0\x8b\xdf\x14\xfa\xbb\xb7\x08\xe6\x68\xa9\x0b\x34\xde\xdc\x9a\x2b\x08\x60\x65\x5e\xfc\x87\x1d\xcb\x5d\xcb\x3d\xcf\x65\x78\x32\xe1\x62\xb7\x12\xed\x5e\xfa\x51\x7a\xfd\x52\x53\x72\xa9\xe9\x76\x7a\xee\x33\x14\x40\xd7\x73\xf9\x3b\xa6\x3e\x31\x5a\x2f\x6c\x87\xef\xa4\x23\x23\xee\x1d\x10\x05\x8e\xb6\x4b\x8d\x3d\xe5\x37\xaa\x7e\x95\x95\xa5\x4c\xfd\xfa\x61\x21\xf5\x2b\x8d\xb6\xda\xb4\xce\x15\xfd\xfd\xd9\xc1\xc5\xaf\x57\x8f\xcd\x3a\x97\x3f\x05\x44\x34\x10\x06\x2c\x9e\xd9\x03\x92\x17\xd4\x7f\xf2\x47\xa6\xca\xe5\x9a\xda\x54\x5a\xb4\x42\x1d\x07\x49\x5e\x75\xa4\x17\xb1\xb1\x36\x54\xd4\x7b\xd2\xad\x71\x19\x66\x20\xd4\xe3\x25\x1a\x0a\x79\x2b\x88\x07\x29\xe1\xaf\x18\xc8\xaa\xde\x67\x55\xe1\xfe\x65\x39\x6f\x73\xcf\xb7\x37\xf9\x72\xde\xd5\x02\x6f\x31\xed\xaf\xe7\x26\xf7\x2b\x3d\xe9\xd1\xeb\x8d\x00\x71\x3d\x8d\xa7\xeb\xcf\x53\x0f\xdf\x07\x9d\xeb\x1f\xe2\x88\x01\x14\x89\xfe\xc2\x72\x8e\x42\x2f\xd0\x04\x6f\x59\x50\x49\xf6\xc0\xa5\xf3\x10\x31\x91\xf8\x51\x71\x87\xae\xd0\x82\x8b\x37\x82\x21\x9c\xc0\xc8\xec\xbf\x2c\xd4\x86\x0b\x00\x03\x6d\x5c\xcc\x96\xc0\x7b\xe5\x72\x14\xcf\xd2\xe0\x12\x5b\x2f\x7d\xf5\xb2\x3a\xcf\x59\x3d\x3c\x19\x65\x7f\x94\x3f\xee\x15\x71\xf8\xb5\x33\xa8\x86\xca\x85\xa6\xcf\xc2\x35\x56\xd3\xe8\xb9\x3e\x68\xdc\xc7\x21\x26\x3d\x7a\x09\x98\x3f\xcd\x83\x61\xc2\x85\xf9\x61\xbe\x3a\x9d\x1c\xab\xe7\x7a\xa5\x32\x5b\x05\x50\x2b\x9c\xd6\x86\xb3\x5b\xec\x2a\x5d\xc4\x4d\x03\x57\xb8\x61\xd4\x8a\xa2\x89\x79\x4d\x68\xbb\x9c\xcd\x60\x9e\x67\x01\xdf\xae\xb7\x53\xa3\x1b\x55\x7a\x56\xd6\xec\xa0\x54\x87\x79\x59\xdf\xc8\x8d\x76\x7b\x86\xe8\xf5\xe3\xbb\x70\xf8\xfe\xb6\xdb\x73\xc3\x6e\xcf\xd5\xb1\x86\x85\xab\xd6\x5c\xc5\xe9\x76\xd1\x86\x6b\xba\x97\xb5\x8c\x71\x53\x11\x86\x55\x73\xab\x96\x08\xc6\xc9\x0f\x93\xdf\xd6\x32\xbb\x26\xc7\xdd\x3f\x62\x18\xc3\xe0\x35\x39\x65\x80\x30\x14\x4d\x94\xee\x93\xc4\xda\x19\xa1\x2b\x29\x5e\x6b\xc5\x13\x81\x14\x92\x0b\x18\x1c\x9e\xbc\xb5\xc0\xf3\x46\xbd\xe1\xa8\x57\xd6\x0e\xca\x31\x9c\x61\x62\x0b\x8f\x4c\xa1\xc9\xde\x5a\x3b\x40\x4f\xe6\x53\x38\x83\x04\x84\x47\x88\x9e\xd7\xc1\x95\xbc\x53\x57\x89\x77\xbd\xb7\xfd\xca\x44\xce\xa4\x43\x3e\x78\x32\xbb\x7a\x28\x85\x50\x6e\xb7\x0b\xa1\xd4\x13\xc2\xbd\xe2\xf7\x2d\x02\x29\x57\xd2\xcd\x78\x2d\x82\x7a\xd9\x56\xc6\x72\x28\x48\x10\x0e\x90\x7f\x53\x85\x8b\x5e\x7c\x66\xe0\xdd\xe8\xd7\xdd\xdb\xc4\xde\xdb\xc4\xde\xbf\x58\x62\xef\x6d\xe1\xa2\xdb\xc2\x45\xb7\x85\x8b\x6e\x0b\x17\xdd\x26\x3b\xdf\x16\x2e\xfa\xe6\x0a\x17\x6d\xea\xea\x27\xa7\x5e\x2e\xaf\xa6\x6e\x5e\x41\xa5\x83\xf1\x24\x7c\x10\x5e\xde\x2a\xa8\xb7\x0a\xea\x37\xa3\xa0\xe6\x2f\xfa\x20\x21\x98\x1c\x27\x51\xbc\xcd\xc8\xa1\xac\x9e\x45\x98\xa1\x31\x52\x0e\x9e\x8a\x78\xc9\x8a\x21\x7c\x1c\xc6\xb3\xc8\x92\xb5\x57\xf3\x95\xcd\x27\xef\x5a\x42\x90\x85\x1a\xce\xe1\xdc\xd5\xbe\x3c\xe4\x02\xdb\x79\x85\x99\xf3\x14\x13\x1f\xaa\x9c\x2b\xb3\x97\x3e\x1f\x82\xac\x06\x78\x8f\x63\xe2\x1c\x1c\xbe\x74\x18\x3e\x87\x91\x13\x60\x48\x9d\x08\x33\x67\x42\x40\xc4\x9c\x39\x24\x33\x44\x29\x47\x10\xc3\x2a\x30\xca\x11\x2a\x56\x93\x8b\x80\x86\x88\xe0\x6b\xf2\x61\xc4\x44\xe2\x07\xa2\xbd\x19\x8a\xd0\x2c\x9e\xd5\xe0\x67\x14\x33\x56\xaa\xb0\x20\x1f\xe6\x37\xd3\x1c\x0e\xe1\xfa\x21\x04\xe4\x49\x9e\x90\xd2\x09\x5f\x9f\x83\x8a\x04\x94\xe5\xf3\xf5\x0c\x9e\x94\xdb\x92\x4a\xd9\x3a\x53\xe1\x67\x1b\xab\x66\xf3\x93\x48\x2f\x44\x7b\x74\x06\xc2\x50\x86\xaf\x25\x11\xfb\x1c\x07\x38\xf2\x85\xab\xcd\xea\x57\x73\xc7\xfc\x3c\xa5\xc7\x49\xee\x96\xda\x33\x05\x65\xd5\x89\xfb\x8e\x0d\xcd\xdb\xba\x4f\xff\x1e\xa6\xd0\x02\x30\x1e\x12\x03\x5d\x94\xcb\x49\xea\x7b\xa5\x4e\x72\x1a\x5b\xe6\x9e\xce\xa1\x5f\x84\xb9\x4d\x08\xd7\x6d\x41\xaa\x6f\xb7\x20\x95\xda\xec\xc5\xad\x1e\x0a\xc9\x05\xf2\xe1\xe6\x8d\x9e\xdf\x7e\x1b\x61\xff\xd7\xc1\xf8\xd6\xe8\xb9\x35\x7a\xbe\x19\xa3\xe7\x2f\xaf\x1b\x7e\xc7\x5a\xd2\x77\xef\x8e\xbf\xd5\x8f\x6e\x5d\xc5\x0d\xb2\xfb\x6e\x5d\xd1\xdf\xad\x2b\x5a\x29\x53\x4b\x68\x63\xea\xb0\x6f\x5a\x19\x7b\x75\xfa\x9e\x9c\xbc\x7b\xf8\xfc\x56\x19\xbb\x55\xc6\x6e\x95\xb1\x5b\x65\xec\x56\x19\xbb\x55\xc6\x6e\x95\xb1\x5b\x65\xec\xbb\x56\xc6\xc4\x59\x5d\x48\x17\x13\xf1\xc2\x9b\xd6\xc1\x3e\x9f\x4d\xfc\xdd\xf1\xcb\xc8\xa8\x83\x99\xf2\x48\xb2\x2a\x5c\x8d\x02\xb2\x42\x80\xa2\xe7\x41\xb9\x1a\x27\xa2\xbd\x39\x41\x49\x72\x9d\x41\xf7\xb0\x0a\x53\x3b\x0f\x29\x65\x27\x16\x2b\x86\xd5\x4b\xdf\x35\x48\xdc\xb2\x04\x28\x16\x45\xd3\x06\x0a\x10\x9d\x87\xe0\xfa\xac\x20\xc5\x1a\x7f\x5f\x5d\xe9\xcd\x82\x16\xd7\x92\x61\x9b\xc6\xac\x27\xe9\x1b\xf5\xda\x70\x41\x18\x17\x07\x58\xa2\x0f\x56\xaf\xd7\xac\xb2\x55\xf5\xc6\x97\x15\x14\x79\x5f\xd8\x93\xb9\xcd\xab\x4b\x3c\xce\x49\xf9\x09\x2b\x62\xb6\x98\x3b\x3c\x68\x25\xc3\x15\x6f\x34\x66\xc4\xe6\x59\x3c\xa2\xaf\x00\x51\xb5\x40\x72\xdc\x9b\x91\x18\xae\xac\x31\x19\x9c\x15\x91\x4a\x7b\x63\x10\xe4\xf2\xb5\x5e\x61\x27\x5b\x70\x6d\x06\x72\x1b\x30\x34\x8c\x98\xb3\x81\x53\x9c\x98\x53\x81\x57\x80\x23\xfd\x82\x7f\xfd\xa9\x12\x04\x5f\x2e\x24\x60\xd2\x22\x35\x9b\x16\x32\x2f\x1f\x4e\x82\xfb\xbf\x7d\x1e\x36\x16\x32\x4d\xd2\x0e\x1d\x44\x7b\xa1\x28\xe4\xa3\x8e\xb0\x00\x1b\xa5\x75\xf9\xf4\xd3\xaf\xee\xba\x9d\xbf\xe9\x3c\x2a\xab\xd9\x23\x8b\x72\x9b\xec\x35\xd7\x9e\x81\xaf\xd9\x69\x73\x80\x88\x63\xa0\xf9\xfa\xc0\x08\x98\xab\x4a\x73\x2a\xb3\x18\x5b\x44\x56\xa4\x75\x00\x14\x26\x0a\x30\x58\xee\x6c\xb5\x6a\x45\x6a\x46\xfb\x3d\xad\x49\x23\xb7\x94\x56\x5a\x15\x16\x44\xf8\x11\x2b\x37\xd9\xaa\x1a\x43\x15\x73\x0a\x00\xb3\x15\x73\xc2\x64\x06\x32\x3e\x6c\x29\xd8\xe4\xb9\xc7\xc7\x5b\x47\x47\x5b\xef\xdf\x3b\xcf\x9e\xed\xcd\x66\x7b\x42\x5d\xb1\x15\x71\xaa\x0e\xcb\xce\x4f\x13\xa0\xf1\xb8\xa9\x43\xa9\x26\xec\x25\xdd\x6b\x7e\xbe\x81\xcf\x9c\x26\x75\x61\x54\x4d\x98\x23\x09\x46\x96\x7c\xfe\x90\xcb\x11\x10\x4d\xa0\x92\xd1\x25\xeb\x35\x2d\xab\x17\x13\x10\x8a\xce\x21\x1f\x5c\xe5\x40\x49\xee\xa9\xf5\xef\xdb\xd6\xbc\xaa\xc6\x44\x65\x05\xaf\xa2\x74\xe1\x50\x34\xa8\xf1\x5b\xb3\x65\x88\xbe\x9e\xd7\x96\x14\x69\xe1\xef\x30\xb7\x24\x2d\x08\x2e\x51\xc2\x89\x6f\x4d\x56\xb4\x49\xfc\xc5\x09\x68\x84\xa9\xe6\xd3\x2a\x51\x54\x76\xa6\xe5\x8b\xd6\xb0\x87\x4d\x96\xc7\x51\x50\x2e\x23\xa6\x68\x8f\x32\x02\xc1\x0d\xf8\xa5\xef\x3e\x3a\x3b\x7c\xf8\xec\xf7\x7f\x9a\xfd\xd2\x04\xfa\x98\x98\xcb\x0f\xe6\x1c\xc9\x20\x8a\x30\x7f\x21\x50\xc2\x87\x16\x5b\x72\x24\x38\x32\x37\xe5\xd0\x8b\x07\xab\x52\x5b\x40\xba\x80\x2e\x8f\x04\x93\x6b\xe3\x9b\xce\xb9\x30\x67\x50\x88\xcb\x08\x33\x6b\x69\x5c\x1b\xeb\x54\xb0\x54\x30\xcf\xe3\x63\xe7\xc8\x73\xde\xbf\x7f\xff\xde\x54\xf7\x69\xa9\xb0\x49\xfb\x52\xb0\x20\x84\xda\x03\x96\x82\x9d\x9c\xb1\x6c\x1d\xfa\x31\x2b\x2c\x72\x45\x27\x6c\xb8\xa6\x23\x96\x1c\x93\xd6\x47\xad\xd4\x27\x6a\xd3\xc7\xec\xf0\xc1\x9b\x4f\xcf\xb6\x90\xa5\x85\xd7\x1d\x14\xf1\x15\x42\xd7\xab\xee\x0f\x97\x2b\xc5\xaf\x8a\x3e\xd4\xd5\xdf\xcf\x1a\xbd\x0d\xbd\x6d\x65\xa3\x4d\x01\x9d\x66\x94\x31\x46\x84\x32\x61\x4f\xc3\x0b\xae\x20\xc2\x2b\x26\x6a\xac\xc8\x87\x60\x02\x5f\xa2\xe8\x9c\x96\xa2\xbf\x84\x5d\xc7\xff\x4d\xa5\x6e\x25\xbb\xb7\x78\x49\x83\x16\xcf\x4d\xda\x81\xa8\x4a\x33\x59\xce\x79\xb1\x6d\x57\xba\x3d\x32\xb8\x59\x5e\x63\x71\x42\x45\x14\x29\x1d\x51\x51\x76\x84\x59\xe1\x8e\x69\xa0\x6e\xbd\x38\x11\x0e\x0d\x25\x6b\x56\x30\xb7\x18\x23\x80\x7e\x71\xbe\xec\x32\xeb\x46\x21\x53\x57\x6c\x0b\x42\x26\xff\xe2\x9b\x7d\x92\xfb\x76\xe5\x90\x16\xa6\x59\x19\x6c\xc9\x07\x92\x48\x73\x8f\x8c\x63\x24\x5e\x5b\xad\xdd\x90\x4a\xc0\x48\x1b\x0b\xa9\x6f\x64\x23\x36\xe5\x07\x6b\xab\xd5\xb9\xc5\xf6\x87\x36\xd3\x7f\x69\xfe\x58\xd8\x8c\x65\x79\xa3\xbe\x99\x1b\x67\x93\x31\x79\x76\xb0\x73\x38\xb5\xb4\x64\x49\x79\xa3\xe7\xfe\xdf\xc4\xbb\x5a\xc9\x24\x53\x02\xac\x6c\x4e\x92\xb8\x75\x2b\xd2\x68\x73\xd1\xa9\xc5\xc3\x56\xf4\xf7\x66\xb7\xdd\x95\xa5\xd3\x6a\xa9\xa3\xfa\xca\x78\x0d\xa4\xa3\x6d\xfd\x62\x54\xa4\x0a\x13\x6d\xbc\x92\xe3\xb3\xcf\x07\xa3\xb7\x7f\x7f\xd6\xb6\xe3\x2a\xdf\x01\xa3\x44\x14\x65\x8b\x3c\x59\x13\xc5\xcb\x0a\xb8\x58\x45\x99\x58\xf7\x96\xec\xb4\xa6\xaa\x44\x69\x0c\xb8\xfa\xfd\xe4\x9a\xf8\x83\x4b\xf0\xa5\x56\x9f\x2f\xe0\xaa\x37\x57\xa9\x4f\x55\xa7\x9c\x2a\x5e\x2c\x07\xd4\x01\x4d\x49\x56\x16\x0d\xaa\xaa\x05\xd5\xa8\xe2\x93\x81\x0f\xae\x86\xfc\x04\xe8\x4b\x90\x5b\xba\xea\x8d\x93\x5d\xf8\xe2\x8f\xfb\xc1\x83\xc9\xd9\x02\x8d\x7e\x1b\x31\x9d\x86\xe5\xbc\x64\x41\xa1\x74\xeb\xe4\xb5\xb9\x69\x03\xeb\xf5\xc3\x86\xfc\x68\x85\x1b\x9f\xec\xde\x32\x04\xa0\x9d\xa3\x8d\xd3\xc0\x11\x41\x0f\x29\x7e\xf2\xc0\x62\x3e\xe3\xcb\x3a\x95\x3e\x67\x46\x4b\x0e\x90\xb3\x9c\xe5\x0f\xe2\x8f\xea\x36\xce\x52\xbb\xcf\xfa\x3c\x6c\xc8\x3a\x33\xee\xc3\xf2\xbb\x29\x39\xf0\xa6\x77\x73\xf6\x8f\xa3\xbf\x7f\x86\xa7\xb3\xb6\x27\xda\xd8\xfd\xca\x70\xa6\x56\x7f\x45\x62\x44\x5c\x6b\xf4\x1b\xda\x88\x6c\xfc\xda\xe4\xee\xe5\xec\x9f\x83\x57\x23\x33\xea\xb3\x70\x14\x79\x41\xee\xb9\xd4\xc7\x1c\x4c\xf7\x8f\x18\x0b\x5f\x51\x80\x66\x30\x4a\x9d\x85\xd9\xbf\x65\xa5\x3e\x3d\x3d\x57\xfd\x8d\x23\xca\x08\x40\xea\x0f\xf3\x4b\x01\x60\x40\x66\xf1\xba\x9e\x0b\x2e\x00\x0a\xd5\x9d\x45\xa5\xd6\xa9\x97\x3f\x9b\x37\xef\x84\xb3\x2b\x9b\x38\x2f\x3b\x4c\xde\x25\x66\xcf\xb8\xbe\x57\xe5\x0f\x2b\xce\x6f\x0f\xf1\x6b\x7e\x61\x53\xb8\xaa\xc8\x22\x43\x87\xa2\xa0\x22\x08\xb9\xbc\x0a\x4a\x0b\xcc\x3b\xe9\xe3\x48\xa0\xc2\x72\x5d\x62\xbc\x40\x29\x75\x2c\xa5\x68\x36\x0f\x61\xae\x5b\xa9\x25\x62\x2d\xad\xe7\x2b\x3a\xad\xe2\x00\x52\xd5\x0f\x0b\x06\xed\x2f\xb2\x53\xaf\x5e\xe6\xc6\x17\x43\x3a\x97\x90\x40\x07\x86\x68\xc2\x6d\x15\x67\x8c\x89\xd6\x94\xb1\xb9\xf7\x50\x97\x25\xf7\x3c\xb7\xc7\xff\xe8\xa1\xa8\xb8\x80\x83\x8c\x8a\x6b\x62\xe9\x2c\x98\xb8\x27\x6e\x58\x9a\x2f\xbd\x66\xf1\x80\x40\x27\x3d\x59\x0e\x8a\x9c\xec\xcc\x25\xd4\xc8\x67\xdd\x15\xb3\xb6\x09\xb3\x2b\x49\xbd\x5d\x6f\x78\xaf\x0d\xba\x04\xb9\x3c\x45\xa1\xc8\xe1\x5f\x20\xf2\x30\xb7\x5e\x11\x53\xa3\x2f\x68\x3b\xb7\x20\xfe\xf5\x58\x4d\xa5\xbf\xb5\x53\x7a\xcb\x76\x4b\xc5\xb1\xe9\x6a\x1f\xb5\xb9\x99\x1a\x6e\x7b\xc3\x9d\x56\xa8\x49\x99\xe7\xca\xf0\x93\x8e\x68\xc9\xbf\xe5\x33\x0f\x4c\x44\x60\xc4\xdb\x70\x11\xbc\x0d\x5b\xe3\x6d\xe0\x0d\x87\x39\xbc\xe5\x6e\x31\x24\xc3\xb8\x9a\x82\x98\x32\xd8\xaa\x3d\x69\x0e\x35\x6f\xa0\xf4\xf5\x52\x07\x26\x63\x39\x38\xd2\x57\x6b\x9a\xab\xed\xe2\xed\xf0\xb6\x8d\x6e\x6d\x78\xb2\x0c\x13\xad\xe6\x68\x3d\x2c\xed\xbd\x05\x6f\x8f\x16\x20\x92\x47\x6d\x69\xe4\xa1\xf7\xa8\x0d\x6a\x52\xd5\x65\x65\xe8\x39\x4a\x46\xd4\x56\x7e\xbf\x29\x8a\x1e\x2c\x80\xa2\x07\x6d\x51\x74\xdf\x7b\xd0\x06\x45\x42\xe3\x5b\x19\x7a\x7e\xe3\xa3\x39\x21\x9a\x21\xe6\x4c\x11\xd3\xd6\x7e\xaf\xb1\xc8\xd9\xf5\x5a\x09\x16\xa1\xba\x2e\x12\xcb\x9e\x03\xfc\x94\x8f\xa2\x81\x5b\x16\x28\xfb\xda\xaf\x3b\x8d\x17\xb3\x54\x5d\xfb\x46\x85\x89\x97\x36\x7a\x4a\xe6\x4a\x6b\x83\x87\x42\x40\xfc\x69\x6f\x84\xaf\x6e\xa0\xd9\xa6\x7f\x38\x1f\xff\xf1\xc9\xec\xad\x6c\x16\x20\xe6\xe3\x88\x11\x5c\xea\x80\xa0\xc8\x04\x45\xf3\x58\x68\xb6\xa5\x88\x5f\xf1\x8b\xe3\xca\x48\x18\xf1\x47\x16\xeb\x2b\x26\x10\x19\x25\x9e\xcb\xe0\x55\x3a\x80\x40\xf6\x14\x87\x22\xe3\x4c\x7c\xa8\x3f\x49\x1d\x9d\xfc\x55\xd9\xd5\x41\xbe\xf4\x5f\x12\xc5\x67\x32\xdc\x49\x7b\x09\x47\x12\x3e\x7b\x95\x1a\x0a\xd9\x69\xf9\x63\xad\x4e\xcd\x7a\xa3\x0e\x33\xda\x58\x80\xac\xc8\x05\x24\x3d\x30\xe1\xb4\x79\x23\x21\xee\x5b\x23\xba\xfd\xc7\x3f\x7e\xbf\xbf\x74\x88\xbb\x5c\x0a\xed\xcb\xff\x26\xd1\x4f\x62\x65\xae\xe7\xa2\x85\xa3\xdc\x93\x11\x56\x10\xe7\x5e\x1c\xb2\x2e\x30\xbd\xf4\x71\xbe\x13\x4f\xba\x36\xfa\x32\x4d\xa0\x74\xcf\x08\xa7\x68\x57\x74\x92\xae\x08\x8e\xab\x85\x0d\x04\x01\x81\xb4\x0d\x70\xb9\x95\x41\x32\x3e\xc1\x84\x2d\xf8\xb9\xe6\xc6\xb0\x0b\x81\x15\x9c\x9b\x3c\xf1\xb7\x3e\x3d\xc5\x72\xf2\x9b\x3e\x3b\xa3\x60\x74\xfd\xe0\xcc\x52\xc5\xbc\xfa\xec\xe4\xfc\x07\x86\x44\x91\x7e\xb6\x36\xd7\xe0\x5e\xc9\x65\x19\x31\x3d\x67\xa8\xcd\x11\x33\xa4\x26\xd4\xfb\x70\xaa\x34\xf9\x06\x24\xa6\x4f\xe0\x17\x13\x1f\x56\x9d\xaa\xb0\xda\xc0\x77\x1d\x74\xad\xf7\x55\x31\x10\xbe\x75\x72\x8b\x3e\x6e\xa1\xff\x85\xae\x9d\x1d\x3f\xfb\xbc\xc4\x80\x59\x7f\x8a\xdc\x98\xe8\xf1\x12\x63\x96\x1a\x51\xd4\x0c\xbd\x0a\xa6\x91\x3f\xf3\x8b\xb1\x8c\x10\x4f\x36\xcf\x2c\x06\x2f\xef\x5e\x92\x07\xb1\xb9\xb8\x52\x8d\x83\x38\xc2\x87\x38\x8a\x92\x5e\x44\x8b\xc5\xde\x16\x0b\x7d\x8a\xf2\xa1\xe6\xa8\xc0\xe6\x85\x37\x45\x18\xa7\x33\x86\xcc\x9f\x3a\x21\x9e\x18\x5a\xfe\xbb\xe5\x6a\x9b\x67\x53\x28\x5e\x16\x9e\x4b\x36\x45\x54\x76\xb9\x04\x04\x3a\x28\x02\xbe\x0f\xa9\x08\xc2\xe8\x3b\x87\x53\xe8\x9f\x3b\x6c\x0a\x1d\x1f\x47\x81\x48\x5e\x70\xf0\x58\x3c\xe0\xd6\xa3\xf8\x47\x76\x78\x1d\x44\x1d\x43\xff\xff\xe6\x0e\xd1\xe5\x5a\x33\x9a\x8b\xb9\xbb\xc5\x98\x75\x43\x4a\xbb\x88\x5c\xb7\xb4\x86\x13\xdb\x3f\x13\x9e\x2d\x41\x23\x01\x16\x9a\x7a\x56\xef\x40\x75\xda\xce\xe2\x9b\x2c\x01\xee\x14\xb2\x63\x61\x71\xa7\x83\x64\xb0\xa6\xc3\xd6\xd5\x99\x5c\x16\x78\x48\x48\x0e\xf8\xb4\x3e\x69\x3b\xf0\xc5\x30\x39\xf0\xe5\xc0\x8b\xa6\x66\x98\x62\xe6\xdb\x95\xda\x4c\xfa\x4c\x96\xab\x6a\xce\x21\x11\xdd\x95\x13\x74\xe4\x1a\x5c\x15\x8b\x69\x3e\x53\xe4\xb5\x50\xb9\xcf\xe6\x30\x30\x80\x42\x2b\x0c\x67\xe2\xc7\x95\xc3\x60\x4f\xba\x38\x95\x81\xec\x66\x68\x4c\x81\xd7\x57\x3d\xe4\xcb\xa1\x0a\x0a\x79\x88\x27\x13\x25\xbb\xe5\xa0\x2a\xbd\xda\x9d\xc1\x00\x81\xde\x1c\xc4\x22\x62\x56\xfd\x15\x82\xeb\x5c\x2b\xcc\x9c\xd6\x24\x0d\x5a\x6b\x8d\x8a\xea\x2c\x97\x92\x38\x6d\x93\x09\x51\xd5\xd3\x2d\x63\xa7\x04\x16\x2d\xfc\x10\xf5\x2e\x51\x14\x64\x25\x64\x2d\xe9\x4d\x29\x92\x70\xcc\xe6\x71\x49\xfd\x5a\xaf\xa9\x9c\x88\xdf\x66\x72\x7b\x4c\x20\xa4\xec\xfa\x26\x22\xc4\xa6\x83\xcb\x63\xb4\x0b\x2c\xa5\x10\x93\xb6\x80\x9e\xe1\x5f\xd5\x0e\x19\x14\x08\x16\x76\x1d\xc2\x49\x8c\x02\x68\x34\x07\xd2\x65\xf7\xe4\x3b\xa9\xa2\x2a\x0b\xac\x88\xbc\x82\xb4\xd6\x8a\xfb\x8a\xe3\xcd\x79\xfb\xdc\xf5\xdc\x53\xfe\x91\xec\x13\x7d\x02\x18\x83\x44\xb6\xf2\x36\xdc\xd3\x65\x53\xa4\x0b\x48\x26\x91\x5a\xbf\xf7\x81\x8b\x69\x73\xbf\x3c\x43\x43\xb0\x1d\xd1\x0e\x76\x44\x35\x15\x45\x1f\xea\x29\x8e\x98\x73\xca\x80\x7f\x6e\x04\xc8\xd0\x41\xfd\xa1\x06\xe3\x16\x9d\xf4\xc6\x38\x62\x5c\x79\x17\x23\xb4\x6b\x11\x62\x69\xab\x5b\x0f\xf5\x19\xbc\x62\xce\x29\xfa\xac\xb8\xc8\xc2\x50\xab\x11\x36\x04\xf5\x21\x0e\x31\x59\x14\xcd\xbe\xfa\x78\xe1\xf6\xef\x3b\x96\x45\x34\x21\xb8\xc3\x94\x4f\x34\xa4\xba\xed\x6a\x4c\x3c\xe6\x3c\xd6\xc9\x7e\x5d\x04\x21\xc5\x36\xa0\x2b\xda\xc3\x3a\xc8\x73\x65\xb6\x16\x82\x5b\x1f\x61\x53\x50\x0b\x3d\x60\x61\x88\x93\xaf\x37\x04\xed\x11\x1a\x8f\x9d\xdf\x11\xbc\x34\x56\x3e\x6b\xd5\x0e\xb1\x6e\x26\x82\xe7\x01\xbe\x34\x91\xe0\x2a\xa7\x79\x72\x01\x23\xe6\xa8\xb4\xc0\xf5\x4e\xf5\x6b\xcc\xa5\x8b\x13\x81\x0b\x34\x01\x96\xd3\xb5\xca\xf9\x9e\xd9\x0a\xd4\xad\x72\x92\xe7\xc2\x81\xe4\xe4\x12\xe5\xd7\x3a\xe1\x8b\xd3\xd7\xaf\x36\x43\x81\x2f\xf1\xc4\x39\xdd\x04\x61\x1c\x43\x46\x90\xbf\xe6\x49\x4e\xc0\x04\x3a\x0c\x18\x79\xe3\xea\xe7\x91\x8a\xd6\x5a\x27\x92\x97\x57\xce\x08\x5f\xad\x79\xa2\xb3\xa4\x9e\xc1\xba\xe7\xf0\x9c\x43\x1c\x8d\xd1\x24\x26\x6d\xd9\x83\xb5\x11\xeb\x22\x0a\xc5\x14\x90\xc6\xca\xc4\xb0\x4e\x5c\x50\x46\xd0\x28\x16\x9e\xa6\xc7\xc0\x58\x2d\xb3\x81\x94\x0b\xb4\x61\x84\x17\x7a\x65\xe2\xae\x06\xfe\x17\xf1\x6c\x84\x9d\x35\xad\xa2\xf7\x89\x8f\xbe\xb1\xb5\x9c\x10\x3c\x21\x90\x52\xcb\x0a\x1a\x07\xf8\xd5\x07\x21\xe4\xaa\xeb\x2d\x61\x02\xa7\xd8\x6b\x66\xf8\xca\x82\xae\x1b\x37\x7a\xdf\x3d\x7d\x75\xb6\x03\x4e\x5e\x34\x72\x51\x2f\x8c\x0b\xb1\xb8\x66\x78\xf8\x84\x47\x74\xf3\x68\x38\xf8\xed\xfa\xd3\xaf\xc7\xe1\xc3\x25\xe2\x2d\x44\x59\xdd\x10\x5c\x2b\xb7\x6a\x29\xca\x5f\x9e\x29\x1c\xb3\x10\x32\xc3\xb1\x59\x91\xe3\x45\x5c\x26\x36\x46\xf4\x4d\x51\xdd\xd1\xd9\xcb\xc9\xf4\xd3\x3f\xde\x9a\x5d\x2d\x73\xd7\x73\x99\xeb\xb9\xf2\x26\x6e\xf5\x15\x8e\x2b\x6b\x28\xe8\xf5\x84\x0d\x8e\x61\xc3\xd5\x6d\x52\x8a\xd9\x76\x41\xf3\x02\x8f\x1a\x35\xd0\x6f\x7e\x6b\xc1\x71\x20\xd4\xf1\xde\x0c\x46\x71\x11\x03\x96\x0a\xc0\x12\x2b\x2a\x03\xca\xe6\x9e\x25\x70\x4c\x20\x9d\x66\xee\xf9\x4a\xe4\x65\x36\x72\x2e\x74\x3e\x7b\x5a\x55\x3b\x0e\xd1\xa7\x98\x8c\x50\x10\xd4\xd6\x96\x49\xc5\xd2\xb6\xc0\x08\x43\x20\xa4\x5b\xe3\xe4\xe3\xde\x4c\xb5\x31\x93\x6d\xe1\x5b\xe4\x60\xe7\xe1\x49\x42\x84\xc5\x76\x35\x2c\x99\x90\x8b\xbc\x33\x87\x60\x89\xf6\xbb\x95\x0d\xdd\xd4\x77\xda\xe5\xb5\x1e\x79\x96\x26\xfa\x65\xd1\x4e\xc5\xe8\x2a\xe9\x14\x9f\xc5\x59\x31\x27\x3d\xae\x2a\x2b\x95\xad\x74\x4e\x41\xb4\xfd\xbe\x6b\xbe\xc0\xd6\x81\x6b\x4c\x8d\xa5\xd2\x19\x59\x7a\xa2\xaa\x40\x41\x45\x08\xa8\x4a\x87\xd6\x13\x4b\x15\xc2\x73\x39\xf9\xa7\xfc\x65\x4b\xd7\x1f\xb3\x66\xa7\x67\x16\x97\xe7\xae\x6b\x58\xa4\x27\x65\x0f\xb3\xac\xfe\x96\x15\x5d\x45\x66\x4e\x6f\x8c\x31\x6b\xe1\xcb\xca\xdd\x0d\x55\xa7\x48\xa4\x0c\xc8\xa8\x9d\x27\x69\xbd\x52\x6f\x92\xf9\x9e\xde\x87\x34\xa0\xc3\x30\x72\xd2\xae\xbc\xbe\x78\xf9\x12\xf3\x67\xf1\x56\x06\x08\x4e\xd3\x1f\xd7\x0a\x43\x52\x02\xdb\x00\x41\x52\x57\x74\xad\xf3\xeb\x35\x48\x0d\x30\x9c\x68\x3f\xb7\x83\xe3\xbe\xe7\xb2\xa9\xc6\x5d\x7e\x95\x55\x8d\x2d\x4d\x30\x0b\xdf\xe4\x65\xde\x8e\xab\xd7\x9b\x53\x81\x2e\x2d\x38\x80\x09\x1f\x32\x6b\x3d\x5f\xe3\x69\x86\x03\x18\x5a\x2a\x3c\x19\xa8\x5d\x2b\x56\x24\xc2\xbd\xa2\x42\xa5\xfb\x43\x71\xdd\xf8\x31\xf3\x92\x8b\xf1\xd3\xd2\x21\x26\x11\x97\xf4\x0b\xf3\x8a\x9f\x68\x57\xd2\x75\x36\xcd\x4e\x33\xd3\xb5\x56\x40\xc8\x74\x4c\xc9\x32\x2a\x65\x44\x04\x0c\xea\x66\xc2\x6d\x2d\x9f\x56\xcc\x9b\x7d\xdc\x93\xa5\x1e\x2d\x9d\x5c\xf3\x26\xa1\x32\xd2\xb4\xa2\x28\x1a\x9e\xfe\xf7\xbf\xff\x27\xff\x5e\x56\x2a\x45\x0f\x11\xc2\xe3\x5c\xec\x99\x26\x01\x34\x91\x6b\x4c\x21\x34\x89\xa5\x06\x07\x73\x28\x0e\x20\xbc\x28\x07\xca\x69\x48\xe0\x2f\x20\x6c\xe5\x53\xce\x7f\x38\x2b\x61\x12\x22\x81\x26\xb9\x65\xb6\xc1\xa2\x5e\x30\xc2\xf1\x9f\x0b\xc0\x61\xca\x6e\xd4\xa6\xd3\x33\x1c\x6d\xad\x73\xdb\x6b\x07\xc3\x46\x65\x72\xcb\x84\x09\x67\x73\x76\x9d\x6a\x74\x4d\x12\x2f\x2b\x75\xb7\x56\x29\x88\xf6\x40\xa8\x1c\x54\xc2\xb0\x48\x5a\xaa\x66\x99\x8a\x52\x8b\xa9\xe1\xbc\xf3\xca\x81\x6d\xcd\x20\x92\xff\x9d\x4d\xa1\xe3\x87\x31\x65\x90\x38\x88\x3a\x4a\x2f\x0a\xaf\x1d\x31\x4c\xbf\xf2\xa4\x2c\xa0\x10\x1b\x94\xc8\x75\x22\xf0\x18\x30\x7f\x5a\x2c\x57\xb9\x2c\x0e\x5f\x61\xa1\xee\x3a\x33\x3e\xb8\x08\x1e\x63\x90\xcc\x52\xfb\x25\xd7\xde\x41\x59\xe8\xb9\x9c\x04\x7b\xb3\xce\x04\xa6\xe6\x25\x79\xca\x32\xa1\x75\xcd\xe7\x64\x88\xa6\xa2\x59\x77\x23\x30\x12\xb7\xf2\x22\xb4\x75\xda\x6c\xc9\x5a\xf7\x1b\xf6\x24\x3c\x7f\x19\x8d\x1f\xb1\x37\xe6\x96\x49\xe5\x62\x3e\x35\x4e\x98\xa5\xdc\x2e\xfc\xff\xb5\x43\xd7\x56\x76\xf1\xb4\x79\xcc\x6d\x6f\x8f\xe8\xee\xd6\x13\x73\xa3\x83\xdb\x66\x53\xb7\xcd\xa6\xd6\xe6\x64\x52\x1a\x38\x6d\xe2\x65\x1a\x6e\x0b\xed\x5f\x1e\x17\x1a\x8f\xb8\x22\xac\x3b\x7a\x16\xf1\x45\x55\x6a\x20\xc5\xe8\x0f\x5b\x6b\xa6\xe5\x2a\x1d\x3b\x05\xfb\x86\xe2\xa8\x77\x21\xaf\x85\x33\x1b\x87\x4a\x00\xb2\x98\xda\xd0\xf5\x5c\x8d\x65\x98\xeb\xae\x9a\x95\xb6\xe2\x93\x8d\x48\x90\x3c\x8b\x6b\xcd\x1b\x93\xfe\x3f\x37\x70\x1f\x70\x7d\xf6\xe6\xf8\xf8\x8f\xb7\x6f\x6e\x99\xe3\x2d\x73\xfc\xf7\x64\x8e\x7a\x1d\xf6\xec\x24\xa6\x25\xc8\x93\x05\xeb\xa7\x54\x2b\x4b\xa8\x3d\x5c\x59\xf9\xf5\x05\xd9\x4f\x0a\x4a\x4b\xfe\x73\x43\x57\x63\xff\xf8\x03\xbd\x3e\x9c\xff\xf6\xa8\xb1\x42\x5b\x2c\xf6\xa8\x1e\x44\xbe\xa8\x50\x9e\xf5\x0b\x4b\x72\x0a\x13\x41\x92\x4c\xab\x5c\xa0\x7a\x58\xfc\x22\x7d\xfe\xcb\x14\xaf\xb9\xda\x6c\x9d\xd3\x34\x6f\x5d\xfb\xde\x69\xf9\x7b\x81\xe6\x27\xaa\xde\x35\xd8\xe8\x45\x7d\x39\x55\x8e\xc3\xe5\x0c\x8a\x45\xac\xb0\xad\x10\x03\xb9\x47\x9b\x26\xde\xdf\x4f\x77\x46\xff\xfc\x63\x08\x6f\xc5\xe6\xad\xd8\x6c\x2f\x36\xf3\x22\x72\xfd\x82\xcf\x99\x02\x99\xf5\xd3\x93\x89\xef\x59\xea\x4d\xee\xa6\x59\x9d\xa6\x1e\x9d\xa3\x48\xe4\x09\x8b\x89\x36\x22\xbd\xd4\xd4\x2d\x8f\x7f\x8a\x90\x4d\x97\x58\x3e\x38\x78\xf9\x69\xeb\x22\x5e\x22\x88\x86\x81\x11\xe5\x56\x93\x5a\x82\x39\x13\x2a\x2e\x15\x35\x31\x54\xbf\xb1\xe4\xd8\x27\x52\x5d\x6f\x8d\x29\x12\xc2\xc5\x11\x3c\xd4\xf3\xc1\x92\x53\x69\xa4\xc3\xd7\x17\x90\x70\x83\xad\x59\x6a\x7c\x1b\x08\x73\x3e\xa1\x65\xc1\x3c\xd2\xad\xc5\x15\x03\x9a\xf4\xdb\x58\x01\x98\x5a\x47\x98\x86\x85\x06\x4c\x7d\x08\x69\x3c\x17\xe4\x7e\x94\x57\x3f\x1b\x44\x96\x34\xdb\x17\xdd\x1e\x5d\x7e\x63\x74\x18\x1b\x2d\xba\x41\x53\x98\x35\x64\xf2\x15\xb8\x4a\xc6\x8a\x7e\x68\xc2\x8a\x72\x25\x2d\x36\xcc\x8e\x00\x18\x1d\xa0\x2b\xfc\xae\x3e\xc8\x4c\x74\xfc\x22\xaa\x0a\x4a\x3c\x4b\xb5\x13\xef\xdf\x41\x65\x79\xb8\x7a\x95\xa5\x99\xb2\xf2\xa0\x52\x59\x31\x84\x24\xcb\x4f\x0a\xba\x4b\xe3\xf3\x51\xaf\xc2\x3c\xf0\x1e\x7e\x2f\x96\xff\x02\xc2\xb3\x52\x7c\x36\x67\x83\xe5\x22\x35\x89\x41\x99\x2b\x50\x93\x05\x55\x6c\x4c\xb8\x36\xa9\x04\xb0\x90\x93\x78\x3a\x2c\x22\x3a\xc9\xc4\xad\x2a\x8d\x9c\xa0\xc5\x5e\x16\xd9\x2d\xf7\x72\x6f\xea\x5e\x16\xdb\x3c\x03\x61\xd5\x56\x36\xf3\x50\xd7\xb6\x0a\xcd\x8d\x69\x28\xa5\xa0\xce\xa3\x56\x4c\x80\x9e\x3b\xc2\x30\x76\x8e\x20\x03\x28\xa4\xc6\x75\x56\x0f\x3a\x07\x28\x2d\x54\xd2\xa8\x47\xe6\xdf\x1c\x3e\xaf\x3e\x95\x71\x33\x98\x78\xc9\x14\x6a\x62\x8e\x71\x58\x11\x74\x6f\x54\xf5\x1c\x47\xd4\xf8\xa9\x06\xb1\x4d\x39\xa0\x75\x82\x9a\x54\x0f\x6a\x06\x6d\xc3\x5a\x43\xeb\x04\x58\x56\x24\x6a\x06\x6e\xbb\x32\x46\xcd\x2e\x55\x36\x75\xb3\x64\x2a\x48\x63\x1a\x40\xfd\x7e\x90\x55\xcb\x91\xf1\x96\x15\xc8\x4f\x8b\xb1\xa7\x55\x3d\x72\xa5\xe2\xd2\x91\xec\x47\xa8\x1e\x69\xad\xf8\x93\x6b\xd2\x2b\x16\xaa\xed\x95\x05\xf9\xe6\x08\x42\x2b\xea\xe5\xd2\x79\x88\x58\x2f\x11\x3c\x4d\xca\x95\xe3\x62\x60\x55\x08\x27\x30\x32\x57\x7c\x4b\x14\xbc\xe1\x23\x6f\xd7\xfb\x20\xea\xed\x35\x8e\xab\xa9\xd3\xf2\x64\x25\x5a\xf9\x2c\x0d\xeb\xb5\x95\xe8\x51\x2f\x2b\x6d\xf6\xa3\x97\x40\x24\x45\xf2\x51\x4e\x03\xae\x52\xfa\x6a\x67\x90\xa5\x3e\xb5\x28\x2c\x31\x88\x88\xd7\xa9\xf4\x75\x95\x56\x9d\x50\x6a\xa9\x16\x91\xa8\x5d\xd0\xa3\x97\x22\xba\x27\x07\x8c\x09\x23\xe6\x87\x79\x77\xb9\x1c\xab\xe7\x66\x25\x90\x0d\xfd\xe4\x6c\xb1\x72\x75\xbc\x4d\x21\x44\xaf\x57\x9e\xc3\x93\x5d\x16\xb5\x17\xc3\x86\x8f\x75\x4d\xfa\x9e\x5d\x93\x36\x7d\x64\x83\xa8\x4e\xa5\xbe\xe7\xdd\x37\x46\xc4\xd6\x7f\xb9\x6b\xf8\xee\xdb\xe7\xc0\x19\xb3\xa5\xe6\x9b\xfe\x56\xa9\x1d\x7a\xa5\xc3\xac\x0e\x6f\xdb\x7c\x0f\x8d\x6d\xf7\xfb\x7d\x57\x95\x10\x13\x89\xef\x5a\x19\x2c\xf1\x58\xf5\xcf\xb6\x54\x41\x5a\x9a\x9b\x57\xd5\x39\x72\x17\xc9\x24\x29\xb1\x75\x19\x4f\xac\xed\x42\xf3\xc4\x12\x2f\x27\xdf\xfe\x9d\xd3\x4c\x16\x4b\xf4\x98\x62\xc2\x9e\xdb\xe2\xfa\x9f\x1f\xb5\x0b\x5c\x6e\x0d\x82\x66\x94\x71\xd9\x8e\xc6\xd7\xcf\x95\x0b\xe7\x58\xfc\xe5\x3c\x4f\xc4\x9d\x01\x3a\xf1\x0a\x92\x2d\x11\xd6\x08\xe3\xca\xf3\x71\x96\xc8\xc8\xa9\x42\xc7\x22\x69\x39\x0b\x81\xf2\x09\x8f\x7e\xcf\x9a\x4a\xdb\xfd\xc2\x9b\xd8\x17\x1c\xc0\x7e\x35\x0d\x1f\x86\x08\xca\xda\xb5\x6d\x61\x29\xe6\xe9\xe4\xad\xc0\x46\x9f\x94\xac\xb1\x25\x53\x72\x9a\xf3\x81\x72\x41\xdd\x5c\x26\x4e\xf6\x3c\x49\x78\x14\x9d\xa1\xab\x52\x73\xa4\xbb\xbe\xd2\x0f\x76\xa0\x8d\xba\xb9\x3c\x9d\xa5\x32\x75\x96\xcc\xd5\x59\x59\xb6\xce\x06\xf2\x75\x0e\x6a\x0c\xc1\x7a\x4d\xb1\xd1\x79\xbd\x91\xd4\x9d\x6f\x27\x79\x67\x25\xe9\x3b\x76\xc4\xd7\xf1\x12\x53\x0a\x4f\xfe\xd6\xcd\xe2\x0f\x68\x95\x2a\xd2\xde\x09\xd0\xf0\xd0\x54\x64\x12\x99\xce\xcb\xda\xb2\x56\x9c\xc5\x33\x57\x34\xfc\xae\x2d\x81\xa5\xfa\x68\x36\x90\x37\xff\x1e\xdb\x9c\xb3\x28\xd6\xbc\xd5\x53\x70\x01\x9d\x11\x84\x91\x23\xdb\x18\x96\xca\x5b\xaf\x6a\xef\x6a\x72\x94\xea\xac\xed\xc5\xa2\x38\x17\xbb\x7c\xce\x6e\x9d\x5a\xc6\xc2\x68\x41\x0a\x9b\xee\xfc\xfc\xdb\xc5\xdb\xc1\xe1\xe8\xf3\x6d\x2c\xdc\x6d\x2c\xdc\xb7\x7b\x91\xbc\xa1\x10\xf2\xe4\x18\x96\xe2\xc7\xb3\xf3\xc9\xff\x39\xc2\x54\x2b\x0f\x72\xa1\x45\x05\x15\x3b\x6e\x6c\x3c\x90\x3c\x01\xa6\x05\xff\xb9\xb1\x30\xdc\x47\x2f\xe0\xe3\x77\xe1\x8b\xd7\x8d\xfb\x4e\xdc\x56\x54\x5a\x51\x60\xea\xf7\x1d\x72\xda\x2a\xdc\xf4\xc6\xa8\xfb\x8f\x9d\x57\xf7\xb7\x9f\xec\x04\xeb\xa8\xd5\xa6\x08\x72\xc9\xf3\xb0\x5e\x3a\xfb\x46\x28\xcd\x1e\x5f\xd8\x86\xee\x5a\x91\x5c\x65\xf1\xaf\x0d\x53\xe1\xf9\x05\x1d\xde\xff\x7d\xfe\x69\x09\x2a\xac\xb4\x5d\x96\xb0\x56\x98\x73\x10\xb3\x29\x26\xe8\x73\xb9\x07\xfa\x22\xf6\x89\x31\xe4\x96\xe1\x73\xa8\x7a\x20\x10\xc8\x1a\x98\xfd\xef\x71\x4c\x0c\x0c\x9f\x42\xc6\x50\x34\xa1\x7d\x31\x20\xad\xe0\xfa\x07\x87\x2f\x1d\x39\x6b\x4d\xa8\x5f\x80\x21\x75\x22\xcc\x9c\x39\xc1\x17\x48\x35\x0d\x22\xf0\x8f\x18\x11\x18\x38\x73\x48\x66\x88\x4a\x59\xee\x88\x08\x01\x9f\x39\xd7\x1c\x38\x10\xcc\x50\x84\x28\x23\x80\x61\xe2\xa0\xb1\x6c\x54\x84\xa8\x03\x22\x47\xb4\x4e\xea\xb7\x36\x82\x4f\x14\x04\x20\xda\xcc\xd2\x2f\x11\x9b\xca\xa5\x52\xc4\xa0\xbe\x56\x87\x61\xe7\x02\xc1\x4b\xb1\x28\xdb\x42\xd6\x1c\x4b\x6c\x3f\xbf\x2d\xcf\x7f\x99\x6b\x6d\xf8\xf4\x7f\x9a\x0c\x7f\x1d\xec\x3e\xdc\x5a\xe2\xf4\x17\xd7\xd0\xb4\xe9\x5d\xe1\xbb\x1e\xfd\x23\x06\x04\x3a\xe6\xc7\x43\x93\x6f\x70\x35\x43\x6f\xaf\x6f\xe8\x9d\xf5\x0d\xbd\xbb\xbe\xa1\xef\xad\x6f\xe8\xfb\xeb\x1b\xfa\xc1\xfa\x86\x7e\xb8\xbe\xa1\x1f\x95\x87\x5e\x3d\x97\x2a\x4c\xdd\x8c\x47\xa9\x9e\xb8\x9b\x67\x49\x0f\xae\xb6\x9e\x3c\xd8\xbe\x06\x0b\xd4\xd4\xbd\x09\x1d\xd9\xe8\x65\x6a\x66\x35\x9a\xec\xc6\xa4\x15\x71\x9d\xe9\x78\xaa\xb6\x67\x25\x7e\x9e\x9b\xd0\xeb\xeb\xf4\xb2\x76\x65\x75\x33\x27\xd0\x8a\x0b\xeb\x2e\x55\x11\xf6\x60\x92\xe4\x45\xdd\xd6\x84\x5d\x4b\xb0\xce\xb7\x12\x85\x72\xd3\x01\x28\x7a\x1b\x6f\x03\x1c\x5a\x8f\xef\xf5\xc2\xa1\x75\xfe\x36\x69\xff\xd9\xaf\xeb\xde\x15\xad\x87\xb8\x01\x90\xb9\xfa\x69\xcd\x50\xe4\x5b\x91\x9b\x92\x27\x73\x2f\xd4\xb5\x9b\xd8\x60\x90\x4c\xb9\xb7\x7f\x1a\x26\x33\x51\x85\xc0\x4b\xd1\x2c\xb7\x61\x2c\x37\x16\xc6\x22\xc5\xcc\x6d\x04\xcb\x5f\x38\x82\xa5\x7c\x3a\xdc\x06\xcd\x38\xaa\x2e\xc6\x9b\x2b\x85\xab\xf0\x8f\x26\x7a\x6d\x1b\xdb\xe3\xe6\x5c\xf3\x6f\x9f\xd3\x8b\xdf\xe7\xd1\xb0\x99\x5b\xe4\x46\x6e\x4d\x96\xd9\x85\x76\xde\xea\xe4\x23\xf9\xdf\xcd\x6f\xc6\x53\xfc\xee\xea\x34\xda\x7e\x6c\x36\x08\x19\x98\x34\x34\x04\x7d\x1c\xc6\xb3\x72\x5e\xa8\x95\xcf\xcb\xf7\x1d\x44\x7b\x53\x10\x8e\xcd\x97\x7e\xc6\x0f\x2b\xa2\x78\xea\xbe\x49\xed\x4c\x93\x40\x39\x03\x13\xda\x24\x85\x41\xda\x0a\x06\x81\xe9\x28\xb9\xce\xc0\xa4\x3a\x3d\x96\xd9\x33\x43\xb2\x77\x2c\x50\xea\xaf\xe8\x63\xbc\x52\x2d\xb0\xaa\x4b\xfa\xeb\x5f\xfc\x9e\xa4\x19\x2d\x5a\xcf\xbb\x38\xb8\xf5\x3e\x20\x17\x5b\x22\x85\xea\x19\x98\x34\xa9\xba\xd1\x18\x25\x86\x25\x66\xc2\xbe\x98\x5b\x5d\x17\x51\x6d\x18\xa2\x61\xf2\xd5\xe2\xb2\xa6\x6d\x1a\xe9\xda\xbc\xef\x79\x7e\xd4\x94\x87\xc9\x2b\x8a\x1b\x88\x61\xd8\xdd\x3e\x7d\x70\x70\xd2\xb0\x0e\xde\x5f\xf5\x96\xb7\xbd\xa2\x52\xa7\x7c\xb4\x24\x19\x75\x43\xd5\x8a\x58\xb6\xd4\x7d\xd6\xe6\x9b\xd9\x5d\x9f\xbe\xfc\xf5\xde\xa3\x67\x16\x17\x28\x0e\x91\x7f\x6d\x14\x7a\xad\x82\x9b\xdc\x86\x55\x21\x0e\x7c\x1f\x52\x2a\xae\x18\x09\x0e\x9d\xb3\xe4\x92\xaf\x99\x3b\xdc\x22\x75\x1b\xc9\x5d\x76\x89\x7b\x6c\x8a\x48\x60\x94\x56\xae\xf9\x0a\xb8\x2c\x7d\x0f\x65\xaf\x01\xea\xb0\x29\x60\x4e\x4c\xa1\x53\x58\xd2\x4b\x44\x19\x4d\x6e\x56\xe5\x05\xa5\xb8\x67\x9c\x43\x32\xc6\x64\xe6\xf8\x90\x30\x80\x22\x47\x54\x5d\xe8\x3b\x8f\xaf\xd5\x8d\x2c\x8a\x26\x0e\x90\xef\x9b\x23\x99\x85\xa3\xd6\x27\x90\x39\xcf\x8f\x34\x8c\x79\x0e\x17\x38\xce\x38\x66\x31\x91\x37\xba\x90\x32\xe7\x12\x85\xa1\x33\x82\x0e\x88\xd9\x14\x46\x0c\xf9\x80\xc1\xc0\x73\xe6\x98\xf1\xbf\x40\x18\x5e\x8b\x9f\x30\x11\x4d\xd9\x1d\x02\x41\xe0\x00\xb9\x10\x86\x1d\x10\x04\xa2\xee\x05\x08\x1d\x14\x71\xa8\x85\x55\xd2\x12\x58\x89\x17\x4c\x8a\xe0\xb2\x29\x74\x04\xd9\x21\xd5\xa3\x9f\xc4\x21\xa4\xce\x18\x13\x19\xca\x2d\x06\x4d\xe0\xe7\x86\x50\x29\xda\xb7\x5e\x03\x8a\x30\x43\x63\xa4\x32\xfc\x45\x6a\xe7\x18\x57\x2a\x29\x2d\x68\xad\xd1\x77\xb5\xea\x4c\x29\x86\x41\x9c\x14\x0e\xeb\xae\xf6\xad\x38\x1f\xce\x29\xc3\x44\x51\x61\x7d\x17\x88\xf4\x4b\xbe\x55\x0c\xfa\xcc\x49\xa9\x86\x7a\x09\x3d\x02\x02\x1d\xca\x30\x81\x81\xe3\x8b\x0c\xae\x1e\x45\x01\x74\x50\xba\x9b\x40\x41\x37\x25\x70\xec\x7a\xee\x94\xb1\x39\xdd\xdb\xda\x0a\xe0\x05\x0c\x39\x6b\xea\xcf\xf0\x67\x14\x86\xa0\x8f\xc9\x64\x0b\x46\xbd\xb7\xa7\x5b\x01\xf6\xe9\xd6\x3b\x38\xda\x3a\x38\x79\xbe\xf5\x0e\x45\x01\xbe\xdc\xa2\x50\x5c\xb4\x6b\x0b\x50\xe0\xa9\x1f\x04\x10\xf9\xa5\xf5\x65\x50\x44\x7a\xbb\x2f\x62\x0d\x62\x86\x39\x0d\xfa\x82\x70\xfd\x10\x02\x0e\xf9\x98\xe0\x59\x32\x80\x13\xcf\x71\xe4\xf8\x21\xa6\x9c\x34\x45\xe4\xc2\x88\xe0\x4b\x0a\x89\x73\x29\x40\x11\xc3\x3a\x3e\x88\x1c\x10\x52\xec\xcc\x40\x14\x67\x83\xc9\x0f\xd4\x74\x11\x65\x10\xd8\x03\xcc\xab\x9e\xd7\xb0\xa0\xc4\x50\xe3\xff\x9e\xa1\x08\xcd\xe2\x59\x2d\x9d\xc8\x76\xf0\x85\x21\xe5\x43\x9d\xb0\x77\xcc\x51\xaf\x62\x75\x82\x88\x94\x44\x41\x50\x5e\x21\xa4\xdc\x8c\xaf\xfe\x4c\x46\x51\x2c\xab\x1b\x97\x0e\xa9\x5b\xec\x4e\x13\x61\x96\x8f\x95\x79\x4e\x7f\x07\x21\x0a\xdc\x42\x45\x81\x85\xda\xe4\x8c\x11\x0c\xeb\xec\x8c\xb4\x20\x40\x45\x91\x00\x13\x93\x6d\xba\xd3\x42\x04\xd4\xee\xa9\x48\x5c\x2f\x7c\xab\x3f\x13\xbd\xd9\x3c\x57\x64\x0d\xca\x27\xf9\x04\xf8\x7f\xa8\xff\xf5\x0c\xff\x2f\xf9\x9f\xab\xe2\xd3\xa5\x2a\xef\x59\xe2\x93\x12\xc5\x88\xbf\x89\x23\x09\x83\x35\x86\xda\x90\x61\x9f\x0b\x73\x92\x0e\xb4\xb4\x9e\x83\xcb\x00\x99\x40\xd6\x4f\x8c\x89\x74\xb2\x76\x5d\x95\xac\xb2\x79\x0a\xc3\x79\x6e\xdb\x22\x26\x43\x7d\xe0\x05\x24\xd7\xa9\x24\x64\xd8\x09\xb8\x26\x38\x43\x11\x4c\x65\x5e\xea\xb0\xad\xa3\xec\xb2\xa4\x28\x82\x51\xe8\x67\x59\x7f\x64\xe7\x04\x25\x9d\xe4\x2c\xa7\xf6\x02\x12\x34\xbe\x3e\x4b\x62\x9b\xb2\x15\xb2\xfc\x51\x6d\x5c\x08\xd1\x1e\xac\x56\x3c\x80\x0b\x9d\xbc\xa2\xb4\xa5\xb1\x10\xfd\x0b\x8a\xce\x0a\x0f\xf8\xc2\x42\x77\x21\xb1\x7b\xa0\xeb\x4e\x3f\xda\xa5\xaf\x51\xfe\xbe\xd7\x24\x0a\x75\x2e\x38\x92\x85\xb2\x03\xd2\x28\xc4\x54\xe3\x19\xe3\x30\xc4\x97\x5c\x6e\x25\x6a\x51\x45\x76\xd3\x32\x6c\x7a\x09\x2a\x79\x1e\x5d\xac\x9e\x4e\x02\x10\x4d\x6c\xfe\xa9\xef\x87\x4c\x9e\x02\x14\xc2\x80\xf3\x19\x9d\x60\x5a\x92\xcb\x59\xaa\xf9\x4a\xa6\xca\x35\x12\x99\xf4\xa6\xe2\x35\x83\x2c\x82\x53\xa6\x3d\x82\xc8\x81\x57\x88\x72\xe3\x52\x7e\xf9\xad\x11\xcd\x1b\xe8\x63\xd2\x8a\x62\x5a\x60\x7d\x2f\x77\x75\xa5\xcf\x57\x2e\x2e\x68\xf5\xe1\xad\xa0\x39\xb1\x66\xe7\x3c\x3f\xda\x4b\x5e\xf0\x71\x50\x2a\x14\x96\x87\x11\xa8\x8f\xea\x4a\x85\x59\x67\x95\x5a\x4a\xab\x39\x33\xa9\x5f\x3d\xa3\x9d\x2a\x1a\xef\xd1\x89\x62\x64\x45\x52\xb2\x77\x2b\xcc\x83\x9a\x74\xa7\x75\x67\x20\x02\x13\x41\x33\x6e\x8b\xae\x85\xd6\xfd\xad\x2d\x76\xd4\xe6\x7b\x59\xbe\x67\x0a\x32\xc5\xbe\x97\xa8\x6c\x36\xf6\xc2\x8f\x79\xb6\x24\x75\xe2\xa7\x80\x3a\x20\x0c\xf5\xc0\xe4\x15\x5d\xf6\x99\xc3\x90\x72\x0e\xea\x3c\xde\xe7\xe9\xbe\xad\x34\x63\xbd\x01\xc7\x5d\xbc\xbc\x94\x3e\x90\xdd\x0b\xbe\xc8\xe5\xf5\x0a\x72\xb4\x9b\xaa\x8d\x86\x03\xa2\x16\x12\x40\xea\x13\x34\x4f\x9a\x5b\x35\x8c\xbf\x30\xa1\x24\x3f\x52\x13\xb7\x69\x8b\x69\xee\x7b\x2e\xd4\xad\xd9\x57\x5c\xed\xd6\xe6\xab\xcd\xbb\xf6\x4c\xa3\x57\xed\x50\x86\x5a\x02\x35\xed\xbb\xc0\x07\xd5\xda\x85\x8f\xa9\x09\xb3\xad\x9e\xb5\x6e\x1d\xc3\x8a\x4e\x97\x2d\x4b\x31\x57\x5f\x79\xac\xc6\x85\xad\x9c\xd2\x0d\x3d\xd9\x17\x93\xde\x1c\x30\x06\xc9\x4d\xb8\xb1\x3f\xdd\xbd\x3a\xd8\x3d\x79\xd7\x3c\xb9\x80\x5e\x4c\x0a\x47\x4e\x5b\x80\xfa\x65\x0a\x55\x99\xb7\x81\x7a\x70\x89\x02\x36\xd5\xfe\xbe\x9a\x85\x22\x0d\x77\xca\xd8\x7c\x6f\x6b\xeb\xf2\xf2\xb2\x7f\xb9\x23\x7c\x5e\xdb\x83\xc1\x80\xa3\xc4\xfe\xa3\xf8\x76\x4b\x0d\xa4\x32\x65\x5d\xcf\x1d\xf6\x87\x05\x86\x91\xb0\x1a\x38\x2e\xe8\xb4\x6a\xd7\x93\xba\xad\x9c\xd4\x73\xe0\x23\xce\xb2\x03\x04\x26\x38\x02\x61\x8f\x32\x82\xe6\xb0\x97\xc8\x67\xf5\xea\xdb\x08\x89\x70\x9e\x98\x42\x72\x3a\x07\x3e\x7c\x1d\xbd\xa5\xb0\xb0\xdc\xe1\xa0\x88\x10\xf9\xc4\xe0\xe1\x47\x33\xe5\xae\xe3\xd8\x09\x51\x74\xbe\xa7\x5c\x84\x01\x60\x60\x4f\xfc\xca\xd1\x72\xf7\x6a\x16\xfe\x3c\x02\x14\xde\xdf\xf5\x4e\x9e\xbd\xda\xfe\xe7\xf5\xe3\xdd\xd1\xbb\xab\xd8\xff\x3c\x88\xc0\xb3\x37\x03\xff\x08\x5f\xbc\xdc\x09\x76\x82\xeb\x7b\x3b\xc7\xd7\xf7\x2e\xfc\x99\x7f\x71\xfc\xe9\xe0\xf2\xf8\xf0\xd1\xe7\x60\xe6\x47\xcf\x9f\x05\xf3\x7f\x3e\x7b\x83\x4f\x4e\xfd\xab\xe3\x43\x7f\x02\x7e\xfd\x7d\xfe\xcf\xed\xe9\x40\xfd\x7d\xf7\x10\x1d\x4c\x4e\x9e\xbd\x08\xdf\xef\xfc\x36\x09\xb6\xc3\xf3\xe0\xd7\xc9\xa3\x17\x9f\x9f\x5c\xbe\xb8\x7e\x8c\xff\xf9\x2e\x8c\xc0\xb3\xdf\x92\xbf\x67\xe0\xdd\x15\x3d\x39\x0d\x76\xc0\xaf\xe1\xe0\x9f\xa7\xfe\xc5\xc9\x04\x4f\x9e\x1f\x5d\x5d\xbe\xff\xc7\x1b\xfc\xfc\xd7\xdf\x1e\xbd\x18\x0c\xd8\xf1\xe9\xe5\xd5\xf3\x5f\x2f\xaf\x5f\x1e\x0e\xae\xf9\xd8\xcf\x0f\xb3\xff\x3b\x3b\x3b\xa0\xc7\x67\x07\x93\xd1\xd1\x93\xcb\x97\x87\x83\xab\xe3\x03\x9c\xfb\xfd\xf9\x93\xc1\xbd\x97\x47\x4f\xd2\xef\x5f\x5c\x3f\xfe\x1c\x3c\x7b\x71\x01\xb6\xdf\x3e\x7a\xb1\xfd\x82\xbe\x7f\xf7\x8a\x68\xcf\x58\x06\xef\x71\xf4\xf2\xf3\xee\xdf\x4f\xe4\x9a\xef\x1a\x49\x69\xf8\xe8\xd1\xa3\x2d\x81\xe8\x04\xe9\x1a\x79\x5e\x1b\x48\xb7\x6a\x2f\x1f\xe6\x89\x2e\xef\xe6\xa8\x62\x37\xcb\xf0\x1a\x8d\x6d\x54\x32\x1a\x02\x22\x3a\xc6\x64\x46\xb7\x00\x21\xe0\x5a\x67\x31\x5c\xb6\x8c\x20\xe9\x71\x1a\xeb\x89\x20\xc1\xde\x98\x80\x89\x38\xee\xe5\x0f\x75\x86\xe4\xb1\xa5\x58\x12\x4b\xfe\x55\x03\x71\x02\x4d\x6f\x61\xd0\x0b\x23\xdc\xe0\x1a\x96\x81\x7e\x63\x70\xc7\x0c\x85\x74\x4b\x70\x76\x48\xb7\xc0\x88\x32\x02\x7c\xd6\x0b\xf1\x64\x92\x0f\x2b\xf2\xdc\x68\x3e\xdb\xfb\x23\x86\xe4\x5a\x70\x48\x71\x45\xb5\x1c\x8c\x3f\x14\x45\xd6\x31\xba\x42\x51\xdf\x27\x50\x48\xab\x98\x84\x7b\xae\xeb\xc9\xc2\x1b\x7b\xf2\x0d\x1f\xcf\xe6\x31\x83\x41\x27\x9d\xb9\xfb\x85\x40\x16\x93\xe8\xcb\xd7\xaf\x5d\x2f\xc4\x93\xa7\x90\xf9\xd3\x3d\xed\xe7\xaf\x1e\x8c\x82\xd7\xe3\x31\x85\x6c\x4f\xe8\x7c\x58\xfc\xfb\xc4\x38\xac\x9b\xbe\xeb\x7a\xda\x18\x17\x80\x38\x70\x5f\x24\x37\x4e\x20\xd3\xdf\xea\xfe\x20\xa7\x77\xe0\x2f\x5f\x30\x41\x13\x14\xed\xc9\x68\x52\x57\xcd\xb3\x07\xbf\xee\xa5\xbf\xc0\x28\x48\x9f\xdf\x83\xbb\x1c\xe4\xec\x8a\xd0\x0c\x91\x79\xa1\xe3\x38\x0c\xdf\x92\xb0\x04\x7e\x4c\x42\xd7\x4b\x6a\x95\x78\xae\xbe\x54\x6e\x2c\x17\xe6\x32\xad\x31\xd9\x92\xbe\xdc\x64\x34\xbe\xee\xc8\x49\x00\xa5\x68\x12\x75\xbe\x7c\xf5\x32\x3c\xa8\x89\xba\xda\xa3\xdc\x94\xfa\x0f\xa5\xc9\xbb\xdd\x14\x79\xd9\x5b\x7c\x01\xdd\xbb\xee\x2f\xee\x5d\xc8\xd9\x5b\x03\x92\xcd\xd7\xeb\x5e\xa7\x46\xa5\x06\x80\x57\x0c\x46\x41\xe7\x4b\x36\xb3\xa4\x2b\x31\xbd\xfc\x67\xbe\x70\x7d\x61\x97\xfa\x20\x44\x80\x76\xb4\x0a\x67\xa2\xef\x85\xe8\x6a\xd0\x2f\x94\xbc\xef\x7a\x5a\xc5\xfe\x45\xc6\x39\x3c\x79\xeb\x76\xbd\x99\x18\xed\x2d\x85\x41\x71\x0c\x02\x41\xf0\x3a\x0a\xaf\x3b\x42\xf1\xa3\xfd\x37\x50\x66\xb1\xbc\x15\x89\xb3\x12\x8a\x53\xf9\xcb\xe9\xa9\xdb\xf5\xfc\x79\x6c\x18\xc6\xfc\xf5\xe1\x3c\x96\x9f\x9e\x61\x06\xc2\x33\xe4\x9f\xe7\x29\x4e\x6d\xfe\x31\x60\xd3\xfe\x38\xc4\x98\x74\x32\x3a\x68\x3a\x5e\xf7\xcf\x3f\x07\x9c\x4a\xe6\x90\xf8\x30\x62\x46\x84\x77\x8a\x8d\x04\x3c\x37\x43\x48\xe5\x39\xd7\x5e\xeb\x6e\x0d\x07\xdb\xbb\xe2\xff\x79\x4c\x7b\xa5\xb8\x61\x29\x49\xdf\xb9\x03\x7f\x81\x5b\x6c\x6f\x90\x41\x57\xde\xc3\x4e\xae\x23\x83\xe7\x2a\xf4\x56\x02\x95\xbc\xd3\x35\xc2\x21\x36\xdc\x04\x44\x93\xc3\x14\xe2\x49\x0d\xcf\x4f\x04\x99\x8f\x23\x99\x26\xe5\x5f\x0b\x87\xb4\x71\x38\x59\x8f\x27\x15\x26\xb6\xd7\xe6\x38\x0c\x93\x97\xf2\x32\xc5\x8b\x3c\xe0\xd1\x85\x8e\xee\x98\xcb\x81\xa7\x00\x85\x31\x81\xfb\x17\x18\x05\xce\xc0\x83\x7d\x39\xcb\x7e\x7e\x8e\x94\x12\x0b\x7b\xc3\x7f\x2c\x93\x2b\x4e\x05\x54\x2a\x6d\xa2\xbe\x0f\xc2\x50\x50\x6f\x37\x91\x57\xe9\xce\xb0\xae\xc7\x25\x59\xfa\x37\x14\x3b\xf1\xf5\x07\xbe\xad\x64\xbf\x00\xa8\xce\xaf\xd4\x7c\x65\x08\x24\x98\x2f\xc5\x52\xfa\x97\x80\x44\x1d\xf7\xe5\xeb\x5f\x9d\xa7\x4f\xce\x0e\x9f\xed\x39\x87\x38\x0e\x83\xe8\x27\xe6\xf8\x38\x8a\xa0\x2f\x2e\xee\xdc\xbb\xb0\xfb\xf5\xab\x87\x8d\x8c\x4c\x3e\x7b\x72\x01\x23\x06\x03\x6f\x75\x62\x17\xd1\x53\xb1\xff\x28\x9a\x58\x38\x57\x88\x27\xf2\x15\x48\xfa\x9c\x08\xfa\x88\xbe\x89\xa3\x88\xd3\x99\x18\xf4\x04\xa3\x88\x41\x22\x79\xaa\xf6\xb2\x7c\x30\x85\x20\xe0\x90\x32\x80\x04\xc4\x38\x66\xf3\x98\x95\x0e\x58\x36\x8e\xb8\xeb\x04\xc2\x2d\x0a\x50\x68\x60\x45\xf2\xe7\xfd\x7d\xed\x58\x69\x5f\x77\x7f\xc9\x1e\x8b\x17\xbb\xd9\xa6\xca\x11\xf9\x09\x43\x11\x62\x7b\xc6\xd3\xfb\x83\x78\xfb\xbf\x68\x3c\x87\xa4\xd3\x15\xfb\x9f\x1d\xe0\x2c\xac\xa0\x24\xc4\x13\xec\xba\xdd\x1f\x58\xff\x92\x20\xa6\x91\x09\x93\x13\x44\xfb\x50\x07\xe3\x2e\xfb\x21\xea\xcb\xbc\x93\xff\xbc\x07\x77\xef\xdc\xe9\x44\xfb\x51\x9f\xc6\x5c\xbb\xeb\x24\xbf\xf4\xee\xc1\xdd\x2e\x3f\x29\x34\xfd\xd0\x8b\xf8\xdf\x8c\x20\x4e\x59\x1d\x97\x21\xff\xdc\xf5\x58\xf7\xab\x07\x52\xad\x00\xd1\x53\xd9\x08\x0f\x06\x12\x1d\x54\x61\x29\xd9\x1b\x57\x7b\x59\x1d\x14\xd6\x55\x98\x2a\xbf\x4b\x0d\xef\x7e\xf5\x02\x48\x19\xc1\xd7\x3a\x1a\xe5\xf7\x0c\xcf\x3b\x4a\xa7\x48\xf0\xf8\xd5\x9b\x60\x86\x9f\x71\x5a\xe8\x0c\x3c\x29\x02\xbb\x1d\x02\x27\x30\x82\xa2\xd6\xc6\x9b\x38\x62\x68\x06\xfb\x33\x40\xce\x53\xfa\x75\xa0\xda\x1a\xc1\x60\x3c\x9c\x30\x4c\xc3\x77\x97\x04\xcc\x3b\xfa\xb9\x1c\x63\xd2\xf9\xf9\xe7\x2e\xbd\x44\xcc\x9f\x76\x60\x7f\x4e\xe0\xc5\x3e\xec\x47\xf0\x8a\x75\xbf\xf8\x80\x42\x67\xb0\xa7\x86\x8b\xf2\x94\xa4\xb6\xd1\x03\xf5\x6a\x96\x41\xc7\xfa\x32\x0f\x01\x8a\xf6\x7e\x1c\x78\x66\x45\x73\xf0\xb5\xdb\xf5\xe8\xbe\x49\x97\x02\x9e\x8e\x3f\x09\xeb\xfe\x7d\x2f\xea\xd0\x6e\x9f\x4d\x61\xd4\x31\xf0\x1d\xd8\x67\xf0\x8a\x71\x04\x93\x0e\xed\x76\x7f\x10\x2b\xbb\xbf\xd7\xc1\xfb\x9c\x64\x22\xd6\xbd\x73\x07\xe7\x89\x0c\xef\xe3\x84\xc8\x06\x1e\xa7\x2e\x0f\xdf\xdd\xff\xe9\x5f\xd1\xbf\xa2\x5e\xfa\x3f\xe7\xec\xcd\xdb\x57\x87\x07\x67\x4f\x8e\xf6\x1c\x51\xc4\xd9\x91\xa4\xa7\x55\x10\x81\xce\x08\x33\x86\x67\x0e\x1e\x8b\xbf\x42\x3c\x71\xb2\x01\x7e\x52\xfb\x4f\xd3\x63\xe8\x61\xfd\x51\xf9\xb8\x2b\xd0\x87\x83\x3d\xfe\x5f\xa1\x83\xef\xa5\x6b\x94\x28\xf9\xfa\xd5\x83\x62\x8c\x2e\xc7\xa1\x6c\xc0\x8c\xc2\x7f\x3f\x82\x2a\xda\x27\x9b\x20\xa8\x84\x9e\xb4\x3d\x94\xcc\xc8\xbe\xad\x92\xcb\xc9\x01\x1e\x35\xdd\x55\x71\x58\x32\x89\x54\x16\xab\x95\x93\x79\x39\xbc\xa7\x0c\xac\xdb\x17\xc3\xf2\x45\xf1\x39\x4b\x1c\xcb\xf8\x81\x84\x4d\x37\x7f\x71\xbd\x6a\xa6\x2b\x49\x06\xc7\x42\x23\x7d\xac\x64\xde\x57\xe9\x81\x65\x4d\x6c\xe5\x26\x54\x94\xfc\xea\x7d\x11\xd8\xbe\x00\xe1\xde\x10\xee\xc8\xad\xb2\xed\x90\xa4\x61\x1c\x86\x6e\xb7\x1f\xa2\xe8\x1c\x06\x9d\x6e\x5f\x05\x05\x9b\xf6\xc1\xf6\xad\x0f\x22\x1f\x86\x07\x61\xc8\x3f\xe2\xcf\xf8\x71\x67\xed\x8f\x3b\xf5\x88\x87\xbd\xd0\x43\x5e\xec\x05\xab\x3e\xf6\x91\x51\x41\x48\x90\x95\x53\x0e\x3c\xba\x1f\xf5\x93\x5f\x3c\xb2\x1f\xf5\x93\xdf\x14\xff\x4b\x8e\x07\xd6\x4e\xb4\xf2\x23\xb8\xe9\x19\xbe\xe7\x91\x0e\xae\x38\xc3\x5f\xbd\xce\xc0\x03\x39\xa5\xb5\xdb\xc1\xc9\x69\xbe\xb7\x87\xc6\x9d\x30\x11\x10\x5f\xd4\x98\x0f\x7f\x18\x11\x08\xce\xbf\xa6\xc7\x13\x8c\x48\x3c\x17\x36\x8b\xd0\xba\xd4\xc7\x0f\xb3\xf3\x2b\x3e\x1b\x0e\xbc\x50\xb1\x8c\x94\x83\xcb\x37\x3a\x28\x93\x41\x9d\x78\x1f\xf5\x09\x14\x81\x7d\x9d\xad\x7f\x7d\xfd\xd7\x97\xad\x89\xe7\x7e\xfd\x57\xf4\x85\x9f\xb5\x79\x88\x58\xc7\xfd\x57\xe4\x76\xbd\x4e\xb0\x1f\xf7\x67\x85\x3d\x50\x33\xbe\x38\x7d\xfd\xaa\x3f\x07\x84\x42\xa1\x9e\x77\xfb\x63\x4c\x9e\x00\x7f\x6a\x66\x63\x47\x80\x81\x7d\x15\x0d\x0b\x18\x1e\x75\xe4\x23\xae\xfd\x65\x3c\x44\x73\x24\x05\x1f\x82\x44\xe7\x1a\x7e\xec\xcb\xa7\x3a\x43\x11\x3a\x9d\xdb\xed\x04\x1c\xbc\xc7\xd7\x1d\x91\x82\xee\x76\xfb\x9f\x30\x8a\x3a\xae\xdb\xed\xa6\xbb\x33\xdc\xf5\x24\x91\xa2\x19\xc4\x31\xeb\x76\x68\x82\x9a\xdd\xbd\xe4\x15\x89\x6c\xf5\xf8\x7e\x43\xee\xd8\xc4\x38\x9c\x13\x3c\x43\x14\xf6\xb0\x38\xc3\x6b\xf7\xb3\x9c\x10\x7c\x75\x9d\xb7\x51\x4e\x24\x04\xe2\x17\xe1\x2b\x6c\x00\xb5\xb4\x5e\x13\x65\x7a\x55\x30\x2b\xed\xdd\xe8\x17\x42\xf4\x37\x3e\xa7\x72\xe7\xfd\x38\xf0\xc4\x67\xd2\x33\x24\xb8\xfe\x1f\xf3\xc7\x31\x0a\x83\x9c\x1d\x9a\xf1\xa9\xd4\xbc\x54\x9f\x41\x6e\x2c\x6a\xde\xdc\xfa\x25\x17\xcc\xee\x05\x85\x85\x48\x89\x0d\xa0\x8f\x83\x2a\x49\xb1\xa4\x48\x59\xc4\xb8\x57\x96\x73\x99\xc5\xe7\xbd\xd1\x68\xdc\x39\x20\x04\x5c\xf7\x11\x15\xff\xed\xc0\x6e\x37\x39\x02\x3f\xa0\x71\xe7\x54\xdc\x7a\xf6\x11\x83\xaa\x24\x5f\xe4\x48\x48\xb4\x17\xf3\x23\x4a\x4b\xeb\xc3\x47\x0f\xec\xff\x38\xf0\xe8\xfe\x8f\x43\x8f\x28\xd7\xc2\x0f\x8c\x5c\x0b\x86\xce\xdf\xc1\x5e\xb8\x0f\x3f\x14\xc6\xff\xd8\xe9\xfe\xfc\x63\x07\xec\x77\xf0\x7e\x28\x4e\x6a\xa7\xdb\xed\x07\x38\x82\x9c\x87\x45\xfd\x79\x4c\xa7\x1d\x2c\x63\x7c\xbb\xde\x8f\xec\xcf\x3f\x13\x3b\xed\xc7\xfd\x7d\xd6\xfd\x99\x4f\xd9\xfd\xf9\xab\x0f\x84\xac\xe8\x7e\xa1\x1c\x04\xb2\x0f\xbf\x8e\x51\x04\xc2\xf0\xfa\x0b\x07\xe0\x47\x70\xe7\x4e\xd8\x97\xb0\x67\xff\xea\x74\xd3\x97\xd0\xb8\x43\xbb\x6c\x4a\xf0\xa5\x43\xbe\x26\xfc\x38\xfa\x2a\x96\xf7\x83\x7c\x1e\xc1\x4b\xe7\xec\x7a\x0e\x9f\x10\x82\x49\xc7\x55\xf1\x8a\x0e\x60\x0c\xce\xe6\x2a\x0a\x98\x32\x12\xfb\x22\x4d\x26\xc2\x51\x4f\xac\x70\x14\x42\x11\xf1\xcf\x85\xaa\xdb\xfd\xfa\xb5\x53\xf6\xee\xe7\x8f\x09\xc8\x64\x3f\x11\x49\x70\xd2\xa8\x6f\xef\x0e\x97\x51\x9f\x9c\x32\xbe\x76\x9b\x6b\x0e\x15\x0a\x43\xd1\xdf\x26\xc1\xd3\x3c\xfd\x77\xee\x40\xa5\x3d\x74\x74\x36\xbe\x52\xbd\x82\x79\x20\xd3\x2a\xa4\xfb\x60\x3d\x16\x05\x33\x6a\x03\xc0\x6c\x67\x60\x4e\xf3\xe1\xbe\xeb\x7a\x68\x9f\x13\x4a\xa6\xc0\x29\xe9\xf3\xc0\x03\x1d\x56\x65\x02\x8c\x70\x70\xcd\x87\x7d\x23\x90\xca\x51\xd4\x19\x78\xb4\xa0\x4f\xb0\x44\x9f\x78\xc0\xf5\x89\xb8\xa8\x4f\x0c\x07\xcd\x14\x8a\xe1\x40\x73\x3b\xa8\x5d\xf4\xe2\xe4\xc7\x21\x1f\x1b\x67\x83\xde\x2f\x0e\x9a\x48\xdc\x58\x38\xc9\x3b\x86\x55\x49\x21\x00\xe5\xa9\xf5\xa2\x7d\x28\x0e\x34\x67\x2e\x78\x3f\xf2\x7a\xc3\x1f\xf7\xf7\x3b\xe1\xdd\x7d\xd4\x97\x6c\xb4\xc3\xbc\x2f\x92\x37\x0b\x3e\xd6\x95\xf5\xc4\x5e\x8f\x3b\xee\x57\xb7\x2b\x47\x03\xfb\x61\x5f\x84\xa5\x76\xb6\x3a\xfd\xff\xf3\xaf\xaf\xdd\x4e\xff\xff\x74\xff\xbf\x2d\xae\xdc\x91\x0e\xf0\x76\xba\x5e\xbc\x4f\x3f\x0c\x3f\x7a\xfe\x3e\xfd\xb0\xfd\xf1\x87\x70\xdf\x17\xec\x70\xb6\x1f\x37\x51\x82\x1a\xea\x3f\xfd\x31\x0a\x19\x24\x76\xed\xe7\x6b\xf7\x87\x99\x62\x4f\x77\xee\x74\x66\x0b\xab\x4b\x41\x49\x57\x9a\x7d\x98\x19\x74\xa5\x20\xaf\x28\xcd\xac\x8a\x12\x37\xab\x8a\x0a\xd1\xa2\x1a\x51\x9f\x40\x3c\x87\x91\x68\x8c\xc8\xa5\x7a\xea\xf8\xda\xfb\xf1\x47\xb5\x1c\x4e\xc5\x9c\xf5\x49\xf3\xae\x89\x12\x95\x97\xaa\x6b\x50\xa1\x14\x64\x67\xf0\x8a\x1d\xc9\x69\xfe\xfc\xb3\x68\x95\xca\xf9\xf7\x8b\x1c\x43\x92\xb3\xeb\x7a\xd1\xfe\xce\xcf\xd1\x7f\xc0\xfe\xe8\x9a\xc1\x97\x62\x33\x7e\x8e\xee\xde\xed\xb2\xbb\xfb\xa7\xc2\xb9\xd0\x1f\x13\x3c\x3b\x9c\x02\x72\xc8\xa9\x1a\x7e\x88\x3e\x66\x37\x0e\x5f\xbf\x56\x20\x01\x07\x90\xf6\xc6\x98\xf4\x44\xc5\xdb\xb5\xac\xbf\x7c\x3e\x3f\xc0\x3e\x9f\xf8\x63\xca\xbf\xfb\x62\x76\xca\xd9\xb8\xfc\x97\x91\x7e\x99\x94\xc9\x9c\x38\x00\x8b\xa9\xd0\xee\xfb\xaa\x87\x65\xa7\xdb\x8f\x23\xf4\x47\xc7\x76\xa0\x5c\x79\x7d\x69\xc7\x84\xe0\x77\x79\xd5\x4c\x3d\xca\xde\xf4\x71\x34\x46\x93\x2d\x18\x5d\x20\x82\x23\x43\x54\x80\x17\x2d\xa8\x3c\x81\x7d\x77\x4e\x70\x10\xcb\x98\xd2\x1f\xf7\xf7\x53\x3e\xde\xd7\x66\xbb\x73\x27\x7d\xfc\x21\x51\x1c\x43\xd4\x9b\x21\x99\x68\x78\xe7\xce\x8f\x43\xfd\x53\xd3\x3b\x7d\x18\xf1\xe3\x11\x78\x54\xe9\x00\x0c\x8a\x40\xfb\x3f\xff\x04\xbf\xa4\x1e\xab\x3d\x45\xb2\x02\x01\x7f\xfe\x99\x3e\xd7\x14\x08\x6a\xc7\x24\x9a\x73\xe5\x7e\x4d\xf7\xbe\x06\x66\xff\x0b\x4c\x18\xea\x9e\xdb\xdd\xfb\x90\x52\xd5\x60\x7f\x7f\x9f\x29\xd6\xf5\xcb\x17\x55\x73\x6d\x0f\x7a\x1c\xa2\x3d\xa9\x24\x7e\xdd\xdb\x36\xbe\xc4\x3e\x0c\x3e\xca\xf7\xd8\x87\xe1\xc7\xaf\x7b\x50\x3a\x95\xe8\x3b\xc4\xa6\x1d\xf7\x83\xdb\xd5\x5e\xed\xd3\x10\xf9\x50\x68\x14\x09\x9b\x4c\xf8\xdf\x9e\xdb\x4d\x46\xc9\x7e\xfc\xf8\x75\xcf\x02\x4c\x05\x75\x8a\xfc\x92\xeb\x0d\x1d\xd2\xa2\xaa\x2d\xe4\xbc\xca\x00\x0c\x21\x79\xca\xb5\x50\x30\x9f\x87\x2a\xdf\x85\x0b\x34\x21\x33\x24\x70\xac\xdb\x60\x21\x69\xd5\xc9\xc2\xe5\x66\x35\x77\x5a\x61\x08\x4e\xd5\x7a\x23\x61\xaa\xfc\x28\xb6\x54\xbd\xdf\xed\x44\x5c\x39\xf0\xc3\x38\x80\xb4\xe3\xee\x0e\x76\xdc\xae\x52\xdb\xa3\x1f\xd4\x85\x8d\x5e\x8a\xd3\xfb\x71\x50\x89\x86\x79\xea\x3b\xda\x12\x5d\x28\x7b\x71\x8c\x82\x4d\x6d\x6c\xe9\x52\xb5\x42\x3b\x87\xa9\xb6\xd2\x73\xbb\x1f\x06\x1f\x2b\x79\xa8\xbe\x2a\x76\x1d\xc2\xf4\x8a\xfa\xe6\xd7\x95\xbf\xdb\xeb\xc0\xae\x17\xed\xbb\xae\x76\x2b\xdf\x89\xf6\x15\x34\xe7\xf0\x9a\x72\x95\x99\xc0\x20\xf6\xa1\x26\x4b\x38\x77\x97\xcc\x9a\x7d\x88\x34\xe1\x25\xa4\x52\x74\xd7\xdd\x73\xef\x76\x5c\x59\xeb\xce\xdd\xdf\x67\xd7\x73\x88\xc7\x0e\xf8\x05\xf4\x19\x7e\x8a\xae\x60\xd0\xd9\xee\xde\x75\xe7\x57\xee\x1e\xe8\x76\x3d\xf8\xd5\xfb\xf0\x31\x61\x14\x3f\xbb\xdd\xae\x17\xf5\xa7\x6c\x16\x9e\x82\x31\xec\x74\x05\x9a\x7f\x68\x80\xe6\x78\xd6\x03\x93\x09\x81\x93\xa4\x7b\xe6\x3a\x31\xcd\xcf\x9c\x05\xd7\x77\xdd\xfe\xff\x85\xc0\x9f\xf6\xdd\xbb\xa6\x2b\x7a\x9d\x9e\xa4\xa6\x68\x44\x70\x36\x3e\xbc\xcb\xbe\x7a\x83\x6e\x53\x72\x13\x6d\xdc\x5b\x3b\x56\x2e\x01\x5a\x85\x04\xf7\x60\x5f\xcc\x2f\x73\x4d\x0c\x94\xd9\xc6\xdc\x64\x1d\x2a\xa9\x8c\xec\x03\x32\x89\x45\x3c\x62\x72\xa9\x37\xbc\x73\x47\x8a\x8a\x1f\xf7\xb3\x1f\x3f\x0c\x3f\xfe\xa2\xff\xb1\xb7\x0d\x77\x1a\x5b\xa6\xac\x68\x99\x32\x69\x99\xb2\xbc\x65\xea\x2a\x0f\xe3\xfe\xfe\x7e\x47\x42\xb0\xbf\xbf\x4f\x7f\x71\xe3\x48\x22\x29\x70\xf7\x40\x87\x76\xbb\x77\xee\x74\x12\xbd\x82\x6f\x36\x15\x81\xdc\x89\xe9\x28\xcc\xbb\x9c\xd2\xc1\x55\x3a\x69\x11\x3c\xc8\x9b\x7a\x0a\x8a\x6d\x8f\x25\x3e\x70\xf9\xdd\x9b\xd3\xdf\x4f\xfa\x20\x0c\x3b\x1f\xf4\xb8\x24\x4c\xa0\xcb\x2d\xa4\x28\x90\x3b\xd0\x81\x1e\xf5\xbe\x10\x18\x62\x10\xec\xfd\x38\xf0\x40\x00\xe6\x0c\x92\xd7\x22\x5f\x83\xee\x7d\x11\x9b\xa5\xdc\x13\xe2\x42\x31\x65\xf2\xa4\xfb\x31\xf5\x9b\x27\xa0\x6d\xeb\xc6\xca\x83\xbd\x3c\x84\x0f\xf8\xc6\x0e\xf6\x59\x5f\xba\x81\xb6\xbb\x09\xc4\xc3\xa1\xf8\x25\xb5\x6c\xd3\xcf\x12\xc3\x58\x0c\xea\x7a\xc3\x07\x09\x76\xb6\x0b\x43\x0f\xb7\xbd\xf2\x22\xd5\x52\xb8\x08\x86\x89\x63\xe3\x69\x6e\xe1\x1c\x82\x31\x8a\x10\x9d\x76\x86\xdb\xc9\xd8\xd9\x6a\x72\x96\xd7\x83\xb2\xe5\xc5\x32\xcb\x4b\xde\xff\x79\x1f\x3e\x6c\x7b\x0f\xbc\xe1\xb6\x37\xbc\xf7\xf1\xa3\x70\xc5\x07\x44\xbc\x91\x91\x7d\x28\x5b\x19\x4e\xd1\x7c\x69\xe2\x07\x92\xf8\xe9\x37\x44\xfc\x76\xaa\xbd\x6f\xa4\xda\x61\x42\x03\xbb\x0d\xa8\x56\xdb\x50\xc0\x75\x2c\xe9\xc8\xc3\xa4\x2f\x42\x92\x5f\x81\x19\xe4\x7c\x92\x53\xb2\x8e\xe6\x0e\xf0\x20\x57\x31\x0a\xe4\x4b\x53\xf2\xdd\x4d\x37\x3c\xb7\xe3\xf7\x0b\x34\x76\x3f\x4f\xbe\xc3\x8c\x7c\x07\x3a\xf9\x0e\xec\xe4\x7b\xbf\x5b\x26\x71\x89\x85\x61\x35\xf9\x5a\x57\x2b\x89\xfa\x8d\x71\xcd\x3a\x71\x0f\x33\xbf\x82\x02\x7a\x50\xe7\x56\x30\x11\xf7\xd0\xbb\xef\x0d\x87\xde\x70\xd7\x4c\xdc\x07\x61\xb8\x34\x4d\x27\x5a\x43\x89\xa4\x07\x46\x92\x1e\xe8\x24\x3d\xf8\xfe\x48\x9a\x33\xe2\x83\x30\xec\xc0\xc5\x78\x30\xf8\x8e\x88\x38\xc7\x83\xc5\x9a\x37\x47\xa1\x89\xdf\x20\xd9\xfb\x4c\xe5\x94\xf7\x1c\x77\xee\xa8\x34\xb2\xe2\x0f\xe9\x05\xc8\x2f\xa6\xcb\x2e\xf9\x26\xfc\xba\x67\xf2\x1c\xde\xb9\x53\x31\x1d\xd4\x4f\xf4\xfe\xfe\x7e\xfa\xfc\xc7\xe4\xdf\xfd\x39\xc1\x0c\xf3\xcf\x7e\x49\x60\xdb\x4b\x27\xb4\xeb\x79\xea\x6e\x75\x53\x66\x44\x04\x2f\x1d\x8d\xca\xd5\x15\xa7\x76\xc6\xb8\x8e\x48\x21\x3b\x93\x60\xe9\x17\x20\x51\xc7\x55\x4f\x45\x09\xea\xbb\xf0\xae\x3b\xa3\x0e\xbc\xf2\x21\x0c\x60\xe0\x72\xb6\x52\xad\xd2\x8a\x94\x73\xd1\x29\xc1\xa0\xca\x86\x48\x19\x54\xbd\x29\x0c\xe7\x90\xd0\xe2\x47\x4b\xdb\xc7\xd6\x0f\x14\xba\x5c\xef\x0b\x8c\xe2\x99\xbc\x5d\xe2\xc7\x7a\x02\x8d\x77\x3b\x69\x7e\x4b\x95\x03\x56\x68\xdf\xdf\xca\x9e\xda\x76\x94\x75\xdc\x77\x00\x31\x18\x24\xbb\x59\xb9\x89\x06\x07\xa1\xf7\xe1\xa3\x6e\x0f\x31\x72\xad\xae\xb3\xaa\xbf\x62\xfb\x01\xf6\x85\x0c\xe8\x8b\xfb\xf2\x53\x18\x42\x7e\xae\x3a\x3f\xcd\x20\x03\x1f\x22\x30\x83\xfb\xee\x4f\x77\xe1\xdd\x9f\xdc\x8f\x3f\x75\x39\x83\x3a\x60\x8c\xa0\x51\xcc\x60\x27\xcd\xc0\xe6\x46\xee\x97\xc4\xa7\xa7\xdd\x28\xc4\x11\xa4\x3e\x98\xcb\xd8\xce\x44\xb6\x98\x11\x1e\xd9\x11\x1e\xa9\xbb\x4f\xd6\xfd\x92\x5d\x54\xca\x4b\xca\x9f\x44\xc8\xb3\x28\xe9\x21\xea\xef\xc9\x15\xca\xb2\x66\x1c\x7e\x87\x81\x89\xac\x68\xc4\x17\xe2\xa8\x85\xf4\x7f\x12\x58\x25\x32\xe0\xf8\x0c\x52\x46\xff\xfc\x53\x95\x1b\xd4\x90\x0c\xe6\x73\xb7\x5b\x8c\x52\xfd\xf2\xb5\xfb\xc3\xff\x0b\x00\x00\xff\xff\x16\x2c\x83\x24\x1d\x09\x05\x00") +var _distAssetsNomadUi77b6cd9eae043e74035e65f98af3aca4Js = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x7b\xdb\x36\x96\x30\xfe\xbf\x3f\x85\x8c\xdf\x8e\x86\x5c\x43\xb4\x94\xdb\xb4\x4a\x59\xbf\x49\x9c\x4e\xd3\x6d\xd2\xbc\xb1\xdb\xdd\x67\xb5\x7a\xfa\x42\x22\x24\x31\xa6\x00\x15\x80\xec\xb8\xb2\xbe\xfb\xef\xc1\x85\x24\x78\xa7\x1c\x3b\xb1\xba\xf3\x34\x33\x16\x49\xdc\xce\xc1\xc1\xb9\xe1\xe0\x00\xac\x39\xee\x70\xc1\xc2\xa9\x00\x07\x01\x9e\x85\x04\x3b\x80\xd0\x25\x0a\x7a\xeb\xf0\x18\x05\x68\x25\x30\xe3\xc7\x68\x8e\x89\x00\x70\x04\xf0\xa7\x15\x65\x82\x03\x58\x56\x68\xb5\x8a\xc2\x29\x12\x21\x25\x60\x0c\x67\x6b\x32\x95\x3f\x1d\x0c\x85\xbb\xf9\x65\xf2\x11\x4f\x85\xa7\x7b\x78\xcf\xe8\x0a\x33\x71\xed\x60\x08\x7e\xff\x1d\xf3\xb7\x34\x58\x47\x18\xc0\xcd\x25\x8a\xd6\x78\x78\xd8\xdf\xba\x10\xcb\xb2\x68\x1d\x09\x5f\xc4\xbf\x3c\xfc\x49\x60\x12\x38\x9b\x15\x12\x8b\x1f\x28\x3b\xbf\x5e\xe1\x61\xd2\x8d\xbb\x61\x58\xac\x19\x01\x6a\xac\xc7\x4b\xbc\x9c\x60\xc6\xc1\x16\xae\x59\xf4\x03\x65\x3f\x84\x24\xf8\x80\xa7\x94\x05\x76\x95\x4b\xc4\x3a\xd8\x7f\xc1\x18\xba\xf6\x56\x8c\x0a\x2a\xae\x57\xd8\xe3\x51\x38\xc5\xde\x14\x45\x91\x83\xd8\x7c\xbd\xc4\x44\x70\x57\xbf\x75\x06\xee\x81\xee\xa7\x23\x16\x21\xf7\xd2\xc6\x5f\x44\x91\x27\x31\x70\xed\xc8\x0f\x16\xf8\xee\x26\x9c\x39\xba\x8b\x90\xab\xbf\x0e\x76\xdd\xcd\x8c\x32\x47\x76\x2f\xfc\x3e\x24\xbe\x79\xef\x45\x98\xcc\xc5\xc2\x7d\x2e\xbe\x8b\x7f\x3f\x17\x47\x47\x2e\x19\x89\xb1\x8f\x47\x62\x1c\x77\x4e\xb6\xe6\x87\x6e\x78\xc6\xe8\xd2\xc1\xee\x56\xb6\xbc\xdd\xba\x5b\x17\xd6\xcc\x65\x14\x51\x33\x4b\x0d\x13\x7a\x85\xc4\x74\x81\x26\x11\xbe\xd7\xe9\x6c\x18\xad\x45\x54\x99\xe1\xaa\xf9\xed\x05\x48\xa0\xb4\x30\xc3\x5c\xd8\x90\xac\x45\x18\xf1\xe3\x29\x0d\x30\xef\xcd\x28\xeb\x61\xc6\x28\x2b\x16\x60\x78\x49\x2f\x71\x8f\x29\xf2\xc8\xc1\x0a\x09\x44\xb7\x82\x97\xa0\x25\xe6\x2b\x34\xc5\xfe\x25\x0d\x83\x4e\xff\x40\x4e\x36\xf7\xed\x0f\xe0\x72\x00\x0e\xea\x08\x3d\x29\x3a\xe4\x50\xd0\x0b\x4c\x86\xaf\x25\xd4\x5e\x48\xd4\x70\x38\x66\x97\x92\x26\x5d\xb8\xc0\x28\xc0\x8c\x9b\xcf\x53\xba\x5c\xad\x05\x0e\x1c\xa0\x2a\x79\x1c\x4f\x19\x16\x00\x16\x08\x5f\x91\xf0\x1c\x8b\x5c\x41\xf7\x20\x9c\x39\xd8\xd5\x14\xb6\x01\xff\xd5\x7b\xa7\xf0\x75\x2e\xcb\x80\x21\xde\x6e\x5d\x38\xd3\x14\x5f\x5c\x7e\x7a\x59\xfc\xce\xd7\x2b\xcc\xec\xf5\x60\x2d\xa4\xa9\x24\x2b\x27\xb7\x40\x9c\x3e\x24\x31\xfc\xae\x83\x5d\x2f\x24\xd3\x68\x1d\x60\xee\x80\xa7\xfd\x01\x70\xcd\x68\x46\xe3\x03\xb1\x60\xf4\xaa\x83\xb7\xee\x56\x8d\xe2\x47\xc4\xdf\x22\x72\x3d\xcc\x4d\x1a\xdf\x61\x40\x62\x81\x49\x3a\x1e\xa2\xb1\xc3\x7c\xee\x49\x6e\x00\xa9\x2f\x3c\x4d\x1a\x5e\x48\x2e\x31\xe3\xf8\x07\xca\x1c\xee\x5d\xe0\xeb\x84\x17\xd0\x6e\x17\x7b\x2b\x8c\x2f\x5e\x44\x91\xc3\x5c\x6f\x16\x46\x02\xb3\x0c\x8c\xa6\x24\x56\xf8\xa6\x8a\x0a\x8e\x80\x17\x06\xc0\xf5\x7d\x5f\x78\x61\xb0\x75\xbd\x19\x65\xaf\x91\x8d\x1b\xe1\x6e\x9c\x3e\x44\x16\x62\xa0\x90\xeb\x85\x48\xe8\xab\x19\x9b\x5a\xa3\x12\x08\x62\x88\x0f\x22\x7f\x34\x86\xdc\xd7\xf4\x21\x47\xa0\x70\x00\x16\x94\x0b\xe0\x42\xe6\xc7\xcc\xec\x3d\xc3\xb3\xf0\x93\x93\x32\xb9\x6e\xd7\x21\xbe\xf0\xa6\x68\x89\xa3\xf0\x4f\xec\xb8\x6e\xb7\x8b\xbc\xd5\x9a\x2f\x1c\xe2\x42\x9c\x3c\x60\x22\x97\xd9\xaf\x1f\xde\xbc\xa2\xcb\x15\x25\x98\x08\xc9\x8b\x20\x93\x05\xd6\x84\x2f\xc2\x99\x70\x98\x0b\x91\x8f\xbc\x8f\x34\x24\x0e\x38\x06\x2e\x3c\xe4\xdd\x2e\xea\x76\xc1\x31\x38\xf4\x7d\xe4\x4d\x17\x88\xbd\x10\x4e\xdf\xed\x76\x1d\xe4\x83\x63\x70\x84\x5c\x88\x9a\xf8\xd9\x47\x3a\xe9\xf1\xf5\x72\x89\xd8\xf5\x97\x63\x68\x07\x1a\xbb\x45\xf2\xcf\x36\x5b\xc6\xf9\x63\x42\x90\x8b\xec\xec\x7a\x39\xa1\x91\x17\x0a\xcc\x90\xa0\xac\x13\x92\x8e\x1e\x89\x55\xb0\x6c\x56\x47\x63\x88\xfc\xc3\x3e\xe4\xfe\xe1\x00\xb2\x98\xc3\x08\x76\x9d\x88\x15\x0a\x23\x1f\x8f\x72\xed\x8f\x1d\xf7\xf9\xa1\x83\x7c\x87\xfa\x91\x47\xf0\x27\xe1\xb8\xae\x17\x50\x82\x25\xc6\x89\x9e\x48\xea\x29\x28\x5d\x78\x28\x6e\x6e\x88\x11\x42\x87\xbe\x2f\xdc\xe7\xb2\x4b\xf7\xf9\x56\xaf\x5f\xec\x6e\xb8\x1c\x02\xf3\xf1\x76\x16\x12\x14\x45\xd7\x1b\x39\x80\x43\xd4\xed\x46\x9e\x1e\x7b\xfa\xcb\x71\x93\x42\xe1\xcc\xe1\xae\x5e\xc4\x6c\xbb\x4d\xe4\x99\x02\xcf\x2c\x6e\x82\xaf\x3a\x52\xba\xbf\x96\xfc\xda\x01\x6f\xc8\x25\x8a\xc2\xa0\x83\x84\xc0\xcb\x95\xe8\x08\xda\x09\x30\x17\x6c\x3d\x15\x6b\x86\x3b\x84\x92\x9e\x82\x70\x12\xe1\x4e\x48\xb8\x40\x64\x8a\x81\xbb\xdd\x3a\x6e\x2d\x77\xad\x5d\x3f\x92\xeb\x6b\x8e\xfd\xd3\xd9\x2f\xef\xbc\x15\x62\x1c\x3b\x58\x2e\x15\xe2\x70\xf8\xc8\x85\xd4\x67\xa3\xfe\x18\x46\x3e\x1b\x0d\xc6\x30\xf4\x2d\x36\xe3\x50\x08\x3e\xd2\x09\x80\xc8\x3d\x02\xc7\x31\x6d\xc6\x4b\x2a\xea\x76\x81\x19\x8a\x24\xfb\xa8\xdb\x75\xc2\x23\x1f\x9c\x58\x72\xe1\x28\x72\x61\xd8\x82\xee\xff\x45\xef\xff\xa2\xf7\xf6\xf4\xce\xaf\xb9\xc0\xcb\x2a\x15\x62\xb2\x0e\xa3\xe0\xff\xae\x31\xbb\x2e\x2a\xc8\xa9\x9e\xa0\xdb\xf0\xd0\x54\x84\x97\xf8\x5d\x4c\xb1\x4a\x8c\xc5\xf4\x8d\xb3\xf4\x8d\x4f\x2c\x35\x06\x6f\x87\x9b\xed\xb6\x4c\x7b\x68\xd7\x11\xc8\x6a\xdf\x3b\x48\x75\x91\xea\x03\xa5\x62\x56\x78\x49\x27\x3e\x3e\xd1\x52\x1a\x48\xb0\x86\x09\x30\x5b\x17\x8a\x58\xeb\xd0\x1c\xe3\x4c\x2f\xed\xbc\xee\x81\xb2\xba\x07\xfa\x88\x3e\xa9\xd1\x79\x0a\xc7\xbf\x7e\xf8\xd9\x94\x03\x69\x4b\xc0\xe6\x14\x10\xfc\xf3\xf5\x39\x80\x1b\xa9\xdc\x9a\xe9\x42\x9c\x87\x73\x62\xb5\xa2\x66\xca\x71\x6f\x6e\x36\x5b\x88\xdc\xec\xb0\x72\x8c\x4c\xea\x42\x5a\xa3\xb1\x58\x19\x92\x1c\x8c\x38\x0c\x3e\x72\x25\xff\x8a\x7c\x9a\x9d\x36\x6a\x4f\x1b\x95\xd3\x56\x82\xf9\xb8\x7d\x18\x35\xa9\x23\x9f\xc9\x4e\x65\xfd\x9d\xf9\x27\xfc\xb4\x60\xff\x81\xaf\x4b\xd5\xa2\x84\x4e\xcc\x82\xff\xfe\x51\xb7\xab\xb9\x8a\xd4\x44\xe2\x8f\xa3\x47\xe3\x13\xfb\x61\x28\x91\xed\x13\x4f\x4e\x4c\xb7\xab\xff\xa6\xfa\x7c\x3c\x40\x74\x82\x8f\xb2\xc3\x41\x43\xbc\x85\x0c\x47\xca\x8c\xe1\x8b\x70\xf5\x03\x8a\xa2\x09\x9a\x5e\xfc\x1c\x92\x0b\x3e\xdc\x98\x89\x1f\xa6\x24\x90\xac\x11\x63\xaa\xf1\xa1\xad\x4b\x6a\xbb\x51\x11\x3c\xf1\xb3\x94\xa5\x05\x8f\x45\xbf\x10\x17\xe8\x2c\xb5\x00\x39\x38\x28\x50\x2a\xc9\x90\x5f\x81\xe2\xb6\xf9\x95\x85\xad\x95\xc5\x05\x65\x58\xf1\xd5\xf7\xe8\x3a\xa2\x28\x70\x80\x6d\x6e\x6e\xac\x9e\x87\x52\x83\x97\x64\x8b\xc5\x74\xf1\x01\x5d\x9d\x4a\x51\x14\xca\x4f\x15\xa0\xee\x00\x63\x11\x28\xd1\x04\xd4\x16\xce\x28\x9b\xe2\xf7\x98\x85\x34\x08\xa7\xc3\x9c\x79\x62\x3a\x5b\x99\xcf\xc0\xbd\xe5\xc8\x3c\xbe\x8a\x42\xe1\x80\x13\x20\x75\x61\xe2\x08\x49\xfb\xdc\x47\x92\xf6\x99\x8f\x24\xed\x53\x9f\x1f\x81\xe3\xb8\xa7\x63\x35\xac\x64\x9a\x58\xb7\xeb\x50\x49\xed\xe0\x88\xb9\x30\x85\x8f\x42\xf0\xfe\x97\xb3\x73\x29\x05\x1a\xd4\x86\x84\x2e\x77\x71\xe7\x34\xda\xd4\x79\xa3\xf9\x8e\x3d\x3e\x95\xbc\xed\x0b\x99\x9d\x1b\x29\x1c\x86\xca\x14\x69\x42\x2f\x0d\x1a\x31\xfb\x65\xfc\x2a\x9b\xdb\x72\x10\x0d\xc2\x1d\xb0\x90\xbb\xe5\x14\x0d\x88\x5f\xd1\x28\x9c\x36\x5a\x80\x5f\xcc\x47\x99\x0a\x4f\x91\x4a\x08\x89\xb8\x69\x04\x1a\x20\x51\xbe\x98\x07\x03\x88\x9a\xa8\x2a\xa5\xb1\x0e\x4a\x25\xc1\xce\x70\x34\x2b\x57\xf3\x4a\x78\x74\x86\x0c\x25\x95\x29\x4c\x1c\x73\x1c\xcd\x0a\xb4\x94\x48\x72\x43\xa7\x6a\x98\x29\xe7\x27\x59\xd2\x32\x28\xdd\xa8\xbf\x7c\x38\x12\xe3\xad\x0b\x89\xf2\xd8\x68\xa2\x4e\x8a\x10\x8f\x50\xb6\x44\xca\xd7\x11\xbf\x13\xae\x96\xf4\x61\xd0\x82\x0e\xd3\xc5\x9d\x9d\xc1\xd5\x72\xf8\x87\x14\x36\x3d\x2e\x58\x48\xe6\x2d\x58\x6e\x99\x87\x53\x71\x5b\x7e\x27\x3e\x4a\xe3\x90\xfc\x97\x49\xb7\x37\x26\x1d\x29\x2c\x4e\x45\x6c\x3f\x87\x5c\x54\x2d\xd0\xda\xd5\xfb\x69\x51\x74\x19\x17\xc8\x61\x13\xc9\xe6\x37\x5b\x28\x18\x9a\x5e\xe4\x94\x69\xb5\x64\x65\x81\x11\x1e\x9f\xd8\x0f\x7a\x22\x84\x3b\xb4\x5f\xfa\x72\xdd\xc1\xa9\x84\x2d\xca\x48\x23\x39\xe3\xcf\xed\x92\xdd\x6e\xa6\x31\xb3\x13\xe2\xaa\x97\xda\x5b\x2f\xfb\xb7\x8a\x8c\xfa\x63\x57\xaa\xd8\xf2\x53\xcd\x18\xbb\x5d\x47\x78\x68\x42\x99\x70\xdc\x4c\x7d\xd3\xaa\xa1\x5c\xe1\x2a\x3d\x0a\x4a\xb6\xf4\xcb\x2a\x27\x3d\x33\xb6\x6a\x9d\xc6\x01\x8d\x76\xa8\xcd\x90\x8a\x32\x92\x81\x4d\xf0\x8c\x32\x7c\x86\x49\x90\xd8\xd0\xd6\x3b\x3f\x2f\xb7\x91\xe6\x9f\x44\x5a\x20\xba\xd1\xd8\xc9\x6b\x75\x9d\x18\xd2\x72\x92\x25\xf7\x94\xb3\xe7\x08\x88\x25\xb7\x47\xd1\x15\xba\xe6\xf6\x5c\xa3\x4c\x61\x83\x62\x59\x5a\x6a\xc6\xb8\xc4\x94\x4a\x1d\xda\x25\xe6\x7c\xc2\x93\x34\x8b\x29\x18\x5b\x4f\x4a\x8d\xad\x27\xb6\xb1\xf5\x44\x19\x5b\xcc\xaf\x37\x7f\x21\x97\x96\x63\x71\x27\xce\x11\xde\x92\x06\x38\x92\x6a\x5b\x22\x13\x52\xe7\x37\x52\x66\x33\x30\x5c\xd5\xcc\xb0\xa7\x16\x13\x90\x7c\x44\xae\x95\x00\x7f\xb2\xdc\x11\xc9\x42\x03\xae\x7c\xf1\x46\x7e\xfe\x81\x32\x87\xba\x39\x2d\xdc\xb2\x32\x58\xb5\x55\x4e\x20\x83\x54\xa3\x27\xfa\x0c\xf4\x84\x39\xd5\x8d\xa4\x50\xcb\x0e\xaa\x4d\x8f\xb5\xcf\x9d\x50\x9a\x1e\x81\xbf\x96\xa6\xc7\xd4\x5f\x8f\x06\xc9\xe6\xe2\x34\x87\xf5\x84\xed\x68\xb3\x7d\xaa\xbd\x0e\xc5\xc9\x88\x5c\x98\xe2\x98\x36\xe0\x78\xda\x1a\xc7\x41\x06\xc7\x41\x06\xc7\xd3\x6d\x85\x62\x7f\xe8\xa4\x8c\x94\xce\x3a\xc8\x7b\x21\x57\xbd\xe2\xc6\xae\x6b\x6d\x21\x31\x2c\x35\x84\x0f\x96\x6d\x9e\x99\xa7\x98\x84\xd5\xb2\x65\xed\xdd\x06\xdd\xae\xfd\x04\xa9\x8f\xbd\x8c\xfd\x4f\x99\x43\xd4\x36\x1b\x98\xe0\x88\x92\x39\x3f\xa7\xca\xeb\xe2\x5d\x84\x24\xe8\x76\xc1\x42\xef\x6a\xa5\xef\xdc\x54\xac\x68\x91\x42\xbd\x0b\x7c\x7d\x04\x3a\xcb\x35\x17\x9d\x09\xee\xa0\x4e\xd2\x52\x87\xb2\x8e\x69\x00\x2a\x24\x60\x14\x74\x42\xd1\xb9\x42\xbc\x03\x8e\x4c\x7b\x07\x9a\xf8\xf0\x48\x3f\x8f\x75\x83\xae\x17\x85\xe4\xc2\x71\x61\xe8\x6f\xb6\x72\x7c\xd2\xe0\x0c\x5b\x4f\x55\xe4\xba\x30\xb2\x6c\xa8\x93\xd8\x50\x5e\xfb\x79\x2a\x8a\x2c\x7a\x1c\x0d\xc6\xee\x81\xd1\x5f\x2e\xf0\x35\x77\xd6\x25\x7b\x61\xd8\xdd\x04\x38\xc2\x02\x77\xc2\x11\x1e\x6f\xdd\x6d\x41\x81\x8c\x32\xa4\x11\x96\x79\x2a\xb4\xdd\xc3\x33\x3a\x23\x24\xbe\x35\x0b\x7e\x8c\xf1\x13\x90\x68\x82\x92\xab\xbc\x8c\x4b\x7c\xc0\x7c\x45\x09\xc7\x60\x98\x2d\x60\x36\x22\x93\xcf\x10\xf9\x4a\xd8\x86\xaa\x04\x53\xdc\x42\xed\x28\xaa\xfd\x36\xbd\x52\xed\x97\x91\x8f\x46\x64\xec\x08\xc8\x20\x76\x0f\x84\x96\xa0\x91\x64\x21\x39\x57\x44\x25\x5d\x9b\x00\x88\x32\x58\x36\xdb\x61\x76\xeb\x74\x81\x48\x10\xe1\x78\xb0\x95\xac\x5b\x8c\xc0\xa7\x9e\x56\x54\x15\x0d\x80\xf1\xcd\x8d\x18\x25\x5b\xc2\x6f\xf4\xbb\x98\x71\x70\x23\xb7\x0b\x34\xc2\x2d\x1a\x41\x92\x55\xc3\x58\x46\xd5\x09\xd0\x58\x57\xa8\xdc\xe2\x94\xd8\xe8\x76\xc9\x3a\x8a\x0e\xfd\x44\xb1\xcc\x49\x03\xa3\xdf\x0b\x85\xd4\xbc\x54\xd4\xed\x3b\xc4\xdd\xda\x7d\x65\x65\x99\xee\xa6\xa2\x75\x29\x6b\xb0\xab\xa6\x3a\x26\x6f\xad\xdf\x87\xb3\xeb\xa2\xb8\x72\x0f\x90\xda\x4f\x25\x47\xe0\x44\x6d\x6e\xb6\x18\xd0\x87\x5a\x06\x95\x20\xc1\xb2\x87\xf2\x8c\x46\x94\x30\x1a\x52\xc2\x68\x48\x39\xa3\x21\xb7\x65\x34\xc4\x62\x34\xc8\xc7\x23\x62\x18\x0d\xb1\x19\x4d\xe5\x9c\xa0\x6a\x57\xd6\x6a\x55\x61\x1d\x33\xcc\x69\x74\x89\x59\x62\x3c\x49\xd4\xf5\x94\x5b\x51\x2f\xc2\x4c\xe9\x29\x25\xb3\x70\x7e\x8c\xc9\x65\xc8\x28\x91\x24\x77\x97\x76\x95\x31\x68\xe2\x3d\xf7\x17\xa9\x69\x97\x68\xef\x4b\x55\x59\x6f\xb9\x0f\x93\x4d\x7e\xcf\x7e\x0d\x57\x34\x78\x5b\x5e\x2c\xf7\x05\x7e\x30\xc0\x0f\x13\x52\xdc\xba\x30\xeb\xdf\xe2\xb0\xbc\x17\xdb\x03\xc0\xcb\x50\x3e\x8d\x37\xf5\xed\xf0\xa1\x1e\xa3\x57\x15\x13\xb1\xc0\xd1\x4a\x9a\xab\x11\xfa\xf3\xba\x37\x8d\xc2\xe9\x45\x32\x25\x53\x4a\xa6\x6b\xc6\x30\x99\x5e\x97\x78\x0d\xe3\xe7\x0e\x2a\xd9\x13\xb2\x1c\x44\x3a\x44\x45\xbf\xa6\x2c\x9c\x4b\xc3\xec\x27\x3a\x79\x13\xe4\x3c\xb3\x36\x9f\xcf\x98\xfb\xb6\xa3\x36\xdf\xc0\x81\x38\x71\xb0\xe4\x59\x66\xb6\x43\xcc\x9d\xcd\x47\x3a\x19\x0a\x98\x29\x3a\x94\x9c\x67\xeb\x42\x61\x5c\x65\xfc\x3d\x62\x92\xd2\xa4\x7e\x23\x3c\xad\x59\x38\xae\xb1\x81\x32\x23\x49\xf5\xb2\xfa\x91\x14\x9d\x1e\x6a\x5c\xa6\x92\x50\xee\x88\xcf\xf0\xf6\x68\xd2\x4c\x22\x36\xda\xf9\x7c\x04\x9a\x2b\x6f\x28\x10\x0c\xc0\x69\x84\x38\x57\x3b\x67\xc3\x11\xc8\x93\x06\x08\x79\x2f\x24\xd2\xac\x55\xbb\x78\x60\x0c\xd3\x12\x0a\x77\x70\x4a\x89\xc0\x9f\x84\x7e\xe0\x02\x09\x6e\xfd\x54\xec\x67\x78\x38\x80\x94\xbc\x92\x24\x64\x9b\x60\x5b\x38\xcd\xbe\xc2\x2a\x52\x46\x78\x92\xe2\x54\x69\xd7\x19\xa5\x78\x37\x2d\x00\x17\x62\x69\x27\x06\xa1\xc4\x3e\x0e\x2f\xf1\x0b\x21\x58\x95\x6d\x57\xa4\x39\x7c\x92\x7e\x50\xfb\x16\x67\x72\x9c\x8a\xb2\xd8\x8c\xb2\xa5\x83\xdd\xa1\x53\x51\x44\xb3\x35\x29\x2f\x0c\xdb\xe7\x9a\x20\xe4\x57\x28\x81\x76\x63\xed\x99\xad\x89\xc7\xa7\x0b\x2c\x67\xee\x17\x32\xc5\x0e\x40\x33\x81\xd9\x07\x4c\x02\xc9\xda\xb4\x90\x8c\x77\x4e\x54\xf3\x43\xb5\xcc\x05\xe2\x17\xae\xc3\xf0\x1c\x13\xed\x2b\xf9\xb0\x26\x22\x5c\x62\x6f\x89\xd8\x45\x42\x44\x1d\x1c\xfb\xce\x10\xe4\x90\x25\x1b\x0b\xc5\x6a\x57\x0c\xad\x9c\x82\x99\xfe\xdc\xe5\x57\xa1\xf2\x9e\x78\x2b\x86\x2f\x7d\xac\xbc\x30\xee\x66\x8a\x38\xee\xf4\x87\xc8\x7f\xfa\xb4\xdf\x87\xdc\x1f\xc9\x3f\xdf\xf4\xfb\x70\xf0\xb8\xdf\x87\x8f\x06\xfd\x3e\x7c\xfc\xa4\xdf\x1f\x1f\xa8\x82\x8f\x86\x89\xa5\xab\x5a\x79\x04\x75\x3b\xfe\x53\x28\xbc\x14\x30\xc7\xd5\xc5\x9f\x0e\x99\x2f\x29\x9f\x88\x22\xee\x98\x1b\xd7\x1d\x3c\x3e\x98\x30\x8c\x2e\x74\x9d\x6f\x73\x5d\x7c\x0b\xb1\x27\xfa\x3e\x36\xf6\xc2\xa3\xc2\x34\xbc\xd6\xd1\x81\x87\x7d\x65\x22\x4f\xd8\x7a\x25\x1c\xa0\x1a\x04\x70\xf0\xcc\x8c\x64\xf0\x38\x6d\x56\x77\xfa\x54\x33\x59\x89\x32\xba\x96\x4c\xd6\xd3\xd1\x4e\xee\xcd\x0d\x8a\x2b\x3d\x1d\x4a\x93\x44\x4f\xaf\xc0\x5c\x84\x64\x2e\x97\xb2\x6a\xe0\x91\x1e\xf4\x56\x97\x7c\x36\x94\x7f\x01\x26\x01\x48\x3b\xe2\x82\xae\x1c\xa9\x12\x68\xa7\x07\x1c\x8d\x1e\xc1\x6f\xc7\x63\x77\xeb\xba\x5e\xc0\xd4\xb7\x52\x49\x59\xce\xb6\x25\xb0\x6b\xde\x9b\x20\x56\xc1\xbd\xad\x6a\x41\x28\xd5\x99\xc9\x5a\x55\x94\x35\xee\xd5\xd7\x1c\xa1\x6b\xba\x16\x9a\xbb\xd4\x0d\xc2\xe2\x23\xaf\x28\x11\x28\x24\x98\x69\xc6\x61\x6d\x99\xa7\x51\x90\x25\xa5\xbd\xcd\x1f\x6b\xbc\xc6\x7a\x7f\x84\x43\x59\x56\x9a\x16\xe6\x71\x86\xc2\x28\xf9\xc6\xd6\x84\x84\x64\x6e\x9e\xb8\x90\x3c\x3e\x7e\xdc\x66\x82\x2a\xe5\x1c\x97\x71\x8e\xa4\x57\x3b\x8c\xb1\x9a\xd1\x58\xc5\xe5\x27\x4b\x08\x01\x7b\xd0\x00\x82\xec\xb0\x01\x04\xf6\xc0\x01\x04\x99\xa1\x03\x08\xb2\x83\x07\x10\x44\x94\x0b\xf3\x10\xbb\x49\x46\x9b\x08\x4d\x70\x34\x04\xff\x57\xf5\x05\xa0\x9e\x3b\xec\x65\x11\x16\xf3\xfd\xa1\x19\x13\xd8\xc2\xb8\xe2\x99\xe9\x25\xad\x9a\xed\xd7\xae\xcc\x93\xb2\x11\xba\xc6\x8c\x0f\x1f\xa5\xed\x7c\xd0\xa3\x4f\x9b\xc9\xce\x84\xd5\x8a\xf9\x60\x8d\xe1\x95\xc1\x4c\x5a\x39\x37\xc5\x56\xed\xf8\x8b\x55\xfd\x07\x85\xc7\xb4\x72\x86\x20\xac\xaa\xfa\xbd\x55\xf1\x67\xca\x45\x5a\x2d\x45\xaf\x5d\x49\xbe\x05\xdb\xf1\xb6\xc5\xa2\x15\x9a\xee\x31\xef\x71\x3c\xcd\xc7\x40\x8f\x33\x96\xe1\x3d\xa8\x01\x89\xa4\xaf\xd8\xb1\xb2\x46\x3a\x41\x3c\x9c\xf6\x24\x2f\x0a\xe8\x55\x69\xa4\x76\xb6\x44\x4d\xdd\xcf\xe6\x30\x95\x15\xe2\xa8\x11\xb8\xc1\x64\xbd\xd4\xde\xf6\xe1\x61\x1f\xce\xb1\x28\x0b\x64\x4e\xd4\xe8\x1d\xa1\x3f\x56\x5a\x0d\x11\x3d\x1c\xe1\x65\xe1\xdc\xc4\x6e\xd8\x28\xb4\xf5\x97\xc1\xce\x5d\x60\xe5\x2f\x80\x0d\xc1\xc2\xf9\x1c\xb3\xcf\xc2\x46\xdc\xc6\x1e\x62\x63\xba\x08\xa3\x80\xe1\xbf\x84\x52\x22\x2d\xc4\x6a\x25\xe4\x23\x9d\x78\x9b\x15\x26\x41\x48\xe6\xaf\x0c\xd4\xb1\x6e\x91\x3c\x07\x18\x05\xf1\x43\x9d\x6e\x21\xcd\xbf\x1a\x5d\x42\x7d\xce\xeb\x0e\xb9\xbe\x53\xf5\xc0\x7a\x63\xf7\x5f\xd4\x08\xde\xeb\x16\x52\xf9\x96\x07\xa7\x4e\x2b\xa8\x92\xe6\x65\x95\x8b\xf2\xfc\x14\x23\x4b\x1c\xdb\xc3\x2c\x97\xe4\x6d\xa4\xeb\x34\x0a\x25\x67\x25\x34\xc0\xbb\xba\x32\x72\xd1\x50\xab\x04\xcd\x7a\xfb\xdf\x2e\xb1\x0c\x3f\x85\x84\x1f\x5f\x85\x62\xd1\x4b\x3a\xef\x5d\x86\x3c\x9c\x84\x51\x28\xae\x7b\x01\x16\x46\xb6\xdf\xd1\xc9\xa3\x06\xb1\x9e\xb8\x80\xe0\x6d\xed\xfc\x02\xe2\x8a\x86\xbe\xfc\xa6\x17\xc3\xd7\x31\xde\xa1\xed\xff\x51\x01\x4d\xee\x81\xb0\xbd\x32\x39\xcf\x8a\xb4\xc6\x52\xaf\xb5\x65\xd1\x0b\x38\xe8\xf7\xd5\x2e\x68\x3a\x65\x3f\x2a\xdf\x39\x1b\x66\x97\x67\x40\xa7\xca\x6f\xed\x2d\xc2\x20\xc0\xc4\xcd\x79\xc2\xb3\x2e\x80\x03\x1c\x71\x5c\x70\x36\x98\x81\xe2\x82\x1b\xdd\x76\x31\xe8\x01\x6d\xe1\x55\x18\x45\xa7\x98\x0b\x46\x33\x11\xdb\xb5\xdd\xb6\xf1\xb9\xab\x6a\xda\xa3\xa0\x7e\xda\xae\x67\xd7\xb6\x53\x38\x68\x5e\x63\x45\x2e\x99\x0f\x8a\x09\x1e\xf7\x38\x8e\x62\xed\xb6\x64\xdd\x90\x80\x5e\xf5\x18\xe6\xe1\x9f\x3a\xaa\xa6\x66\xf1\x71\x71\x1d\x61\x2b\xc0\x46\x37\x2f\x18\x22\x3c\xbc\xb3\x15\x96\x8f\x9b\x51\x12\x27\x36\xd5\x8f\xc4\xf6\xa0\x71\x05\x92\x74\x05\x66\xd7\xd5\x02\x31\x21\xb9\x70\x51\xbe\x25\xe5\x5e\x86\x8a\xe5\xca\xe2\x21\x7f\x87\x18\xa3\x57\xc3\x90\xf7\x88\xfa\x25\x0b\xca\x36\x2c\x31\xa4\x7e\xe9\x65\x79\x8a\xc4\x7a\xa9\x5f\x24\x55\x0f\x07\x50\x50\x1a\x89\x70\x75\x26\x71\x37\xcc\x9e\x36\x03\xe6\xdb\x7b\x6a\xf0\xe7\xc2\x25\xe2\x17\xc6\xf3\x09\x7f\x2f\x15\x74\xf2\x65\xc9\x59\xc3\xb8\xd8\xea\xda\xf2\x90\xa9\xb2\xae\x72\xb9\x08\x1f\x7b\x4b\xb4\x7a\x79\xed\x00\x85\x6b\x15\x86\x10\xac\xa7\xd8\xe1\xb0\x9f\x1e\x2e\x90\x65\xac\xb3\x7a\xf1\x4e\x15\xf3\x89\xa7\x44\x05\xa4\x3e\xd1\xe1\x3f\x07\x71\xfc\x8a\x92\x20\xcc\x08\x0f\x6a\xc9\x0b\xe2\x25\xbf\x63\xf3\x53\xb6\x22\x7f\x40\xb5\xdb\x35\x44\x70\x85\xd9\x14\x13\x31\xa4\xc7\x02\xd2\xd9\x8c\x63\x31\x34\x07\x84\x25\xaa\xdc\x9a\x21\x1f\xc7\xea\x4f\x18\xbc\x21\x1c\x33\xf1\x5a\xab\xf0\x15\x0c\x8b\xd8\x5b\x48\x6a\x41\x68\x3c\xfd\x9b\x03\xf8\xe5\x1c\xb8\xa3\xfe\xd8\x85\xc8\x57\xc4\xd1\x93\xb3\xd0\x03\x47\x66\xb7\x7d\x1d\x06\x6a\x9f\x67\x11\x72\xb3\x9f\x92\xf3\x5d\x1b\xa2\x88\x27\x0f\x6d\x0d\x23\xd0\x6d\x77\xa6\x51\xb8\x7a\x8f\x84\xe4\x15\xd2\xe2\x54\x41\x9f\x10\xb9\x90\x78\x94\x38\x60\x49\xd7\x72\x3c\xe8\x12\x67\x66\x35\xf1\x55\x66\x99\x28\xd7\x9e\xf0\x17\x5a\x10\xc0\xc3\x81\x94\x48\xea\xa5\x45\x84\xc6\xe1\x09\x89\x81\x54\xf2\x26\x30\x97\xac\x4a\xce\x87\x72\xd9\xa4\xf5\xd3\x97\x21\xb1\x5e\x2b\xdc\x9a\x80\x20\x12\x60\xf6\x4a\xc2\xe8\x68\xf9\xf0\xeb\x2a\x40\xa2\x28\x1e\xca\x4a\xaf\x55\x51\xf5\x68\x28\x99\x4e\xa4\x0c\xc4\xcc\x01\x8a\xbe\xbd\xff\x83\xd1\x74\xe1\x69\x06\x00\x35\x8d\x25\x64\x93\xd5\xd1\x4a\xda\x77\xa1\xf5\x5c\x3d\xf3\x66\x41\xd8\xea\x5a\xcc\x0c\x7e\xd7\xeb\x29\x59\xed\x3a\x70\x5c\x9d\x95\x14\x90\xfb\xc4\x53\x05\xa0\x5c\x00\x71\x91\x38\x24\x26\x26\x1d\xef\x2a\x0c\xc4\xc2\x71\x61\xe4\xf3\xda\xa3\xa9\x0a\xc6\xef\xa5\x16\x11\xfa\x28\xa6\x42\xe0\x4d\x90\xda\x98\xcb\xcd\x95\xec\xd6\x89\x60\x69\x43\x0a\x4d\x5b\x17\xae\xfd\xc8\x44\x4a\x1c\x84\x1e\xfe\x14\x0a\x27\x09\x2e\xd2\x7c\x34\xf0\x43\x0f\x4b\xcd\xc1\x71\xa5\x3c\x92\xdc\x51\x35\x9e\x10\x9e\xfa\x68\x61\x59\x54\x50\x5e\x36\x18\x54\xae\x4f\x6e\x30\x55\x07\xb0\x1a\xa7\x3a\x7f\x6b\x46\x7c\x40\xda\xd3\x60\xdf\x85\xa8\xa4\x74\xbf\x8a\x62\x4b\x17\x82\x88\xe5\x09\xf2\xa4\xf4\x77\x94\xda\xfe\xf2\x25\xfd\xe4\xb8\x90\xf9\xdc\xfb\x74\xc4\xf5\xf4\x1d\x3f\x3a\x28\x6e\x0f\xe4\xb6\x06\x30\x2c\x1a\x63\xc5\x25\x29\xd5\x99\x78\x2c\x79\x06\x0f\x37\x11\x9e\x09\x15\xba\xe4\x6e\xdd\xe7\x4e\xe8\x87\xde\x12\xb3\x39\x76\x02\x37\xe6\x0e\x0a\xba\xec\x94\x98\xbd\xf1\x94\x9f\xde\xdc\xe8\x49\xe8\x81\x23\xae\xa3\x47\x7e\x99\x39\x42\x4e\x88\x99\x22\x1b\x09\x12\x52\xd4\xed\xa2\xfc\x74\x40\x6a\xbd\x3e\x4c\x5e\xc7\x66\x09\x81\xac\xdb\x4d\xf0\x4e\xbb\xdd\x14\xdd\x63\x25\x8f\xd0\x54\xd2\x9b\x3e\x6e\xdc\x01\x09\xbf\xe0\x16\x89\xc0\x50\xe3\x7f\xea\x97\xd0\x07\xfd\x77\x69\xe2\x28\xfe\xdf\x73\xb0\x09\x82\xf1\xfd\x75\x6f\x70\x73\xd3\xf7\x7d\xdf\xbc\x3a\x19\x0c\x1f\xb9\x47\x60\xf5\x09\x6c\xe1\xb2\xaa\x1d\x2d\x3b\x8e\x1c\xbb\x5e\x7f\x38\x88\xeb\xad\xfc\xd0\x5e\x5f\x9e\x40\x6c\x8e\x45\xbc\xca\x8a\x6d\xaa\x08\x98\x83\x55\x61\xed\x30\x3c\x15\x20\x37\x51\x20\x69\x4c\xbf\x56\xe4\x04\xe0\x34\x7e\x5e\xe0\x70\xbe\x90\xac\x66\xd0\xef\xff\x2d\x29\xf5\x09\xc0\xa5\x6b\xe6\x7e\xa5\xe2\x07\x8d\x12\xe5\xb8\x5e\xb0\x66\x4a\x03\x74\x1e\xf5\xfb\x55\xad\xaa\xfa\x0a\xb7\xb3\x1c\x6c\x52\xa3\x29\x00\x66\x29\x51\x04\x5f\x75\x92\x7c\x18\x4a\x1a\xdf\xdc\x0c\xd4\x99\xfa\xc8\xc9\x04\xa6\x6d\xb4\x90\x16\x5b\x88\x5d\x77\xeb\x1e\xcc\xea\xd1\x51\x3a\x42\xf3\xfb\x1a\x94\x2c\x1d\x76\x02\x9e\xf6\xff\x06\x86\xfd\x6d\x8a\xd1\x70\xd5\x5b\x49\x51\x09\xc1\x9a\x45\xce\xff\x07\x8e\x52\x65\x46\x4b\x57\xe0\x1e\x01\x17\xe4\x71\x5b\xda\xf8\xb3\xd5\x27\x30\xd4\x58\x4f\x7a\x50\x78\x96\x8a\x7e\x45\x1d\xf5\x3d\x42\x42\xaa\x1f\x9d\xde\x63\x17\x28\xef\xac\x99\xa7\x59\xd5\x12\xb5\xd0\x0b\x26\x88\x75\x14\x5a\x7b\xe0\x48\x6c\x6f\x3b\xb3\x72\xed\x95\x2b\x2c\x0a\x17\xb1\xbb\xd2\x75\x53\x31\x22\xf1\x53\x40\x8c\x42\x82\x35\x0b\x0a\xe3\xd2\x0a\x51\x7a\xff\x07\xa9\xf6\xe3\x12\x7b\x2b\x65\x85\x94\x4c\xb1\x36\x62\xf2\xe2\xb7\x2a\x54\xdf\x32\x4f\xb4\xa3\xed\x8a\xb2\xe5\x82\xe6\x23\xf6\xb3\xdf\x6a\x6a\xed\xa1\xdb\x6d\xc6\x30\x56\xc6\xd2\x31\x9f\xf7\x26\xf4\x13\x0e\xbe\xca\x06\xc3\x25\x62\x21\x22\xa2\x39\x08\x7d\xb4\xb9\xc0\xd7\x43\xf0\x4e\xc5\xdb\x01\x28\x42\x11\xe1\xf4\x91\x47\xeb\xb9\x5c\x06\x50\x97\x7a\x43\x66\x34\x29\xa3\x1f\x74\x09\xe5\xa5\x98\xd1\xa4\xe0\x7f\x22\xa6\x5d\x52\xa6\x6c\xf2\x9c\x14\xbf\x32\x6f\xe2\x1a\xa7\x88\x28\x67\xad\xa9\x10\x3f\x26\xe5\x03\xfd\xa2\x95\xfb\x29\x33\x07\x53\x1a\x51\xc6\xbf\x28\xf2\xd5\x98\xce\x17\x78\x89\x5b\xa0\x9f\x28\x4f\xd0\x7b\x16\xea\x03\xca\x13\xc4\xf1\x10\xfc\x7f\x8f\x9e\x4e\xd0\x37\x03\x89\x9d\xcc\xf7\xce\x29\x62\x17\x49\xa1\x41\xf0\xed\x93\x67\xff\x48\x0b\x9d\xe3\x4f\x22\xf9\xd8\x47\xf2\xbf\xf4\xe3\xcf\x21\xb1\x6a\x3e\x7d\xf6\x78\x36\x4b\x3f\xfe\x93\xa1\xb4\xef\xc9\x64\xfa\x24\xb0\xfa\xfe\x65\x36\xeb\x5d\x2d\x42\x81\x93\x12\xb3\xa7\xf2\x3f\x35\x19\x70\xc5\x68\xb0\x9e\x8a\x57\x0a\xcd\xad\xe1\x7d\x45\x09\x5f\x47\x9d\xf7\xf6\xa0\x66\xb3\x7e\xff\x1b\x0b\x1c\xab\x4c\x16\xee\xe9\xb3\x47\xe8\x1f\x36\x72\xd0\xf4\x02\xb3\xce\x4b\x69\x28\xa6\xb8\x41\xd8\x86\xd0\x2a\x53\x44\x62\x10\xd8\x48\x64\x0c\x49\x31\xd1\x79\xbf\x66\xab\x28\x6d\xf1\xe9\xf4\x09\xc6\x4f\xab\x0b\x66\x9b\x7d\xd2\x7f\xd2\x9f\x3c\x4a\x4b\xff\x86\xe6\x0c\x11\x91\x1b\x64\x6e\x1a\xec\x42\xb9\x51\xf6\x9f\x60\xbb\x39\x15\x24\xda\xf9\x27\xc3\x98\x54\xd2\x8c\x55\xa6\x9e\x6e\xf2\x05\xe5\xc2\x8b\x8b\x3e\xfb\x47\xff\x49\xa0\x67\x1a\x2f\xa9\x54\x01\x77\x9c\xe9\xb3\xf5\x74\x8a\xa5\xc8\x8c\x47\xf9\x38\x18\x3c\xeb\xa7\x9d\x27\xac\x21\xa6\x02\xf4\x0d\x7e\xf4\x38\xfd\x1e\x73\x82\x78\xee\xbf\x79\xd2\x7f\xfc\x24\xfd\xac\xb9\x50\x0e\x9f\x3b\x33\x89\xbc\x5f\xa8\xf7\x71\xbd\x9c\xd0\x2f\xca\x34\xec\x21\xbc\x44\xec\xb4\xc4\x01\x54\x82\x63\xe3\xc4\xa7\x24\xd9\x8f\x1f\xf4\x53\xdf\xbe\xb8\xa2\xf1\xeb\x47\xf6\xeb\x05\xc3\x49\x79\xeb\xfd\x8c\xae\x59\xfc\xfa\xf1\xd3\xcf\xc7\xe2\x97\xdd\x52\x0f\x97\x98\x9d\x87\xd3\x0b\x3e\xec\xeb\x58\x92\x73\xf9\xa6\xe2\x88\x64\x6a\xae\xa8\x7a\x00\xaa\x38\x6a\x81\xd9\x25\x8a\xb2\x6e\x97\x90\x4c\x99\xd2\xb8\x92\x61\x82\xb4\x2b\xa9\x4f\x3d\xed\xf7\x5d\x77\xab\xec\xea\x90\x84\x02\xb8\x55\xfe\xe3\x69\x84\x11\x4b\x3a\xb1\x32\x84\xa9\x11\xb8\xca\xc1\xf2\x75\x68\xe0\x71\x5f\x2d\xf0\x92\xee\xff\x33\x14\x8b\x57\xca\xe6\x6e\xb3\xe2\x4b\xe3\x5b\x06\xfd\xda\xdd\xab\x7c\x3c\xc9\xa3\xfe\x4e\x11\x24\x8f\xfb\x65\x51\x23\x15\xd0\x7c\xa0\x02\x89\x90\xcc\x8b\xd9\xdc\xd2\x19\x2d\x1a\x07\x65\x18\x7e\x8b\xc4\xc2\x63\x74\x4d\x02\xe7\x69\xff\xdf\xf5\x13\x22\x01\x5d\x3a\x72\x1e\x4b\x70\xdf\xb2\x82\x3d\x2b\xb5\x55\xda\x2c\xce\xf9\x5a\x08\xcc\x7a\x4b\x4c\xd6\x5f\x74\x29\xd6\xa7\xc3\xe1\x94\x09\x1c\x24\x39\x61\x8a\xa9\xf5\x4c\x82\x9a\xe4\xd4\x33\x37\x8e\x42\xf9\xa2\x64\x7a\x9c\x42\x6a\x9b\xb4\x26\x70\x3d\x41\xb5\xc5\xeb\xde\xdc\x8c\xc6\xae\x27\x7b\x77\xca\x4e\xcd\x1a\xef\x89\xea\x44\x1f\x3b\xb0\x9e\x8d\x63\x24\x31\x1b\x7c\xdf\x27\x27\xbd\xc1\xd0\x7e\x81\x4e\x06\x43\xf2\x1d\x92\xaf\xc9\xf7\xf2\xa1\xaf\x26\x88\x92\x04\xd4\x57\x0b\x29\xcb\x32\xfb\x75\x8d\x73\xf8\x91\x4e\x7a\x01\x5e\x45\xf4\x3a\x1f\xf0\x72\xef\xd3\x98\xd9\x41\xc9\x8f\x03\x64\x6d\x9b\x31\x4c\x3f\xc6\x1b\x21\xbf\xac\x30\x19\x1e\x0e\x76\x04\xf1\x38\xfd\xd9\x5b\x62\xc1\xc2\xe9\x97\x55\xde\x77\x08\xcd\xca\x0e\x9c\xf7\xb8\x60\x18\x2d\xb3\xb6\xee\x92\xde\x4d\x70\xd1\x0e\x03\xa7\x51\x6e\x57\x59\x72\xb7\x28\x24\x38\x33\x4b\x2d\xf8\xb9\xe4\xa2\x7a\xb5\x9e\x56\x57\x03\x56\x93\x66\xa1\x5e\x62\xc6\x43\x4a\xce\xd6\x93\x65\xa8\xa4\x70\x99\xc7\xc5\xda\xaa\x4a\x1b\x00\x7a\x81\xaa\x7d\x9f\x42\x23\xae\xc7\xb0\xca\x12\xa9\xbc\xff\x88\x10\xc9\xcd\xeb\xc7\x56\x18\x7d\x76\x84\xb5\x89\x3b\x0b\x75\x41\xe3\x5e\x19\x37\x47\xfb\xfa\x92\x1d\xb8\xdc\xe3\x0b\x7a\x75\x8a\x04\xf6\x0f\xfb\xe9\xb6\x34\xf3\xb1\x47\xd5\xf4\xbf\x10\x0e\xea\x0d\x5c\xdd\x9d\x19\x92\xc7\x2d\x80\xd5\x96\x9b\x1e\x8c\xf5\xf6\x80\x76\xbb\xac\xdb\x55\xfb\xfa\xc9\x86\x22\x73\x75\x2c\xe8\x2f\x33\x07\x04\xe8\x1a\xb8\x5e\x10\xce\x54\x16\x16\xab\x10\xcd\x17\x82\xf2\x0f\x07\xee\xf7\xfd\x6e\xd7\xc9\x8c\x37\x3e\x04\xb8\xb1\xd7\x35\x5c\x62\x81\x86\x7c\xab\x65\xcf\xd6\x2d\xe6\x35\xce\xaf\x8e\x70\x36\xeb\xcd\x42\x1c\x05\xbc\x87\x48\xd0\xd3\x70\x3f\xec\x05\x1d\xce\x66\x5f\x99\xcd\xca\x11\x54\x6d\x4c\xbf\x0e\x42\x81\x83\x61\xc8\x7b\x58\xfd\x52\xfb\x57\x2f\x82\x40\xbf\x43\xf2\x87\x7a\x75\xaa\x0e\x74\xaa\x97\xfa\x6c\x67\x20\x57\x7f\x38\x9b\x69\xee\x7c\x89\xd9\x84\x72\xe5\xf2\x4a\xda\xcc\x2e\x1e\x0f\xff\xb1\x46\x91\x03\x64\x1d\xef\xfc\x7a\x85\x01\x04\xba\x20\x70\x61\xdc\x65\x73\x15\x55\x4e\xd5\x88\x47\xd4\x5c\xc7\x94\x6c\x11\x04\x21\xd1\xb5\x42\x73\x7c\x8c\x26\x5c\x30\x34\xad\xca\xa4\x6d\x52\x2b\x69\x45\xf6\x58\x67\x0b\x59\x21\x86\x96\xf9\x84\x1f\x5f\x41\x1f\x4a\x82\xdb\x24\xc3\x89\x3b\x4c\xdf\x9c\x62\x3e\xd5\xc1\x60\x71\xd4\x4f\x9d\x3e\x01\xe7\x54\xd0\x73\xc4\x2f\xfe\xc9\xe8\x7a\x55\xfc\xf4\x13\x9d\x64\x5f\x4e\x18\x46\xc1\x94\xad\x97\x93\x22\xf7\x54\x81\x75\x52\x01\x82\x61\xb0\xad\xe5\x95\x2a\x2c\x2e\x1f\xd4\xf6\x13\x9d\x70\x00\x11\x9b\x1b\xc2\xe6\x60\x9c\x68\xba\x39\x6d\x2b\x2d\xe3\xe9\x43\x5b\x50\x31\xae\x3f\x56\x2f\xd7\x61\x14\x60\xe6\xaa\x53\x62\xef\xd2\x6c\x87\x69\x75\x9d\x26\x51\x37\x74\x73\x63\xa5\x14\x1c\xb7\xd2\x91\x13\x0a\x9a\xe8\xf0\xb2\xa6\x08\xc9\x22\xc5\x7d\xf1\x0c\xde\x65\xa3\x51\xc4\x8c\x05\x66\xe1\x9f\x38\xe8\xa9\xd8\xcf\x1d\x60\x89\x53\xa2\x99\x8a\xf7\x9c\x62\x5e\x65\x0e\xca\xb3\x01\x14\x85\x88\x6b\x92\x0b\xf0\x94\x06\x38\x30\x29\x86\x80\x0b\x4d\x95\x9f\xce\x7e\x79\x57\xa0\x51\xf3\xad\x84\x3a\xad\xbc\x37\xd8\xce\x8d\x98\x52\x6d\x5c\xd7\x75\xd3\xb4\x35\xdb\x24\xf9\xc6\x0e\xb4\x93\xc1\xfe\x3e\xd3\x90\x15\x37\x5c\x01\x86\x09\x1e\x93\x9c\xe9\xae\xf3\xac\x55\xb0\x4f\x91\xc6\x74\x25\xac\x32\x23\x33\xf3\x96\x48\x3b\x3e\xaa\x8f\xca\x8a\xf7\x68\x6e\xc2\x29\x4b\xd9\xa3\x44\xcc\x59\xf8\xa7\xf2\x62\x88\x98\xad\x96\x73\xca\xf4\xb3\x37\x1a\xd7\x6b\xbc\xd9\xe2\x40\x99\xa6\x5b\x17\xc6\xa8\x2f\x6d\x3e\xfe\xd8\xaa\xf1\x64\x12\xe3\xa6\xa3\x90\x8b\x73\x7a\x46\x93\x58\x9c\xfc\xc2\x4b\x6b\x18\x95\xff\x55\xf9\x60\xe2\xf2\xb2\xc1\x33\x55\x70\x17\x31\xad\x49\x0c\xcb\xe9\x37\x81\x8e\x5f\x52\xd3\x6a\x4f\x3e\x38\x78\x9d\x8e\xb1\x74\x3a\x2c\x18\x8c\x4d\xb1\xa4\x41\x38\xbb\xd6\x79\x1b\x6a\xbd\x14\xb9\xea\xc0\xf2\x4c\x48\xc3\xc7\x6e\x27\x63\xf2\xec\x8a\xe6\x55\x84\xa6\xca\x73\xd9\x9b\xa1\x30\x5a\x33\xfc\x95\xb0\xbd\xa3\x02\x6e\x41\x60\xa2\xd5\xbf\x96\x03\xe4\x0e\x20\x28\x49\x9f\x7f\xff\xee\xb7\xba\xd8\xf3\x54\xdb\x34\x99\x71\xab\xe5\x70\x3c\x76\xb7\x76\xbd\xec\x8a\x11\xc9\xf7\x7a\x73\xcd\xf8\xfe\xe2\x22\xa6\x46\x17\xbf\x77\x59\xd2\xc8\xf0\xed\x3a\x86\xe7\x9d\x57\x0d\xea\x33\x99\x7e\x56\xbb\x7c\x60\xea\xd1\x66\x07\x0b\x48\x3d\xaf\x90\xd4\x1b\x76\x31\x8c\x32\x47\x26\xd2\x26\x76\xb3\x98\x44\xbd\xc5\x24\x0a\xb6\x95\x60\xe1\x72\xa9\x1d\xed\xa5\x26\xd6\x8e\xf6\x51\x92\xa0\xf9\xa1\xcd\x5f\x2d\xbb\x53\x59\x3d\xdf\x62\xce\xa5\x9a\x07\x80\x8a\xd7\x97\x22\x7d\xa3\x92\x3f\xff\x8c\xd6\x64\xba\xa8\xdb\x22\xb4\x0e\x7d\x65\xb2\x58\x3b\x85\xe4\x68\x69\x06\x11\xbb\x4f\x00\xc1\x2b\xba\x8e\x82\x0e\xa1\xa2\xa3\x5a\xe8\x44\xba\xd3\x0e\x38\x52\x59\x46\xa0\xda\x16\x7c\x6d\x8f\x33\x1f\xf8\x5c\xd6\x6a\x75\x3e\xea\xb2\x99\x30\x08\x79\x68\x73\xd7\x7e\xfc\xca\x83\xb2\x8f\xc3\xdf\xe9\xf8\xdb\x97\xf0\x45\xdd\xee\x60\x5a\x02\x4a\xf1\x40\x5a\x22\x31\xef\xfa\x3c\x5a\x2b\xf2\x4e\x3c\xf9\x55\x0a\x56\x92\x9d\x45\xa4\x31\xbe\x0e\xf6\x7e\x50\x4e\x69\xad\x79\x9b\xa3\x25\x0c\xf6\xdd\x23\x07\x7b\x1a\xeb\xd9\x6f\x04\xf6\xdd\x6d\xd2\x94\x49\x60\x18\x47\xd5\x9e\xe0\x23\xe1\x10\x77\x88\x77\xce\x18\x64\x32\x78\x8d\x8c\x9b\x34\x75\x7d\x26\xbe\xd6\x71\xf3\xa1\xa7\xa2\x07\x39\x41\x4a\x41\x71\x31\x5f\x72\x5b\x74\xb6\x3b\x78\xaa\x9c\x8a\xaf\xe8\x9a\xe4\x35\x87\x74\x8f\x42\xfb\xc8\x6b\xc4\x5e\xa6\xa0\x8e\x4d\x4f\x95\x0b\x89\xd8\x64\x27\xe5\x44\x4e\xcb\x11\xb2\xf1\x7c\xe4\xa0\xf8\xf0\x8f\xac\x94\x18\x48\xc9\x09\xa0\xdc\xbc\x0c\x25\xe5\x27\x8c\x5d\xd0\xf9\x3c\xc2\xa7\xe1\x6c\x56\xe0\xa3\xfa\x53\x1a\xc7\xa1\xe1\xd7\x9c\xb4\xf6\xec\x99\x37\xa5\x64\x8a\x84\x23\xdc\x2d\x64\xe5\x65\x50\x9a\x9b\x51\x28\x3f\xb6\x7b\x82\x8f\x06\xfa\x4a\xb7\x96\x34\xbc\x17\x1b\x88\xf1\x58\xdb\xed\x1e\x5a\x74\x95\xec\xd7\xfd\x56\xd1\x42\x4c\x34\x05\x95\xb7\x82\xb8\xec\xcd\x42\x5e\xba\x4b\x78\x3f\xdb\x75\x90\xfa\xb9\xad\xb7\xe2\x16\x5d\x61\x9f\x2d\xca\xd5\x29\xd9\xd6\xcb\xd7\x39\xa0\x7a\x0b\x2f\x6a\xb1\x49\x97\x2c\xeb\xfc\x0e\x5d\x3d\xed\x71\x4a\x7a\x97\x21\xbe\xca\x67\x49\x20\xab\xe5\x50\x7d\x9c\x51\xb6\x44\x2a\x88\xe4\x63\x71\xa7\xc4\x62\x87\x66\x81\xfd\x9b\xe3\x7a\x78\xb9\x12\xd7\xe9\x41\x01\x2b\x67\x57\xdc\x96\x9a\x22\x12\x60\xe6\xb8\xee\x6d\x39\x66\x2a\x8b\xcd\xdf\x9d\xd9\xa4\x05\xfb\x18\xca\x27\xcd\x13\xf1\xa7\x15\x22\xc1\x29\x5e\x89\xc5\x70\x70\xdc\x87\xc9\xa8\x8b\xb6\x01\xd7\xb9\xe4\xd3\x0a\x65\x86\x1a\xc1\x57\x1d\xe4\x94\x1e\xd1\x54\x0d\x98\x23\x9a\x69\x78\xbf\xd5\x9c\x0b\x37\x42\x45\x11\xeb\xd9\x03\xf1\xa1\xc7\xaa\x43\xda\xf9\xa6\xbb\xdd\xf6\x69\xcf\x48\x0b\x79\x2b\xcd\x3f\xa9\x5e\x85\xa4\x70\x6b\xe8\xfd\x3b\x35\xe8\x9a\x4d\x5b\xc4\x53\xab\x98\x85\xf0\x4f\x3c\x7c\xf4\x54\x39\x6f\x87\x03\xc8\x57\xd2\xc2\x1b\x3e\xd2\x51\x81\xfc\x45\x51\xae\xc9\x0a\x00\x82\x95\x52\xad\xeb\x5c\x77\xaa\x84\xdb\x1b\xb8\xff\x6e\xc5\x09\xc8\xca\xee\xd1\x40\x82\x41\x82\xd2\xe6\xd5\xd8\x15\x5b\x6b\xe8\xaa\xa3\xa2\xbc\x96\x61\xb1\xcf\x42\x87\xd0\x8e\x54\x50\xed\xeb\xe3\x80\xc0\x95\xd3\x18\x21\xae\x5d\xdb\xcd\x63\xa9\x18\xc4\x14\x87\x76\x90\x62\xae\x8f\xe3\xfc\x70\x64\xa7\x72\xa4\xfa\xde\xa5\xba\x5e\x35\xe8\x40\xcf\x4a\x0d\xa3\xb7\x8f\x6c\xc6\x85\xe3\xca\x31\x78\x40\x9f\x6e\xd6\x9f\x55\xc6\x77\x59\x40\xe9\x1b\x71\x11\xc9\xe0\x07\x8a\xc1\x67\x92\x7a\x70\x5f\xa3\x1a\x7d\x72\x06\x90\xf4\x84\x0b\x99\x9f\x20\x1f\x41\x72\x24\xdc\xa3\xc1\x81\x7d\x15\xb0\xc3\x7a\xdc\x9c\x95\x52\x67\x6c\xb3\x42\xc5\xd2\x05\x36\x72\x0c\xef\xd6\x12\x05\x43\x7e\x64\xce\x8c\x44\xe9\x55\x02\xf5\x68\xc9\xcf\x49\x21\x2c\xc5\xcc\xbe\x5f\x4a\x96\xf8\xa0\xe0\x20\xd2\x9d\x80\xf8\x9a\x65\x01\xc5\x11\x6e\x23\x1d\x72\xab\x3d\x79\xc6\x5f\x38\xae\xb7\xbd\xef\x55\x8d\x50\xe4\x6f\x08\xf9\x72\x23\x34\x5d\x67\x55\x27\xe3\xc2\xdc\x85\x7f\x05\x78\x4a\x99\x54\x95\xce\x4a\x2b\xd9\x64\x53\xe7\x19\x4c\x26\x7e\x99\xcb\x36\x69\xc8\x54\xe5\xc9\x56\x1a\x6a\x5b\x6a\x50\xc0\x28\xc7\x6c\x6f\xf2\x65\x7d\xda\x29\x8e\x17\x00\x26\xc9\xdb\xac\xc8\x18\x75\x6e\x08\x8c\x93\x6d\x3d\x46\x57\x43\x00\xe0\xca\xfc\xcd\xcc\x49\xc8\x4d\x62\x0c\x33\x37\xe5\x91\x36\xfa\x54\xaf\x8a\xaa\x31\x07\x61\x41\xce\xc9\x1b\x60\x3e\x1d\x22\x3e\x05\x63\x98\x14\xcf\xcf\x95\x35\x1e\xb9\xc8\xd5\x9f\xba\x49\xb3\xcb\xab\xfb\x8b\xd3\x45\xae\x5e\x49\xf1\xb6\xa0\xeb\x28\x38\xcb\x8e\xa5\x2c\xf2\x2d\xfd\xac\xa3\x84\x0c\x18\x85\xee\xad\xf4\x47\x49\x29\xf7\xe6\xe6\x30\x1b\x0b\x67\xb5\xb6\x23\xc1\xa8\xff\xef\x4d\x68\xf0\xb5\x68\x46\x75\xbd\xfb\x88\x17\x4a\xe6\x7c\x1d\x2a\xc7\x89\xbe\x57\x33\xe2\x15\xbd\xc2\xcc\xd0\x72\x6f\xb9\x8e\x44\xb8\x2a\x3f\x6b\x69\x17\x6c\x6e\x60\x0f\x8f\x5d\x96\x02\x52\x97\x02\x6e\x27\x8c\xec\x73\x1e\x38\x1b\xa0\xdb\x22\x62\xdf\xe1\x3e\xd6\x77\xfe\xf4\xe8\xaa\x10\x74\xb0\x0b\x1a\xf2\xcd\x3c\x4c\xac\xd4\x06\xe5\x66\xc0\xf9\x5c\x74\x3c\x6c\x3c\xb4\xa7\x0e\x15\x28\xb1\xa0\x51\x70\x7b\x56\x91\x69\x63\xef\xf1\x61\xf3\x40\xb5\x55\x7f\x7b\xb4\x14\x9b\xda\x77\xec\x70\x8c\xd8\x74\xd1\x5b\xc6\x5b\x71\xb7\xc4\x4c\xae\x99\x7d\xc7\xca\x67\x8a\xda\x7d\x96\xb0\x66\x26\x27\xf4\x53\xab\x5d\x28\x7b\x53\x57\x57\x3d\xc7\x6c\x09\x2c\x7f\xce\xef\xd6\xeb\x5b\xb8\x48\xdb\x78\xd3\x92\x0e\x4c\xbe\x39\xeb\x45\x2e\xf4\x83\x61\x14\xf0\xcc\x48\x25\x36\x26\x74\x4d\xa6\x78\x38\x78\xda\xcf\x9a\x56\x36\x2e\x80\x3a\xf8\x01\x20\x58\x20\x75\x32\x41\x8b\x8a\x64\xa3\x86\x63\x71\x96\xf6\x6a\x23\x2b\xc5\x8f\x8d\x09\x88\x4d\xee\x9e\xf8\x0e\xca\xd4\xb9\x19\x8f\xc7\x64\x2b\x81\xf6\xd9\x22\xfd\x05\xb8\x6d\xf6\xcb\x75\x7a\xb2\x1e\x9a\x63\x22\x1e\xdc\xce\xed\xef\x8c\xae\x53\x3f\x74\x6e\xef\x16\xf4\xe4\x57\x65\x9b\xc1\x4c\xb9\x7c\x08\x8f\x69\xc5\xd3\x7f\x40\xdd\x9e\x6f\x11\x1b\xc5\xcd\xdf\x96\xa6\xf3\x18\xaa\x56\xe2\x6d\xc7\x0a\x5b\x59\x95\x01\x10\x98\x21\x1a\x53\xf8\xd7\x0f\x3f\xd7\x3a\xc4\x52\x48\xd4\x19\x4e\x75\xd5\x06\x76\xcc\xe8\xb9\xa7\xff\xda\xcb\x4b\x77\xe3\x26\x87\x3a\xc1\x11\x8e\x5b\xa2\xaa\x37\x37\x49\x43\xd8\x1b\xb8\xf1\x47\x6b\x34\xf6\x85\x7f\xa3\xfe\x58\x5a\xe9\x5b\x37\xbf\xd3\x6d\x0f\xf4\x79\x61\xcf\xbb\xc8\x70\x70\x16\x1a\x2b\x79\xd0\x39\x2d\x42\x83\xb3\xa0\x6c\x21\xbe\xc4\x44\xb4\xd9\x34\x4f\xe3\xef\x1e\x1c\x85\x57\x93\x62\x7e\xd0\x45\x42\x4c\xc2\xd9\xbe\x52\x2c\x82\x1a\x61\x44\xe7\x65\x02\xd0\xbe\x98\xa9\xf2\x50\x92\xaa\x7b\x8b\x24\xad\xe6\x76\x94\x92\x04\xac\x90\xdf\x73\x92\x63\x75\x89\x73\x55\x2c\x49\x4d\xfc\x24\x04\x09\xb6\x8a\x17\x17\xc9\x4f\xfa\xd7\x9a\xe3\x33\x45\xee\xc3\xc3\x01\x24\xf4\x15\x25\x44\x37\x20\x9f\x75\xa6\xe4\x73\x0d\xfc\x70\x80\x1f\x43\xbd\x34\xe2\x37\x4f\xf1\xe3\x76\x5b\x65\xf6\x35\x44\x76\x76\x60\xa1\x72\x6a\x99\x37\x5c\xe5\x3c\xd3\xf1\x03\x67\x7a\x93\x5e\xe7\xc3\xac\xcc\x3f\xaa\xaa\xcd\xc2\x28\x7a\x71\x89\xc2\x48\x4e\xdd\x8f\x2a\x2f\x97\xf3\x19\x19\xb8\x4a\x9a\x53\xf7\xa0\x16\xde\x56\x5c\xbb\xf4\x6f\x0e\xf0\xa6\x51\xd8\xd3\xfd\x03\xf7\x00\x7b\x3a\x59\x98\xa3\xdf\x78\x21\x21\x98\xe9\x26\x7a\x71\x62\x3d\xc7\xf5\x04\x5d\xf5\x1e\x3d\x75\xb7\x70\x49\x03\x75\xb3\x48\x20\x09\x0e\x46\x74\xfe\x2b\x8b\x6a\xee\x84\xf1\x42\x29\xfd\xad\x67\x42\x03\xec\x2d\x84\x58\xbd\x08\x02\x06\x20\x48\x66\xb8\x96\xc1\x57\x36\x20\x59\x3e\x38\xbe\x1c\x98\x7c\xe3\xc7\x33\xb5\x8a\xf8\xb1\x9d\x3a\x2e\x3b\x1a\xb7\xb8\x3d\x92\x8e\xc1\x3d\x11\x43\x70\x7c\x0c\x8e\xf0\x91\xe4\xe7\x11\x9d\xbf\x57\x47\x04\x8b\xd9\x22\x24\x69\x40\xb0\x54\xb7\xf9\x17\x38\xf9\x46\x51\x70\x9e\x90\xa0\xb8\x5e\x61\xeb\xad\xaa\x2c\xf9\x8a\xec\x67\x8e\x99\x4e\x0b\xad\x7f\xbb\x0e\xd0\xb8\x55\xf7\xc8\x98\x51\x54\xa0\x28\x13\x5b\x9a\x81\x25\x75\xde\xda\x0b\x03\xd8\x97\xa6\x65\x16\x51\x8a\x9c\x34\x52\x22\x91\x4e\x1a\x05\x1f\xce\x7e\x7b\xef\x31\x34\xc5\xce\x28\x0e\x32\x55\xf7\xb8\xbb\x1e\x5a\x8b\x05\x55\xc7\x9f\x3e\xe0\x3f\xd6\x98\x0b\x87\xa8\x2b\xf2\x78\x1a\xf2\x20\xdc\x71\xc9\xb5\xa1\xd6\x5d\xc7\x56\x24\xa5\xb9\x4e\xb3\x08\x95\x09\xb1\xb4\xb9\x81\xca\xbb\x39\x54\xd7\xca\xc9\x45\x3a\x43\x61\x44\x25\xbc\x34\xae\x04\x93\x8b\xec\xf5\xc2\x4d\x12\x7e\xbb\x2e\x14\xea\xda\x79\xb8\xc0\x28\x18\x2a\x61\xd0\xfa\xaa\x2f\xfb\x32\xbc\xbb\xbe\xea\x2b\x7b\x0f\xd6\x23\x4b\x77\xd1\x04\xe2\xcd\xa9\xa0\x3f\x62\x14\xd8\xc0\xc4\xd7\x7f\xb5\xda\xf3\xb7\x39\x55\x81\x2f\x78\x7c\xca\x68\x14\x9d\xd3\x95\xd3\x77\xb7\xa6\xe1\xc7\x2d\xae\xcf\x72\xb7\x12\xa5\x28\x8c\xf6\x0d\x97\xe7\x28\x8c\xee\x02\x97\x66\x5d\x96\x71\xda\x14\xa7\x78\xd4\x1f\x9b\xc7\x98\x89\xef\x8a\x63\x4d\xca\x0f\x0f\xcb\x79\xe4\x9a\x7c\xc3\x42\xdd\xed\x50\x2a\xe2\xee\x19\xaf\xdb\xe4\x0a\xbb\xc7\x85\x99\x07\x26\xe2\x4a\x0b\xf4\x90\xcc\x9d\x64\x1a\xca\xe0\x98\xcd\x0c\x20\xa6\xd4\x93\xb6\x93\xd5\x78\x9d\x80\x35\x1c\x55\x3b\x63\x23\xbf\x95\x32\xb7\x60\x1d\x97\xd5\xb3\x72\xf0\x6a\xd1\x84\x33\x41\x22\x05\xee\xb7\x85\xb6\x42\x53\x37\x34\x2f\xe4\x09\x92\x32\xa2\x25\x37\x82\x61\x7d\x77\x79\xd6\x5c\x1e\xe8\x6e\x29\x05\x87\xfd\x1a\xab\x9d\x08\x39\xd3\xd2\x4a\xb1\x2e\x4e\xb0\x7e\x3f\x88\x54\x00\xf1\x20\x5b\x9d\x36\x51\x1b\xf2\xfa\x74\x46\x31\x30\xa0\xd5\x19\x91\x8c\x7a\xa1\x9a\xf2\x2a\x0f\x8c\x94\x94\x5d\x45\x28\x24\x6f\x02\xe0\x36\x1c\xbf\xaf\xea\xa7\xe6\x2c\x7e\xd5\x10\x13\xbb\xad\xfc\x9c\x8a\x97\x5a\x7e\xa5\x43\xce\xc4\x41\x95\xb7\xb8\x1b\x28\xb7\x04\x83\x2f\x28\x13\x0a\x73\x06\x00\x8b\x26\x3d\x9b\x26\x73\x15\x41\x7d\x9a\x82\x26\x1a\x3f\xd6\x57\x87\x7f\xb5\x73\x74\x79\xf2\xb6\x0e\xd2\x65\x6f\x5d\xd4\xc5\xb2\xb6\x62\x0a\x9e\x53\x85\x2e\x17\xaa\x05\x6a\xf4\xf0\x4d\xe6\xd8\x9d\x0a\x4a\x00\xf9\x83\x77\x20\xc0\x7c\x0a\xb6\xd9\x13\x7a\xfa\xd4\x54\xbe\xe8\xe1\xa0\x26\xfb\x45\xec\x2f\x2b\x03\xc3\xb3\xaa\x81\x16\x47\xed\x0c\x89\x08\x24\x70\x7a\xd8\xee\x4c\x3d\x7e\xc6\x41\xbb\x46\xda\xd0\x66\xca\x3d\x86\x2f\x14\x98\xdb\x1d\xcd\x79\x1d\x8f\x6c\x9a\x0f\x1d\x4c\x97\xae\xe5\xfa\x68\x9b\xe6\xd9\x8d\x43\xff\x47\x15\x0b\x3f\xcb\x5e\xcb\x41\xf2\xf4\x4c\xe4\xab\x66\x60\x2e\xe3\x0b\x35\x61\x36\xad\x26\xbf\xc8\x1d\xee\x9f\x04\x64\xbf\xb7\x9f\x7c\xcf\x18\xcb\xcd\xeb\x32\xdb\x4f\x6e\x45\x12\x2c\xae\x28\xbb\xa8\x5d\x8e\x0c\xeb\xf8\x38\xee\x99\xd2\xdc\x9b\x85\x8c\x0b\x8d\x14\xe0\x42\x85\xb1\x02\xfd\x99\xc2\xb2\xba\x54\x52\x82\xf7\xb2\x94\x26\xba\xf8\x53\x70\x4d\xd0\x32\x9c\xa6\x5f\xea\x22\x8a\x4b\xdb\x8b\x4f\xbc\x54\x04\xee\xa9\xcc\xb7\xd8\xfb\x59\xdd\xe4\x20\x87\x39\xc4\xde\x6f\xea\x12\x95\x90\x9f\xea\xce\x87\x87\x83\xed\x36\x21\xde\x92\xfe\xec\x41\xde\x45\x77\xfd\xed\xd6\x4d\xcf\x63\xe8\x55\xf1\xb9\xe4\x1b\xd1\xf9\xfd\xa6\x2c\x78\x90\xd4\xdb\x02\x67\xab\x55\x14\xb6\x51\x72\x69\x80\x79\x6f\x46\x59\x4f\x1d\x1e\xfd\x22\xfa\xed\x94\x92\x59\x38\xaf\x3d\x8e\x6b\x0e\x5a\xc8\x9f\x67\xa2\x78\xae\x42\x8f\xb5\x96\x6d\xeb\x22\xae\x27\xe8\x99\xba\x91\x4c\x9d\xc4\x54\x2f\x5f\x49\x90\x5b\x37\x99\x3d\x93\x53\x68\x5f\xb6\x1a\xf2\x27\xfd\xc7\xe5\x0d\xaa\xbe\x1a\xa3\x70\xd3\xa2\xc0\x4d\xcf\x88\x81\x27\xfd\xc7\x20\x6e\xff\xc9\xbd\xb4\xff\xc4\xb4\xff\xb4\xdf\xbf\x87\xf6\x9f\xf6\xfb\xe6\xde\x17\x46\xaf\xd4\xe9\xe5\xc2\x25\x4f\x45\xac\x97\x9e\xae\xd6\x14\xe3\x85\xfc\x14\x5f\x02\xf7\x24\x75\x0d\x48\xb3\xdd\xc9\x98\x88\x96\x53\xd0\x4c\xd1\xd6\x35\xdd\x9a\xbb\xdf\x6f\x6e\xaa\xeb\x4f\x29\xe1\x34\xc2\xde\x15\x62\xc4\x01\xbf\xbe\xfb\xf0\xfa\xd5\x2f\xbf\xbd\xfe\xf0\xe2\xe5\xcf\xaf\x3b\xaf\x3f\x7c\xf8\xe5\xc3\x30\xd9\x57\x4b\x09\xa0\x0d\x0f\xd3\x6e\xd4\x2f\xcc\xaa\x42\xfe\x03\x65\x13\x75\x21\x62\x4d\x92\xd5\xc2\x20\xcd\xdf\x96\x26\x43\xc9\x27\xb5\x21\x5f\x62\x4f\x40\x72\xcf\x16\x85\x75\xb7\x5f\xc6\x28\xb0\x13\x39\x99\x53\x14\x56\x34\x83\x89\x48\x00\x70\x07\xdb\xc1\x6e\x71\x90\xa6\x80\xfa\x26\xd7\x46\x26\xe1\x4f\xde\xb6\xe8\x9b\x41\xc8\xe2\x2d\x0e\x4b\x82\xd8\x80\x84\x5a\x76\xb6\x4a\xe1\x91\x57\x23\x2d\x63\x44\xf5\xdd\xc2\xb8\x30\xc6\xc8\x8b\xb4\x8d\xba\x4a\xaa\x55\x55\x2d\xf1\x50\xcd\xa9\xa0\x69\xed\xa2\xa3\xca\xde\xc6\xfe\x40\xd7\x02\x57\xea\xfd\x10\xb7\x72\xf6\xc4\x74\xbc\x8b\xe5\xfb\x40\xc9\xd8\x80\xd2\x46\xe1\x88\x59\x8c\xab\xee\x7f\xad\x9a\x24\x63\x92\x68\x66\xad\x43\x2e\xea\x8b\xea\x22\x79\x33\xfb\xaf\xb1\xa2\xc2\x64\x31\x41\x75\x1b\xe6\x54\x5f\x78\xd7\x6a\x65\xc5\x28\xbc\xdd\x6a\x7a\x57\x33\x45\xb9\x75\x64\x73\xf1\x8a\xc4\x6c\x79\x22\xf1\xac\x3a\xf9\x95\xf8\xae\xd4\x59\x5c\xb2\x06\x4d\xab\x5e\x2c\x0d\xda\xad\xbd\xe4\xb6\x87\xb2\x28\x87\xf4\x2a\x88\xf2\x2a\xf7\x9a\x04\x46\x0d\xe1\x87\xb8\xaf\x0a\xf5\xb3\x19\x40\xe5\x4f\x6d\x95\x4a\xc2\x3a\xfa\x9f\xd3\x7b\x30\xc4\x47\x40\x6d\x7d\xe7\x34\x1f\x7d\x1b\x25\x44\xe9\x86\xad\x29\xe8\xde\xdc\xa4\xaf\x5c\xc8\xd3\x02\xa2\x58\x40\xb8\x07\xdc\xf7\x7d\x74\x73\x73\xe8\xe8\x14\x97\x87\x3e\xef\x76\x13\x2f\xe5\xa1\xef\xf3\x9b\x9b\xf8\x0b\xca\x7e\x41\xee\xcd\x8d\x93\xb8\xda\x05\x44\x76\x14\x5d\x5e\x5f\x22\x66\x47\x95\xe1\x19\xc3\x7c\xa1\x28\x47\x6a\x5c\x12\x8f\xf7\xa1\xd1\xd4\xa7\xc9\xcd\x70\xa8\x8c\x0b\x37\x4d\x03\x0b\xb6\x30\xab\x16\xc1\x6c\xc1\x24\x04\x94\x5f\x93\x69\xf2\xfe\x4c\xf7\x31\xd4\x99\x7e\x92\xd7\x00\xc6\xf7\x09\xe8\x20\xa3\xf4\x83\x9b\xad\xaf\x06\x35\x4c\xaf\x1f\xc8\x17\x87\xd9\x66\xad\x25\x6b\x63\xb6\x18\x83\x2a\x6d\xea\x76\x24\xfb\x57\x10\x86\x8d\x49\x92\x5b\xc9\x49\xb5\x80\xdb\xb0\xd5\x6c\x83\x39\x9e\xfa\x75\xa4\xe1\xa0\xff\x65\xc4\xa1\x94\x80\xfa\xea\x56\x1c\xfc\x44\x2b\xf7\xa1\x2c\x47\xaa\x4e\x70\x69\xb2\x96\x55\x2e\x0b\x58\x72\x73\x87\x39\x2f\x5e\x7b\xa0\xb9\xaa\x52\x36\x6f\x5a\x79\xa7\x86\x3b\x26\x2b\xbb\x18\xdf\x63\xdc\xa9\x85\xcb\x6a\x93\xd8\x96\x43\x7c\x73\x43\xf2\xf9\xa4\x65\xb3\x3a\xae\xb3\xfa\x96\xdb\x43\x1c\x9f\xbe\x56\x09\xe1\x24\x19\xaa\x68\xcc\xe4\xbc\x77\xad\x8a\x61\xcf\xc0\xad\x35\x8d\x92\xe9\xab\x54\x34\xce\x16\xf4\x2a\x24\xf3\xf4\x42\x83\x53\x2c\x50\x18\x71\xc9\x26\x33\x4a\x44\x26\x09\x6e\x8d\x0e\x61\xe5\x92\x33\x88\x88\xb7\x0f\xdd\x2d\x34\xac\xad\x64\x8b\xb7\x44\xa4\xb4\x65\x73\xaa\xb3\xfd\xdc\xd5\x2d\x4f\x17\xf8\x19\x7b\xbb\x6d\xf7\x75\x6f\xbb\xa7\x7b\xfb\xdc\xea\xc5\x49\x3b\x56\xa5\xc2\x1a\x87\x65\x12\xee\x2a\x16\xbd\xa4\xe7\x1e\xc3\x1c\x0b\x15\xd5\xfe\x65\xf7\x2e\x3f\xd2\x49\x5b\x61\x63\x36\xa1\x3f\xd2\x49\xad\xa1\xa5\x4b\x35\x3b\x86\x33\x3d\xef\xea\x17\xb6\xd0\x9d\x5e\x5a\xf2\xbf\x12\xdf\xea\x8c\x4a\xd5\xb5\x30\xd9\x99\xc9\xdc\x3e\xf3\xc5\x66\xa8\x85\xc2\xf6\x40\xe6\xa6\x51\x2f\xdb\x71\xe6\x1a\x75\xab\xdb\xea\x51\x77\xb5\xe3\x5f\x33\xc1\x2d\xc8\x2e\x23\x49\x4b\x92\xff\xb6\x90\xa7\x99\x98\x17\x6c\xe7\x91\xc5\x6e\xc9\x2d\x1e\xed\x24\x74\xce\x69\xda\xe6\x36\x0d\x29\x95\x77\x90\xcc\xc7\x11\x45\x3a\xd7\xc4\x97\x74\x83\xef\x4e\x80\x5f\x6a\x89\xdb\xb3\xf8\xf9\x86\xd9\x0e\xfc\xe1\x36\x6a\xd1\x1d\x9e\x17\x69\x63\xed\xa1\xcf\xe1\xfd\x7f\x45\xeb\xac\xc4\xfd\x8f\x2a\x7d\xf2\x25\x9e\xff\xc6\x6d\xbc\x92\xbd\x82\xb6\x99\xc2\xbf\xca\x06\x43\x43\x56\xee\xe6\xe0\x1f\xa5\x70\x97\x69\xdb\xd9\xdc\xe9\x77\x13\xf7\xd3\x2a\x5c\x91\x24\xf1\x88\xfc\x4e\x43\x2b\xc7\xee\xf6\x6b\x6e\xc8\x24\x0c\x2f\xc9\xcb\xb9\x0f\x6a\xcd\x7d\xa8\x9c\x15\xb9\x51\xb3\xfa\x66\x9a\xbd\xf4\xbe\x25\x91\x39\x33\xfa\x20\xa3\x43\xbf\xd2\x2e\xd6\x9d\xef\x58\x85\xfc\x67\x8c\xd4\x69\x85\xa2\x04\xc8\xb9\xa2\x9b\xf9\x6c\x0c\x86\x61\x99\x75\x80\xef\x16\x20\x6a\x28\xe1\x6b\xc4\x03\x9a\xae\xdb\xac\xb5\x98\x5e\xdb\xb8\x6f\x0b\xcd\x66\x3d\xb8\x55\x79\x70\x8a\x28\x89\x0f\x54\x7f\xd1\x30\x59\xe5\xc3\x3c\x47\x93\x21\x10\x68\xce\x41\x72\xfd\xc6\xbc\x4a\xd2\xeb\x62\x35\x4e\x54\xab\x98\x7b\x73\xb3\xd9\xc6\x7e\x50\x33\xfc\x0b\x7c\xcd\x1d\x9c\x8b\xf0\x13\xd9\x08\x3f\x61\xae\x9d\xc6\x23\x31\xde\x6e\x8b\xb1\x7c\x99\x53\x29\x72\xf0\xe5\x29\x1b\x12\xe0\xda\xca\x0f\xc3\xff\xf9\xb1\x3a\x4b\xf8\xa5\x03\xfe\xea\x8e\x30\xd7\xe6\xca\xe7\x78\xca\x70\x61\x29\x9b\x6c\x19\xaa\x59\x4f\x17\x01\x2e\x54\x8f\x6f\xf8\x6f\x28\x0a\x03\xc9\x0a\xcc\xf3\x1b\x72\x99\x79\xf3\x01\x4f\x29\x0b\x74\x78\x9c\x92\x8b\x67\x6a\x00\xa5\x07\x73\xd4\xd8\x80\xeb\xad\x89\x34\xbb\x5e\x44\x51\xe6\xdc\x90\xba\x53\xe2\x5c\xb6\x99\x66\x51\x2d\x6f\x27\x3e\xc0\xc9\x33\x09\x57\x37\x06\x3a\xbd\x8d\xb8\x4d\x8f\x16\xd9\x65\x76\x87\x2a\x6e\x28\x05\x4e\x8e\xfa\x12\xb3\x70\x76\xad\x46\x5b\x7e\x70\xd9\xda\x07\xc8\x24\x85\xd5\xe8\x85\x00\x4d\xa7\x98\x73\x15\x11\xa8\xdf\x41\x62\x66\x7c\x8e\xc5\x2f\x57\x04\x33\xb5\xe7\xe9\x7a\x11\xa5\x17\xeb\x95\x03\x50\x80\x56\x02\xb3\xa1\x01\xfe\x20\xa5\xde\xcc\xc4\x41\xe1\x42\xe2\xcd\x42\x12\x9c\xe1\x68\xe6\xe4\x4f\xaf\x26\x57\x87\x9b\xab\x59\xd4\xf9\x62\x9c\x01\xce\x64\xab\xc6\xd9\x39\x93\x2d\x6a\xac\xc4\xf8\x87\x44\x1d\x65\xab\xc3\x6f\xbf\x01\xbf\x68\xeb\x6e\x6d\x0e\x81\xcb\x00\xd2\xf3\x29\x57\xc6\x8e\x73\xd9\x2f\x99\xcb\x6a\xf7\x40\x9c\x3e\x02\x91\xa0\x2c\x52\x40\xb0\xb5\x58\xf4\xe2\x42\x76\xe1\x87\x98\xfd\xa7\xba\x4d\x05\x5e\xcb\xf6\x10\x09\x9a\x90\xa5\x12\xa6\x97\xe7\x8f\x58\xae\x28\x37\x29\x29\x73\x48\xd3\x95\xf6\x0c\x6f\x06\xd2\xb6\xa8\x53\xc5\x9b\xb0\xc7\x18\xba\xde\x15\x79\xaa\xce\x9e\xe1\x4e\xc3\xd9\x16\x75\xb2\x74\x03\xe6\xa6\x68\x89\x23\x95\x75\xba\x04\x79\x51\xd8\xe3\x2a\xc4\xba\x80\xbc\xa4\xda\x7e\xe1\x2f\x85\xb6\x65\xa3\x71\x85\x46\x2c\x92\x29\x8e\x7a\x28\x8a\x1a\x32\xc0\x1c\xc7\x98\xac\xbb\x4f\x01\xc7\xa2\x05\x8f\xfa\xc9\x5d\x29\xa4\xdb\x05\x71\x19\xe0\xfb\xe2\x7a\x85\xe9\xac\x43\x3c\xdd\xf5\x8b\x28\x8a\x83\x9f\x11\xe7\x98\x09\x07\x9c\x2f\x70\x47\x9d\x69\xe9\x20\x36\x5f\x2f\x31\x11\x9d\x95\xfc\x16\x74\x04\xed\x88\x05\xee\xfc\xbf\x74\xd4\xff\xaf\xa3\x87\xd5\xd1\xd9\x85\x3b\x13\xdc\x41\x9d\x73\xc4\x2f\x3a\x94\x75\x12\x3f\x76\xc7\x91\xe6\x3b\x5d\x8b\xce\x1f\x6b\x2a\x30\x77\x9f\x77\xae\xe9\x3a\x6e\x15\x1c\x11\x78\x38\x30\x1b\x8d\x02\xf1\x8b\x1f\x55\x93\xaf\x22\xca\xd7\x0c\xbb\x0e\xb0\x91\x04\x92\x61\x03\x38\x22\x10\x8d\x6f\x15\x54\xa4\x1b\xd1\xfd\xf8\xc4\x88\x5b\x20\x61\xfb\x7b\xda\xd9\xdf\x3b\x02\x2f\x57\x11\x12\x38\x06\xf2\x0a\xf1\x4e\x48\x2e\xe9\x05\x0e\x40\xe1\xe6\x08\xdd\x9a\xa7\x8b\x3a\xa4\x61\xda\x57\xa1\x40\xb7\x5a\x3e\x49\xc5\x7d\x5b\x40\x29\xc4\xad\x97\x50\x5c\xa5\x69\x11\x2d\xd6\xe4\x62\x47\x26\xae\xeb\xec\x19\x0e\x35\x9c\x6d\xd1\x27\x4b\x37\x61\x2e\x42\x9c\x87\xb3\x72\x09\x58\x43\x85\x71\xb5\x3d\xc3\x5f\x02\x6d\x5b\x14\x9a\x0a\x4d\x58\xa4\xcb\x15\x2a\x4f\x93\x5c\x47\x81\xa6\xd6\x9e\xe1\x30\x86\xb5\x2d\x0a\x75\xf9\x16\x18\x5c\x8b\x72\x66\x58\x8f\x41\x59\x6b\xff\x30\xa8\x60\xdd\x01\x83\x6b\xd1\xc8\x03\x29\x11\x28\x2c\xcf\xca\x5c\x8b\x42\x53\x6d\xdf\x70\x18\x43\xdb\x1a\x89\xba\x42\x13\x16\x39\xef\xa9\x45\xbf\xdb\xc5\x80\xea\x66\xbf\x81\x3b\xea\x8f\x3d\x86\x55\x4a\x67\xe7\xf8\x7f\x8e\x8f\xe7\x10\xf4\x80\xeb\x05\x88\x2f\xd4\x1d\xff\xce\xed\x74\x15\xce\x5f\xc9\x21\xf9\xe2\x40\x2b\x77\x45\xf8\xb2\x53\x17\xce\x1c\x75\xf3\x8c\x17\x72\x7d\x03\x0d\x76\xdd\x38\xd3\xcc\x41\x38\x73\xce\xae\x97\x13\x1a\x79\xa1\xd0\x09\x7c\x3a\x61\xec\xef\xb3\x0a\x66\x5b\xd4\xfd\x8e\xc6\x10\xf9\x87\x7d\xc8\xfd\xc3\x01\x64\xbe\x76\x0a\x1c\x08\x76\xad\x52\xfd\xc8\x32\x14\x46\x3e\x1e\xe5\xda\x1f\x3b\xee\xf3\x43\x07\xf9\x0e\xf5\x23\x1d\x2c\xee\xba\x5e\x40\x09\x76\xbb\x5d\x87\x78\xab\x35\x5f\x38\x34\x4e\xce\x7a\x28\x6e\x6e\x88\x89\xe4\x3c\xf4\x7d\xe1\x3e\x97\x5d\xba\xcf\xb7\xfa\xda\x54\xec\x6e\xb8\x1c\x02\xf3\xf1\x76\x16\x12\x14\x45\xd7\x1b\x39\x80\x43\xd4\xed\x46\x9e\x1e\x7b\xfa\xcb\x71\x93\x42\xe1\xcc\xe1\xae\x3e\x09\xc8\xb6\xdb\x78\xd6\xb6\x0a\xbc\x03\xfd\x9e\xe0\xab\xce\xf9\xf5\x0a\xab\x53\x89\x0e\x30\x3e\x8c\x0e\x12\x52\x0b\x14\x52\xf7\x0d\x30\x17\x6c\x3d\x15\x6b\x86\x3b\x84\x92\x9e\x82\x70\x12\xe1\x4e\x48\xb8\x40\x2a\x5d\xec\x76\xeb\xb8\x0d\x9a\xa1\xa8\xa5\xc0\x84\x58\x76\x14\xc9\x69\xbd\xfd\x5a\xc9\x16\xbc\x6d\x5b\x8d\x6b\x34\xac\xe5\x00\x4f\x77\x64\x86\xb2\xc6\x9e\x61\x4f\xc2\xd8\xba\xbd\x69\x13\xc6\xd4\x35\x33\xbb\xa1\x4c\x56\xd9\x33\x9c\x29\x28\xdb\x36\xc8\xe8\xaa\x01\x6b\xc5\x6c\xe5\xbd\x90\xb7\xcc\x7f\xdf\xa6\x8d\xfd\xc2\xae\x82\xe4\xbd\x04\xe4\x4c\xc1\xf1\x86\xff\x53\x63\xa2\x65\x1f\x15\xf5\x6f\x35\x07\xfa\x17\x2e\x75\x8e\xee\x30\x0d\x49\x33\xfb\x3e\x13\x67\x09\x3e\x6e\x3d\x19\x71\x13\xbb\xcf\x87\x60\x6b\x1c\x0b\xaf\x70\xd6\x5b\x31\xcc\x0b\x07\xca\x77\x9b\x9a\x8a\x16\xf7\x7b\x96\xce\xd9\x1a\xeb\xec\x14\x6f\x66\xef\x63\x1c\xdd\x72\xba\x4a\xda\x6a\x9a\xb7\x3f\xda\x6f\xbc\xe0\x3f\xd6\x28\xda\x37\x6c\xab\x31\xb7\xc6\xa7\x2c\xdd\x80\x31\x7d\x1e\x27\x77\xaf\x5d\x0b\xc1\x99\xd6\xdb\x2f\x0c\xea\x71\xbf\x6c\xef\x43\x89\x2b\xb4\xc2\xe3\xad\x90\xb8\x97\x18\xdc\x11\x7f\x8d\xd8\x23\xc1\x6d\x68\x50\xd7\xda\x37\xfc\x91\x60\x27\xfa\x93\xc5\x9b\xf0\x17\x49\x33\x8f\xec\x8a\x3f\x53\x6b\xcf\xf0\x17\xc3\xda\x16\x81\xba\x7c\x13\x06\xd5\x85\xd7\xbd\xc9\xb5\xc0\xad\x9d\x27\x3a\xaf\x70\xe2\x3b\x39\x10\x37\x37\x8e\xf0\xfb\xee\x41\xec\x4f\xe0\x7e\xff\xb9\xf8\xde\x1f\xf4\x1f\x3d\xe9\x76\xf9\x77\xc8\x38\x06\x7a\x83\xe7\xae\x38\x56\xaf\x21\x3f\x3a\x3a\xb0\xef\x1f\x9e\x45\x94\x4a\x1b\xfb\x08\x74\xc0\x11\x1a\xf1\xf1\x6d\x5c\x2e\x1a\x98\x97\x12\x96\x7f\x79\x5d\xf6\xc4\xeb\x02\x91\x3f\x02\x2f\x35\xf9\x81\xff\x08\x5f\x02\x08\xde\x86\x2f\xc1\xf8\xb3\xbc\x31\x86\xaa\x57\x98\x4d\x31\x11\xb9\x7b\xbb\x9a\x49\x3b\xde\x3f\x8d\xcf\x26\x7f\x3f\xe8\x76\xe3\x14\x0b\xe9\xc7\xd1\x60\x7c\x62\x3f\x0c\x37\x5b\x88\xe4\xb2\x18\xf5\xc7\x2a\xad\x83\x72\x01\xeb\xbb\x22\x12\x0a\x80\xd4\x17\x9e\xa0\x02\x45\x31\xf9\x53\x3f\x69\x9a\x9e\x10\x87\xba\xc3\xe4\x99\x9f\xa0\x23\xe2\x70\x77\x88\x60\xff\x3b\x87\xf9\xf4\x04\x1d\xd3\x61\xdf\xed\x76\xd9\x77\x5e\x7f\x70\x02\xbe\xeb\x0c\xfe\x06\x86\x6a\x01\x31\xba\x26\x81\x33\xe8\xf7\xff\x9d\xb9\x47\xe0\x6f\x60\x9b\xdd\x5f\x36\x9d\x85\xfc\x1d\x7a\xe7\x60\xf7\xa4\x3f\x3c\xc2\xb7\x5f\x62\xef\x13\xc4\xfa\xa2\x10\x77\xb7\xcb\x44\xe9\x4b\x5e\x76\x96\x80\x49\xb5\xfd\x62\xe1\x6a\xd8\x3b\xc8\x40\x53\xbe\x81\x85\xcf\x4b\xad\xb1\x72\xe5\x7f\xbe\x6f\x76\xd6\xbc\x7d\x73\xf3\x26\x2b\x69\x5e\xbe\x53\x55\x85\xa9\x7d\x73\xc9\xce\x77\xd8\x9c\x9a\x9b\x8d\xa9\x62\xd4\x74\x82\x07\xc4\x7b\x52\xfe\xec\xb8\x32\x93\x6a\xfb\x85\xbb\x05\xe2\xef\x14\xb0\x2d\xdb\x34\xe5\x1b\x08\x4e\x22\x63\xc5\xf0\x65\x48\xd7\xbb\x6e\xf0\x65\xaa\xee\x1d\x2e\xdf\x27\x40\xb7\xc7\x67\x5c\xa7\x09\xa7\x62\x19\xf5\x38\x9a\xed\xba\xd1\x92\xd6\xdb\x33\x6c\x8a\x65\x74\xa6\xc0\x6d\x8b\x4a\x53\xa1\x09\x8f\xeb\x25\x22\xbb\xef\x57\x25\xd5\xf6\x0c\x8b\x09\xb4\x6d\xb1\x68\x2a\x34\x60\x31\x24\xbb\x6e\x56\xc9\x1a\xfb\x85\x3b\x05\x63\xcb\xf6\x42\xd2\xb4\x59\x15\x92\x28\x24\xb8\xc7\x2f\x4b\xef\xce\x4b\xbf\x96\x56\x48\x9b\xe3\x97\xf3\xe2\xa1\xe6\xdd\x31\x69\x42\x08\xff\x65\x24\x3e\x70\x23\x91\xc7\xb8\xe1\x19\x23\xa3\xdb\x2d\x31\x39\x4e\xca\xcc\x10\x0b\xfb\x5c\x63\x9f\xf9\x28\xf1\x60\x58\xf9\xa1\x35\xb9\x9d\x5d\xce\x5d\x27\x3d\xc0\xce\x20\x4f\x73\x0f\xeb\x3b\xfc\x26\x88\x71\x6f\x89\x2e\xf0\x4b\x69\x78\xfd\x58\xe8\x05\x65\xb2\x4e\x97\xb6\x8a\x21\x92\x82\x6f\x71\x73\xb3\x31\x57\x17\xc5\x86\x14\xaf\x5f\x41\x02\x33\x5e\x71\xbf\x7f\x2d\xe7\x89\xeb\xed\x1b\xff\x49\xe0\x6d\xcd\x85\x4c\x8d\x46\x5e\x74\x49\x2f\x76\x8d\x5e\x33\x95\xf6\x0d\x87\x1a\xd2\xd6\x08\x94\xc5\x9b\xb0\xc7\x7b\xea\x02\xaf\x32\xfc\x2d\xe9\x12\x13\x51\x2c\xfa\x10\xb1\xd6\x04\x63\xd5\x51\x93\x72\xbb\x31\xa9\xf1\x10\x41\xad\x21\x10\x2d\xd8\xda\x53\x88\x2e\xdf\x8c\xbe\x09\x9e\x51\x56\xba\xc6\x8a\x34\x62\xca\x3e\x44\xcc\x35\x42\x29\xae\x70\xf9\x46\x44\x19\x98\xba\xf0\x1e\xc2\x69\x36\x62\x77\x58\x0c\xfb\xb8\xdd\x1c\xf2\xd7\x3b\x6d\x38\x9b\xf2\xcd\xe8\xa3\xaa\xc7\x1d\x9d\xd1\x39\x2d\xe5\x30\xab\x89\x0a\xb7\xdb\x25\xeb\x28\x92\xaa\x5d\xb7\x0b\x4c\x0f\xbe\xef\x9b\x74\xc1\xbe\xef\x8b\x13\xb0\x26\x7a\x58\x01\x18\x12\x47\xb8\xb7\x0a\x68\x0d\xb9\xae\x94\x6c\xad\x94\x1c\x4f\xd2\x8a\x6a\xb7\x0b\xb8\xfa\x91\xff\x90\x68\xb0\x27\x36\xd4\x31\x1e\x75\x49\xbc\x1d\x96\x7c\xc4\xa5\xa7\xa1\xe2\xee\xb0\x37\xa5\x44\x6b\x92\x94\xf9\xbe\x9f\xbc\x3f\x8c\x7f\x7b\x2b\x46\x05\x95\xd5\x4e\xe2\xb1\x0d\x93\x0e\xe1\xbf\x2c\x80\x87\x6e\x01\x7c\xd6\x76\x50\xc8\x7b\x1c\x2d\x71\x8f\xb2\x5d\x34\x96\x6c\x95\x87\xc8\xc1\x5a\xc2\xbc\x8b\x08\xce\xd5\xd9\x53\xa8\xdb\xc3\xba\x77\x10\x7e\xa4\xe1\xae\xf1\x0e\xaa\xca\x43\x84\xb3\xba\x4d\x0d\x65\xcb\x06\x65\xe1\x06\xac\x45\xe8\xcf\xeb\xde\x34\x52\x17\x13\xef\x1a\xe4\xf0\xc8\x85\xc8\x17\xa3\xfe\x18\x72\x5f\x8c\x06\xe3\x03\xcd\x80\xfe\xcd\xe1\x9e\x40\x6c\x8e\x85\xeb\x85\xdc\x01\x08\xb8\x37\x37\xc8\xe1\xb7\x92\xad\x72\x7c\xaf\xe4\xf0\xfe\x15\xb7\xf0\xbf\x41\x20\x45\xf4\x0a\x33\x75\x9f\xf4\x6e\xde\xf7\xb4\xde\x7e\x2d\x67\x0b\xde\x96\xad\x26\x35\x9a\x16\xf6\x0e\x9b\xdf\xd1\xbe\x79\xbe\x76\x68\xae\x51\x6e\x44\xbb\x6c\x7e\x47\x7b\xb7\xf9\x1d\xed\xb0\xf9\x1d\x35\x9e\xca\x5c\xa2\x5b\x04\xa5\x98\x4a\xfb\x85\xb7\x25\xda\x25\x20\x45\x95\x6e\xc6\xdd\xee\x88\xdb\x3f\xac\xed\x82\xb3\x26\x8c\x29\xcd\xb4\x87\x82\xd2\x13\x2f\x39\xbd\xd5\x2a\xfc\x10\x71\xd6\x02\xce\x29\x8a\x30\x09\x50\x1b\x2b\x2c\x5f\x63\x4f\x21\x0e\xc2\xd9\xac\x3d\xb4\xaa\xf4\xbe\x42\xba\x66\x25\x17\xd5\xd6\x42\x1b\xd7\xd8\x53\x88\x75\x40\x64\x7b\x78\x4d\xf9\x7d\x85\x96\xd1\x65\x8f\xd0\xab\x1d\xe0\x8d\x6b\x3c\x4c\x88\xab\x03\xe0\xac\xf1\xef\x06\xed\x03\x85\xb4\x71\x6e\xf9\x7a\x22\x58\x45\x3e\x94\x72\x68\x93\x1a\x7b\x0a\xb1\xa0\xbd\x00\x95\xeb\xc5\xe5\x00\xc7\x15\xf6\x17\xde\x9d\xd6\xae\x29\xbf\xb7\xd0\xee\x02\xe9\xbe\x42\xb9\x26\xe1\xa7\x16\x70\xaa\x62\x0f\x11\xc4\xea\x36\x35\x64\x2d\x1b\x94\x85\x5b\x21\xac\x35\x4d\x3c\x48\x6c\xd5\xc1\x77\x8b\x68\xed\x3d\x8c\xd4\x26\xbb\x84\x69\x93\xe6\x18\x6d\x42\x45\x6f\x97\xe3\xd3\xba\xfc\xfe\xed\x69\x13\x2a\x5e\xff\xd1\x1e\x71\xb2\x74\x33\xe6\x76\x42\xdb\xfe\x21\x6c\x17\x74\x35\x22\xab\x8d\xdc\xdd\x47\x69\xab\x23\x0e\x7a\xe5\x36\x50\x0d\xef\x49\xeb\x3d\x44\x88\xab\xdb\xd4\xe3\x7e\xd1\xbe\xd1\xb8\x42\x13\x1e\x57\xb2\x62\x79\x74\x4d\x1d\x1a\xe3\x6a\x7b\x86\xc5\x04\xda\xb6\x58\x34\x15\x9a\xb0\x58\xea\x56\x2a\xe7\x49\xf4\x61\x3a\x94\x6a\x90\xd6\x3e\xfd\x00\x6d\x4a\x3d\xb0\xc2\x6c\x46\x59\xa9\x69\xbb\x73\xfa\x62\x48\x32\xc1\xce\x65\xb9\x80\x93\xee\xd2\x5f\xb2\xda\x6d\xf6\x4a\x4d\x03\x71\x16\xe0\x86\xf3\xa7\xf5\x09\x7d\x57\xe1\x0a\xf7\xf4\x3d\x0a\x3b\xae\x3b\xbb\xe6\x43\xa4\xa2\x26\xa8\x6f\x01\xee\x83\x84\xb3\xba\x4d\x0d\x65\xcb\x06\x65\xe1\x26\xac\x45\x6b\x86\xf2\xb9\x9f\x77\x0c\x21\x88\x0f\x7d\x0f\x7c\x5f\xc5\x12\x9c\xa0\x21\xf2\x92\x86\x6f\x97\x68\x32\xa9\xfe\xaf\xd8\x81\xff\x0d\xb1\x03\xb7\x3c\x50\xba\xa7\x87\x49\x57\xbb\x9e\x24\x5d\xb5\x3b\x46\xfa\xc7\x1a\xaf\x77\xe5\x81\xba\xce\x7e\xe1\xcf\xc0\xd9\xb2\x45\x55\xba\x01\x73\x0c\x91\xf9\xae\x98\xd3\x75\xf6\x0b\x73\x06\xce\x96\x2d\xaa\xd2\x4d\x98\xc3\xc1\x7a\xba\x33\xea\x74\xa5\x3d\xc3\x9d\x81\xb4\x2d\xf2\x54\xf1\x46\xec\x29\x7b\x71\xe7\xb0\x8c\xb4\xde\xbe\xe1\x50\x7e\xd8\x21\x38\x23\xae\xd0\x88\xc7\x15\xde\xd9\x58\x37\x95\xf6\x0d\x83\x1a\xd2\xd6\xf8\x93\xc5\x1b\xb1\x77\x89\x59\x45\xdc\x5e\x1d\xfa\x74\xad\x7d\xc3\x9f\x81\xb5\x35\x02\x55\xf9\x06\x0c\xf2\xc5\x7a\x36\x8b\x76\xc5\x60\x5c\x6b\xbf\x30\x98\xc0\xda\xb2\x4d\x53\xbe\x09\x83\x21\x99\xaf\x23\x54\x95\x6d\x3c\x24\xb3\x08\x4f\x05\x65\xc7\x51\x38\x29\xad\x74\x87\x97\xbf\xa6\x78\xa8\x1b\x70\x14\xee\x2c\xf7\x74\x9d\x3d\x9b\x6e\x0d\x67\xdb\xc9\x96\xa5\x9b\xa6\x9a\xb2\x5b\x88\xbc\xb8\xd6\x9e\x61\x4f\xdd\x40\xda\x1e\x7d\xaa\x78\x03\xfe\x04\xda\xf9\x7c\xb7\xaa\xb2\x5f\x98\xd3\x50\xb6\x6c\x50\x16\x6e\x08\x7d\x11\x88\xd7\x9c\x93\xf8\x0c\x6e\x51\x9f\x99\x21\xf6\x98\xd8\x6f\xcc\xb0\xf3\xee\x8a\x13\x3c\xd4\xaf\x66\x8c\x2e\x1d\xec\x6e\x1d\xec\x42\xa2\x4f\x69\x20\xdf\xac\x2d\x67\xe0\x26\x97\xa9\x79\xbf\x4f\xd7\x8c\x5d\x7b\x68\xb5\x8a\xae\x1d\x92\x01\xa8\xcc\x1d\x92\x78\x2c\x84\xdf\x87\xc4\x37\xef\x8d\xdf\xc1\x7d\x2e\xbe\x8b\x7f\x3f\x17\x47\x47\x2e\x19\x89\xb1\x8f\x47\x22\xbd\xbc\x6d\x9b\x19\x78\x32\x4a\xe4\x56\xdc\xdf\x9c\xa0\x3e\x14\x11\xde\x3d\x2d\x4f\x52\x6d\xcf\x08\x37\x81\xb6\x2d\xf1\x9a\x0a\x4d\xcb\x9e\xce\xe7\xd1\x2d\x1d\xbb\xd9\xba\x0f\x11\x9f\xcd\x90\xdf\x0a\xe4\x07\x09\x6b\x0d\xed\x18\x48\xdb\x52\x8e\x2a\xde\x84\x3d\xb6\x26\xd3\x8a\x88\xb0\xba\xd5\x17\x57\xdb\x33\x0c\x26\xd0\xb6\xc5\xa1\xa9\xd0\x80\xc5\x35\x09\x30\xe3\xd3\x8a\x33\xa7\x35\x78\xb4\x2a\xee\x17\x26\x6d\x88\x5b\x07\x2c\xc5\x55\x1a\xb1\xb9\x3b\x0f\xd3\x75\xf6\x0d\x87\x0a\xce\xf6\xf1\x5e\xb4\xe9\xd0\xe7\xbf\x42\xe3\xda\x86\xc6\xad\x57\xab\x5b\x9d\x47\x4c\xeb\xed\x19\xfe\x52\x78\xdb\x22\x31\xae\xd1\x80\xc9\xd2\x28\x9f\x1a\x0c\x3e\xcc\x78\x9f\xea\x36\xaf\x5a\xb7\x76\xd5\x84\x29\x7d\xb5\xf0\x8e\x9c\x2d\xae\xb5\x67\x58\x8b\x61\x6d\x8b\x3b\x5d\xbe\x01\x83\x9f\x7a\xe1\xb4\x5c\x34\x7c\x6e\x1a\xc5\x64\x1f\x1b\xe9\x4c\x76\x3a\xa9\x3f\x96\xd6\x15\xf3\x47\x48\x5f\xb0\x0a\x81\xee\x5e\xfd\xe9\x85\xbc\x07\x8e\xf8\x38\xbe\x38\xd4\x71\xd5\xb1\x7c\x07\x74\x80\xdb\x98\x5e\x8f\xc3\x8d\x6a\x71\xc8\xb6\xb7\xda\x01\xff\xf4\x66\x4a\x89\x8f\x1a\x0c\x4d\x54\x8f\xcc\x5d\x22\x87\x3e\xed\x5d\xe8\xd0\xa7\x1d\x62\x87\x3e\x55\x06\x0f\x85\x24\x14\xa1\x8a\x35\x60\xfc\x18\xad\x56\x3d\x4c\x2e\x5b\x45\x43\x68\x12\xc2\x99\xe4\xf9\x37\x37\xe9\x53\x7f\x7c\x80\xbd\x90\xa8\x18\x03\x75\x4b\x28\xa3\x51\x84\x19\x50\x57\x86\xce\x42\x49\xb3\x1c\xb3\xcb\x70\x8a\x87\xe6\x85\xca\x48\x94\x54\x58\xae\x28\x51\xc1\xdd\xd5\xe5\x6f\x95\xf2\x28\x81\x37\x93\xe7\x7e\x43\xd0\x12\x0f\x81\x44\x40\xdc\x5d\x5a\x72\xa8\x26\xa2\x19\x75\x82\x5e\x64\x13\x86\xdd\x03\xf2\x4c\x1f\x09\x2e\xf4\x73\x15\xea\x2a\x4a\xdf\x0f\xe2\x4c\x67\xbb\xe1\xcd\x5c\x07\x8b\x59\x2f\xc0\x93\xf5\xbc\x87\x02\xb4\xaa\xc8\xe7\xc3\x30\xa7\xd1\x25\x66\xc7\xf1\x8f\xf8\xfa\xeb\x69\x65\x2b\x77\xe8\x16\x37\x80\x56\x8e\xd7\x02\xdb\x5a\x81\x2d\xa6\x99\xe1\x79\xc8\x05\x66\x4e\x55\xdb\xc3\x25\x0a\x09\x80\x09\x57\xc8\x4e\x76\x5d\x15\x20\xc7\xcc\x57\x68\x8a\x01\x94\x53\x14\x85\x53\x75\x32\x53\x7f\x76\xb7\xcd\xd3\x13\x20\x81\xca\xe6\xe4\xce\xfc\x87\x06\xad\xd9\x7e\x74\xaa\xa2\x21\xe0\x42\xd9\x5f\xe5\xa8\x6d\x31\xfa\x42\xf0\x63\x43\x6c\xe4\x9d\x83\x55\x32\x80\xcf\x04\x46\x22\xaa\x0c\x0a\xf9\xfe\x98\x63\xb1\x56\x0c\x4c\xd3\x44\xe6\xe3\x3d\xac\x05\x7b\x44\xf6\xaa\xb7\xc5\x57\x03\x4c\x0a\x8a\x9e\x45\x9a\xbd\x79\x44\x27\xf9\x90\xe9\xa4\xb2\xe6\xcd\xc7\x98\x5c\x86\x8c\x92\xd2\x33\x3d\x56\x14\x6b\x8b\xe5\x17\xce\x9c\xc3\xc1\xa1\x9f\x6e\x7a\x79\xba\xd7\x17\xe9\x88\xfe\xa9\x06\x64\x02\xe2\x64\x05\x2b\xf5\xde\x61\x9c\xb6\xee\x2a\x24\x01\xbd\x72\x89\xaf\x7f\x1c\xe0\x88\xe3\x4e\x45\x59\x0d\xa1\x4b\x7c\xfd\x43\x95\xdd\x64\xcb\x26\xe9\xf0\x38\x8e\x66\x26\x3e\xef\x80\xf8\xf2\x69\xab\xf2\x5b\xab\xcb\x68\x1a\x86\x7c\x80\x7c\xa0\x6d\x14\xab\xbd\x13\x6e\x72\x1e\xeb\xeb\x08\x93\x8b\xf5\x9d\xb4\xb9\xa5\x9a\xfb\xf7\x0c\xcf\xc2\x4f\x2e\x24\x23\x34\xbe\xb9\x71\xe4\x1f\x1f\x43\xc9\xae\xe8\x0a\x13\x67\x73\x15\x46\xd1\x29\xe6\x82\xd1\x6b\x9b\x90\xc5\x22\xe4\xde\xef\x7c\x2d\xb5\x34\xed\x99\x97\x6f\x60\x82\x74\x49\x11\x11\x16\xb8\x23\x1b\xdc\x6e\x5d\x77\xfb\x99\xc2\x88\x94\xd0\x65\x35\x55\x59\x64\x4a\x9a\xc9\x73\xc6\xd0\x5c\x1f\x8b\xc5\xcc\xbc\xac\x20\xcc\xb4\x40\x5a\xab\x36\xc0\xda\xdd\xd8\x9c\x3f\xad\x3e\xec\x25\xd5\x2d\x8e\x7f\xf7\x38\x2a\x05\x6d\x37\xec\x68\x19\x74\x26\x72\x5e\xc1\xbb\xe6\xa1\x99\x6e\xee\x4a\x32\x2c\x69\x80\xa3\x04\xd5\xa5\x91\x97\x4a\x24\xe5\xca\x1d\x0b\x86\x08\x9f\x51\xb6\xb4\xa6\x79\xd7\x0a\x71\xfe\xe1\x96\xd5\x9a\x4b\x17\xcc\x3d\x69\xe0\x7d\x3e\xe2\xe3\xf6\xcf\xe3\xb1\xa4\xe8\xaf\xe0\xfc\xf6\xc4\xdb\xe4\x9d\x40\x33\x2c\x23\x6e\x58\x5f\x34\x46\x17\x69\xaa\x60\xca\xa1\x74\xd5\x34\xd3\x01\xbf\x6f\xea\x35\x1d\xa8\x8c\x93\xcd\x78\x6b\x45\xbb\x29\x6d\xdc\xe7\xc0\xed\x5e\x3e\x6b\xd5\xe9\x30\xe9\xde\xae\xba\x4c\x5a\xbe\xa7\xba\xed\x19\x1b\xe6\xa1\xe8\x31\xcb\xf0\x53\x48\xf8\x31\xc7\x88\x4d\x17\xd2\xfe\xbe\xc7\xed\xf5\xb7\xb2\x2f\x6f\xca\x30\x12\xd8\xd9\xe8\x2e\xcf\x31\x5b\x0e\x01\x80\x51\xc8\xc5\x39\x3d\x53\xef\x8c\x68\x97\x16\xe0\x5a\xe0\xc0\x29\xb8\x02\x46\xe3\xad\x0b\x75\x7d\x39\x0e\x3e\x24\xeb\x28\x52\x4d\xe8\x06\x70\x90\x6f\x02\xa4\xbd\x01\x08\xec\xce\xbc\xd1\x58\x59\x96\x49\x63\xea\x45\xc1\xf6\x51\x0a\xc1\x1c\x8b\x4c\x4b\xc9\x2e\x3e\xee\x76\xe3\x6d\xf7\x93\xbc\xcb\x2a\x9c\xa5\xdb\xf3\x82\x5d\x6f\xf4\xc5\x1e\x04\x5f\x75\x3e\xe0\xf9\xeb\x4f\x2b\x89\xc1\x30\x6d\x2a\xbe\xa0\xd5\x29\x09\x36\x20\x1e\xa7\x4b\x9c\x7e\x11\xc9\x17\xe4\x09\xcc\x85\xa3\xa1\x96\xc3\x94\x34\xa5\x76\xf4\xd3\xe3\x07\x5b\x75\x66\x20\x81\xc3\x46\x02\x70\x61\x1e\x40\x85\x0b\xe0\xba\xc3\xaa\x1a\xdb\x8a\x80\x81\x98\xa2\x28\x13\x5f\x96\x9e\x28\x13\x71\x2b\x9a\x20\xe4\x9b\x53\xcc\xa7\x98\x04\x21\x99\x0f\x0f\xfb\x31\x95\x51\x26\xda\xd1\x98\x22\x29\xca\x44\x09\x41\xa5\x4d\x19\x0a\xb2\xba\x37\x8f\x69\xdf\xb5\x04\x95\xb6\x04\x5c\xcb\x4b\xa9\xc3\x88\x1c\x6b\x5e\xec\x1e\xdc\x94\x60\x32\x05\xac\x3e\xdd\x13\x1c\x47\x3e\x3a\xee\x10\x37\xcc\x97\xd6\xf8\x7b\x0c\xf3\xf0\xcf\x2f\x3a\x6f\xba\xe3\x0f\xb2\x5f\xac\x6f\x30\x61\x19\x7e\x0c\x95\x39\xf8\x9f\x56\xa9\xa2\x67\x42\xe2\xc0\x64\x3f\x65\x6b\xe2\x71\xc9\x02\xd6\x11\xfe\x85\x4c\xb1\x03\x94\xd0\xfa\x80\x49\x20\x75\x43\xa5\xc6\x5b\xf5\xb1\xc7\x25\xea\x7e\x2f\x19\x05\x80\x58\xe3\xb5\xec\x9b\xeb\x4d\x42\x12\x38\xd8\x75\x61\x9c\x75\xd5\x18\x4f\x1e\x25\x0e\x50\x68\xc4\x49\x0b\xa5\xcd\xab\xf5\xa9\x4a\x07\x61\xf0\x86\x70\xcc\xc4\x6b\x7d\x29\x27\x70\x21\xc3\x4b\x7a\x89\xab\xa0\x2e\x74\x39\x9b\xa5\x7d\xa6\x04\x51\xd5\xad\xea\xd4\xb2\x7c\x92\x6e\x1b\x28\x44\x2c\x7a\x89\x5b\xae\x77\x19\xf2\x70\x12\x46\xa1\xb8\xee\x05\x58\xe0\x42\x44\xcb\xbd\x12\x4d\xda\x79\x35\xc9\x9c\xd2\xa9\x32\xd6\x7e\x4b\xca\x16\x2c\x3c\x3d\xf7\x85\xc6\x6c\x1c\x16\x3f\x9a\xa9\x97\x45\x5c\x17\x06\xa6\x17\x0f\x05\xc1\xeb\x4b\x4c\xc4\xcf\x52\xa3\x23\x52\xa7\x4b\xab\x4e\x17\xfa\xcc\x86\x35\x35\x25\xed\x9a\x89\x91\xb2\x3b\xa1\x80\x7a\x20\x92\xce\x75\xe1\xbb\xe9\xdf\x22\x0c\x4d\x11\xc5\x78\x3c\x9b\x22\x66\x94\x4d\xc2\x20\xc0\xa4\xc7\x45\x2e\x42\xe5\x9e\xf5\x07\xb1\x5e\xbd\x4a\x9c\xca\x19\xad\x3d\x85\x33\xe4\x3f\xc4\xe3\x03\x6e\xb7\xeb\xa4\xd3\x6e\x7f\x81\xfa\x44\xa0\xec\xb2\xf8\xed\xb0\xef\x1a\xf1\x58\xe7\x10\xd8\x42\x86\x39\x16\x15\x03\x2a\x6d\x77\xd0\xa6\xd9\xe6\x25\xa9\xcd\x28\xcc\x18\x65\xbd\x85\x9c\x4b\x25\x70\x4a\xed\xfb\xb5\x08\x23\x95\xf2\x22\x9c\x5d\xeb\x1a\x77\xa9\x87\x96\xcd\x92\x1a\x5c\xd9\x66\x4e\x13\xe0\x9e\xd6\x5b\xd4\xde\x5c\x6c\x09\x99\x35\xd7\x02\x27\x89\xc7\xb8\xa7\x66\x45\xe4\x50\x72\xbf\x84\x79\xcd\x05\x5e\x1a\x85\x41\x9b\xfd\x9e\xd1\xfa\x1d\x17\x7e\xa4\x13\x6e\x11\x49\xa6\x54\xba\x45\xe2\x00\x59\x0e\xb8\x50\x47\xfb\xf1\xe1\x66\x4e\x05\xfd\x89\x4e\x78\x91\xce\x15\x65\xe9\x4e\x3d\x59\xfc\x12\xbf\x4b\xfd\xe5\xe9\x4a\xc8\x76\xec\x7d\xa4\x93\xb4\x58\x4c\xe0\xbc\xa9\x60\x2c\xd0\xc2\x20\xa9\xa3\x2c\xac\x50\x8e\xe8\x9c\x7e\xa0\x6b\x81\xe3\xb1\x6f\x5b\xcc\x13\x93\x15\xfe\x25\x4a\xee\x4b\x94\x28\x72\x90\x4c\xf9\x2b\x8a\x93\x00\xa7\xa3\x68\x26\x88\x2b\xb9\xea\x31\xe3\x15\x0c\xac\x25\xed\xdc\x2f\x53\x4b\x18\x12\xdc\xc4\xc3\x6d\x67\x4e\x4c\x11\x99\xe2\xe8\x45\x14\xfd\x67\x5c\x2d\x4f\x45\x5a\xdf\x8c\x71\xe0\x7a\x33\xca\x5e\xa3\xe9\xc2\xc9\xca\x92\xa4\x1d\x47\x62\x14\x72\x81\x98\x28\x6b\xd2\x50\x6f\x99\x4c\xca\x32\xe2\x4c\x0b\x15\x0e\xef\x16\x12\xb0\x76\x29\x25\xc4\xb5\x50\xf2\xef\x44\xb5\x57\xc0\x88\x63\x0c\xce\xcc\x88\xb4\xd4\x4e\xb9\x23\xcc\x3d\x6b\xb4\x29\x51\x23\xc9\x2e\x65\x9a\x52\x95\x39\x4f\xf8\x53\x01\xdb\x25\xbd\x57\x32\x2d\xd9\x38\x3f\x46\xf3\x8a\x4c\x6d\xca\xd9\xa3\x47\x90\x79\x85\x84\xc8\xcb\xd8\xdb\x5c\x07\x5a\x76\xb0\xc9\xc3\x9f\x04\x26\x41\x93\xc0\x51\xce\x21\xa7\x6f\x39\x1e\x9d\x78\x3f\xc5\x85\x28\x08\x18\xe6\xbc\xf2\x3b\xc7\x6c\xf6\x5e\x9a\xcb\x55\x05\xd8\x6a\x5a\xfb\x5d\xa0\x79\xbe\xf5\x8d\xf9\xf5\x9b\x82\xae\x40\x91\xda\x03\x27\x75\xc9\x75\xf5\xb8\x24\x6e\xa7\x98\x08\xcc\xaa\x47\x86\xe7\x72\xce\x6b\x06\xfe\x22\x08\x58\xc1\xae\x37\x18\x01\x10\xc8\x09\xae\x31\xdc\xcd\xac\x85\x98\xdb\x95\x0c\x3e\x24\xe4\x3e\xf6\xcc\x7b\x48\x7c\xec\x99\x2f\x89\xd9\xde\xed\x92\x6e\x57\x1c\x81\x21\x38\x22\x5b\x17\x86\xfc\x67\x8c\x02\x5c\x1c\x90\x91\xec\x91\xfa\xea\x99\x61\x67\xc6\x55\x74\x04\x94\x56\x71\x7d\xdf\xf2\x3a\x24\x6f\x2b\xfd\x02\x86\xe2\xa3\x88\x4e\x2b\x53\x27\xd7\x92\x7d\xe6\x0d\xc3\x91\x6a\x85\x2f\xc2\x55\xc3\xee\x84\xac\x1c\x4e\xd6\x02\x97\xe8\xae\xab\x04\xeb\xc7\x7c\x41\x99\xe8\xad\xd7\x61\x50\x2c\xa6\xf6\x03\xb1\x3d\x7a\x65\x9d\x94\xed\x31\x40\x0e\x19\xa4\xb7\xbc\xa1\x37\xf2\x37\x2b\xe3\x5e\x1a\x40\xb6\x26\x44\xfe\x7a\x04\xe5\xec\x45\x58\xe0\xe1\x63\x38\x43\x61\x84\x83\xe1\x13\x18\x51\x2e\x86\x4f\xb7\x07\x75\x2b\x59\xc5\x9e\x54\x2d\x64\x05\xef\x9b\x40\x52\x34\xb3\x28\x5a\xaa\x62\x52\xab\x94\xef\x91\x37\xc1\x11\x25\x73\x7e\x4e\x5d\xa5\x86\x01\x17\x12\x1a\xe0\xe2\x37\xf9\x16\x34\x30\x07\x81\xf8\xc5\x3f\x19\x5d\xaf\xde\xd5\x95\x62\x98\xd3\x35\x9b\x62\xb5\x58\xb9\x17\x4f\xa3\xab\x1c\x12\xfa\x0b\x70\xe1\x92\x06\xe1\xec\xfa\x0d\x09\xf0\xa7\x7c\x4b\x64\x2d\xe1\x4d\xca\x9c\x87\xc5\xce\x02\xad\xc3\x7c\xa4\x93\xdf\x30\xe3\x25\xcb\x3a\x69\x83\xb2\x70\x1e\x12\x14\xfd\x44\x27\x1a\x55\xa5\x63\x9e\x46\x21\x26\xe2\xac\x81\xc7\x60\x1e\x32\x1c\x34\x94\xd2\x8c\x4a\x03\x96\x5f\xba\x76\x37\x65\x2b\x36\x1a\xa5\xeb\x31\x53\xd6\x1d\xdf\xdc\x0c\xfa\xfd\x84\x0f\xbe\x52\x41\x88\x3b\x36\x9f\x50\x26\x08\x79\x6f\x15\x3b\x22\x63\x22\x55\x2f\x59\xb8\x44\xec\x1a\xa4\xf4\x2a\xdf\xc6\x0f\x20\xa6\x5d\xf9\x52\x1b\x8b\x9a\x88\xe5\x73\x14\xce\x17\x02\x6c\xeb\x00\x90\xc5\x02\xc4\x2e\xc0\xd6\x22\xa5\x02\x10\x19\x22\x03\x50\x12\xad\x97\xbc\x6b\x74\xc6\x67\x4b\xe7\x1c\xf2\xb3\x90\x04\x2f\xaf\x1d\x15\x3e\x64\x2b\xab\xd9\x2e\x5d\xc9\xfd\x66\x58\x4c\x17\x72\xec\xbc\xc2\xb9\x58\xe0\xb1\x26\x06\xcd\x43\x6b\xb1\xa0\x2c\xfc\x13\x07\x1f\xf0\x1f\x6b\xcc\x85\x03\x8e\x2f\x07\xc7\x1a\x1b\x16\xff\x39\x06\x47\x96\x57\x22\x00\xee\x11\x38\xd6\x2c\xc9\xf5\xc4\x02\x93\x32\x7f\x3f\xf6\x3e\x72\x39\x90\x6d\xbe\x48\xea\xf8\x27\xf8\xaa\x43\x63\xba\x74\x36\xaa\xc5\xa1\x80\x69\xbf\xc6\xf1\xab\x08\x29\xbf\x46\xd5\x19\x40\x57\x23\xc4\x78\x6f\xea\x85\x41\x80\x57\x11\xbd\xae\xca\x56\xfb\x50\x85\x81\x5d\x6c\xbd\xec\xa1\xf9\x9c\xe1\x79\x59\x6e\xff\xcf\x11\x07\xf5\x1a\xda\xed\x58\xf7\xa5\x66\x76\xef\x14\x73\xab\x64\x79\x0c\xff\xb1\x0e\x19\xe6\xef\x19\x5d\x52\x35\xe5\x95\x6b\xec\x6c\xbd\x5c\x22\x16\x62\xee\xfd\x1f\x8c\xa6\x0b\x6f\xa5\xaa\xe0\xa0\x84\x7b\x00\xc3\x28\x40\x46\x6b\xe0\x66\x79\x77\xbb\x25\xcb\x29\x69\x5d\x92\x34\xd5\x27\x53\xdd\xdc\x96\x95\x4d\xdc\x5a\x0f\xc9\x8f\x5e\x36\x7e\x68\x3e\x26\xe3\xd3\x64\xd9\xa0\x14\xea\xcf\xa7\x98\x4f\x59\xa8\x92\x32\x36\x4b\xb6\x64\xc8\x35\x0b\x63\x2e\x0b\xf6\x52\xd2\xef\x71\x55\xe9\x5a\xaa\xcf\xc9\x32\xe3\x7a\x0e\x17\x88\xbf\x45\x44\x56\xb5\x3e\xa5\x33\x59\x98\x99\xcc\x0c\x1b\xee\x67\xde\x69\x03\x47\x1a\x4c\x7a\xae\xcc\x7c\x17\x67\xca\xc9\xb2\xc3\xb8\x3a\x70\x6f\x6e\x46\x63\x37\xe5\x82\xa6\xbe\xe5\x8f\xc8\x74\xae\xf8\xa0\x79\x75\xb6\x9e\x2c\x43\xa1\x24\x71\x76\xc4\x1e\x8a\x42\xc4\x93\xaa\x1e\x4f\x0a\x02\x17\xae\x22\x34\xc5\xc1\x2b\x44\x12\x8c\x52\x0b\xf9\x25\x64\x02\x41\xb6\x4a\x2a\x74\x77\x6a\x24\x57\x27\x6d\xe5\x9c\x0a\x14\xed\xd2\x84\xaa\x90\x40\xf2\x42\x4e\xe1\x2e\x70\xe8\x0a\xc0\x85\x0b\x8c\x22\xb1\xb8\xde\xa1\x81\x4c\x0d\xe0\xc2\x35\xd9\xbd\x8d\x5c\x1d\x50\xaf\x3d\xf0\x4a\xbd\xc1\x56\x11\x62\x2e\x00\xf9\x7a\x3a\xc5\x9c\xcf\xd6\x51\x56\x75\x58\xa1\x35\x37\x3a\x82\xd6\x09\x4a\xb4\x06\x6d\x67\xc7\x2f\x93\xa7\x8c\xfa\xc0\x4b\x15\x87\x5a\x69\x84\x25\xf7\x7d\xe8\xa6\x49\xb9\x84\xf9\x82\xf2\x65\xc5\x42\xca\x42\x71\x5d\x29\x3f\xc4\xf5\xaa\xc6\x06\x60\xe1\x7c\x8e\x19\x0e\x5e\x16\x1a\xc8\xf1\xdd\x3b\x60\xcb\x9a\x72\xce\xff\x99\xd2\x7c\x91\x25\xab\x95\xa6\xaf\x34\x41\x61\xb4\x56\x07\x5b\xeb\x1d\x0a\xa3\xf1\x76\xeb\xc2\x05\xe2\xef\xe3\xaa\x3f\xe8\x9a\xf9\x35\xe1\x4d\x28\x8d\x1c\x90\x1d\x85\x09\xdd\x00\xd2\x42\x7f\x19\xd1\xe9\x45\x21\x16\xc0\x53\x59\xd7\xd3\x05\x05\x26\xba\x58\x6b\x6b\xa4\x46\x03\x68\x61\x36\xd5\x2e\x91\x8f\x74\x92\x88\xab\x87\xb6\x46\x5a\xa9\x62\x77\xbc\x50\x6a\x50\x7d\x0b\x9d\x20\x55\x04\x54\x7e\x42\x4b\x60\xb0\x26\x5e\x6d\x57\xd0\x6b\x84\x89\x90\xcc\x77\x68\x21\x5b\x45\xea\x81\x9a\x55\xef\xd0\x44\xa6\x86\x34\x8b\x8d\xe5\xb7\x43\x13\xd9\x2a\xc9\x1a\xde\xa1\x05\xbb\x02\x70\x95\x85\xb9\x43\xed\xb4\x78\xac\x8e\xf1\x9f\x43\x9e\x0f\xef\xf1\xa6\x34\x8a\xd4\x49\x93\x0c\xde\x0b\x48\xcc\xa3\xa4\x00\x5f\x6e\xb8\xb9\xfe\x85\x54\x1f\xcc\xe0\x73\x03\xe0\xeb\xa5\xd1\x09\xd5\xf8\x24\x5f\xd6\x16\xf9\xab\x45\x18\x05\x0c\x57\x7b\x34\xcc\x88\x1a\xcb\x05\x18\x05\x8d\x85\xa6\xa6\x40\x2d\x8e\x72\x23\x4b\xb1\x62\xbd\xb1\x7b\x8b\x21\x4f\x7a\x2f\x83\xdd\xee\xb9\x05\xd3\x32\x0a\xe6\x5d\x32\xad\x3b\x0e\x2f\xde\x89\xb9\x70\x15\x0b\x97\x9f\x16\x29\x6f\x30\x92\xf8\x4b\xf5\xe8\x0a\xd7\x17\xa9\xb7\x01\x83\x70\x36\xcb\x7d\x6c\xc4\xf1\xd7\x10\x08\x65\x4c\xfe\x96\xae\x57\xe6\x8f\xe2\x03\x81\x52\xe6\x22\x31\x5d\xc8\x05\xad\x5c\xdf\x60\x5c\xeb\x66\x6d\xd8\x1a\xa8\x75\x8a\xae\x22\x14\x92\x1a\x61\x5e\xab\x4d\x35\xea\x62\x28\x8a\x5e\x88\x5f\xc8\xb4\x8e\x54\xee\x4a\xdb\xd2\xbb\x99\x6d\x5c\xb2\xf5\x65\x56\x98\x85\x34\x08\xa7\xd5\x43\x5e\x21\x86\x96\x58\x60\xe5\x26\xab\x29\x66\x1a\x3a\xc5\x02\x85\x51\x1e\xc4\x5c\x33\x55\x85\x16\x88\x57\xf1\x21\xca\x54\xba\x7f\xd5\x87\xb4\xd9\xec\xe6\xf4\x28\x31\x11\xe5\x2b\x18\x6e\x42\xa2\x22\x29\x87\x09\x23\x03\xdb\x94\x9d\xe6\x8d\xff\x5c\x15\xdd\xb2\xf2\x83\xb2\x70\xb9\xc4\x81\x72\xa8\xe7\x0d\x32\xed\xa6\x8c\x0b\xd7\x6e\xf0\xe8\x32\xb1\x83\x00\xb8\x27\xe9\x27\xd5\x8a\xeb\x31\xac\x14\x65\xe7\xd8\x3b\x3a\xf9\x9f\xe3\x63\x08\x80\x1d\xc9\xab\x0b\x49\xf6\x10\xf2\x55\x84\xae\xcf\x25\xd1\x16\xbc\x46\xd7\x2b\xac\xaf\x45\x28\xc7\x58\xfd\x08\xe3\x5a\xee\x49\xfa\x7b\x98\x81\xc0\x46\xfe\x49\xee\x85\x55\x52\x0d\x43\x8e\x55\xe0\xe5\x2a\x42\x02\xdf\x6e\xb0\x31\xce\xb2\x25\xd4\x9b\x4a\xa8\xf2\xde\x66\x3d\x94\xa2\x2f\xf8\xee\x80\xcd\x0f\xd2\x6a\xb0\xa7\x88\xad\xac\x70\x6d\xeb\x71\x35\xe6\x85\x64\x1a\xad\x03\xcc\x1d\x6c\xd3\x8b\x86\x69\x98\xb0\xd2\xad\xbd\xb9\x5a\x5c\x5e\xa9\xb3\xbd\x49\x3b\x6e\x69\x97\x19\x1d\xba\x74\xd9\x59\x0a\x76\xc8\xdf\x4b\x4d\x0d\x45\x15\xc6\x97\xb5\x65\x60\x0c\x36\xd8\xb7\x46\xfb\x8a\xae\x49\x41\xe1\x91\xfc\xa0\xa4\x5e\x99\xbb\x34\x31\x02\x4b\xac\x84\x72\x0f\x99\x19\xba\x57\xe6\x1d\xcd\x9a\x0b\xf5\xf5\xeb\x0d\x85\xfa\xba\x0d\x26\x42\x7d\xe5\x06\xe3\xa0\xbe\x72\xbd\x59\x50\x5f\xb7\xda\x20\xa8\xaf\xd7\x56\x15\xcf\x4f\x50\x5a\xb2\x44\x2b\xaf\xaf\x9b\xd7\x94\x8b\xda\x7a\x2b\x1c\x5b\xf5\x33\x5a\x7c\x7d\xe5\x5d\x54\xf0\x32\x98\xad\xba\x97\x0d\xbb\xaa\xb1\x4f\xb9\x44\xce\xf5\x52\x7f\x73\x7b\x77\x78\xea\x4c\x2f\x14\xb4\x3e\x01\x17\xa6\x2e\xbe\x42\x41\xeb\x93\xd1\xd9\x54\x88\x62\xc9\x56\x77\x1a\xe6\x28\xb5\x03\xe3\xc4\x79\x9d\x54\x2f\xc8\x12\xab\x65\xe3\x7b\x4f\x5c\x3f\xf5\x42\x2f\x33\xa4\xf6\x5b\x20\x69\xeb\x5a\x67\x6f\xe3\xaa\x42\x24\x70\x80\x94\x86\x3c\x2e\xf2\xda\xf2\x86\x82\x32\x38\xe5\x5a\x52\x15\x76\x02\xdd\xd2\x00\xa5\x96\x6f\x7d\x0f\xf9\xfb\x16\xa7\x5b\x32\x38\x31\xa2\xf3\x10\xdf\xdc\x24\xb0\xbf\x4f\x8e\xab\x90\x75\x14\x0d\x71\x7c\xf0\x05\xd8\x3d\xbb\xe6\xa8\x0c\xe2\x42\x1b\x0b\x4a\x23\xa8\x80\xff\x8b\x43\x15\xce\x9c\x72\x90\xe2\x3b\x69\x24\x64\x07\x3a\x69\x2b\x36\xe7\xbb\x24\x84\x65\x13\x6d\xe9\x17\x27\xa2\x2d\x2e\x86\x3a\x7e\x5d\x89\xd3\x95\xb2\xe8\x4e\xad\x15\x56\x21\x31\xb5\xc6\x14\xcb\xfd\x84\x75\xa5\x35\x0b\x78\xb4\xd6\xa6\xc1\x63\xe5\x26\x82\xb5\x2a\x32\x2b\x3a\xd9\x8e\x4a\xbc\xa5\xf1\x0e\x43\xb2\x0d\xff\x01\x5d\x9d\x4a\x4b\xb0\x10\xb3\x97\x8d\x58\xa4\x0c\x7b\x26\xd5\xc6\x0f\x94\x19\x43\xdb\x2b\xb6\xa0\xa3\x6b\xb7\x70\x46\xd9\x14\xbf\x8f\x6d\x95\x5d\x9b\xb5\x2b\xc7\x2d\xde\x6e\x77\xa5\x7d\x54\x86\x64\xf0\x15\xc1\x16\xe5\xbb\x25\x70\x85\xae\x23\x8a\xaa\x8d\xd3\x00\x4f\x69\x80\x83\xf7\xa6\x58\x7e\xd0\xa6\x7a\xd9\x74\xea\x93\x44\x1e\x12\x74\xe2\xd8\x1a\xa8\xae\xe0\xde\xdc\x80\xc6\x48\x32\x2b\x8b\xcb\xc3\x8a\x9f\x24\x45\x6b\xcc\x63\x18\x05\xbf\x90\xe8\xda\x6c\xa2\x2c\x10\x5f\xd4\x05\x0a\x35\x19\xdb\xf5\x88\xc1\xe2\x8a\xb2\x8b\x4a\xb4\x14\x9c\x2f\x05\x0f\x4b\xbb\x43\xfc\xb5\x7e\x98\xcf\xc2\x29\x29\xe0\x34\xc0\x2a\x53\x53\xf6\xf8\x86\xe5\x7b\x08\x03\x56\xf9\x31\x5c\x55\x7e\x5a\x4e\x42\xad\x32\x88\xf2\x48\x08\xc9\xcd\x70\xf0\x5e\xe2\x50\x2b\x02\x48\xdb\x25\x2e\x0c\xae\x09\x5a\x86\xd3\x92\x4f\xf5\x73\x43\x03\xdc\xb3\x77\x34\xee\x62\x8e\xc8\x6a\x39\x9c\x45\x85\x6b\x4b\x6e\x37\x0d\x07\x3a\x07\x5e\x92\x2f\xc0\x5b\x13\xd9\xb6\xc0\xe4\xa0\x6e\x82\x52\x98\x72\xe8\x74\x61\xfa\xe9\x2c\xbe\x34\xac\xc8\x2b\x6c\x9c\xd4\x08\x4a\xab\x98\x92\x93\x49\x2e\x75\x03\xe6\x05\xbe\x96\x06\xa9\x12\x74\x8e\x6b\x2e\xdc\xb1\x02\x9d\xd2\x1b\x1c\x3b\x62\x44\xc6\x3e\x1e\x91\x31\x14\x5b\xb8\xd9\x26\x72\x92\x3b\x02\x6e\xe8\x25\x66\x57\x2c\x14\x1a\x27\xd2\xb0\x5c\x93\x0b\x42\xaf\x48\x72\x24\xb8\x44\xff\x4a\x8f\x4b\x97\x0d\x38\x05\x5e\x2a\xa2\x95\xa7\x8e\x52\x3a\x79\x70\x3b\x6c\x35\x31\x51\xe1\xaa\xb7\x42\xf9\xb3\x35\xf7\x18\x01\x55\xeb\x53\x6d\x11\xcd\x1d\xf2\x53\x86\x42\x25\x23\xef\xdf\x33\x5a\xb7\x9d\xde\xc6\x23\xba\x10\x62\xa5\x82\xcb\x2b\x9d\xc4\x11\x7f\x4d\xd0\x24\xaa\xf3\x86\x66\x17\x68\x26\xb0\x36\xcf\x94\x5c\xb8\xc4\x02\xb5\x28\xd6\x2e\x56\x37\x66\xa3\xb5\x85\xe2\x93\x03\x79\xbe\x10\xc3\x5e\x16\xa8\x94\x89\x61\x49\x97\x5c\x52\xc5\x75\xe3\x88\x79\xa9\xcb\x94\x9c\xd2\xff\xdc\xd6\x65\x9b\xdb\x6a\x67\x52\x6d\xfb\x4a\x89\xb7\x63\xe1\xd2\x86\xb7\xed\x4d\xdf\x5a\x26\x52\x12\xdb\xf0\xf9\xe2\xe6\x4e\x95\xa7\xa2\x1c\x89\x17\x76\xb9\x98\xa7\x28\xc2\x7c\x8a\x83\xc4\x8c\xad\x12\xdd\x92\x56\xb9\x31\xe1\x34\xe5\xd5\x14\xfb\xb4\x40\x6b\xde\x58\xec\xc5\x25\x0a\xa3\x78\xdb\x2d\x23\xe0\xd4\xe9\x80\x1f\x94\x19\x56\x68\x44\x0e\x9a\x70\x21\x99\x8d\xa8\x2e\x22\x1b\xa8\x1a\x86\x0b\x83\x70\x89\x09\x0f\x29\xa9\x2e\xf2\xc7\x9a\x0a\x54\xfd\x59\xe5\x5f\x2f\x48\xe6\x7a\xe2\xa1\x51\x58\x9e\x1a\xf0\xab\xeb\xd6\x9f\xa1\x38\x43\xb6\x8e\x70\x25\x4f\xaf\x45\x48\xca\xad\xfe\x4a\x8a\xf5\x74\xb5\xae\x24\xfb\x25\x5e\x52\xed\x4a\x2f\xfd\x1c\x84\xfc\xa2\xf2\x63\x48\x57\x35\xab\x53\x5b\x28\x86\xb5\xe5\x7d\xfe\x89\xfd\xd2\xc6\xe1\x5f\x3b\x65\x6a\xf7\x00\x5f\xd6\xc4\x97\xb7\x9b\xa1\x16\x33\x7b\x7f\x73\x56\x12\x9e\x27\x90\xc0\x59\xdc\xfd\x72\x45\x30\x53\x1b\x2a\x75\xfb\xc5\x3c\x9c\x13\x1d\xc1\x5a\xaa\x67\xe0\x4f\xa1\x78\x65\x8e\xf7\x94\x87\xf6\x55\x07\x14\xc8\x4f\xef\x10\xa1\x85\xb5\x65\x51\x13\xe7\x68\x5e\x39\xb8\xe6\x89\xac\x0c\x9c\xfe\x2b\xcd\x6d\x0a\x5e\xc5\x04\xd7\x9f\xbf\x5c\x0b\xfa\x01\x5f\xe2\xe2\x09\x4a\x6b\x5b\xdc\x04\xc1\x57\x97\x68\x3a\x01\xe0\xcd\x95\x1b\x2e\x1b\x25\x0d\xfb\x65\x11\xdb\x15\xa1\x45\x85\xa0\xec\xba\x72\x49\xd8\x75\x79\xb8\x40\x2e\xb6\xba\x5c\x83\xce\x07\x3f\x97\x96\x2a\x09\x92\xde\x39\x42\xb2\x24\x9c\xef\xaf\x44\x9e\x49\x4c\xd2\x6e\x74\x99\x8f\x67\x2c\x45\x7f\x31\x68\xb1\x2e\x80\xad\xa1\x54\x31\xf6\xb0\xb4\x58\x3e\xbc\xb0\xb4\x50\x36\x86\xb0\x2a\xd0\x66\x6f\x42\x05\x5b\xd2\xef\x97\xa4\xdb\xcf\x0d\xec\xbd\x75\xcc\x57\xd9\x2e\xda\xcd\xcd\x68\x5c\x7f\xae\xf6\x96\xab\x60\xaa\xa2\x06\x2a\x85\x2b\xe2\x55\x1a\x91\xba\xa7\x30\x6b\x14\xe6\x2d\xcd\x8f\x74\xe2\x59\xdf\xcd\x7e\x4a\x12\x2d\x50\x66\x80\xb2\xdc\x49\x9f\x8c\x61\xe9\x5a\xfb\x4a\xb9\x33\x95\xf9\xb8\x1f\x49\x4e\xb1\x8d\xff\xea\xfd\xaf\xda\xcc\xcf\xc6\xd9\x2a\xfa\x4e\x8b\x58\x4e\x81\xb7\x89\x8e\x59\x57\x47\x97\xb2\xaa\x9d\x1a\xdd\xb3\xae\x92\x2c\x63\x55\x79\xbd\x5a\xe0\x25\x66\x28\x8a\xeb\x56\x8b\x93\x9a\x9d\x52\x8d\xaa\x8a\x9d\x42\x2f\x17\xeb\xdf\xe2\xb4\x69\xbb\x96\x5a\x9e\x44\x4d\xe7\x43\x33\x9b\x5f\xd8\x59\x5d\x7c\x47\xba\x81\xbf\xb1\x99\x53\x8e\x11\x6f\x1b\x92\x03\x94\x06\x96\x1c\x15\x0b\xe4\xa3\x47\xac\x60\x9d\x32\x14\x97\x44\xcd\xe4\xd0\x59\x41\xc6\x65\x11\x32\x6e\x33\xca\x9a\xb9\x62\x21\x1f\xd9\xde\x4b\xf3\x5a\x6e\x95\x58\x19\x55\x5f\x99\xc0\xc1\x8b\x02\x3f\x33\xf6\xc0\x2c\x24\x21\x5f\xd4\x15\xd0\xc7\xba\x2a\x95\xd0\x90\xbf\x50\xc9\xa7\xf2\xe2\x8c\x50\x39\x41\x69\xf3\x19\xbe\x58\x65\x14\x21\x7e\x51\xdc\x71\x48\x6a\xa5\x24\xa3\x7e\x35\xae\xdb\xea\x9a\x3b\xaf\xd3\x8c\x07\x15\x55\x39\x47\x95\x09\x5b\x23\x1b\x8c\x8d\x6b\xe6\xac\x7a\x07\x19\x7f\xde\x06\x72\x8c\xf4\xa6\x63\xfd\xf9\x9d\x65\xbc\xd3\x31\xbc\xfc\xa5\xbc\xfb\xe8\xa8\x0c\x58\x78\x89\xab\x77\x24\x8b\xc2\xaf\x76\xff\xd1\x08\xd5\xda\x32\xa7\x75\xce\x98\x4a\x11\x58\x56\xba\x7e\x72\xf2\x97\xf9\x3c\xf8\x53\x14\x1c\x4f\x19\xae\x4e\x28\x54\xcb\x02\xf5\xfd\x08\xd5\x3c\x4a\x87\xbc\xd7\x1c\xb3\xa8\x8f\xde\xa7\x51\x38\x0d\x71\xc1\xc1\x6f\x3c\xaf\xa6\xc0\xb5\xca\x96\x57\x08\x9c\x45\xea\xf8\x2c\xcd\xe7\xf7\x89\x23\xf3\xc2\xa0\x6a\x22\xe3\x6b\x82\xea\xee\x12\xfa\x62\x17\xe7\xab\x9c\x6b\x55\xb7\x47\xb4\xb8\xd6\xe4\x56\x5a\x3f\x31\x49\xd8\x54\x76\x41\x96\x10\x4a\x22\x43\x52\x1a\x8a\x5f\x9d\x5f\xaf\x30\x64\x94\x8a\x5f\x3f\xfc\x6c\x7d\x36\x6f\xb6\xee\x01\xf1\x96\x68\xe5\xe4\xf3\x81\x31\x2b\x7d\x21\xac\xfe\x08\xe0\x66\x85\xc4\x62\x08\x8e\x87\x1f\xe9\xe4\x77\x25\x1c\xb6\x55\xe5\x33\x01\xd1\x71\x35\x5d\xc5\xe4\x54\x33\x05\x83\x24\x62\x09\x64\x3f\x58\x01\x96\xd9\xf2\x56\x58\x95\x22\x1d\xfb\xab\xce\x3f\x52\x0d\x86\xfe\x6e\x0f\x89\x06\xf8\xf7\x30\x00\x85\x96\x14\x27\x62\xd5\x2d\xe9\xef\x56\x4b\x2a\x47\x5a\x69\x53\xb6\xc1\x52\xd5\x9c\x9d\x6f\x2a\x6d\x32\x79\xa9\xda\xad\xc3\x75\x01\xcb\x55\x85\x23\x3a\xe7\x49\xcc\x52\x16\x20\x95\x2f\xb4\x7a\x88\x8a\xa7\x6a\x85\x18\x04\xf8\x12\x47\x74\xa5\x88\xdd\xcf\x5c\xc0\x93\xae\x02\x93\x2c\xc3\xd4\x9e\x31\x8c\xb9\xb8\x8e\x70\x6e\x3e\x09\x15\xbd\x19\x5d\x93\x20\x85\xe0\xdf\x35\x0a\x2d\xa9\x56\xb9\x26\xed\x54\x57\xd5\x49\xbb\xaa\x8d\xf6\x2b\x73\x7e\xaa\x21\x29\xe3\x0e\xa9\x64\x3f\x5b\x34\x58\x8b\x3e\x5e\xf3\xe9\xcd\x8c\x9b\x8a\xa4\x87\x8a\xcb\x98\x6c\xbb\x66\xd8\xb6\x22\xa7\xc1\x74\xbd\x15\x66\x33\xca\x96\x8e\x70\xdd\x2d\xbc\x7d\x8e\xda\xea\xc4\x3d\xb1\x75\x53\xc8\xee\x93\x96\x91\x73\x9b\x66\xb9\x45\xd9\xbd\x6b\x39\x2e\x35\x58\x2d\xf5\xd5\xcf\x0f\x78\x4a\x59\x90\xd9\x51\x06\x2e\xac\x48\x41\x99\xfa\xb1\x0c\xcc\x15\xd2\xa5\x8e\x78\x0a\xaa\xdd\x1d\x27\x62\xcd\xcc\xed\x46\xc5\x5e\x56\x25\x3f\xcb\xcd\x51\x12\x46\x84\x3d\xb9\xca\x21\xd1\xda\xbe\x2a\xa5\xc2\x36\x6d\xd7\x8a\x8d\xae\x83\x70\xe6\x10\x37\xbe\x84\xc1\x52\x79\xed\xd8\x54\xa3\xfe\xab\xc2\x28\x8e\xe1\x45\x26\xd0\x8a\xe0\x2b\x13\x38\xf4\x5a\x52\xbd\x03\xce\x11\xbf\xe8\x80\x23\x71\x04\x3a\x84\x8a\x8e\x5a\xc3\x9d\x19\x65\x9d\xb4\xdf\x0e\x38\x22\x56\xe2\xdc\x03\xee\x4d\x69\x80\x7d\xf0\xa4\xff\x04\xe4\x93\x59\xea\xe1\xa7\x97\x3e\x01\x57\x53\xb3\xc9\xa5\xc1\x4d\x8a\xca\x62\x52\xee\xe6\xa9\x3c\x56\x3c\xef\x4b\xcd\x67\x61\x59\x59\x66\x59\xdd\xaa\x3a\xc8\x2e\x22\xcb\x78\xd3\x49\xeb\xea\x16\x54\x3d\x91\x5b\x48\xad\xb4\x57\x74\xe8\x2f\x3f\x56\xe8\xce\xab\xbb\x77\x8e\x23\xad\x32\x55\x11\x7d\x75\x46\x71\x39\x14\x21\x2d\x56\x9b\x34\xc8\x3a\x8a\xec\xec\xa7\x41\x18\xd4\x24\x3f\xd5\x49\xdb\x54\xff\x5e\xc8\xcf\x31\x17\xc0\xbd\xb9\x31\x71\xbe\x7c\x2a\xbb\x3c\xa7\x4e\x1f\xf6\x25\x27\x6a\xc8\xa3\xda\x96\x78\xcd\x08\xd5\x53\x36\x3f\x7a\x27\xbe\x61\x87\xce\x3a\xc2\x7b\x31\xa1\x4c\xa8\xe5\x75\x73\xb3\x5b\x0f\xb8\x32\x83\xab\x21\x82\x44\x31\x6a\xcc\x2f\x5c\x48\x6c\x5f\x21\xfc\x92\x72\x77\x6b\xc1\x96\x90\x8b\xb0\xc5\x5f\x0d\xb3\xac\x4f\x08\xab\xaf\x41\x7a\x5b\x27\xf4\x8a\x59\x44\x41\x8d\x9c\x34\x23\x3d\xfb\xed\xbd\x34\x8a\x16\xce\x46\x85\xdf\x0c\x6d\x9f\x02\x65\xd8\xf0\xd7\x17\x51\x94\x64\x9f\x54\x9a\x62\x6d\x41\x9d\x6f\x37\x23\x28\x49\x41\x50\xb6\x99\xef\xe3\x58\xe1\x6d\x9b\x17\xff\xf3\x95\xa5\xfb\x57\x87\x50\x4b\x7a\xb8\x97\x24\xfc\xfa\x32\xb0\xb7\x05\xb9\x6c\xfb\xd3\xe2\xf3\x30\x3a\xda\xce\xdc\x48\x13\x51\x14\x38\x8d\xba\x53\x2e\x6a\x6e\x98\xb6\x97\xfd\x52\x95\xfd\xba\xa0\x08\xbe\xd5\xbe\x8e\x5a\x5d\x10\xda\x15\x5e\xd8\xd6\x4a\xae\x9a\xfd\x2d\xa7\x4d\x26\x5a\x1b\xc9\x69\x6d\x86\xe8\xf3\xf5\x33\x45\x53\x4f\x4b\xe1\xcc\x5c\x4b\x3d\x0f\x96\x0c\xb0\xd5\x02\x09\xf5\x61\xa8\xbb\x34\x17\xee\x9b\x1f\xb6\x30\x07\x76\x31\x06\xca\x74\xee\x17\x51\x94\x9b\xba\xcf\x55\xb5\x53\xfb\xef\x4b\x29\x62\x4a\xbd\xf9\x21\xee\x76\x47\xb1\x50\x38\xf9\x96\x69\xcc\xf2\x9f\x7b\x98\xf0\x35\xc3\x3f\x46\x1f\x79\x61\x75\x97\x89\x0a\x14\x45\xce\xc8\xae\xf5\x33\x22\xf3\x35\x9a\x63\x07\xa8\x5b\x4c\xf0\x04\x31\xe5\x4b\x2f\x2f\x22\x96\x91\x2e\x30\x76\x9b\xf4\xbe\x02\x65\xdf\x2b\xb6\x19\x0e\x42\x86\xa7\xa2\xa0\x25\xd9\x17\x65\xa4\x77\x64\xd4\x0d\x5c\x3b\xa2\xf6\x5c\x51\xa9\xd5\x45\x6a\xc5\xd6\x8e\x8a\x4a\x72\xbe\x8c\xd7\x29\x2b\x35\xca\x86\x36\xd7\x6b\x14\x0d\xc8\xaf\xc9\xf4\x9c\x56\xdc\xf1\xa3\x0d\xd2\xc2\xb0\x72\x57\xb2\x78\xd2\x02\xb4\xee\x2a\x23\xf8\x93\xc8\x38\x22\xbb\x5d\x60\xfa\x05\x87\xbe\x2f\x4e\x70\x72\x2b\x8b\x7d\xad\x8b\x3b\x2c\x7d\x9f\x54\xd5\x39\x7f\x6b\xae\x48\xca\x9c\x7a\xcc\x81\xe5\xe0\x56\xd7\x3d\x24\x86\x06\xc3\x33\x86\xf9\x42\x91\x40\x81\xec\xcd\xc7\xea\xab\x15\x2c\x62\xff\xab\x0b\x21\x45\x94\xff\xa9\x87\x7d\x1b\x39\xa4\x93\x49\xb5\x15\x43\xcd\x13\x64\x8e\x63\xf7\xdb\x4c\x4d\x21\x63\xd4\x17\xbd\x55\x6a\x07\x57\x51\x7d\x12\xfd\xf8\x9e\xe8\x92\xc5\xb0\x89\xbd\xf9\xc3\x38\xfd\xb0\xce\xf5\x24\xd9\x74\xc1\x01\x05\x2d\x2f\xd2\x1f\x6b\xcc\xae\xdf\x23\x86\x96\x3c\xe5\x42\xc6\x72\x6d\x62\x05\x90\xfb\xd8\x8b\x3b\x86\xcc\xff\xe9\xec\x97\x77\x9e\xde\x72\x0a\x67\xd7\xce\x88\x43\x74\x73\x93\x2c\xeb\x71\xd9\xb5\x8f\x16\x1f\xd3\xca\xa6\xd9\xa5\x60\x70\xa3\xb5\x6d\x85\xd2\x4a\x85\xbb\x28\x93\x8b\x6a\x76\x7c\xef\x53\xe6\xdc\xfb\xb8\xad\x6f\xb3\xed\x0d\x5e\x39\x72\x3b\xb6\xb6\x44\x1e\x82\xd3\x2a\xf5\x2e\xca\x11\x7a\x6a\x31\xa6\xea\x4f\xc9\xc9\xf3\xca\xb4\xed\x2a\x20\x0d\xc3\x14\xbe\xa1\xd8\x36\x69\x31\x16\x56\xd2\x8d\x9f\x7d\xe5\x94\xb7\x45\x73\x05\xad\xe6\x92\x86\x64\xd2\x5b\x37\x12\x6a\x6b\x0b\xf2\xd4\x46\x7c\x8e\x7d\x9f\x66\x92\x1c\x54\x99\x94\xbf\xc5\x43\xca\x57\x4f\x3e\x94\x19\x93\xa7\xd9\x6c\x29\xa2\xd4\x58\xcc\xa2\x20\xd3\x68\x75\x25\x6b\x6b\xb1\x9d\x50\xc9\xa0\x20\x3f\xf4\x76\xe4\xfb\xd7\x14\xf1\x59\x87\x6c\xba\x61\x66\x28\xbd\xce\xeb\x90\x44\xd5\xe5\x0a\x9d\xc5\xc9\xaf\xd2\xb2\x99\x00\x3d\xe0\x66\xf3\xe3\xe4\xaa\xbf\xce\x24\xa3\xb1\xba\xb3\x93\xef\x24\x2d\x16\xb2\x86\x64\x73\xfc\xd7\xd2\xb8\xba\x26\x39\x6e\xca\xca\xbf\x57\xd2\xc4\x8b\x28\xb2\x15\x9d\x6d\xdd\x2e\x97\xa5\xec\xbc\x88\xa2\x3a\x5d\xe8\x2c\xcd\x21\x56\xd2\x88\x95\x45\x2c\x8f\x98\xea\x95\x91\xcd\x2e\xf4\x59\xcb\x70\x17\x9f\x4d\xfc\x33\x9e\x7b\x58\x9c\x4b\x58\x32\x19\xed\x56\x5e\x55\xa8\xf8\x1e\x2d\xbf\xfa\x6d\xc0\x8c\x6e\x54\x26\x46\xda\x78\x1f\x4d\x5c\x4f\x4e\x01\xaa\xaa\x99\x77\x5b\xda\x97\xd1\x14\xf6\x13\xb7\x75\xd7\xf5\x29\x16\xa2\xc3\x5d\x84\xb5\x7d\x7c\x50\x64\x29\x52\x79\xc8\xad\xab\x9f\x14\x74\xf1\xba\x22\x3b\xf0\x14\x52\xe0\x29\x76\xd4\x7a\x2b\xb7\x27\x49\xd7\xf1\x4f\x3a\xd0\xbe\x66\x29\xef\xb6\x56\x73\x7e\xd2\xf2\x35\x77\x1b\x3f\xa9\x44\x58\xf9\x5a\x6b\xef\x39\x4d\x16\x56\x22\x46\xff\x22\xcb\x6a\x07\xad\x37\xa7\x69\xdd\x89\x9e\x55\xe2\xa5\xad\xd5\x8f\xee\x41\xcf\x69\xa9\xd4\x58\x31\x3b\x5f\xd7\x3e\x29\x04\x25\xbc\x47\x73\x9c\x86\x23\x28\x36\x72\xeb\x90\x83\xca\xdc\x27\x06\x0b\x49\x84\xd8\x9e\x7b\x2a\xff\xb5\xa5\xda\xce\x3e\x37\xf3\x7d\x1c\x47\xfe\x35\x4e\x7b\xe9\x0d\xe5\xf7\xeb\x22\x4a\x5d\x0e\x65\x80\x24\x5e\x20\x56\x7a\xa5\x6b\x79\x39\x3b\x7a\xa4\x7d\xc8\x88\x24\xd9\xf8\xb9\x83\x24\x47\x08\x67\x8e\x3a\x0b\xe0\x85\x5c\x27\x88\xc4\xae\xbb\x99\x51\xe6\x68\x55\xa6\x0f\x89\x6f\xde\x9b\xb4\xb3\xee\x73\xf1\x5d\xfc\xfb\xb9\x38\x3a\x72\xc9\x48\x8c\x7d\x3c\x12\xe3\x98\x0f\x93\xad\xf9\xa1\x1b\x9e\x31\xba\x74\xb0\xbb\xbd\xd3\xb8\x6c\x24\x04\xe3\xc3\x8d\x95\xab\x07\x04\x53\x90\xe4\x81\x01\x3a\x6d\x4a\x72\x61\x2c\x50\xd7\xa0\x6e\x21\xa1\x6c\x99\x77\xb8\xc9\xe9\x0e\x67\xce\xa1\x48\x5c\x68\xf8\xaa\x43\xbc\x17\x1a\x91\x9a\x83\x8d\x36\x26\x9d\x8f\xe2\x58\xdb\xb1\x7b\x20\x16\x8c\x5e\x75\x90\x67\xce\xa5\xfb\xc0\x5c\xb8\x87\x83\xce\x0b\x39\x87\x9d\x2b\xc4\xad\x08\xac\x90\x74\x38\x16\x1d\x3a\xeb\xa0\x38\x11\x88\x2e\xc7\x01\x44\x31\xbe\x84\xf7\xe6\xd4\x17\xde\x3b\xb4\xc4\x50\x78\xa7\x09\x6c\xbe\xf0\xce\xd1\x9c\x77\xbb\xfa\xaf\x17\x4c\xa1\xf0\x3e\xa8\xb4\xf1\xf9\x4f\x3a\x99\xbc\xfc\xac\x2f\x78\xcd\x7f\x97\x44\x65\x7b\xd3\x15\xf8\x16\x5e\x3e\x60\xbe\xa2\x84\x67\xf1\xa3\xa8\xc6\x90\x04\xf7\x13\xa7\xbb\x21\x02\xc8\x0c\x85\xf0\xef\x1f\x9f\xf0\xde\xe3\x61\xdf\x85\xd4\x7f\xfc\x9c\x7e\xc7\x9f\xd3\xa3\x23\x97\x8d\x68\xef\xf1\x38\xad\x36\xa2\xe3\x83\xfa\x2d\xff\x91\xea\xd3\x7b\xab\xc8\x9a\xdf\xdc\x8c\xc6\x63\x29\x1f\xa6\x48\x38\xc8\x61\xae\x6b\x0f\xf8\x2c\x24\xf3\xa8\x6a\xd8\x90\xa7\x03\x67\xc5\x81\x53\x33\x70\xf6\xfd\x93\x13\xd6\x7b\x22\x07\x1e\xf9\x4f\x9e\x47\xdf\xb1\xe7\xd1\xd1\x91\x4b\x47\x51\xef\x89\x3d\xf0\xa8\xe5\xc0\x63\x4d\x5b\x1f\x78\xe4\x2e\xe4\xd6\xf8\xa9\x5b\xc9\xd1\x32\x0b\xbc\x29\x68\xb6\x8a\x1b\xdc\x47\xf0\x7d\xcb\xcb\x9d\xcd\xa2\xcc\xde\xd4\xaa\x22\x12\xcd\x29\x52\x73\xed\xa3\x7a\x75\xa6\xe3\x1c\xab\xd7\x64\xb2\x28\xd2\xd2\x99\x3c\x6d\x56\xbe\x34\x68\xb7\xe8\xde\xdc\x6c\xb6\x6e\x36\xa4\x1e\xc7\xc6\x4c\x45\x25\x0f\x1c\x61\x17\x22\x7f\xa3\x86\x8c\xb7\xf1\x3c\xdb\xfd\x91\xf2\x0b\xd0\xe3\x80\xcc\x11\x1e\xfb\x64\x84\xc7\x5b\x17\x22\xef\x43\x7c\xfc\xca\xd7\xc3\x4f\x9e\xf5\x42\xb4\x5e\x8c\xf0\x18\xa2\xad\x0b\x85\xf7\x53\x72\x9f\xac\x4f\xd6\x51\x74\xe8\xdb\xaf\x4e\xec\x87\x61\x06\x8a\x9f\xe8\xc4\x33\x1f\x80\x6c\xe7\x7d\x84\x42\xa2\xee\x78\xd2\x2d\xbc\x39\x85\x9a\xa7\x28\x37\xbf\x6f\xfd\xbe\xb9\x29\x34\x94\xee\xde\xb9\x2d\xb7\x0c\xac\xfd\x00\x68\xfa\x2b\x6c\x1b\x94\x8c\x63\x2c\x87\xfa\x8b\x7d\x23\x95\x35\xda\xb7\xc9\xdd\xbb\x2a\x29\x88\x6f\xbf\xf9\xdb\x00\x3f\xcb\x14\xf1\xdf\x22\xb1\xf0\x66\x11\xa5\xcc\xb1\xdf\x1f\x0f\xf0\x33\xb7\xc8\xeb\x5a\x2c\xbd\x16\x91\x99\x76\xf9\x8f\x5c\x09\xe1\x9c\xf2\xc8\xf0\x92\x5e\xe2\x1e\x53\xf6\xe4\x7d\x27\x36\x32\x87\xec\xfe\x03\x5f\x0f\xc1\x9b\x53\x00\x2f\xf0\xf5\x0f\x94\xbd\x88\x0f\x83\x96\x86\x44\x79\x53\xb4\xc4\x12\x04\x47\x2a\x5f\xab\x50\x20\xfd\xb0\x35\xb5\x6d\xab\xa5\xd4\x31\x80\x3d\x1e\x92\xf9\x3a\x42\x2c\x6e\xa4\xb4\xbd\x23\x39\x22\xb3\xa0\x80\xf1\x67\xa8\xd3\x09\x27\xc4\x5b\x45\x6b\x66\x8a\x0d\xc9\x16\xae\xd6\x7c\x11\xa7\x83\x2d\x75\x45\xa8\x4d\x5f\x5f\x89\xfd\xe1\x68\x0c\xcd\x25\x02\xc1\x70\x34\xde\x1e\xd8\x6b\x55\x94\xac\x55\xae\x5b\x61\x3e\xd1\x56\xa4\x24\xc5\x1f\x18\x5d\x9a\x0e\xff\x03\x5f\x3b\x5c\x4a\x2e\x69\xfc\xc5\x93\x2b\x6d\x11\x26\xa5\x02\x4e\x2d\x4f\x16\x6f\x98\x2f\xd1\x05\xd6\x02\x44\x8c\xf8\xb8\x9c\x3b\x68\x2d\x8a\x7a\x09\x93\x73\x22\x88\xa5\x48\x90\x92\x5b\x82\x01\xa5\x74\x8f\xe1\x50\x21\xde\xea\xb5\x27\x51\xe1\x10\x17\x32\xdd\x46\xf8\xdc\x09\x7d\x94\x14\x74\xd5\x77\x23\x7a\xc2\x8c\x89\xf7\xe5\x14\x3a\x29\x8a\xb7\xe6\x4c\x88\x1a\x2e\xb2\x05\xf3\x0f\x5a\xc5\x2f\x95\xcc\xf6\x7c\xb6\x8a\xbe\xd6\x26\xe2\x3a\x8a\xce\xa4\x01\x21\x9b\x48\xe7\x50\x1a\x0c\x48\x20\x17\x92\x2d\x4c\x8a\x64\x15\x01\xa4\x3b\x2c\xea\x2e\xdf\x3f\xee\x76\x75\xb6\xea\x43\xdf\x12\xf4\x8f\xc7\x27\xf6\x43\xe9\x26\x35\x64\x7e\x6c\xb4\xaf\xae\x1d\x14\x67\x3c\xa8\xde\xd3\x94\x8c\x14\x43\x73\xb6\xee\x00\x7b\x2b\x8c\x2f\xa4\x0d\x24\x76\xac\x1a\x97\xe6\x25\x14\x97\xe8\xb0\x4c\x29\x21\xad\x5a\xf4\xfd\xac\x54\x34\x03\x44\x27\xcc\xd3\x3c\x4c\x2f\x2c\x07\xb9\xb9\x63\x84\x58\x3b\x11\x61\xc5\x6a\x2a\x67\x3a\x01\xe2\x0b\x6c\x18\x46\x86\x7d\xb4\x60\xcc\x55\x17\x3e\x7f\x5d\x9d\xc8\x68\x3d\xd9\xeb\x91\x41\x2a\xad\xdb\xaa\x38\xd9\xac\x03\xf5\xaa\x4e\xec\xd4\xdd\x49\xd5\x31\x37\x8b\x48\x55\x27\xbb\x83\x89\x38\x0f\xe7\xc4\x89\x95\x1f\x48\xd4\x21\xb4\x3d\x52\x24\x0a\xf6\x0c\xfe\x24\x18\x9a\x0a\x5b\x84\x55\x38\xb7\x4b\xf3\xac\xe3\x94\xbb\xb8\xe9\x99\xfb\xf8\xda\x06\xa4\x6b\x99\x3e\xde\x04\xaa\xbd\x72\x8c\xda\xde\xeb\x4d\x14\x92\x0b\x15\xfe\x12\xa9\xac\x92\xe0\x18\x1c\x91\x23\x60\x51\x75\xe6\xb4\x0c\x38\x42\xdb\xed\xb6\x00\x5b\x9b\x75\x52\x75\x15\xed\x43\xb6\x1d\x1a\x97\xc8\x0f\x99\x94\x26\x99\xe5\x91\xff\x58\xbe\x2a\x6a\x49\x3e\x43\xbf\xd9\xd6\xd4\x82\x51\x4d\xee\xd9\xaa\xa8\x52\xaf\x77\xd7\x88\xd3\x6c\x24\x0f\x87\x9c\x9a\x47\x5d\x79\xdd\xec\xd7\x1d\x78\x15\xa5\x57\x90\x56\xbb\xf9\xce\x44\x65\x25\x84\x22\x6b\xc3\xdd\xa4\x4b\xb2\x27\xd7\x5a\xb4\x98\x1a\xc9\x32\xf9\x5c\x33\xfa\x08\x98\x1c\x3f\xa9\x3d\x9d\x3b\x7a\x6f\x3a\x4e\x77\xf6\x13\x45\xb5\xdb\x6d\xdf\x95\x90\x5d\x25\x6d\x24\x9d\xdd\x62\x79\x54\x5e\x11\xfa\x20\x14\x13\x73\x59\x27\x28\x51\x47\xa4\x8e\xfe\xa3\xb6\xc8\xaa\x3c\x68\x2a\x3d\x5a\x6c\x37\xc5\x1b\x51\x39\xb2\xb0\xf8\x74\x96\xbb\x6e\x21\x86\x9b\xd3\x70\x36\x1b\x12\x4f\xfe\xe1\xdd\xae\xf9\x31\x12\x63\xf8\xe6\x74\x88\xbd\x37\xa7\x47\xa0\x07\x8e\x70\xdc\x36\x54\x94\x3b\xcc\x93\xbc\x2c\x08\x71\x15\xbd\x9f\xa5\x17\x96\x5a\xce\x00\xec\xa5\xef\xb5\x33\x20\x7d\xd6\xc9\x46\xed\x12\x7f\x1b\xe0\x67\xea\x28\x6b\xd1\xc5\xa7\x50\xc1\x0c\x32\xda\xd1\xc3\xce\x2e\x7c\xb2\x5a\x0e\x55\xe4\x66\xcf\x64\xf8\xa8\x77\xdc\xc3\xd4\x5b\x9d\xcc\x7b\x8a\xae\x54\x1d\x41\x27\xf8\x08\x9c\x80\x23\x34\xc4\x3b\x3b\xe0\xcd\x11\xe3\xe2\x7e\x50\xc1\x77\x5e\x30\x38\x63\x75\x5f\x1a\xb4\x67\xd7\xcb\x09\x8d\xbc\x50\x60\x86\x04\x65\x9d\x30\xe6\x07\x56\xc1\x32\xd5\x6c\x34\x86\xc8\x3f\xec\x43\xee\x1f\x0e\x20\xf3\xb5\x99\x76\x20\xd8\x75\x62\xcd\x52\x69\x98\x8f\x72\xed\x8f\x1d\xf7\xf9\xa1\x83\x7c\x87\xfa\x91\x8e\x67\x77\x5d\x2f\xa0\x04\xbb\xdd\xae\x43\xb4\xa1\x4a\x3d\x05\xa5\x0b\x0f\xc5\xcd\x0d\x31\xb6\xe0\xa1\xef\x0b\xf7\xb9\xec\xd2\x7d\xbe\xd5\xbb\x51\xd8\xdd\x70\x39\x04\xe6\xe3\xed\x4c\x4a\xd2\xe8\x7a\x23\x07\x70\x88\xba\xdd\xc8\xd3\x63\x4f\x7f\x39\x6e\x52\x28\x9c\x39\xdc\xd5\x5b\x04\x6c\xbb\x4d\xcc\x68\xad\x29\xea\xf7\x04\x5f\x75\xce\xaf\x57\xd8\x6c\x91\xbe\x21\x97\x28\x0a\x83\x0e\x12\x02\x2f\x57\xa2\x23\x68\x27\xc0\x3c\xbe\xf4\xa1\x43\x28\xe9\x29\x08\x27\x51\x7a\x3a\x15\xb8\xdb\xad\xe3\xd6\xe6\x1a\x34\x3c\x20\x7b\xe7\x29\x78\x6f\x3f\xfe\x44\x27\x6d\x4c\x94\x64\xe9\x25\x7b\x14\xea\x29\xd6\x88\x94\xcc\xaa\x16\x58\x59\x69\xf5\xe6\x34\x2f\xaf\xde\xab\xdb\x23\xdf\x9c\x9e\xa4\x3f\x4b\x5a\x89\x3f\xd5\xb4\x35\xb4\x1a\x20\xeb\x28\x82\xc2\x33\x02\x2a\x95\x87\xf1\xd5\x49\xf6\x31\x5f\x4d\x92\xdd\xae\x93\x7e\x36\x97\xba\xfa\xe9\x1b\xab\xae\x24\x13\x3d\xee\x0c\x26\xab\x9a\x2c\xb9\x2c\xd6\x2f\xd6\x2e\x69\xd0\xf4\xf3\x13\x9d\x18\x30\x4c\x14\x9b\xb6\x59\x2c\x87\x59\x36\x62\x05\x6e\x32\x8f\xc3\x91\xdd\x44\xa9\x98\xdb\xc1\x66\xb2\x91\x9f\x3b\x20\x62\x7f\x3a\xc9\x3c\x99\x5b\xc1\xe4\x5a\xb2\x7c\x37\xb4\xc2\x02\x63\xae\x37\x59\x87\x51\xf0\xeb\x87\x9f\x1d\x06\xf5\xbc\x41\x90\x06\x95\x03\xd7\xe3\xab\x28\x14\x0e\x38\x01\x2e\x8c\x7c\xee\x50\x38\x70\x47\xfd\x71\xa9\x1d\xd6\xe8\x67\x82\xb5\x96\x1a\x72\xa2\x23\x70\x9c\xc9\x17\xb3\x49\xaf\xf8\x23\x5b\x77\xbb\x4d\x2f\x25\x2c\xaf\x9c\x06\xe5\xd8\x35\xd5\x4d\xd9\xdc\x5c\x12\x93\x09\x85\x2c\x6f\x25\x13\x6c\x5d\x18\x82\x1d\x7e\x59\x5e\xdf\x8e\x23\x2c\xd4\xaf\x0c\xf9\xb6\x85\x56\xc5\xb5\x59\x5f\x57\xd1\xb1\xbd\xdf\xef\x74\x32\xa3\x46\x38\xca\x6e\xb9\x7a\x10\xea\x9a\xba\x8c\x0a\xbc\x7a\x73\xfa\x01\xc0\x70\x35\x04\x6f\xde\x03\x73\xd1\x14\x78\xfb\x32\x14\x1c\xb4\x99\xa5\xba\x7b\xa2\x1e\xa6\xf5\x53\xaa\x75\x6d\x5e\xa4\xd7\xce\x08\x43\x9f\xc5\x54\x23\x79\xc8\x1f\x12\xb8\xf5\x29\x35\xcc\x94\x27\x37\xf4\x80\x1f\xcf\xcf\xdf\xab\xd0\x85\x66\x81\x5c\xcc\x9a\x71\x8a\x2f\x81\xdb\xed\x82\xc1\xa3\x7f\x78\x7d\xaf\xef\x0d\x86\x4f\x9e\x3d\x79\xa6\x13\x41\xc5\x0d\x2b\x69\x14\x3f\xf8\x76\xd1\x47\xfd\x3e\xf8\x2c\xb1\x60\xb1\x75\xc3\x84\x6b\x99\x6a\x39\xdf\x27\x16\xdf\x27\xb0\xc4\xcf\x96\x17\x03\x39\xc6\xbc\xdd\x56\x9d\x1e\xb3\xa7\xbf\xec\x76\x92\x87\xbd\x2c\xec\xc8\x90\xdd\x0d\xd4\x8a\xcb\x47\x1e\x06\xbf\x5b\xad\x87\xe0\xd5\xfb\x5f\x41\x7c\x61\x08\xd0\x79\x2d\xdf\xbe\x04\xfa\x8e\x10\x70\x1a\xf2\x0b\xf9\xa4\x2e\x05\x01\x6f\x7e\x79\x7f\xd6\x86\x07\x56\xdd\xde\xf1\x20\x80\x8e\x6f\xb3\x90\xb0\xad\x22\x74\xfd\x56\x3f\xb7\xda\x2a\xb0\x76\xc5\xad\xfd\xf0\xe2\x4e\xf8\x67\xed\x81\x37\x46\xe7\x3f\xcc\x55\x72\xae\x12\xf0\x96\x39\x7d\xb0\x97\x49\x5f\x6a\xef\xdd\x89\xec\x27\xed\xe6\xfd\x50\x96\xf4\xd4\xcf\x15\xf5\xce\xc2\x3f\xf1\xdb\x97\xb7\x46\x70\x49\x4e\xe8\x87\x8c\x60\xd0\xef\xf7\x07\x3d\xf5\xef\xbc\xdf\x1f\xaa\x7f\xff\xad\xe5\xcb\x0f\x49\x46\x65\x25\x61\xd2\x47\x65\x84\xdd\x9a\x04\xf7\x01\x37\xb1\x51\x94\x84\xf4\x58\xde\x48\x27\x25\x24\xcd\xd5\x7c\x15\xd6\xa6\xd8\x9b\x45\x64\xaf\xde\xff\xea\x13\xef\xd5\xfb\x5f\xad\x77\x8a\xde\x88\xa7\x99\xdf\x8e\x04\x79\x3b\x7c\x17\x93\xf3\x3e\x1c\xb5\xfe\x85\x49\x58\xfb\xe6\x14\xc4\x5a\x93\x49\xcd\x0b\xce\xd4\xdf\x37\xa7\x6d\x98\xe7\x7b\x25\xf8\xdf\x9c\x2a\xe3\xdb\x24\xd0\x85\xf1\x6b\x65\xac\x66\x19\x43\x5c\x66\x17\x84\x4a\xdd\x8e\x1f\xa3\x8f\xe8\x53\x59\xf4\x90\x7c\x9f\x2b\xf5\xd9\x48\xac\xac\x90\xec\x1c\x6d\x30\x59\x2f\xb5\xf7\x68\x78\xd8\x87\x73\x2c\xca\x22\xc3\x93\x5c\xbb\x0d\xb0\x69\x8d\xf3\xcb\xe5\xdd\x2d\x04\x57\x9f\xe9\x91\x24\x94\xb2\xdb\xed\xaa\x49\x90\x3d\x76\xb7\x50\xa9\xcd\x15\x97\x92\xdb\x30\x64\x93\xab\xaa\x5b\x1b\x19\xcd\x5f\x44\x5b\x5e\x71\xc5\x68\xb0\x9e\xea\xa3\x0c\x50\x27\xb7\x6b\x55\x4f\xe0\xea\xfb\x56\x92\xb9\xd0\x54\x55\x9a\xc6\x27\x26\xb9\xe4\x63\x75\xad\x7b\x5d\xc7\xe6\xf9\x5c\xf2\xa9\x21\xe0\x54\x47\x7c\x04\xf1\x45\xe2\xf5\xf0\x2d\x69\x71\xe3\x51\x8f\x5e\x7f\x29\x96\xdc\x81\x14\x6f\x13\x87\x77\xa0\xdd\xee\x09\x3d\xd5\xba\x5f\xcd\xf3\x0f\x92\x2f\x89\x21\xb2\x4e\x39\x01\x3d\x5c\x8f\xae\xc5\x6a\x6d\x0a\x34\x4e\xb6\xde\x27\xae\x3d\xd8\xa5\x2e\x83\xc4\xea\x80\xd7\x32\xe4\xb8\x47\xf5\xa5\xfc\x56\xb9\xe4\x84\x40\x35\x23\xbf\x93\x93\x2d\xf9\x45\x5a\x9f\x09\xa3\xee\xb8\x8b\x3e\xa1\x92\xbf\x93\xa0\xf4\x80\x58\x1c\x9c\xa1\x8f\x3f\x2a\x89\x96\xee\xe8\x24\xd3\xa3\x33\xaf\x4b\x09\xa3\x90\x34\x44\x1e\x5a\x8b\x05\x55\x64\x69\xe2\xf8\x1d\x15\x9e\x91\x26\xd0\x38\x02\xc7\xfa\x08\xc0\x71\x7c\x5e\xa6\xe6\xd4\xe6\x47\x2e\x87\x55\x9d\xe5\x62\xc3\x56\x53\x65\xf0\xe3\x6d\xa1\x90\xb0\xda\xd1\x07\x90\x62\xe4\xbf\x5a\x20\x32\xc7\x0e\xd0\x03\xf0\x4c\x1b\xd2\x68\x37\x79\xa3\xd3\x9c\x43\x35\xb8\x6a\xce\x3c\x64\xc5\xba\x6c\xd5\xf5\xc3\xeb\x28\x38\x5b\xd0\xab\x77\x95\xcd\xa7\x55\x1a\x6f\xbf\xb0\xf3\x22\x79\x82\xea\x1d\x23\xeb\x08\x9f\xde\x8b\x51\x67\xd7\xe9\x12\x97\xe0\xce\x76\x37\xe3\x34\x8d\xad\x42\x40\x2e\x80\xa2\x69\x98\x9b\x9c\x1c\xd4\x63\x35\x49\x47\x23\x3a\x45\x2a\x96\x10\xcd\xe5\x44\x2c\x51\xf0\x22\xdb\x7a\x26\x32\xa3\x0a\xc2\xf8\x28\x40\x18\x00\x98\x86\x5d\x89\x9b\x1b\xed\x93\x56\x07\xdb\x72\xa3\x36\x89\x49\x61\x8b\x16\xd3\x04\x4b\x3a\xbf\x52\xf1\x54\x8b\x89\x24\x37\xfb\x6c\xf1\xed\x01\xbe\x2f\xae\x57\x2a\xb9\xe9\x89\xd3\x16\x5c\x5f\xb4\x19\x91\x70\xdd\xe1\x0e\x4d\xda\x17\x9a\x40\xe1\x1e\x94\xd5\xd4\x41\x88\x6f\x04\x5e\x1a\x96\x98\x6b\xc5\xe4\x2d\xab\x65\x9c\x02\x7f\x12\xbd\x25\x46\x7c\xcd\xca\xef\x2e\xc8\x14\xa8\xaa\xb7\x77\x8a\x5a\x9d\x4a\xaf\xc5\x85\xca\x13\x73\xff\x0a\x9a\xd1\xd5\x73\xeb\x31\xbf\xfe\x0c\x78\x71\xd6\x5f\xcc\x79\x48\x49\x86\x80\xce\x25\x40\x5a\xe1\x2f\x23\xf8\xec\xdd\xd8\x27\xe5\x0d\x15\xe8\xc9\x6a\x14\xb8\xc3\x76\xbd\xcb\xd5\xb0\xdd\xaa\x2b\x33\xb3\x72\xa3\x90\x0e\x80\x14\x83\x8e\x07\xa5\x41\xc7\x03\x3b\xe8\x78\x30\x1e\x6e\xa6\x0c\x07\x98\x88\x10\x45\x7c\x08\x4c\xe4\x37\x50\xe1\x35\x5b\xc8\xed\xd4\x6e\x66\xe8\x31\x77\xe1\xdd\xae\x83\x46\xe0\xbf\x7a\xef\xd4\x5c\xab\x51\x83\xb1\xcf\x5d\x98\xcd\x7e\x84\x61\x66\x93\x8c\xc0\xcd\x42\x49\x16\x3e\x44\xdb\xba\x38\x43\x4d\x5b\xea\x64\x72\x2f\x0a\xb9\xb8\xbb\xe3\xc6\x07\x3a\x46\x7d\x63\xdf\x9f\x57\x4e\x50\x51\xc9\x5d\x89\x0c\xa3\xe0\x17\x12\x5d\x57\x66\x7a\xd4\x46\x1d\x3c\xec\x4b\xc8\x42\x12\x66\xb3\x22\xfa\x9b\xed\x56\x2e\x38\x75\x9b\xfe\x0f\xb4\x3c\x41\xdd\x08\x8f\x6f\x6e\x06\x8a\xf6\x4a\xca\x49\xbd\x49\xa8\x83\x40\x55\xd8\xbb\xbc\xa7\x94\xe7\x1b\xb0\xc4\x41\x88\x7a\x2b\xb4\xe6\x18\x0c\xff\xfe\x1d\xbf\x9c\x77\x3e\x2d\x23\xc2\x7d\x75\x35\xfc\xf0\xf8\xf8\xea\xea\xca\xbb\x7a\xec\x51\x36\x3f\x7e\xd4\xef\xf7\xe5\x58\x40\xe7\x2a\x0c\xc4\xc2\x07\xdf\x80\xce\x02\x4b\x75\x5c\xfd\xbc\x0c\xf1\xd5\x4b\xfa\xc9\x07\xfd\x4e\xbf\xf3\x4d\xe7\x1b\xf0\xfd\x77\x2b\x24\x16\x9d\xc0\x07\x6f\x07\x9d\xc1\xe5\xb3\xc5\xa3\xdf\x06\x3f\x0e\xfe\x5c\x3e\xe9\xf4\xcd\xc3\xd3\x3f\xc1\xf1\xf7\xdf\xc9\x36\xbf\xff\x3b\x8c\xc7\x12\xa1\xeb\x7b\x1f\x4a\xf4\xac\xf7\xb8\xf7\xac\xf7\xd8\xee\xff\x0a\x31\x75\xfd\xd4\xfd\x75\xfd\xd8\xeb\x7f\xdb\xe9\x4f\x7b\x5e\xff\x59\xa7\xdf\xf3\x06\x5e\xff\x49\xcf\x1b\xc8\xb7\x3f\x7b\xfd\x47\x9d\x67\xde\xb7\xf2\xdb\x23\xaf\xff\xb4\xe7\xf5\x1f\x7b\x83\xc7\xfa\xcf\xb7\x97\xde\x37\x83\x69\xbf\xe3\xf5\x9f\x7a\xfd\x27\x5e\xff\x5b\xfd\x6f\xf1\x4c\xbe\xf6\xfa\x4f\x3b\xf2\xd3\xb7\x3d\xfd\xad\xe7\xf5\xbf\xbd\xec\xa9\x0a\x3d\xdd\xd0\xa0\xe7\x0d\x9e\xc8\x96\x7a\xde\xe0\xdb\x9f\x9f\x78\xfd\x81\xd7\xff\xf6\x85\x37\x78\xf2\x48\xfe\xaf\xd3\x57\xff\x3d\xf6\xbe\xf9\xa6\xd3\x5f\xc8\x8a\x7f\xbe\x7d\xdc\x79\xbc\x18\x5c\x3e\xfa\xf1\xf1\x6f\x8f\xff\x5c\xf6\xd5\xc3\xe0\xc7\xc7\xbf\x3d\xb3\xb0\xb5\x2d\xa3\x53\x81\x97\x2b\x75\xb7\x60\x76\xd7\xfb\xde\xd2\x0a\xfc\x78\xfe\xf6\xe7\x97\x88\x71\x2f\xee\xd8\xd9\x84\xc1\x10\xfc\xd7\x7f\xbf\xfb\xef\xd3\x7f\x2c\x2e\x00\x9c\x44\x74\x7a\x31\xfc\xfb\x06\x70\x15\xed\xc3\xc1\x70\x34\x86\xfa\xae\x04\xbd\x1d\x3e\x1c\x8d\x9e\x41\x10\x84\x97\x60\x0c\x47\xdf\x42\xa0\xec\x20\x69\x7c\xa3\x39\xee\x45\xe8\x9a\xae\xa5\xf1\x37\xfa\xc7\x18\x8e\xfa\x10\xfc\xcf\xff\x90\x4e\x47\x3e\x0f\xe0\x68\xf0\x0d\x04\x74\x2d\x22\xac\xac\x43\x14\x71\x9c\x94\x91\x25\xbe\xb1\x9e\xc6\x10\x2c\x10\x7f\x7d\x89\x22\x30\x54\x25\xb7\x7f\x87\x4b\x2c\xd0\x70\xb3\x54\x40\xea\x03\x8f\xf5\x58\xf4\x16\x93\xca\x3d\xdc\xd2\x0a\x15\x47\x41\xbf\xcc\x0c\x9c\x4f\x66\x57\x8b\x4f\xff\xdd\x6f\x37\x03\x4d\xd8\xbc\x0b\xfc\x59\xbf\x3f\x07\x95\xf7\x9e\x87\xb7\x0a\xa1\xb3\x57\x67\x4f\xde\xfd\xf7\x37\xa5\x08\x05\xd2\x50\x67\xf4\x4a\xd2\x2d\x65\x22\xfd\x33\x91\xb2\x6d\xca\xd6\xcb\x09\x80\x40\x8f\xbc\x80\xfc\x27\x10\xe8\x1b\xc7\x7a\x5a\x8c\x6b\x3b\x02\x8e\x46\x66\x2d\x8c\xe1\x48\xaf\x06\xf3\x79\x3c\x86\x9b\x62\x13\x18\x4d\x17\x00\x8e\x46\x8f\xfa\x70\x64\x75\xcb\xc1\x78\x3c\xd6\x0d\xe6\x2b\xf5\x21\xe8\x74\xf4\x6a\x7a\x06\x41\x14\xaa\x65\xd5\x4f\x56\xe0\xe8\xd1\x33\xd9\xdc\x53\x08\xc2\x19\x30\xbf\xf0\x1f\xf1\xaf\x90\x4c\xe5\xcf\xc1\xb7\xf0\x19\x1c\xc5\x5d\x8c\x61\xb1\x7b\x08\xb4\xf2\x04\xd2\x42\x20\xe4\x3d\x6d\x3b\x01\xf3\x4a\x7e\xb3\x96\xb8\x1c\xc9\x13\x39\x24\x72\xd1\x13\x34\xc5\x87\x8a\x86\x53\x08\x91\x1d\x3f\x85\x23\x80\xd8\x5c\x41\x58\x44\x89\x81\x2e\x86\x50\x52\xb8\xae\x12\xa1\x09\x8e\x24\x12\x4b\x88\x3c\x09\xb7\x53\xab\x64\x1b\x03\x65\x61\xea\x9b\x9a\x0a\x4f\xe1\xb3\xb8\x4e\x75\x5b\x72\xb6\xd7\x42\x60\xd6\x5b\x62\xb2\xae\x9c\xeb\x09\x0d\xae\xcb\x66\x5a\x0d\xc5\x4c\x19\xc7\x53\xe3\x03\xb2\x19\xa7\xf5\xd6\x66\x9a\x49\xad\xc5\x20\x57\x41\x84\x42\x79\x12\x73\xc5\x3b\x9d\x17\xd6\xcd\x33\x1a\x85\x6a\x76\xe3\xeb\xfe\x94\xf5\x57\xc0\x63\x8a\x72\x39\xc2\x15\x22\x65\x64\x05\x26\xeb\xe5\x0a\xb3\x5e\x84\x67\xa2\x23\xd0\xbc\x03\x72\x6d\x6b\x97\xcd\x2b\x8d\x93\x94\x3c\xf2\x43\xd0\x59\xe7\xcf\x54\x61\x7b\x28\xdf\xd4\x0f\xc7\x06\x1e\xcd\x3b\x21\xef\x2d\x68\x14\xd1\x2b\xf9\x8b\x2f\x51\x14\x75\x08\xd5\x96\xa5\xca\xb6\x3d\xa3\x6c\x09\x2a\x46\x10\x06\xd5\xfd\x66\xe9\x25\x3b\x0b\x45\x81\x37\xa1\x9f\x70\xd0\x33\xb3\x97\x8c\xa4\x6c\x5e\xda\x35\xa1\x48\xa8\xf3\xff\xb3\xf7\xe6\xcd\x6d\xe3\x68\xc2\xf8\xff\xfd\x29\xd8\x9c\xdf\x2f\x2d\xbd\xa1\x64\xcb\x76\x2e\xf7\x7a\xfb\x75\xec\xa4\x93\x4c\x9c\xb8\x63\xa7\x33\x99\x4c\x6a\x0b\x22\x21\x09\x31\x45\xa8\x01\xd0\xb6\x92\x4e\xd5\x7e\x87\xfd\x86\xfb\x49\xde\xc2\x41\x12\x24\x01\x1e\xba\x9c\xf4\x78\xaa\x76\x3b\xa6\x48\x1c\x0f\x1e\x3c\xf7\x81\xa2\x10\x45\xb0\x97\xd5\x08\xa5\xa6\x11\xab\x20\xa4\xee\x4b\xfa\x91\x86\x15\x2a\x20\xd2\x35\x40\xbc\x6a\xc4\x19\x40\xc4\xf9\x84\x87\x3d\x7e\xc1\x93\x91\x2d\xc7\x03\x33\xd0\x6f\x8b\x54\x1c\xf3\x64\x72\x3a\x9d\x66\x7c\xc8\x0a\x4d\x15\x8e\x8c\x3f\xe2\x08\xc5\xc9\x98\x8c\xdc\x56\x74\x25\xbd\x8b\xb9\x6a\xd8\x1f\x13\xa2\xaa\x7f\xef\x69\xc6\x36\x85\x04\x1f\xad\x84\xb6\x88\x33\xd9\x00\x19\xee\x54\x12\x9f\x02\x54\x5b\xc3\x5a\x84\x95\xb5\x06\xf6\x91\xec\x75\xd2\x18\xde\xaa\x05\x44\x3f\xed\x91\x92\xa7\x16\x38\x80\x76\x5e\x54\xa2\x2d\x22\x1c\xcc\xa5\x13\x4c\xd8\xf3\x60\x35\x60\x2a\x3f\x5b\xe2\x82\x2e\x71\x2f\x39\x1b\x37\x5f\x42\x11\x05\x51\xb1\xde\x96\x57\x9f\xf6\x46\x71\x18\xf6\x86\x21\x84\x85\x09\xd3\xc3\xa3\xac\xc7\xc0\x30\x84\x19\xee\x4b\x5f\x38\x87\x3d\x26\x2c\x91\x9f\xd4\x9f\xc7\x90\xfa\x49\xab\xe0\x8c\x61\xc9\x93\xe3\xbf\xc3\x40\x95\xf2\xf8\x98\x48\x02\xb9\x41\x72\x4f\xb5\xb1\x3e\x4a\x91\x80\x32\x82\x66\x30\xb0\xc8\x37\x3e\x9e\xce\x70\x24\x11\x8b\xb3\xf2\x81\xf7\xc1\x95\x90\xac\x91\x6f\x0a\x08\x6b\x1a\x87\xaf\xa7\x37\x9c\x8b\xa1\xb8\x98\x41\xf0\x4c\x70\xe2\xe4\x8a\x1a\x46\x7e\xa5\x7e\x6a\x86\x8e\x0b\xce\x2f\xc3\x4c\xcc\x0b\x38\x4b\x7e\x6b\xb7\x82\xfb\x9e\xcb\x65\xb1\x14\x19\x5e\x02\xca\x9c\x27\x97\x15\x17\x7d\xa1\x95\xcb\xd6\xd5\xfd\x10\x50\xa6\x04\x72\x86\xac\xb0\x3c\x47\x8b\xc0\xb2\xb8\x93\x43\x59\x42\x0a\xd2\x3a\x31\x2d\x27\x8b\x99\x36\xa5\x64\xaf\xe6\x68\xc5\x97\x42\xcc\x57\x3a\xff\x92\xed\x1a\xa6\x34\xd4\xdc\x70\xb0\xaf\x42\x6a\x06\x8f\xbc\x1d\x8d\x48\x6a\xfa\x25\x07\x7f\xee\xd7\xa6\xcb\xcf\xd6\x37\x28\x8d\x6f\x16\xf0\x1a\x08\xca\xf9\x81\xcd\x48\x65\x00\x4a\x79\x05\xe9\x05\xb0\x09\x76\xcd\x00\x2c\x15\x98\xc2\xd8\x12\x45\x85\x80\x93\x20\xa9\xeb\xb9\x2a\xc0\x6f\x25\xf0\xab\x9b\xa1\x09\x60\x1b\x4f\x7f\xdf\x73\xa1\xce\xbd\x5f\x61\x27\x9d\xa9\xee\x3e\xac\xe2\xe4\xb8\x34\x25\x5d\xe3\xbd\x91\x74\x8a\x37\x05\x79\x42\x19\xdc\x93\x93\xad\xe3\xe3\xad\xf7\xef\x9d\x67\xcf\xf6\xa7\xd3\x7d\xc1\x5d\x24\x62\x2d\x78\xfc\x16\x38\xc5\xa1\x11\x4b\x12\x0d\xba\xb0\x68\x2d\x06\xd7\x55\xd9\x07\xfc\x9f\x23\x44\xb4\x3d\x24\xad\xd6\x4f\xa5\x45\xa2\x15\xf2\x14\x54\x70\xfb\xf2\x73\x2f\x53\x46\xb0\xc8\x36\xd4\xae\xce\x9e\xf7\xc1\x7d\x69\x50\x6f\xf7\x8b\x28\x60\xbf\x15\xba\xcd\x2a\x91\xc2\x54\x71\xbe\xd6\xdb\xd2\x56\x0b\x12\x2d\x70\x42\xe0\x28\x51\x02\x95\x65\xb7\x92\xb0\x19\x16\xc1\xf7\x93\x6e\xf7\x77\x10\xc6\x30\x51\x11\x1f\x71\x7d\x8e\x8c\x21\x3f\x91\xff\x1a\x86\x20\x13\x78\xcb\x97\xb3\x66\x8e\x22\xf4\x06\xa5\x19\x0d\x48\xb9\xf8\x0d\x96\xff\xeb\xf7\xfb\x2d\x6e\x68\x06\xe0\xaa\x15\xec\xe5\xd8\xdd\x32\x38\x1e\xcc\x23\x30\x45\xfe\xcd\xa2\xf8\xee\xbf\x17\x8a\xef\x6e\x1c\xc5\x77\xbf\x3f\x14\xdf\xad\x10\x40\xea\x19\x99\x5d\xe6\xad\x9a\x73\xc7\x66\xe9\x1b\x18\x16\x53\xa7\x79\xd6\x4f\xa7\xcd\xb6\x4a\x43\xbc\x34\xa6\x2f\x65\x8e\x5f\x73\x73\x6f\x8b\x35\xfe\xe5\x3f\x2f\x1e\x1e\x4d\xee\xdd\xff\x26\xdd\x1b\x02\x26\x4b\x03\xf5\xa6\x1c\x1d\x47\x71\x74\x35\x9d\xbe\xff\xad\xce\xd1\x91\xfd\xeb\xd6\xc9\x71\xeb\xe4\x58\x8f\x93\x63\xb0\xa3\x73\xb1\xf2\x15\xa1\xf1\x30\x02\x97\x2e\x3f\x9c\x3c\x2d\xdd\x80\x77\xe4\x26\x5c\x22\xb0\xd6\x23\x52\xa3\x31\xff\x35\x5d\x12\xe7\x80\x5e\x2c\xe3\x8c\xb0\xc9\xa4\xf6\xaf\x0a\xa6\xf2\x33\x06\x88\xa8\x20\x5e\x69\x2e\xb7\x69\xc9\xc5\x03\xe4\x43\xf1\x91\x1a\xa9\xc4\x55\x76\xef\x9c\x14\x9c\x9b\x65\x94\xe6\x79\x35\x14\x79\x17\x03\x60\x0b\x10\x26\x99\x67\x15\x30\x6c\x01\xc5\xdc\xfe\xda\x83\xb1\xb9\x40\xe6\x15\x69\xf0\x1a\xb1\xec\x98\xa0\x4b\x11\xcd\x5a\x89\x61\x3a\x18\xa4\x70\xe6\x06\xea\xc3\x66\x58\xd3\x4c\x66\x35\xa2\x57\x12\xac\x5a\xe0\x86\x76\xd4\x6a\x46\x37\x2a\xe9\xc3\xe2\xee\x16\xc7\x49\x6d\xc6\x4d\x3d\x6c\xeb\x77\xbc\x7c\xcc\xc3\xd2\xc8\xf6\x0d\x76\xeb\xdd\xb6\xee\x90\x82\x11\x5d\xdb\x11\xa2\xbd\x81\x8e\x75\x52\xed\xff\xa5\x89\x41\xd0\x30\xd4\x8e\x6e\x93\x14\xec\xb1\xe1\x30\x79\xb3\x7e\xf3\xfb\x68\x01\x4e\x2b\xa3\x7e\x43\xb3\xbe\xdd\x12\x9a\x1a\x1e\xf6\xf4\x58\x01\xaa\x60\x29\x96\xff\x5e\x58\x5b\x5e\xe1\xc6\x46\x4e\xab\xc5\x7c\xaf\x42\x02\x69\x31\x98\xcd\x22\xd3\xcc\xbe\x91\xa3\x3b\x2d\x0c\x78\xc9\x27\x22\x60\xaa\xd6\xc8\x61\xb7\x1a\x99\xc8\xdf\xc2\x36\xbe\xc2\xa2\xac\x5c\x42\x9f\xbc\x1a\xd2\xcd\x2c\x10\x15\xe6\xbb\x66\x46\x8f\x7a\x4a\xde\xcc\xd1\xb6\x38\x5d\x5e\x9a\x2a\xbf\x81\x3e\x8c\x94\x4f\xf2\x9b\x71\x86\x6b\xce\xee\x7b\x9e\x4b\xe0\x25\x24\x14\x96\xa4\x0e\xe5\xdf\xc8\x2b\x81\x1b\x70\x6b\x5b\x48\xef\xae\x2e\x22\xa3\x2a\xd2\xdb\x90\x15\x9c\xcf\x67\x4d\x07\x49\x98\x07\xa4\x3e\x41\xb3\x04\x59\xbe\x75\xb7\x6c\x43\x3f\xd6\x3a\x3c\x56\x65\xf3\x2d\x13\xd0\x5e\x8b\xef\x73\x95\x5e\xce\xef\xde\x9f\x59\x37\xde\x37\x60\xea\x65\x24\x5e\x85\x4d\x72\x45\xe6\xde\xad\x10\xaf\x29\x1b\xa6\xd2\x30\x09\x4f\xfc\xe8\xf0\xe9\x6e\x68\x36\x4c\xfe\x1b\x18\x21\x77\x6e\xca\x08\x39\x68\x6f\x84\x1c\xac\xd5\x08\x39\xf0\xac\x97\xf2\xbb\x37\x42\x2a\x1e\x24\xea\x0c\x85\x78\x9c\xad\x3b\x27\xcd\x0a\xcd\xbe\x14\x9a\x5a\x88\x08\x32\xd9\x26\x3f\x1a\xc4\xd9\x9b\x24\x49\x9c\x96\x2c\x4f\x91\xd2\x33\xd8\x30\x4d\xba\xba\x04\xf7\x4e\x82\x01\x5e\x22\xd1\x89\x81\x21\x15\xb6\x55\xb9\x05\x43\xae\x93\x21\x64\xa5\x44\x4e\x1e\xb4\x09\x25\xeb\x27\xae\xa5\x86\xc8\xa3\xa2\xfb\x24\x25\x39\x4a\xaf\x8f\x46\x5c\x8c\xd7\xe7\xf5\x25\x24\x97\x08\x5e\x55\x5d\xf8\x32\xaf\x5c\x70\x4b\x8a\x27\xad\x77\x47\x2f\xf1\x98\x36\xdd\x4d\xf1\x52\xad\x3e\x23\xcd\x72\x0b\x1a\xde\x26\x73\xb3\xb4\xcd\x5c\x9b\xc1\xe5\xf9\x83\x6d\x1a\xd1\x86\xee\xdb\x1d\xcf\xa5\x97\xe3\xde\x0c\x70\x6a\x2e\xf2\x19\x3f\x16\x39\x58\x1c\x85\x50\xf0\x52\x79\xca\xb2\xe7\x70\x35\x43\x76\x1b\xa4\x11\x36\x95\x60\xad\xaa\xa8\x6c\x57\xeb\xe3\x88\x01\x14\x41\x83\x36\x52\xf3\xa5\x26\xf3\x5a\x44\x7b\xb1\x5f\x44\xef\x6d\x6f\x37\x12\xe7\xdd\x2a\x3f\x97\xa0\x43\x33\xe0\xe7\x54\xe4\x33\xd1\xa0\xd7\x79\x22\x41\x5a\x61\x1c\x9d\x15\xd9\x5c\x3c\x2c\x7a\xcf\x0e\x1d\xd9\xee\xd7\x11\xbb\x73\x66\x44\xa8\xcc\x30\x70\x02\xc0\x80\x33\x22\x78\xea\x0c\x21\x8a\xc6\x0e\x85\x91\xa8\xa5\xce\x26\xd0\x91\x09\x05\xfd\x06\x5c\xca\x20\xad\xe5\x80\xb4\xb7\xbd\xb7\x26\x20\xbd\xc2\xcc\x79\x2a\x9a\x64\x2f\x09\xa1\x77\x13\xc0\x9c\x39\x8e\xff\xf5\x13\x81\x4e\x88\xf1\x05\x87\xc6\x08\x13\xc7\xc7\x71\x18\x44\xff\xfa\x89\x39\x43\x28\x9b\xd3\xf6\x9d\xe7\xcc\x81\x88\x4d\x20\x71\x02\x0c\xa9\xf8\x11\x5e\x23\xca\x1c\x4c\xf8\x18\x0e\x20\xb2\x7d\x77\x56\xed\x80\xc3\x94\x42\xe8\xa0\x15\xc1\x73\x77\x8d\xf0\x3c\x4c\x57\x5d\xa6\xa5\xf9\x95\xa8\x7a\x19\x49\x45\x85\x56\x2e\xad\x06\x67\xf2\x1e\xc7\xc4\x90\xf0\x42\x21\x63\x28\x1a\xd3\xbe\x98\x3e\xd1\xfd\x4d\x93\x1e\x1e\xbd\x74\xe4\x1a\x6b\x64\x5f\x7e\x8c\xe2\xc4\x66\x04\x5f\xa2\x00\x0a\xfc\x27\xf0\x8f\x18\x11\x18\x38\x33\x48\xa6\x88\xca\x4e\x1e\xce\x11\xa7\x29\xbe\xc0\x15\xe2\x80\x60\x8a\x22\x44\x99\xea\xd4\x30\x12\x65\x82\x1c\x44\x1d\x10\xc9\xab\xb6\xc8\x69\x2f\x08\xad\x53\xb5\x74\x10\x6d\x06\x66\x57\x88\x4d\x24\x8c\x28\x62\x50\x07\x12\x47\x76\x2e\x80\xc8\xa2\x49\x0d\xec\x06\xed\x80\xd2\x1e\xab\x57\x42\x43\xcf\xf0\x14\xb2\x09\x27\x0b\x57\xa2\x5f\x35\xc1\xd1\xb8\x6f\xb6\x8f\x36\xda\xa2\xd9\x80\xb2\x67\xd0\x46\xf9\x55\x4b\x6a\x08\xe6\x6a\xde\xf1\x21\xf4\x32\x7b\x89\xb2\xd9\x94\x30\xcc\x08\x34\x72\x3f\xca\x80\x7f\xd1\x63\x44\xe5\xe1\xa9\xd4\x35\x5f\xa4\x92\x65\x66\xb3\x87\xea\xf5\x33\x61\xed\xd3\xcd\x65\xad\x3c\xb8\xed\x0d\x35\x8b\x2b\x44\x99\xf0\xd5\x4c\x5a\x53\xb9\x75\x9b\x97\xd4\x0e\x5f\xc5\x84\x3d\x7c\x0e\xbf\xfb\x4a\x0e\x49\x76\x62\x1b\x70\x6f\xa5\xa9\x8c\x9b\x56\x2b\xb7\x0f\xdf\x7e\xbe\xf7\x19\x99\x4d\x5d\x33\x2d\xfa\x6e\x1d\x36\x2e\x5d\xa2\x35\x05\x6c\x97\xa9\x7a\x02\xdc\xc4\xee\x66\xbb\xf6\x47\x0a\x8d\x1b\xf8\xa0\x4c\xb7\x31\x5d\x4f\xde\x45\x91\x5a\xb8\x1a\xaf\xd3\x9c\xa2\x8a\x2a\xbc\x2e\xa5\x38\xab\xf6\x99\xa9\xad\x1c\x20\xdf\x4b\x8d\x00\xb7\x26\xaa\x4d\xa4\x1e\xcb\x6c\x7e\x59\x37\xd4\x92\xea\xaf\xc7\xb4\x99\xfc\x7c\xca\x2a\x86\x49\xc9\xe9\x96\x78\xbc\x6d\xe7\x53\x15\xe9\xe3\xde\xd6\x05\x58\x59\x10\x9e\xbc\xdb\xab\x08\xc3\x6b\x1a\x72\x27\xd0\x26\x9d\xa6\x16\x15\x15\x16\xf2\xf3\x93\x19\xf1\xf5\x98\x68\x8a\xae\x2c\x57\x9a\x58\xeb\x3e\xcb\xf1\x2f\xc6\x50\x87\xa4\x15\x49\xb5\xc3\x70\x85\xeb\x3a\x06\x0c\xf8\x5c\x77\x27\x75\x4b\x0b\xb4\x37\xab\x4b\x74\x7c\xdb\xd9\xf9\xf9\x01\x4a\xd5\x30\x68\x05\x74\x87\x20\x18\x0b\x8d\xe0\x6a\x82\x18\xb4\xd1\x8c\x5c\xc9\xae\xcc\x99\xd3\x00\xd7\x14\x75\xa4\x10\x10\x7f\xd2\x1b\xe2\x6b\x2d\x84\x41\x3c\x3b\xe7\x87\xe7\xb9\xb3\x10\xf8\x70\x82\x43\x21\x17\x64\x2c\x34\x9a\xc5\xec\x28\x17\xe1\x30\x8d\xb3\x98\x4a\x6d\x04\xcd\xb3\x74\x26\x9e\x3a\xba\x49\xb6\xdf\x97\xfc\x58\xd2\x16\x67\x16\x87\x61\x8f\x88\x5a\xd1\xe2\xb1\x8f\xa7\x33\xe0\x4b\xed\xdc\x46\x8c\x37\x10\xe2\x31\x03\x63\x14\x29\xbb\x67\xb9\xe8\x01\xfa\x0c\x95\xc8\xea\x16\x4a\x1b\x68\x27\x9d\xb1\x1b\xfe\xe2\x19\xff\x26\x7d\xe2\xc7\x84\xc0\x88\x9d\x2a\xf7\xba\xd1\x83\xb8\xa2\xba\x0b\x89\x9b\x0d\x51\xb6\x40\xc5\x05\xae\x36\xf7\x46\x18\xb3\x86\x91\x29\x3b\x8b\x45\x18\x5a\x46\xb2\x96\x3c\xc8\xe4\x2a\xc3\xf0\xcf\x8f\xdb\xd5\x09\x68\xbd\x04\x4d\xd2\xe1\xd7\x12\x8d\xe6\xcf\xa5\xab\xc4\x3d\x11\x7f\x39\xf2\x4f\xf3\xea\xc4\x2b\x48\x86\xfa\xac\x71\x8d\x2b\xaf\x4c\xb1\xd8\x41\x09\x56\x58\x05\x8e\xac\x2c\xd3\x9a\x97\xf2\x09\x0f\xfb\x15\x00\x79\x21\xeb\xfd\xac\x7f\x11\x49\xa3\x5e\xf3\x32\xb4\x5f\xdb\x2e\xa5\x18\x55\x75\x74\xfa\xd6\x2c\x5f\xd9\x3f\x91\xcd\x4b\x5a\xa9\x20\xa6\xdd\x2f\x10\x45\xab\x78\x53\xc6\x28\x7a\x22\x6b\xcc\xe8\xd5\xf6\x71\xc4\xc5\x33\xd7\x73\x71\x74\x14\x22\xff\x22\xa1\x73\xbb\x9a\xe7\x2e\x09\xe5\x94\xc3\xfa\xca\x83\xc5\xdf\xda\x16\x8e\x21\x77\x8c\x19\x3e\xd4\x6b\x2f\x16\x06\xd0\x42\x21\xea\xfc\x3d\xbb\xb6\x30\x83\x1d\x4b\xce\xa9\x95\x61\x09\x72\xaf\xe8\x6d\x4d\xb2\x84\x72\x03\xe7\x4d\x28\x09\xcf\xaa\x0f\x67\x33\x5a\x60\xd4\xe7\x3d\xd9\x54\xda\x22\xec\x17\x8e\x2d\xa9\xf1\xc2\x00\x61\xf4\xb0\x18\x08\xfb\xbf\xff\xfd\x3f\xf9\xf7\x60\x14\x94\xdf\x72\xf0\x28\x27\x14\x96\x79\xa9\x49\xd2\xa9\x8f\x94\x6d\x74\x5f\xf9\xaa\x66\x04\x5e\x26\x97\x35\xa7\x3f\x27\x10\xe1\x2f\x20\x2c\x09\x95\x09\xa1\xff\xc3\x68\x47\x5d\x80\x7a\xf0\xd5\x44\x1c\xbb\xab\x56\xa3\x5e\x30\xae\xe4\x3f\x17\x5a\x49\x1a\x3d\x60\x46\x08\x29\x3d\x98\x15\xef\x6a\xc0\xd7\x11\x93\x45\xc2\xe3\x6e\x5e\xca\xcf\x3a\x57\x6e\x42\x30\x35\x11\xca\x74\x01\x45\x11\x51\x6f\x0c\x5a\x2c\xbf\x95\xea\x10\xfa\x3b\xd9\x1f\x67\x49\x43\x6a\x29\x9c\x94\xe6\x58\x83\x4c\x6e\x07\xf1\x09\x64\xc0\x1a\x9d\x6e\xcb\x58\x9b\x42\x06\xec\x5b\x6a\xec\x69\x58\xd5\x81\xad\xf0\xc8\xaa\x77\xd6\xe2\xb0\x1a\x99\x18\x57\x03\xa2\x2a\xa0\x98\xa3\x19\xa6\x33\x36\x37\x47\x33\x18\x08\xd6\x64\xb7\xea\x73\x81\x5a\x5c\xc5\x74\x73\xe1\xc1\x1c\xad\xb4\xeb\x6b\xe7\x17\xae\xd9\xd5\x96\x9f\xa3\xb0\xcb\xf3\x09\xa2\x2a\x10\xc1\xe1\xff\x12\x5e\x30\x7e\x44\xd2\xfd\x18\x61\x87\x1f\xa3\x93\x9d\x95\xd1\x23\x67\x27\xa7\xf5\x27\xb7\x8c\xa3\x6a\xc9\xe2\x11\x79\x77\x48\x3b\x17\xca\x0d\x55\x31\xf8\xc7\xef\x9f\x9e\xcd\x26\x87\x93\x6f\xc5\x83\xb2\xac\xc7\x62\x6d\x9e\x95\x6f\xcf\x0f\x51\xe6\x01\x88\x3e\xc5\x64\x88\x82\x40\x04\x03\x34\xc9\x29\x1d\xec\x88\x4d\x89\x1e\x1c\x5b\xa3\xe4\xe3\x94\xfe\xe4\x03\xc8\x5a\x07\xbe\x70\xfd\xa3\x55\x9a\x6b\x05\x61\x14\x2a\x4f\x64\x55\x0a\xca\x46\xc7\x45\x6c\x7d\xad\xcd\x7a\x09\xda\xf5\xfb\x39\x6e\xb3\x08\xdd\xd2\x90\x69\x29\xfb\xdb\x2b\x01\xf4\x5b\xcb\xdb\xe2\xa5\x4e\xab\xcc\x17\x68\x55\x26\xb7\xe6\x73\xa7\xca\x48\xba\x06\xda\xdb\xd9\xde\x9e\x5d\x73\xf9\x8b\x91\x38\xf2\x81\x3a\xa9\x8d\x14\x62\xad\x37\x76\xad\xd0\xce\x65\x32\xd1\x18\x33\x9d\xeb\x3e\x3a\x15\x19\xaa\x2d\x2b\xb7\x56\x6d\x35\xef\xad\x31\x6c\xf7\x38\xf7\xc2\x72\x5b\xfe\x9b\xac\x31\xbf\x5c\x76\x77\x6b\xbb\x94\x26\xb9\x4b\x3a\xd7\x13\xee\xc0\x9c\x59\x4a\x65\x0b\x57\x99\xa1\x2a\xed\x4f\xaf\xa4\x89\x6a\x63\x96\xa7\x25\xec\x4e\x4b\x59\x9d\x56\x64\x73\x5a\xbb\xc5\xe9\x55\x91\x65\x57\xd8\x9a\x5a\xdf\xa7\x1b\xb1\x33\x7d\x2b\x56\xa6\x15\xd8\x98\x16\x53\x89\x06\x0b\x6a\xb3\x15\xaa\xa8\x5b\x11\xf8\x58\x12\xfa\xbc\xed\xc6\x61\x8e\xce\x92\xaa\x6d\x2a\xdd\xaf\x52\xa5\x2d\x5d\xc2\x73\x11\x6b\x1f\x53\x06\x89\xa3\x84\xa9\x70\xee\x4c\x00\xe5\xea\xad\xd2\x7d\x05\x14\xfa\x2d\x33\x68\x6b\x05\x6a\x83\x2c\xba\x4e\x70\x9e\x00\xe6\x4f\x56\x6d\x21\x78\x95\xc0\x88\x3a\x53\x3e\xbe\x08\xdd\x66\x90\x4c\x53\x15\xa8\x54\xce\xf4\xa1\x97\xdb\x79\x8d\xa3\xdf\x1c\xd0\x6b\xcb\x82\x2c\xb3\x87\xd6\xb1\xcf\xc9\x10\x8b\xd8\x17\xda\x44\xc3\xe6\x4c\x05\xed\xac\x0b\x21\x06\x52\x38\xdf\xb4\x7d\xe1\xb7\x77\xe3\xfb\xaf\xa7\xf3\x67\xcd\xe2\x62\x6f\x4d\x0a\x9b\x36\x29\x70\xb2\x25\x43\xf5\xa4\xac\x9a\xd9\x71\x73\xa6\x01\x85\x3f\x3d\x3a\x43\x51\x24\x3a\xcc\x7e\xdc\x10\xb2\xab\x99\x1b\xa2\x7b\xc2\xe4\xf5\x9c\x3f\x29\xb0\x6e\x1a\xf1\xc1\x68\xf8\x1a\xde\x1d\x4d\x1b\x07\x84\x2f\xda\xf4\x20\x89\xce\xcb\x25\x71\x16\x44\x1a\x44\x7b\x33\x82\xa6\x80\xd8\x91\xc5\xc9\x09\x83\x39\x6f\x73\x29\x86\xb7\x09\x02\xe7\x7d\x15\x8d\xaa\x87\x94\x67\x96\xa1\x25\xe7\xb9\x32\x22\x4d\x6a\x88\x18\xa7\x2c\x8d\x6e\xaf\x01\x95\xfb\x3e\x4f\x3f\x70\x24\x5a\x04\x95\x28\x88\x5b\x13\x55\xe9\xe3\x10\x93\x1e\x15\x5d\x65\x1d\xc3\x99\x95\x9a\x74\x15\xc3\x7c\xed\xe7\x63\xeb\xee\x65\xce\x0c\xa8\x4c\x59\x61\x4a\xe0\x95\xcd\x9f\xea\xc5\xb6\x66\x80\xce\xc7\x7c\x98\x8c\x64\xa5\x71\x9a\xc4\xa3\x97\xcb\x56\xd5\x86\xa5\x9b\x2a\x5d\xb5\x08\x51\x5f\x58\x78\xb3\x03\x5a\xae\x7b\x01\x48\x5b\xce\x53\x8b\xfc\x2e\x9e\x81\x40\xe0\xd3\xcc\xc0\x56\xf1\xd6\x1b\x98\x48\x0c\x99\x32\x5e\x23\x6e\xda\x2b\x96\x57\x9b\xa0\xab\x9b\x91\x95\x56\xb7\x48\x47\x32\xc3\x16\x17\x68\x4b\x66\x19\xa5\x4d\x6a\x83\x53\x19\x5b\x8c\x68\x6f\x04\x82\x9c\x27\x75\xcb\x7e\xeb\x19\xa0\x17\xbf\x12\x1c\xcf\x6a\x28\x59\x53\x79\x75\x55\x97\xb9\xa5\xf0\x6d\x22\xb3\x56\x99\xc4\x82\xf3\x20\x0a\x92\x7f\x46\x58\xb3\xdc\x33\x90\xab\x32\x26\x9f\x8a\x8e\xf0\x67\xe2\x27\x81\xe9\x71\x14\xb5\xc0\xf3\x16\x58\x9e\x5b\xa2\xbe\xae\x02\xa7\xae\x98\xb5\xbd\x82\xc8\xf7\xf5\xa4\x41\x52\x7f\x65\x4e\x07\xc6\x21\x43\x33\x47\x3b\x02\xf5\x06\x20\x08\xf4\x64\x42\x83\xe7\x1e\xa5\x89\xd6\x3e\x0e\x43\xe8\x33\x47\x01\xdc\x5e\x03\xfa\x9e\xe7\x5e\xf7\x90\x2f\x4b\x29\xa8\x2e\xd6\x6e\x59\x56\x49\x7f\x31\x9a\x9f\x16\xd0\xa2\xf3\x5b\x2e\x9b\x3a\x54\x96\x87\x3f\x01\x84\x39\x6a\xfb\x09\x17\xd7\xf7\xac\x2a\x10\x65\xc8\xe5\xb9\xfe\x2c\x7e\x4b\x55\x04\x82\xb3\x95\x72\xf6\xe4\xe7\xa4\xe1\x8d\x08\x45\xe4\xaf\x9c\x3c\xfb\xec\x16\x8a\x0b\xe5\x75\x69\x82\xc7\x89\x79\x5b\xb7\x12\xa9\xc7\x8e\x88\x1b\x1f\xe1\x5c\x82\x0b\x5f\xa6\x90\x50\x8d\x2b\x9c\x41\xc2\x0f\x51\xae\x20\xa9\x1b\x39\x05\xd7\xae\xe7\x0e\xcc\x66\x8e\x9c\x59\xd0\x34\x4a\xc3\x18\x98\x32\x81\x59\x22\xd1\xb6\x5e\x3a\xbb\x25\x1b\xb7\x64\xe3\x5b\x26\x1b\xf7\x3c\x57\x2a\x3b\xbd\xe1\x5c\x44\x3a\x15\x2e\xea\x54\xc4\x1e\x2b\x6a\x92\x7a\x9a\x2b\x88\x4a\x12\xac\x2c\xe8\x0a\x7a\xbc\x2c\x5d\x09\x40\x34\x86\xa4\x3d\x65\x49\x97\xb1\x2c\x71\xc9\xf6\x73\xc3\xf4\x65\xf1\x08\x20\x9b\x01\x22\xb3\x5f\xfc\xd0\xd0\x7e\x91\x45\xb3\x25\x06\x9c\x8d\xdb\x30\x9e\xde\xfb\xfd\xf0\xf3\x83\xd7\xc4\x1c\x1c\x74\x01\xe7\x6e\x82\x1d\x26\x4b\x5e\x5a\xff\xef\x9e\xe7\xf6\xf8\x1f\x3d\x14\x65\xc4\x4c\x8b\x3f\xab\x21\xa1\x39\x82\xc8\x35\x70\xd5\x68\xab\x54\xeb\xaf\x11\xe1\x32\x57\x3a\xad\x50\xf8\x69\x3c\x9c\x40\xa5\x0b\xc9\xdf\x70\x28\xa8\x9f\xe7\xee\xd8\x31\xbc\x50\xef\x9d\xc0\x11\xba\xb6\xd3\xd6\x66\xfa\x80\x32\x85\x27\x83\xe9\x97\x44\x45\xd1\xd9\x35\x90\xd4\x19\xb8\xf0\xe5\xb2\x45\x72\xa6\xd8\x99\xd6\x44\x94\xeb\xcb\xc5\xd8\x7e\xcc\x17\x6e\xcc\xc1\x44\x79\x98\x71\xe4\x6b\x66\xa0\xec\x57\xb7\xef\x66\x6b\x4f\x79\xb2\xe9\x81\xc4\x85\xa5\xea\xab\x36\x47\x92\xbf\xea\xb1\x17\xb6\xc9\x19\x80\x4c\xf5\x52\x0c\x40\x87\x73\xbe\x20\x6f\xc3\x3c\xee\x46\x44\x3a\x5f\xb8\x72\x79\x5a\x5c\x42\xd7\xf6\xf6\xe4\x52\xec\xf2\xa6\xa9\xf1\x78\x77\x46\xee\x6f\x9d\xbc\x6b\x6e\x51\x96\x51\xd0\xe5\x30\x07\x27\x2b\xb7\x2d\x62\xb8\xd1\xb5\xfc\x87\xca\x3c\x95\xb2\x00\xb9\x80\x51\x39\xaa\x3b\x41\x0e\x73\xd4\x7a\xa3\xeb\x63\x28\x9e\x8d\x23\xd8\x63\x13\x44\x72\x95\xad\x2c\x4d\x10\x5c\x43\x7c\x8c\x6a\xc4\xd7\xae\xa4\x70\x36\x94\xd9\xe1\xdb\x90\xdc\x15\xa9\x5c\x99\xbb\x35\xa8\x24\xba\x06\xf1\xa3\x80\xaf\xad\x11\xbe\x14\xf2\xb3\x69\x7c\x7f\xf8\x8c\xf8\xe1\x68\xf8\x70\x01\x0f\x4a\x13\xeb\xb1\xb2\xfe\xaa\x62\x26\x2d\xdc\x25\x83\xfc\x00\x0b\x9a\x8f\xad\xf2\x86\x31\xb4\xcf\x44\x89\xf5\x45\x68\x45\x6b\x73\x96\xbb\xfc\xcf\x6d\x3c\x25\xc9\xee\x8c\x95\x1c\x9a\x7d\x6b\x68\x21\xd1\xfc\xe3\x62\x4b\x89\xe6\x5f\xd6\xd5\x51\x68\x64\x49\xd7\xb7\x91\x4b\xc2\xd3\x2d\xe8\x2b\xd3\xf9\x0d\x1e\x38\xe3\xe4\xb6\xa8\x2c\x8b\x95\x77\xd5\x34\xa5\x40\x12\x5a\x93\x94\x00\x51\x49\x94\x44\x7a\x0c\x20\x9b\xa7\x29\x2f\x5e\xc5\xf1\x64\xdb\xb7\x14\x8c\x0a\x00\x8b\xa7\x69\x59\x74\xcf\xbd\xa3\xc6\x2c\xab\x37\xf7\x45\xa5\x55\x0b\x73\x0c\xe0\xc8\x60\xce\x50\x3f\xfa\x21\x9a\x9d\x82\x1c\xf7\x2a\xb2\x36\xc2\xd5\x9b\x3c\x5d\x98\xaa\x32\xd6\x8f\x3c\x97\x2f\x6c\x5b\xfd\x7b\xae\xfd\xfb\x0a\x05\x6c\xc2\xd5\xee\xed\xed\xff\x5f\x3d\x9a\x40\x55\x55\x42\x7b\x46\xf8\xf7\x3b\xb3\xeb\xe4\xcf\x79\xf6\x67\x39\xec\xac\x21\x03\x1d\xbb\xc5\x32\x1e\x59\x14\xa3\x9d\xcb\xe9\xd7\x6d\xc7\xdb\xad\xaf\x41\x3b\xf0\x76\x95\x1a\x31\x01\x74\x92\x71\x60\x7e\xe1\x5d\x4f\x15\x29\x3e\x16\x67\x98\x72\xe2\xff\x12\x3f\x66\xce\x2e\xfd\x1d\xe5\xf4\x69\xad\x26\xe4\xed\x41\x65\x4f\xef\x04\x10\xd6\x4b\xac\x61\xae\x57\x54\x7c\x10\x3d\x4c\x6b\x27\xab\x05\x09\x9c\x33\x14\xa0\xe7\x63\x53\x36\x17\x34\x9f\xeb\x00\x6a\xd0\x33\xf1\x28\x55\x7d\x8c\x78\x86\xab\x9b\xb7\xe7\x80\xd3\x38\x2d\xa3\x45\x49\x7e\x15\x62\x89\x92\xc2\x07\x65\xf8\xa7\xed\x07\x32\x5b\x57\x65\x0d\xfe\x52\xd8\x99\xd5\xd7\x2e\xcc\x6e\x05\xc8\x17\x17\x76\x99\xf4\x6e\xde\xd6\x9b\x00\x88\xc8\xb5\xda\xf9\x17\xf0\xf6\xeb\xbd\xae\x06\x9e\x12\x36\x92\x98\x7c\xf3\xc3\x9c\x56\xec\xca\xb1\x7a\xae\x67\xb6\x7a\xd8\xab\x82\xe5\xac\x6e\xd5\x1d\x07\xf2\xaf\xdb\x22\x50\xcd\x5a\x6b\x62\x07\xd2\x74\xc2\x1c\x98\x17\x4f\x8d\xd1\x74\x41\xef\xc3\x6a\x6a\x50\x2e\xca\x00\x8b\x0c\xac\x35\x07\x1c\x11\x08\xc5\x85\xde\xa2\xe3\x5e\x3e\x49\x7b\xe3\xbc\xf0\xfd\xb3\xdf\x4f\x9f\x3c\xf9\x87\xa5\x81\xb1\x32\xce\x4b\x9f\xef\x25\x20\x08\x70\xd1\x79\x53\x8f\x4d\xf6\xc4\x14\x76\x3d\xfd\xfb\x94\x09\xc8\x2d\xff\x1d\x0a\x4d\xce\x7d\x85\xc9\x14\x84\x0d\x13\x87\x06\x12\x53\xe5\x3a\x94\x36\x70\xd1\x64\xa0\x6c\x49\xb1\xca\x97\x2b\xe4\x00\x47\xe2\x6b\xf5\x1f\xe9\xb2\xc8\x0a\xe7\xc8\xa1\x9d\xc7\xfc\x0b\xe7\x2c\xd9\x79\x45\xe3\x10\xab\x23\x62\x33\x5d\x20\x4d\xeb\xb5\xde\xe3\x96\xf3\x2e\x94\x2c\x3d\xc5\xfe\x45\xaf\x26\x31\xb0\xee\x73\x34\xd5\xa2\xdb\x2b\xa3\x9c\xad\xf3\xcf\xe6\xeb\xfc\xde\x0e\xd6\xea\xd2\x70\x6d\xe2\x30\x2a\xb2\x86\xaa\xee\xc6\xf3\x68\x84\x97\xbc\x19\x48\x0c\x91\xbf\x17\x7c\xd8\x95\xdf\x8a\xc4\x71\x7e\x7b\x3b\x6e\x6f\xc7\x66\x6e\xc7\xbb\xd4\x1d\xbd\xcc\x05\xc9\xb9\xbb\xb3\x3b\xa2\x06\x5f\xcb\x35\xd1\xa6\xbc\xbd\x29\xb7\x37\x65\xfd\x37\xe5\x58\x04\x1e\x2c\x79\x51\x02\x35\x48\xfe\x9e\xc8\xa1\xd7\x72\x4d\xb2\x09\x6f\x6f\xc9\xed\x2d\x69\x7d\x4b\x4a\x6a\xee\xa0\x18\x2f\xac\x4c\x36\xab\xd3\x7b\x72\xc6\x1f\x75\x17\x2b\xda\x31\x1a\x6e\xf1\x23\xeb\x25\x16\x77\x9c\x8f\x2b\xfe\xb6\x94\x95\xa8\xbd\xcb\xa2\x0c\x6e\x6f\x02\xa2\xc0\xac\x33\x15\x42\x05\x92\x39\xd5\xef\x1f\x3d\xa3\x4e\xe5\xbc\x43\x6c\xe2\xbc\x11\x55\xd5\x9f\x81\x28\xd0\x6a\x6f\x2b\xd3\x49\xf3\xfc\xd8\x92\xa5\x27\x4f\x16\x54\xa8\x82\x88\x6d\x0a\xe3\xb1\xee\x92\x69\x7c\xcf\x9a\x93\x08\xa7\xd9\x3e\xab\x6d\x57\x7a\x30\x58\x56\x89\x38\x9f\xaa\x13\xe9\x29\xff\x28\x62\x90\x5c\x02\x15\x1f\xb6\xbd\x5d\x5d\xf8\xa4\xd6\x96\xb4\x0c\xad\x5a\x9a\x5a\xad\x80\x5e\x2d\x4f\xb1\x56\x43\xf3\x56\x59\x43\xab\x25\xe5\xda\xb6\xfd\xf2\xe8\x3b\x20\x69\x0f\x2a\x49\xda\xc3\x65\x29\x5a\x08\x47\xac\x27\xea\x9a\x37\xa5\x68\x0f\x73\x04\xcd\x28\x07\xc8\x9b\x7e\x2e\xfa\x27\x1d\x43\x1f\x93\xa4\xfa\xc4\x7a\xe8\xd9\xc3\x1b\x24\x67\xc5\x4d\x36\x26\x66\xe6\x5a\xf2\xdb\x9e\xfb\xa0\xdd\x6d\xb9\x25\x54\x7f\x19\x42\xf5\xd0\xf6\xc3\x83\xef\x80\x4e\xdd\xab\xa4\x53\xf7\x97\xa5\x53\x69\xb1\xad\xa6\x64\xea\x7e\x9e\x4c\x19\xae\xee\x53\x59\x4c\x67\x3d\x34\xe9\xfe\x0d\xd2\xa4\x97\x80\x8c\xa1\xf3\x4c\xd4\x20\x58\x35\x05\x71\xb4\xaa\x67\xb7\xb4\x64\x75\xb4\xa4\xf1\x21\x34\x02\x7d\xc2\x6f\xd4\x4b\x2f\x39\x93\x07\x21\x1a\x47\x30\x70\xb4\x8a\x39\x95\x1a\x2a\x50\xcb\x98\x10\x38\x72\x3d\xf7\x6f\xb5\xc2\xf8\xb6\xe7\x9e\xe3\xf1\x38\x84\x0e\x26\x0e\x16\xed\x4c\x41\xea\xf1\xb9\x39\xaa\x7a\xdf\xf6\xc3\xbd\xef\x80\xaa\xee\x56\x52\xd5\xbd\x95\x50\xd5\x90\x93\x8b\xb4\x64\x49\x0d\x59\xdd\xab\x25\xab\x3a\xf5\x59\x1b\x79\xdd\xdb\x14\x79\x6d\x38\x88\xac\x40\x6b\x25\x68\x6d\x88\xb4\xe1\x1a\x5b\xc5\x46\xd5\x70\x9e\x8b\xa0\xc3\x78\x3a\x83\x44\xc8\xf3\xda\x4a\x4a\xed\xb5\x1a\x12\xa9\x55\x6d\xdc\xbe\x11\xd5\x99\x0d\xc7\x2c\x44\xf9\x40\xee\x43\x87\xff\xc6\x26\x80\x39\x63\x0c\xa9\x83\x23\x07\x38\x14\xfa\x38\x0a\x1c\xd1\x91\x68\x08\x7d\x10\x53\xe8\x20\xf6\xaf\x9f\xa8\x43\x80\x20\x35\xa1\x2a\xca\xb4\x51\x62\x7c\x2b\x53\x7f\xeb\x32\xf5\x9e\xed\x87\xdd\xef\x80\xfa\xdb\x7d\x12\x49\xc1\xcc\xe5\xa9\x7f\x00\xc8\x45\x8a\xc7\x95\xa4\x7f\xa7\x96\xf4\x1f\x03\x72\xe1\x3c\x96\x63\xad\x87\xee\xef\xdc\xa0\x58\x9d\xee\x6e\xe5\x32\xb5\x4a\x68\xb9\xa5\x24\xdf\x32\x25\xd9\xb1\xda\x17\x57\x99\x0a\x66\x8f\xc0\x5b\x32\x98\x8f\x40\x10\xf8\x24\x9e\x0e\x6f\xa0\xfb\xf4\xcb\xf3\x97\xec\xc5\xf0\xe9\xfb\xc6\x55\xf6\x4c\xa4\x2b\xdb\x40\x8f\x32\x10\x05\x40\xa6\x63\xe9\xde\xd4\x33\xf5\xdc\x79\xac\xed\xb6\xa6\xfc\x5c\x19\x1b\x23\x70\x39\x04\x32\xcf\x5c\x08\x1d\x80\x58\xb2\xaf\x2a\xbe\xee\x21\x06\xa7\x66\x6c\x76\x6d\x75\x7a\xb3\x1d\xf2\xb9\x85\x54\x6e\xba\xd2\xae\x1e\xeb\x6c\x75\xed\x9a\xb4\xb7\x54\x49\x9b\x21\xdf\x74\x67\x6c\xcf\x96\x9a\xed\x2c\x1e\xf6\xd8\xc2\x33\x36\x2b\x8e\xd8\x6c\x25\x32\xac\xdd\x69\xb1\xfd\xe2\x93\xa6\x24\xa5\x20\x48\x80\x28\xc2\x4c\x2f\x95\x6f\x0f\x67\xd7\x10\xd7\x01\x04\x3a\x38\x0a\xe7\x0e\xbc\x84\xc4\x89\x29\x0c\x1c\x14\x89\x72\xa4\x29\x5e\x3a\x11\xb8\x74\xf0\x48\x3c\x54\x29\x61\x8e\x54\xe4\xac\xb9\x3d\xd5\x32\x8f\xf9\xba\xa1\x68\xac\x84\x02\xfd\xb2\x89\xa7\xda\x8a\x6f\x6f\xda\x12\x37\xed\xe6\x51\x6d\x8c\x2e\x21\xd7\xb4\x42\xcc\x38\x4a\xc1\xe9\x6c\x02\x28\xa2\x0e\x88\x02\x07\x8f\x18\x8c\x9c\x00\xc7\xc3\x10\x3a\x80\x3a\xc0\x99\x81\x31\x74\x04\x32\xf4\x9d\x33\x14\xf9\x90\xe3\xe0\x5c\x0c\x04\x42\x8a\x1d\x59\x27\x55\xd4\x4e\x81\x5e\xf6\x1b\x9a\x72\xbe\x03\x22\xe6\x8c\x30\x71\x26\x30\x9c\xa1\x68\xec\x00\x8e\xdd\xc4\xb9\x80\x70\xc6\x5f\x45\xc4\x19\x42\x40\x50\x34\xa6\xd5\x68\xbc\x7a\x86\x9b\xc1\x64\x49\x76\x1b\x33\x26\x72\xe2\x36\xcd\x6a\xf7\xae\x21\x3b\x9e\x80\xab\xda\xa8\xf9\xa5\x43\xd8\x33\x26\xdc\x2c\x88\xdd\x1e\x5f\x55\x33\x92\x89\x3a\x49\xf0\x36\x10\x04\xd4\x39\x2c\x16\x52\xc5\x21\xd8\xe8\xee\xa7\x5f\x88\xe9\xb4\x4f\x1e\xa7\x0f\xac\xc1\x50\xe6\x31\x4c\x9e\xc1\x77\xc9\xdf\x0b\x8c\x15\x16\x2c\xb5\x2f\x93\xbf\x17\x18\xab\xa0\xab\x1c\xab\x3f\x17\x18\x69\x18\x82\x1c\x84\x1f\x27\x7f\x2f\xb4\xc3\xe8\x22\xb7\xc1\xc8\x38\x52\x85\xc8\xb1\x3a\x0c\x70\xf4\x14\xed\xf4\xeb\xd3\xec\xc9\x02\xfb\x2b\x44\x87\x3f\x57\x7f\x2e\x30\x12\x8d\x7d\x5f\x95\x5a\x4a\x85\xb4\xf4\xc9\x22\x78\x5a\x0a\xc8\x7d\x97\x3d\x59\x08\xbf\x0a\x91\x8b\xc7\xe9\x83\xcd\xc4\x82\xda\x49\x95\x32\x57\x1a\x09\x4a\x35\xa9\xca\xbe\xcc\x93\xaa\xd7\xf2\xf9\xcd\x50\x2a\x8b\x05\xf6\xb5\xf6\x68\x81\xf3\x4b\x24\x51\xf3\xe0\xcb\xdf\x02\xcb\xc0\xcb\xdf\x08\xcb\xc0\x2b\xb9\x1d\x96\xb1\x57\x71\x53\xf4\xa1\x05\x8c\x12\x21\xeb\x9b\xbc\x42\x13\x1c\x86\xf8\xaa\xfd\x05\x4a\xbe\xcb\x5f\x9f\x67\xe2\xe9\x8a\x6e\xcf\xa3\x34\x9d\xd9\x1d\x02\xff\x62\x4c\x70\x1c\x05\xfb\x7f\xdb\xb9\xf7\xf8\xf0\xe1\xe0\x67\x67\x06\x82\x00\x45\xe3\xfd\xdd\xed\x2c\x21\x7d\xf1\xab\x81\xa2\x4b\x48\x98\x3c\xb1\xb5\x5d\x93\x9a\x49\x56\x73\x65\x6a\x26\x59\xd9\xf5\xa9\x99\x67\x55\x57\xa9\x66\x9a\x6f\xe7\x26\x51\xf4\xb9\x5d\x02\x4f\x22\x35\xab\xef\xf2\x37\x49\x5e\x21\xe7\x0c\x7d\x36\xb3\xb7\xf5\x72\xa1\xb4\xa4\x63\x82\x34\xc9\xdf\x2d\x8f\x52\x1b\xe2\x55\x1a\x28\xb4\x00\x3a\x4c\x61\x80\xe2\xa9\x36\xda\x49\xfa\x60\x11\xd9\xb4\x60\x62\x78\x99\xfc\xbd\xf6\xa8\xfd\xf5\xa9\xca\x12\x99\x96\x53\x93\x45\x1d\x82\x1b\xd0\x92\x67\xff\x8c\x9e\xbd\x7d\xbf\xf3\x6a\x19\x83\xb4\x5a\x7b\x6d\x59\x10\x19\xa2\x9e\x0d\x30\x03\x21\x64\x4c\x6b\x5c\x29\x06\x3a\x4d\x9e\x26\x45\x94\xdc\x00\x52\x9f\xa0\x59\x12\x40\x93\x94\xdd\x99\x82\xe0\x7c\x02\xa7\x49\x3a\xc1\x14\x04\x8e\xfc\xdb\x73\x0f\x7d\x1f\x46\x4c\x18\x6c\x22\x18\x33\x02\x42\xda\x37\x54\x9b\x4d\xed\x4b\xab\x5d\xda\x8c\xe0\x20\xf6\xd9\x91\x02\xcb\x47\xce\xc2\xc4\x13\x47\x3d\xf2\x5c\xf9\x0f\x67\x44\xf0\x54\x05\x08\x3d\x03\x74\x82\x8e\x30\x99\x39\xea\x73\xda\x77\x5e\x0b\x63\xd3\x10\x13\x82\xaf\x60\x20\x0c\x45\x20\x64\x90\x44\x40\xd8\x6f\x81\xd8\xa5\xb4\x4b\x89\xf5\x39\xd4\xe7\x00\xd8\xe4\x5e\xe1\x14\xf3\xb5\x68\x7b\x7d\x22\x9f\x94\xf6\x9a\x98\x6d\x7d\x1c\x7d\x52\x88\x2d\x5b\x4d\x83\xc8\x11\xa3\xe0\x08\x84\x0e\x81\x74\x86\x23\x0a\x4d\x5b\xd8\xa0\xf9\x4b\xa2\xf4\x72\x57\xba\x58\x83\xa2\xf7\x29\x9e\x0e\xf1\x0d\x94\x23\xfc\x7c\xff\xe9\xef\x4f\xcf\x1f\x5b\x0c\x61\x13\x40\x98\x2c\xc6\xa5\x97\x7a\x69\x76\xf3\xc5\x8e\x4a\x1b\xb5\x51\x82\x3d\xce\x2a\x8b\x85\xa5\x0a\xb5\x81\xd2\xda\x6e\x12\xbd\xf4\xf7\x1f\x03\x72\xac\x6a\x04\xb9\x74\x16\x22\xd6\xbb\x44\xd0\x28\x3e\xe7\x6b\x84\xe2\x62\x23\xbf\x10\x8e\x61\x64\x2e\x2a\x96\x44\x2a\x28\x71\x63\x45\x65\x77\x94\xbb\x3e\x57\x35\xc6\xad\x28\x7b\xb3\x93\xab\xc7\xa3\xd6\x52\x53\x91\x47\x77\x0a\x25\x05\xa9\xab\x67\x58\xa6\xb0\x8e\xbb\x4c\x59\x9d\x12\x2c\xcc\x0f\x2b\xca\xea\xec\xb6\x2c\xab\xe3\xb6\xa9\x86\xb3\xd3\xac\x1a\x4e\xd5\xa8\xaa\x6c\x4f\x55\x10\x43\x36\xd7\x82\x35\x7e\xea\x04\xa4\x1d\x6f\xb7\xa6\x1a\x8f\xa1\x82\x4f\x23\xc1\x7c\x21\x27\x4b\x5b\x59\xf9\xd0\x11\xb2\xbe\x60\x13\xca\xaf\x77\xac\x11\x03\xe7\x31\x20\x4e\x4a\x79\x05\x6b\xbc\x9a\x40\xe9\x14\xd4\x89\x86\x23\xdd\x6a\xe2\x39\xe7\x96\x04\x84\xda\x67\x89\xc3\x10\x8c\x61\xdf\x79\x2e\x82\xe8\x80\x23\x44\x54\xe2\xc8\x0a\xf0\x32\xfa\x8e\xc0\x3f\x62\x44\xa0\xe8\x1b\x29\xb2\xea\x64\x38\xaf\xc3\xb0\x43\x21\x94\x93\x02\xc6\x3f\x1d\xc2\x50\x32\x64\x81\x41\xaa\xb1\x64\xf1\x00\xed\xb0\xa8\x2e\x0f\xd3\xec\xbb\xda\x48\x1a\x4d\x0a\xf8\x44\x71\x24\xc8\xa8\xde\xc2\x8f\x3f\xac\x23\xc1\x4d\x4a\xf7\xb7\x12\xe2\x57\xcb\xbf\xcd\xbc\x77\xb5\xfc\x7c\xf3\x9c\x9c\xe2\x67\x27\x6f\xaf\xfe\x71\xbc\x6a\x97\xd6\xf2\x51\x78\x0b\x78\xae\x4a\x47\xa4\xb9\xb0\xaa\xd9\x6d\x2b\xf3\x95\x2c\xad\xb8\x7f\x6f\x7b\x76\xfd\xb3\x23\x4a\x2f\xee\x8b\xc2\xad\x3f\xdb\xd5\x73\x75\x37\x6a\x64\x95\x85\x2e\xc8\x26\xdc\xd9\x8b\x5a\x26\xce\x4d\xa4\x53\xb6\xcc\x98\x11\xcc\xf1\x5c\x88\xe8\xe1\xdc\xa1\x13\x7c\x25\x09\x1e\x12\x11\xc9\x32\xfe\x61\x08\x08\x27\xa2\x0e\x8a\xfc\x30\x0e\x20\x27\xa5\x49\x6d\x45\x1c\xa7\xb4\x76\x88\xaf\x3d\x07\x50\x1a\x4f\xa1\xa4\xca\x14\x7d\x86\xc9\x8f\x3e\x8e\x18\x40\x11\x24\x0e\x0c\xc5\xae\x3c\x41\x4b\x11\x75\x02\x48\x65\xd2\x06\xc3\xce\x10\x3a\x02\x28\x81\xd4\x1f\x8e\xce\xce\xfa\x0b\x3a\xb5\x56\x56\x8d\xab\x49\xf0\xe2\xfa\xc8\x6e\xd5\xc6\x37\x69\x86\x13\xc7\x21\x00\xd4\xc6\x2f\x54\x22\x04\x22\x1a\x37\x1d\xe6\xbb\x27\x06\xef\x10\x9b\x1c\xa5\x40\xf9\xfe\xe8\xc2\xf3\x91\x03\x1c\xa1\x1e\x72\x3a\x70\x89\xe4\xd5\x56\x23\xf9\xb2\x2b\x62\xf2\x99\x26\xc1\xa7\xdb\x11\xd4\x83\x73\x40\xcf\x41\xcc\xb9\x42\x61\xc8\x6f\x30\xa0\xd9\x85\x96\x57\x9f\x48\xdd\x3f\x40\xd1\xd8\x32\x7a\x52\x6f\x37\x19\x38\x23\x12\x61\x88\xaf\xf8\x77\x5c\x0e\xf4\x63\xca\xf0\x54\x5a\x44\xd0\x67\x01\x9b\x7f\x0f\xfa\xd0\x0c\xd1\xbe\x0d\x52\x31\x0a\xe1\x35\x1a\xa2\x10\x31\x63\xe9\xf6\xa6\x22\x83\xb0\xdf\xf7\x06\x6b\xa1\x12\x03\x8d\x4a\xdc\xff\x0e\x45\x86\x5a\xb0\xed\xac\x05\x6c\x92\xa0\x2a\xb8\xed\x7e\x7f\x60\x5b\x3b\x45\x3d\x2e\xca\x58\xba\x34\x14\xa0\x29\x8c\x28\xc2\x11\x2d\xc9\x44\x36\x22\xb6\xfe\xcb\x1a\xa2\x4b\xe8\xc4\xb3\x00\xb0\x56\x5e\xb6\x12\xde\x65\x43\xac\x99\xa9\xaf\xff\xba\xbe\x11\x38\x12\x8d\xff\x12\xf8\x17\xa1\x29\xd7\x7c\xa5\x38\x2d\xe4\x7a\x7f\x02\xa2\x71\x62\xbe\xf8\xab\xf3\xcd\x06\x67\xb9\x1e\xa6\xb9\x39\x1f\xe5\x6a\xeb\x61\x8f\x70\xc4\x12\xdf\xf9\xe6\x3b\x43\x9c\xbc\x7f\xf1\x76\x78\xfe\x7a\x19\x8f\xa5\xbe\x81\x06\xbd\xbc\x1b\x5f\x2e\xf5\xfe\x64\x50\x78\x3d\x8d\x2d\xd0\xbd\xde\xb2\x62\x4e\x19\xaf\xd4\x20\x33\xed\xfd\x33\x3c\x85\x5c\x8c\xa6\x90\x8b\xcb\x23\x19\xe9\xc3\x99\x83\xb0\x55\x26\xd1\xe7\xaf\x30\x73\x22\xe8\x43\x4a\x01\x41\xe1\xdc\x99\xc2\x24\xbc\x9c\xc8\xbe\x78\xfd\x6a\xfb\xdc\xe2\xfb\xdd\x31\xed\x97\xdf\xdb\x3d\xb7\x18\x37\xf0\x17\xda\xf5\xae\x6d\xd7\xf7\xdc\x42\xf8\xc6\x37\xb7\xe9\x0d\x9a\x62\xb5\xbb\xb6\x0a\xaa\xc3\x80\x7f\x71\x03\x71\x12\x67\xe7\xa3\xe8\xf2\xf7\xfb\xbb\x6b\xc8\x26\x90\xcd\x69\xf9\xf9\x30\x12\xc3\xa5\x73\x08\x7a\x60\x36\x0b\x61\x8f\xce\xa9\x48\x07\x6a\x2a\xac\x09\xe8\xe6\x3f\xcd\x47\x45\xd5\x8e\x9b\x13\x49\x4a\x51\x06\x6c\x3e\x83\x23\xd1\xc6\x3f\xd9\x37\x9f\xf1\x29\x98\xa2\xd0\xbc\xee\x56\xde\xff\x95\x88\xb9\x8f\x43\x14\x5d\x9c\x00\xff\x4c\x2c\xe1\x29\x16\x6f\xb4\x01\xdf\x50\xf4\x32\x9b\x02\xdf\x02\xc2\x66\x13\x2c\x09\x47\xe3\x24\x9b\x07\xe6\x19\x1c\x63\xe8\xbc\x7d\xde\x12\x84\x94\x7f\xd6\x8b\x51\x11\x74\x55\xc3\x2d\x09\x30\x6d\xe8\xcd\x83\xe9\x0d\x1e\x62\xd6\xa2\x36\xbf\x00\x12\x51\x1f\xe5\x41\x64\x1f\x6a\x49\x00\xa5\x03\x6f\x1e\x3c\xaf\xaf\xe7\x63\x18\x39\x67\xc0\x1c\xd1\x5c\x01\x23\x2c\xbe\xec\x51\xf1\x65\x21\xd1\xa0\x7a\xd0\x25\xa1\x25\x47\xef\xa9\xd1\x37\x0f\xb2\xb7\xc3\x38\x62\x71\x4b\x68\xc5\xea\xa3\x3c\xa0\xec\x43\x2d\x09\xa3\x74\xe0\xcd\x83\xe7\x08\x44\x0c\x10\x18\xb6\xe8\x14\x23\x20\xe4\x67\xdf\xe5\x81\x54\x39\xe0\x92\x70\xd2\xc7\xde\x3c\xa8\x9e\xc1\xf0\x12\x32\xe4\x03\xe7\x15\x94\xd1\x30\x2d\xe0\x35\x49\x3e\xee\x45\x30\x2e\xa5\x4c\xd7\x0f\xbd\x24\xe4\x4a\x13\x6c\x1e\x7c\x9c\xf4\xf4\x28\x24\x68\xd4\x96\x07\x6a\x1f\xe6\xc1\x56\x3d\xe4\x92\x20\xcb\x0d\xbe\x79\x70\x4d\x71\x84\xe9\x8c\x2f\xb0\x1d\xb4\xb4\xef\xf2\xc0\xaa\x1c\x70\x49\x58\xe9\x63\x2f\x0f\xaa\xcd\xd9\x81\x34\x1d\xaa\xb5\x32\x26\x13\xd9\x93\xf2\x78\x1b\xd7\xc0\x76\xdf\x9e\x04\xa7\x47\x04\x98\x35\xb0\xca\x0e\xa0\xe5\xba\x07\x59\xbd\x85\x72\x72\x6a\xb5\x4d\x40\xd5\x5a\x18\x12\x50\x0c\x21\x75\x2a\x43\x02\xb5\x1a\x0d\x22\x0f\x02\x8f\x8d\x1d\x8e\xd4\x00\x68\x9a\xb4\xea\xa4\xc4\x77\x3d\x77\x2b\x46\x5b\xa2\x36\x11\xdd\x92\x87\xc4\xbf\xef\xab\xce\xa6\x8f\x3c\x17\x84\xcc\x55\x41\xf0\xae\xb5\x02\xc4\x42\x36\x10\xb5\x6e\x5b\xc0\x6c\x31\xb6\x54\xd8\x58\x7d\x1c\x8d\xd0\xd8\xf5\x5c\x18\x5d\x22\x82\xa3\x29\x94\x9a\x8e\x1b\xc0\x4b\x18\xe2\x99\xfc\x5b\x0f\xdf\xac\xbe\x9f\xf9\x2e\xd1\x29\x42\xbb\x85\x6e\xd0\xb9\x32\x18\xc6\x2b\x2f\xfa\x71\x8e\x63\x14\xc0\x26\x15\x41\x2a\xdf\x70\xac\x75\x2f\x26\x8c\xcd\xe8\xfe\x96\x3c\xa8\x19\xc1\xe2\x3a\x20\xbc\x15\x60\x9f\xda\x91\x42\x83\xee\x31\xf6\x63\xbe\x6a\x60\x2e\x19\x5a\x86\x08\x85\x8c\x89\x1a\x11\x0c\x5f\xc0\x44\xde\x6d\x03\x97\xc3\xa3\x97\xce\xb9\xfa\xb6\x0e\x2e\x65\x53\x52\xf1\xaf\x45\x2b\x9c\xd4\xe1\x60\x72\x77\xc6\x31\x63\x59\x56\xb4\x01\x8b\x17\xac\x73\xa2\xbe\x8e\x8d\x91\xbb\xae\x6c\x6c\x3b\x68\x15\xef\x58\x32\xb9\x2d\x4d\xcd\x73\x44\xb8\x3d\x09\x17\x90\xeb\x4d\x61\x14\xdf\x40\xed\xab\xc9\x0e\x39\x7a\xf5\xe8\xae\x99\x80\x47\x60\x0a\x25\x47\xad\x69\xe7\x5c\x46\x8f\x19\x18\x0b\xcb\x5a\x3c\x95\x29\x66\xf9\xc2\x9f\xd5\xa8\x95\xc7\xa5\x12\x2e\x00\x8a\x64\x04\x8a\x5e\xa3\x8d\x43\xcf\x4e\xba\x67\x86\xd7\x7b\x15\x01\xe1\xef\x30\xb9\x08\x31\x08\x9a\xb8\xda\xe2\x62\x2a\x83\x1c\x1c\x51\x56\x45\x9c\x45\x93\x13\x69\x90\x12\x5d\xf0\xe3\x30\x38\x9b\xe0\xab\x57\x09\xc4\x2b\x4a\x31\x6a\x29\x0e\x85\x24\x87\xb6\xe5\xf9\xf8\x42\x0b\x74\x2e\x5b\xe8\x0c\x5f\x41\xd2\xa3\x30\x84\x3e\xcb\x64\x2e\x2c\x72\x8d\xf8\xd7\xf2\x17\x18\x88\x7f\x02\xe2\x4f\x9e\x22\x18\x66\x7f\x3d\x89\xc0\x30\x14\xbf\xe2\x48\x7a\x2e\x65\x59\x55\x11\x88\x54\xca\x29\xa1\x98\x30\x18\xe4\x76\xef\x15\x80\x24\x33\x29\xd2\x57\xc4\xd5\x15\xad\xf9\xa5\xa0\x38\x66\xae\x75\x30\xbd\xf7\xfb\x20\xcd\xac\x10\x9f\x81\xa4\x7f\x2c\x97\x84\xb7\xbd\x0f\x49\x92\xc3\x1f\x31\x57\x51\x14\x1b\xb5\xbd\x34\x8d\x59\xf9\x30\xcb\xeb\xcc\x27\x45\x54\xcc\xcb\xc7\xc1\x51\xfa\xe9\x91\x04\x5b\x29\xab\x22\xc9\x0c\xe1\x27\xea\x65\x97\xb4\x47\xaf\x10\xf3\x27\xd6\x5e\x60\x96\x5e\xce\x51\x92\xfc\x92\x5d\xf0\x46\x42\x80\xfe\xbf\x63\xf9\xa9\x93\x2e\xbd\x65\xef\xfe\xfc\xff\xdc\x5c\x13\xe4\x64\x7d\x0d\x9a\xf6\x5b\x65\x76\xaf\x38\x91\xe9\x3e\xb7\xf1\x1e\xe7\x06\x2c\xdd\xc1\xbc\x24\xf0\x09\x0f\x15\xfb\x97\xa8\x71\x94\x0a\x01\x5a\x7e\x90\x51\x04\x78\x81\x87\x95\xcc\xbf\x45\xf5\x98\xb6\x14\xf0\x28\x8c\x29\xd3\x6a\x3f\xaf\x80\x00\x36\x04\x97\x1f\x22\x01\x82\x85\x20\x76\x94\x7c\xdc\x1c\x68\xb5\x0b\xa2\x90\x5c\x42\xb2\xe0\x82\xce\x92\x8f\x97\x39\xc5\x76\x22\x8d\x85\xda\x17\x38\x72\xb1\x38\x7e\x96\x8b\x3a\xf0\x76\xd6\x2b\x2e\x65\x02\x4f\x6b\x61\xe9\x13\x1e\xf6\x02\x38\x0b\xf1\x9c\x03\xb9\x17\xa8\x5e\x64\x1b\x97\x9b\xee\xdd\x7b\x89\x82\x2b\x46\xda\x2a\xbe\x5c\x5a\x55\x44\x78\x02\xe8\x24\xe3\xab\x53\xc8\x08\xf2\x65\xe9\x71\x7a\xf1\x2b\xc1\xf1\x8c\xff\x01\xc2\x10\xfb\x40\xb2\xdc\xac\xec\x71\x66\xbf\x71\xf3\x00\xd9\xd2\x60\x93\x8c\xf8\x51\x56\x47\x4b\x9e\x67\x3c\x57\x7f\x26\x53\xf5\xea\x46\xe7\x4b\xeb\x8d\xe5\xda\x56\x38\xac\xb6\xe8\xe2\x7e\x1b\xcd\xa0\xa6\x59\x25\x8e\x9a\xf1\x6c\x49\x74\xdd\x3c\x9a\x4e\xe6\xbf\x1f\xe3\xc3\x5f\x5f\x98\xd1\x34\x68\x28\xcb\x97\x2b\x53\xa7\x35\xdb\x1c\xe9\x28\xef\x89\x95\xa3\xf4\xdc\x0c\x62\xbe\xde\xf4\x63\xe0\x95\x0e\x52\x08\xc1\x84\x3d\x0f\x6c\x09\x9e\x6e\x4d\x76\xab\xd6\x61\x40\x54\xe8\x77\x8d\x73\x88\x86\x03\x8a\x7a\x67\xe9\xa9\xe6\xf5\xa8\xe6\x04\xa6\xe5\x94\x65\xf9\xdc\xa7\x49\x6a\xe2\x29\xc1\x32\x89\xbe\x56\x98\xb7\xdb\xa8\xf4\x7d\x65\xed\x15\xb2\xb2\x33\x59\xe1\x21\x05\xf4\x37\x49\x5e\xa4\x36\x7b\x2b\xa1\xc6\xbe\x16\x63\x57\x95\x5a\x2b\xdb\x0c\x20\x61\x63\x18\x81\x00\x1a\x6b\x9a\xdb\x3f\x65\x90\xe8\xca\xc9\xef\x90\x50\x4b\xc7\x16\xfb\x18\x13\x20\x12\xa8\x45\xb9\x50\x6d\xac\xbf\xb9\xb6\x83\xbf\x54\xb3\x78\x6e\x14\xf3\xcb\x55\x95\x72\x6c\x40\xee\x6d\xcf\xfd\x53\xb7\x60\x4f\xb1\x20\x21\x23\x82\xa7\x3d\xd1\x0a\xd2\x84\x31\xd9\x9c\x34\x1e\x4e\x11\x3b\x47\x53\x4d\xf0\xb7\x4c\x6f\x16\x14\xee\xeb\xc5\x66\xec\xd5\x16\xf9\x3f\x38\xa5\x02\x3e\x73\xf2\xe7\xba\x6b\x57\x78\x98\xe8\xa0\xe3\x0a\xb9\xe7\xf5\x0c\x46\x32\xf3\x7b\x5b\xcf\xfc\xce\xa0\x10\xa4\x8d\x42\xf5\x55\xd6\xc9\x2e\xf9\x6b\xa5\xa6\xa9\xbe\x3e\x56\x91\xa7\xae\x1d\x86\x9a\xcf\x26\x54\x64\xa5\x45\x6b\x79\x50\xad\x2f\x43\x29\x33\x29\x53\xb6\x87\x27\x67\x2f\x6b\x92\x40\xa3\xf7\x73\xcc\xb3\x5e\x61\x2a\x6a\x47\x4d\xc9\xc4\xea\xf9\xeb\x92\x7c\xd5\x26\x40\x6c\x9c\xdd\x9e\x0e\x77\xb7\xfe\x78\xf1\xfb\x85\x99\xdd\x0a\xce\x20\x48\x75\x6b\xa6\xdb\xd8\x74\xd6\xa4\x89\xc4\x61\x06\xa2\x25\x32\xe1\xd3\x30\xf0\x11\x27\x1e\xc3\x10\x16\x69\xbb\x9b\x28\x52\x94\xf5\x18\x18\x86\x9a\xe3\x8e\xe2\x98\xf8\x06\x2b\x50\x8e\x24\x16\xb0\xb9\xf8\x77\xc3\x80\x3c\x09\x82\xe6\xd5\x42\xd8\x44\xdb\xc5\xf3\x63\xb3\x9d\xc0\xf4\xee\x09\x0e\xd0\x08\xd5\x54\xa5\xcc\x7d\x51\x48\xc9\xab\x79\xbb\xaa\x57\x92\xe9\xfd\x0a\x5e\x69\x59\x8e\xca\xeb\x6b\xf6\xf6\xd1\xe9\xdb\x16\xb0\x81\x53\x5c\x2c\x16\x58\x93\x7b\x61\x3a\x4b\x49\xc0\x1b\x9e\xa5\xe2\xbe\x19\xd6\x88\x66\x50\x29\x0a\x66\xcf\x5d\x51\xd1\x84\xc1\x6b\x49\xdd\x55\x01\x90\x29\x0e\x64\x01\x10\xce\x1d\x1a\x39\x94\xeb\x3b\x70\x58\xe8\xec\xea\x35\xec\x46\xe4\x71\x85\x44\x37\x55\x5e\x37\x4d\x70\xdf\xbc\x27\x3b\xbf\xdf\x8f\xfe\xd1\x2c\xef\xc0\x48\xd4\xa4\x45\x84\x3a\x66\xcd\xb9\x11\xd1\x55\x46\x95\x08\x5f\x11\x30\xb3\x4a\xc6\x26\xfb\x3b\x9f\x47\x2a\xd4\x15\x72\xb1\xad\x03\x91\xfc\xdc\x56\x50\xa8\x4c\x50\x67\x21\xf0\x61\x70\x04\x22\x40\x90\x6e\x61\xcf\xbd\x14\x40\x8a\x48\xee\x2d\xbd\x10\x51\xe6\x98\xaf\x29\x67\xd4\x64\xe0\x7c\x8d\xa3\x44\x3b\xa8\xaa\x71\xe4\x5a\x82\xfc\x8b\x76\xcc\x6c\x92\x0a\x0a\x55\xb4\x88\x16\xab\x0e\x35\x01\xa0\x46\x13\x9c\x2d\xc7\xaa\x51\x18\xf6\x5e\xa5\x50\x54\x49\xf9\xab\xc5\xa9\xd2\x87\xa6\x4f\x9a\xc3\xfd\x54\x00\x68\x2d\x50\x17\x42\x4b\x4b\xc8\xad\x79\xb7\xc7\xf2\x54\x57\xbc\x5d\x85\x2b\xe7\x98\x81\xf0\xdb\x41\x94\xc6\xc4\x47\x73\xc3\xe5\xb6\x35\x81\x20\x64\x93\x79\x76\x8c\xdb\x26\xba\xb2\x72\x4a\xf0\x4c\x4e\xbb\xe2\x33\x2a\x6d\xe6\x2f\x72\x48\x71\x54\x7d\x4c\xaa\xf4\xfd\xca\x4f\xe9\x6d\x32\xef\x8a\xcf\xc9\xb0\x9f\x45\x4f\xaa\x85\x9a\x24\xc5\x81\x3a\x39\xa0\x74\x58\x11\x66\x68\x84\xa4\x70\xd6\xca\x7a\x69\x30\x08\xd8\xbe\x3d\xd6\xcb\x85\x2e\x52\x2c\x6c\x93\xb2\xaa\x12\xc3\x96\x95\x53\x75\xa7\xc5\xc6\x05\xd4\x18\x1c\xbd\xf8\x74\x7c\x14\x7d\xdb\x16\x81\x73\x40\x2f\x1c\x69\x69\xfa\x96\x2d\x02\xa9\x3d\xec\x2c\x9e\x4e\x53\x49\xca\xcd\x79\xa5\x36\x63\x18\x68\xa7\xba\xbf\x82\x30\xd0\xcc\xf1\xbf\x34\xff\xf2\x30\x66\xd8\x79\x03\x2f\x21\x61\x2d\xbe\x6a\x24\xfe\xe6\xe7\x51\xf4\xb1\xe9\xfb\x8a\xad\x3a\x6d\xbf\x4b\x09\xbd\xf1\xcb\x75\x9b\x04\xf8\x6a\x0c\x61\x65\xf9\x17\x02\xb7\x54\x78\x54\xda\x02\xbc\x52\x24\x4a\x45\xfd\x51\x56\x15\x99\x5b\x18\xb6\xbd\xb7\x28\x3f\xdd\xc0\x50\xca\x35\x19\x7b\x26\xc6\x84\x81\xaa\xc7\xed\x7a\xee\xfb\xb4\x7e\x57\xa3\x18\xf9\xda\x15\xbc\xda\x3a\xb4\x85\xe3\x78\x1f\x4a\xa1\x6a\x8d\x40\x56\xb5\x21\x10\x33\x2c\x2f\x84\x98\xf2\xbd\x88\xee\x7a\x85\x4b\x5b\x6a\x33\x11\x26\x26\xc8\x95\x94\xbd\x6d\x03\xd8\x32\xad\xaf\xf0\x79\x0b\x95\xaf\x21\xf6\xd9\xf4\xa0\x06\xab\xa8\x55\x26\x1a\x2e\xa1\xb1\x34\xd5\x70\xbc\x16\xf2\x59\xbd\x7b\x62\x25\xf6\xb7\x75\x89\x35\x1a\x8f\x5a\x52\x9e\xa1\x3d\xca\x08\x04\xd3\xcd\xcb\x32\xef\x1e\xfc\x86\xfe\x7e\x09\xc6\x66\x59\x86\x40\x1f\x13\x43\x44\x41\xb1\xd5\xb8\x2a\xa5\x03\x83\xe3\x6c\x4b\xc5\xb4\x23\xcd\x33\x84\x6c\xd5\x4b\x53\xea\xa0\xdc\x6a\x40\x86\x10\x5c\x1d\x03\x06\x9b\xba\xdb\x4b\x5d\x5c\x19\x9a\x42\x11\xcf\x10\x61\x06\xab\x29\xf8\xa0\x95\x0b\xb7\xa1\xb5\x3a\xf1\x15\x8b\x32\xc7\x2d\x27\xf2\xdc\x93\x93\x93\x13\xe7\xd8\x73\xde\xbf\x7f\xff\x7e\x45\x34\xfe\x6d\x74\x11\xe1\xab\xc8\xe1\x80\xa9\x25\xf3\xcd\xb9\xb9\xee\xb6\xb5\x1f\x02\x16\x88\x6c\x56\xa4\x92\xe2\x42\x85\x00\x1b\x8b\xcb\xb6\x0c\x46\x73\x59\xa1\xba\x1d\xac\x34\x09\xcc\x7c\xaf\x17\x23\x0f\x68\x34\xea\x8d\x10\x0c\x03\xda\x03\x51\xa0\x20\x77\x13\x06\xf9\x27\x77\xa3\xbb\xfe\xe3\x97\x66\x1a\xa1\x0e\xd4\x73\xc5\x52\x1b\xaa\x3d\x62\x6f\x89\x8a\x21\xd5\x86\xaa\x2e\x01\x82\xc8\x48\x50\x34\x25\x03\x36\x8d\xbc\x3c\x73\x8f\xe0\xab\xc4\x9c\x92\x95\xc1\xcf\xbd\x27\x6c\x1b\x5c\x0b\x52\xaf\x85\xf8\x0a\x12\x1f\x50\xa8\xc9\x18\xe7\xf3\x99\x21\xac\xdb\xa6\xcf\x9b\xc3\x5a\x0c\x8b\xf3\x61\x68\x89\xe6\x75\x6b\x82\xa7\xa6\x80\x5c\x40\x52\xde\xd9\xf2\xdb\x70\x2d\x29\x69\x8d\x86\xf4\x5c\x10\xe8\x56\xa6\x46\x42\xf1\xdd\xa6\x64\x6e\x89\x65\x05\x30\x84\xac\xed\xc2\x7a\x1b\x58\x18\x0c\x50\xeb\x75\xdd\xdd\xea\x15\x04\xb7\xe6\xb9\xb2\xb5\x62\xbf\x5d\x37\xcc\xc4\xc1\x57\xe5\x08\xff\x7d\x6b\x3d\xb7\x4d\xa2\x53\xeb\xdb\xe7\xe4\x9e\xab\xb4\x17\xfd\x3e\xb8\x85\x9d\xcb\x5e\x29\x39\x36\xe4\x36\x60\xa3\x37\x89\xca\x6b\x07\xca\xeb\x30\xb8\x69\xa0\xb4\xbd\x46\x37\x03\x13\xe7\xe0\x3f\x9d\xb5\xa1\xd4\x32\xbb\x5b\x12\xe5\xed\x64\xa8\x2d\x05\x6a\xac\x33\x96\x74\xc0\xb2\x4c\x91\xc8\x54\x6d\x62\x11\x4b\x5d\x87\x96\x10\x1c\x06\x2d\x04\x87\xd5\xf3\xfb\xa6\xb3\xb7\x20\xd0\xe5\x21\x5b\x13\xe8\x55\xf3\x7a\xd3\x92\x5a\x13\xc8\x55\xf3\x79\xd3\xa2\xda\x12\x28\x9d\xc7\xaf\x8c\xbf\x9b\x7d\x66\x59\x3c\xaa\x81\xaf\x3b\x5f\xea\x7d\xf3\xe5\x5b\x61\x17\x6a\x75\x35\xd0\xa6\x03\xa5\xe5\x42\xa4\x52\xe0\x65\x37\x39\x83\xef\xd3\x44\x61\x48\x17\xff\x3a\xbb\xee\x8d\x6a\x09\xf3\x27\x5f\x6f\x48\x89\x34\xef\x7c\x61\x4d\xf2\x06\x3a\x5e\x9e\xec\x86\xb3\xe9\xef\x3b\x66\xb5\x51\xba\xbf\xa5\xa3\xc7\xf5\x5c\xbd\x18\xb3\xea\xb9\xe6\xb9\xa2\x8c\x35\x14\xd7\x84\x13\xb4\x38\xaa\x4c\x54\x37\xd2\x65\x3d\x9b\x43\x40\x21\xb9\x75\x8b\xeb\x7b\x86\xc1\x8c\xb9\xbc\x25\x12\xbe\x62\x02\x5e\xbf\x8e\xc5\xa8\xb8\x7d\xdc\x96\xa4\x7c\xa5\x84\xbc\x6a\x55\x2d\xa9\xf9\x4a\x69\x79\xd5\xba\xda\x11\xf4\x8c\x9c\xaf\x88\x98\x5b\x3c\xbe\x75\x22\xdf\x10\x87\xba\xa3\xeb\x05\x1e\xee\x6b\x12\xa9\xbe\xdf\xe7\xc7\xf5\x52\xa9\x59\x08\xcb\xc0\x2a\xfd\x34\x62\xd4\x4b\x48\x86\x98\x66\x97\x73\x45\x10\x5f\x2c\xcd\xa4\x09\xc3\x5a\x09\xb3\xd2\xb7\xa3\x71\x2c\xfd\x71\x35\xdb\x6a\x65\xa1\xb5\xc8\xc1\x09\x38\xf5\xe4\x94\x25\x25\xe2\x9c\x51\x7d\x69\xa2\x5b\x29\xad\xde\x8a\xcc\xb7\x22\xf3\x37\x27\x32\xb7\xa7\xb4\x59\xc4\xce\x7e\xde\x04\x60\x91\xbb\x8d\xd4\xb6\xe8\xce\x7a\x2b\x64\xa8\x26\x95\x67\x3a\x45\xc2\x70\xcf\x73\x7b\xfc\x8f\x1e\x8a\x2a\x06\xac\x18\xb7\x85\xb1\x3a\xa5\x9f\x52\xe6\xeb\x09\x69\x2f\xbd\x98\x94\xf6\x92\xb7\xf9\x32\xee\xe5\x72\x13\x73\x9e\xe8\xfb\x22\xaf\x51\x57\x4e\x32\x30\xde\xcb\xfd\x56\x6f\x9a\xb8\xe7\xdd\xcf\xd1\xce\x6e\x1b\xf2\x5a\xe2\x70\x4b\xe2\xb6\x57\xe4\x91\x2d\xca\xba\xfd\x85\x34\xb2\xd6\xec\x2d\x01\x2e\xa0\x17\x4d\x2e\x41\x1b\xc6\xb6\xb3\x22\xc6\x66\x77\xbb\x34\x77\x22\xfd\x85\xbd\x3f\xdf\xa8\xef\xe7\xdb\xf4\xfc\xe4\xfd\x3e\x2b\xf4\xfa\x98\xac\xb9\xfc\x52\xed\x1b\xac\xd5\x46\x56\x65\x09\x98\x3b\x4c\x15\xff\xa6\xd5\xd1\x8a\x7c\xaa\xe5\x40\xe6\x42\x6a\xb6\x7b\x64\xe4\x3f\xbb\x76\xfe\xb3\x5b\xc9\x63\xb2\x29\xf7\x3c\x37\x8e\x42\x28\x87\xcc\x95\xef\xda\xcb\x32\xf3\x03\xe8\x17\x43\x6c\x54\x9d\xb6\xb4\xf4\x59\x53\x4d\xc7\x6b\x52\x6f\xd2\x8e\x36\xbb\xde\x5e\x2b\x56\xb8\xa4\x8a\x57\x20\xae\x55\x6a\x5d\xe3\x82\x7a\xab\xe0\x61\x3b\x25\x1e\xb6\x53\xc3\xc3\x1a\x55\x1b\x6b\xe1\xd1\x68\x94\xd4\xbf\x16\x63\xe4\x42\x96\xc7\x19\x18\xc3\xad\x21\x60\xe2\xa6\x6e\xd8\xfe\x78\xf5\xe2\xf8\xec\xe1\xc9\x93\x99\xd9\xfe\x98\x15\x2a\x4d\x0d\x8e\xa6\x30\xb7\x42\x2d\xe6\x04\x41\xb2\x9a\xaf\xa2\x02\x97\xfa\xd9\x1c\xd4\x96\x53\xb4\xb3\x69\x1b\x47\xb2\xc8\x58\xaa\x2a\xeb\x66\xee\x22\xa1\xc8\xcf\xae\xd0\xc7\x8f\x79\xf1\x51\x9f\xbe\x4c\x45\x3c\xbd\xf2\x59\x8d\xec\xa1\x97\x53\x4b\xa0\x22\x90\x30\x27\xf0\x01\x32\xa6\xe6\x5a\x1a\x99\x66\xa3\x64\xcf\xe4\xe6\x34\x21\x53\xb5\x17\xc0\xb3\x06\x8e\xe6\x68\x54\x8a\xa2\x33\x40\x18\xdd\x12\x81\xe7\xe9\x6e\x3e\xe1\xa1\x28\x74\x59\x2a\xdd\x98\x9c\xa5\x4c\x22\xaf\x2a\xf1\x68\x29\x21\xe2\x36\xec\x5e\x56\x30\x33\x25\x73\x96\x83\xd6\x9b\x5b\x3c\x6c\x15\x95\xe4\xb8\x35\xa5\x94\xf4\x97\xaa\x4a\x3a\x15\x72\xe1\xac\x2a\x48\x2e\xd3\xc4\xe1\x87\xc1\xc7\x2e\xe5\x68\xb7\xca\x55\x31\x29\x31\x6e\xb9\xa0\x0f\xff\x93\x11\x2c\xda\xd2\xa5\xfa\xf7\x7c\x06\xf7\xb5\xf5\x1b\x00\xcf\x14\x47\xd2\x15\xcc\x3f\xab\xb2\x54\xeb\xe6\x3c\x25\x08\x13\xc4\xe6\x35\xf3\xce\xd4\x6b\xc5\xb9\x2b\xf4\x7f\x51\x28\x21\x0a\x5c\x1d\x5b\xb5\xc2\xa2\x86\x62\xac\x95\x15\x6b\xdb\x07\x4c\x3c\xc8\xc1\xc7\xb4\xf9\x74\x9a\x9a\xdd\xeb\x25\x8b\xed\xf9\x1a\x0d\x58\xad\xc9\x22\x6e\x40\x56\x4d\x54\xd0\xa8\x03\x15\x09\x4a\x05\x02\x51\x20\x06\x65\x01\xa0\x66\x50\x91\x00\x20\xe3\x83\x01\x0a\x63\x02\xe9\x6a\xc7\xcf\x25\xca\xe5\x29\x1b\xc5\x84\x25\xec\x56\xfd\x79\x0c\xa9\x0f\x45\x63\x70\xd7\x73\xc7\x98\xe1\xd4\x20\x6c\xa1\x7a\xb9\x31\x72\x4f\xb5\xa1\xd2\xe7\x85\x11\xdb\xef\x06\x72\x29\x20\x11\x82\x5b\x81\x69\xfd\x95\x8f\x32\x51\x67\x71\x49\x29\x5d\x20\xfa\x0c\x83\x9e\x3f\x41\x61\x70\x03\x7e\xdb\x87\xe1\x1f\xb3\x87\x97\xaf\x6e\xe5\xa6\x5b\xb9\xe9\x2f\x26\x37\x31\x82\xa6\x53\x59\x45\xfc\x56\x7c\xba\x15\x9f\x9a\xce\x6c\x76\x65\x94\xd6\x02\x08\x8c\xd8\xbe\x51\x24\x2b\x54\x0e\xef\x8b\x65\xe5\x56\x28\x3e\x76\xb5\x4a\xf5\x64\xde\x53\x74\x41\xbf\x59\x5a\x09\xfa\xbc\x60\xa7\x06\x30\x0a\x4b\x1f\x9b\xb7\x1d\x18\x98\x56\x65\x53\x38\x16\x32\x6e\xdc\x8a\xa8\xb7\x22\xea\xad\x88\x5a\x35\xf0\x22\xad\xfe\x1b\x92\xf8\x42\xa9\x88\x53\x30\x0f\x31\x30\x54\x3b\x6a\xc1\x31\x1c\x51\x43\x86\x14\xda\x77\xbb\xa5\xaa\xaf\x33\x39\xd7\x8b\xb3\xd7\xaf\xda\x66\x50\x7e\xa2\x38\xea\x5d\x22\x78\xa5\x8b\x92\xfc\x61\x06\xd4\xc2\xe8\xcd\x48\x55\x3d\xa1\x98\x91\x62\x53\x1a\x3f\x44\xbd\x2b\x14\x05\xf8\x8a\x6f\x1c\x86\x80\xb2\xac\xe6\xd4\x7d\xcf\xf5\x55\xc5\xc5\xc4\x25\xf0\xd0\x4b\xd6\xe6\xe6\x29\x42\x35\x55\x68\x4a\x10\x36\xa4\xd7\x18\x14\x93\x15\x69\x39\x9b\xd7\x6f\x2e\xb7\x2f\x40\x34\x7c\x70\x76\xab\xdf\xdc\xea\x37\x7f\x31\xfd\xe6\x1b\xb6\x0b\x57\x05\x45\xf1\x09\x4d\x55\xef\x4f\x73\x84\xe2\xaf\xa3\x29\xa9\x32\xbe\x35\x22\x65\x52\x12\xe0\x9b\xd5\x97\x6e\x65\xf9\x6f\x4f\x96\xaf\x1a\x51\xb0\x6d\x02\xa3\xb6\x52\xb6\x1f\x13\xae\x06\x9e\x8a\x66\xc0\x42\x42\x7e\x51\x5e\xca\x42\xd2\xb6\x3e\x72\x4e\x04\x7f\x71\xb3\x66\xdc\x9c\x84\xb2\x94\xa0\x93\x72\x8f\x4d\x4b\x39\x9f\x7e\xbb\x77\xec\x5f\x06\xb0\x6d\x33\xa3\xbd\xa4\x55\xa3\x6a\x5e\x99\x97\x6c\x2c\x7c\x4f\x4a\x3b\x6a\xa3\x0b\xb1\xbd\xc1\x8e\x40\x57\x01\xbc\x2d\x1a\x0f\x23\x70\xe9\xca\x40\x98\x62\xf6\x42\xa6\x01\x69\xe4\xb9\x52\x2f\x2a\x74\x13\x5d\x44\x80\x66\x24\x5e\x16\xa1\x14\x26\x2c\x8b\x4d\xd9\x25\xde\x34\x46\x3d\xfe\xf4\xeb\x21\x79\x48\x2c\x65\x40\x44\x2e\xd7\xe2\xa5\x0f\x8d\x45\x0c\x5f\xe0\xa1\xf3\x12\xc4\x91\x3f\x81\xb4\xa6\x27\x5a\x59\xa0\x29\x2b\xaa\xf9\x92\xa9\x59\x53\xc9\xa3\x14\xa4\x5a\x4b\x49\xb7\x58\xf3\xb0\x22\x14\x52\x14\x3f\x9c\x81\x31\x8a\x54\x06\x5b\x54\xac\x80\x48\xd1\x67\xa8\xda\xb5\xb9\x1f\x2d\xb3\xa7\x04\x90\xbf\x75\xc6\x3f\xb0\xd0\x49\xb3\x3a\x51\x59\x81\xb1\x96\xc4\xa7\x15\x1a\x13\xe1\x5b\x74\xfa\x6b\x4b\xd5\xdd\x2b\xc4\x26\xbd\x11\xc6\xcc\xa2\xf3\x14\xcb\xfd\xed\xb4\x2d\xda\x68\x19\x83\x2f\xa5\x37\x9c\x27\x35\xa7\x66\x04\x0b\x73\x50\xca\xbe\x0d\xa3\x26\x4e\x80\x66\x41\x71\x0b\xcc\x9d\xc9\xc3\xc6\x06\xd9\xc9\x8f\x6b\x9b\x3f\x31\xb6\x1b\x66\x4f\x03\xeb\xd6\x35\xb7\x2e\x40\x1a\xe6\x3f\xd5\x7e\x6e\xbe\x86\x62\xe1\xc9\x5f\xd3\xa6\x75\x35\x85\x2a\x35\xa2\x83\x68\x6f\x57\x1b\xe2\x4c\x09\x59\xcb\x94\xac\xdc\xd1\x4b\x56\x6a\x05\xcf\x44\x41\x3c\x4b\xad\x33\x8b\x9d\x0b\x0f\xf3\x0d\x2d\x12\x55\xf3\x28\x44\xfe\x45\x72\x3d\x77\xf5\x4e\x16\xd5\x7d\x67\x33\x51\xca\x2b\x7e\xa9\x11\xb4\x3a\x11\x6b\xd7\xa6\x33\x17\xe3\x12\x2b\xf4\x27\x59\x47\x42\x52\x06\xab\xde\x54\x6e\x27\xae\x11\xd5\x2a\x5f\x8c\xb1\x31\xa6\xfa\xb0\x27\x1b\x7e\x19\x94\xbd\x1c\xfc\x15\xdd\xa3\x8c\x73\xd9\x43\x56\xd0\x7c\xfe\xf7\xbf\xff\x27\xff\x1e\x8c\x82\xf2\x5b\x0e\x1e\xe5\xd4\x89\x0a\xf6\x62\xca\x74\xa8\x2a\xac\x63\x29\x95\x3a\x23\xf0\x32\xc1\xbb\x9c\xed\x29\xd9\x3c\x7f\x01\x61\x2b\x19\x72\xfe\xa3\x22\x46\xbc\xc5\x3a\x22\xd1\x69\xa5\x62\x1d\xea\x05\xe3\x1a\xfe\xb3\xe5\x1a\x4c\xed\x69\xb5\xa9\xf4\x26\xb5\x6d\x2b\x82\x9b\x63\x69\x1b\x55\x1a\xd3\x16\x03\xa7\x33\x36\xef\x4d\x21\xa5\xc0\xd4\xfe\x3e\x33\xf4\x14\x6b\xa8\xe7\x3e\x14\x22\x51\x88\x22\x7d\x84\x57\x38\x27\x14\x55\x58\x02\x8a\x85\xd5\xf3\x43\x17\x0c\x18\xaf\xb0\x43\xe0\x14\x20\xd1\x7f\x30\x44\x97\xfc\x3f\x9f\xf0\xd0\x09\xd5\x3c\xfd\xf6\x70\x13\x26\xec\x75\xd4\x15\x37\xc8\xc2\xcb\xca\xd4\x39\x9f\xcd\xc6\xab\xeb\x3d\x3a\xfc\x84\x5e\xde\xb7\x54\xe0\x5c\xb5\x48\xfd\x24\xdb\xea\x1a\x25\xea\x27\x3a\x40\x6b\x85\x6a\xcf\x75\xf4\x13\xa8\x4c\x37\xaa\x9d\xc3\x22\x46\x56\x0b\xc8\x1f\xed\x43\xdb\xc4\xed\x1b\xed\x4b\x96\xc9\x4f\x4d\xbf\x38\x27\x68\x3c\x86\x04\x06\xce\xe3\x16\x5f\xb5\xed\x4f\x76\x9a\xb8\x8a\x9d\xa7\x89\xab\xf8\xbb\x2a\x06\x5e\xd3\xae\xb6\xc5\x48\x26\x0b\xea\x82\x43\xb1\xe4\xe8\x1e\xaf\x62\xb4\x3a\x2b\xbd\x65\xa0\xca\xd4\x3f\xeb\x14\xae\x20\x69\x6d\x6b\x17\x8a\xfa\xe3\x4e\xcf\x79\x1e\x39\xa7\x04\x8f\x09\xa4\xb4\x75\xae\x5d\xb1\xc8\x35\xa0\x29\x6e\x66\xa8\xd9\x78\x3d\xe7\x24\xb6\x55\xca\xad\xff\xf8\x29\x87\x73\x29\x05\x6c\x81\xb2\x8b\x55\xf2\xe1\x72\x45\xb4\x9b\x6f\xeb\x66\x64\x9e\x1c\x41\x5e\x8d\xc8\x73\x3e\x41\xd4\x41\xd4\x99\x62\xca\x9c\x10\x5d\xc0\x70\xee\x04\x31\x74\x18\x76\xc6\x80\x0c\xc1\x18\x3a\x3e\x0e\x43\xc9\xed\xbe\x51\xf9\x47\xe3\x9a\xcb\x8a\x40\xa6\x20\x9f\x8d\xf7\xdf\xa7\xec\xd9\xfc\xf1\xa1\xc5\x64\xcd\xb4\x38\x1f\x6b\x86\x6d\xe6\xc4\x59\xe0\xc6\x5b\x71\x3b\xef\x3e\xcc\x7a\x26\xad\x28\x0a\x27\xc5\xe3\x32\xfb\x34\x22\x5b\x8b\x99\xac\xed\x91\x73\xc1\x07\x2a\x38\xb3\x69\xf1\x97\xec\xd2\x29\xbb\x45\x09\x79\x32\x01\x8b\xe5\xa2\xb3\x24\x4f\x6f\xe6\xd8\x29\x56\xf8\xff\x76\x22\x61\x8c\xd7\x65\xd9\x0b\x48\xe2\x88\x6b\x5f\xb9\xc2\xe7\x9b\xbe\x80\x17\xf3\x9d\x7b\xef\xee\x8f\xde\x99\x2f\xa0\xb9\x0f\x40\xe9\xe2\xa9\x8d\x1c\xe7\xca\xb2\xaf\xe4\xd6\xa1\x68\x84\x57\x7e\xe7\x1a\x7e\x4e\x72\x81\x09\x1a\xf3\x3d\x14\x61\x31\x4e\xb6\x5d\x7b\xd1\x13\x7d\xf0\xb4\xe9\xff\x04\x31\xf1\x0f\x1a\x0f\x59\x08\x1d\x2d\x0e\xc3\x35\x46\x59\x94\xc1\x5b\x23\xb6\x96\xf5\x27\xfb\x40\x0b\xb7\x3b\xa8\xda\x6b\xd6\x88\xde\x91\xa3\xf6\x18\x9a\xe6\x7a\xbc\x55\x34\xd4\x5f\x70\xad\x0b\x3a\xec\xcd\x12\xd6\xb2\x28\x62\x07\x8d\x0a\x7c\xe1\x88\xcd\xff\x8b\x63\xc6\x65\x1f\x1d\x4f\xdf\xc8\x9d\x97\x15\xf5\xa6\x47\xba\x68\x23\xa2\xea\x45\xeb\xe1\x42\x1c\x8b\x01\x11\xa6\xa3\x08\xf7\x18\xbc\x66\x3d\x46\x40\x44\x47\x98\x4c\xb5\x9d\x64\xab\xe2\x62\x97\x5a\xaa\x33\x8c\x99\x93\x2c\xd1\x99\x65\x6b\x5c\xc1\xc1\x2d\xc5\x34\x1d\xcd\x93\x65\x60\x9f\xf9\x36\x0f\xbd\x00\x32\x80\x42\x6a\x6d\x55\x51\x47\x1e\x9b\x38\x08\xb2\xae\x28\xb2\x8f\x71\x99\x83\x16\x91\x02\xd1\xb3\x09\xbe\xca\x4d\x76\xac\x16\xda\x2a\x21\x40\xcd\x9c\x93\x0f\x2c\x06\xec\xe2\x37\x85\xfe\xee\x2d\x82\x39\x5a\xca\x02\x8d\x0f\xb7\xc6\x05\x01\xac\xc4\x8b\xff\xb0\x6b\xf1\xb5\xdc\xf3\x5c\x86\xc7\x63\xce\x76\x2b\xc1\xee\xa5\x1f\xa5\xee\x97\x9a\x92\x4b\x4d\x8f\xd3\x73\x9f\xa1\x00\xba\x9e\xcb\xdf\x31\xf5\x89\xd1\x7a\x61\x3b\xfc\x24\x1d\x19\x71\xef\x80\x28\x70\xb4\x53\x6a\x6c\x29\xbf\x51\xf1\xab\x2c\x2c\x65\xe2\xd7\x0f\x0b\x89\x5f\x69\xb4\xd5\xa6\x65\xae\xe8\xef\xcf\x0e\x2f\x7f\xbd\x7e\x6c\x96\xb9\xfc\x09\x20\xa2\x81\x30\x60\xf1\xd4\x1e\x90\xbc\xa0\xfc\x93\xbf\x32\x55\x26\xd7\x54\xa7\xd2\xa2\x15\xea\x28\x48\xf2\xaa\x23\xad\x88\x8d\xa5\xa1\xa2\xdc\x93\x1e\x8d\xcb\x30\x03\xa1\x1e\x2f\xd1\x90\xc9\x5b\x97\x78\x98\x22\xfe\x8a\x17\x59\xd5\xfb\xac\x2a\xdc\xbf\xcc\xe7\x6d\xe6\xf9\xf6\x2a\x5f\xce\xba\x5a\xa0\x2d\xa6\xf3\xf5\xdc\xc4\xbf\xd2\x93\x16\xbd\xde\x10\x10\xd7\xd3\x68\xba\xfe\x3c\xb5\xf0\x7d\xd0\xa9\xfe\x11\x8e\x18\x40\x91\xe8\x2f\x2c\xe7\x28\xf4\x02\x4d\xe0\x96\x05\x95\x64\x0f\x5c\x3a\x0b\x11\x13\x89\x1f\x15\x3e\x74\x05\x16\x5c\xf4\x08\x86\x70\x0c\x23\xb3\xfd\xb2\x50\x1b\x2e\x00\x0c\xb4\x31\x31\x5b\x02\xef\x95\xc9\x51\x3c\x4b\x83\x4b\x6c\xbd\xf4\xd5\xcb\xea\x3e\x67\xf5\xf0\x64\x94\xfd\x71\xfe\xba\x57\xc4\xe1\xd7\xce\xa0\x1a\x2a\x17\x9a\x3e\x0b\xd3\x58\x4d\xa3\xe7\xfa\xa0\x71\x1f\x87\x98\xf4\xe8\x15\x60\xfe\x24\xbf\x0c\x13\x2c\xcc\x0f\xf3\xd5\xe9\xe4\x58\x3d\xd7\x2b\x95\xd9\x2a\x2c\xb5\xc2\x68\x6d\xb8\xbb\xc5\xae\xd2\x45\xd8\x34\x30\x85\x1b\x46\xad\x28\x9a\x98\x97\x84\x76\xca\xd9\x0c\xe6\x79\x16\xb0\xed\x7a\xbb\x35\xb2\x51\xa5\x65\x65\xcd\x06\x4a\x75\x99\x97\xb5\x8d\xdc\x68\xb7\x67\x88\x5e\x3f\xbe\x0b\x07\xef\x6f\xbb\x3d\x37\xec\xf6\x5c\x1d\x6b\x58\x70\xb5\xe6\x2a\x4e\xb7\x8b\x36\x5c\x93\x5f\xd6\x32\xc6\x4d\x45\x18\x56\xcd\xad\x5a\x22\x18\x27\x3f\x4a\x7e\x5b\xcb\xec\x1a\x1f\x77\xff\x88\x61\x0c\x83\xd7\xe4\x8c\x01\xc2\x50\x34\x56\xb2\x4f\x12\x6b\x67\x5c\x5d\x49\xf0\x5a\x2b\x9c\x08\xa4\x90\x5c\xc2\xe0\xe8\xf4\xad\x65\x3d\x6f\xd4\x1b\x8e\x7a\x65\xed\x4b\x39\x81\x53\x4c\x6c\xe1\x91\xe9\x6a\xb2\xb7\xd6\xbe\xa0\x27\xb3\x09\x9c\x42\x02\xc2\x63\x44\x2f\xea\xd6\x95\xbc\x53\x57\x89\x77\xbd\xde\x7e\xa5\x22\x67\xdc\x21\x1f\x3c\x99\xb9\x1e\x4a\x21\x94\x3b\xed\x42\x28\xf5\x84\x70\xaf\xf8\x7d\x8b\x40\xca\x95\x74\x33\x5e\x0b\xa3\x5e\xb6\x95\xb1\x1c\x0a\x12\x84\x03\xe4\xdf\x54\xe1\xa2\x17\x9f\x19\x78\x37\xfc\x75\xef\x36\xb1\xf7\x36\xb1\xf7\x2f\x96\xd8\x7b\x5b\xb8\xe8\xb6\x70\xd1\x6d\xe1\xa2\xdb\xc2\x45\xb7\xc9\xce\xb7\x85\x8b\xbe\xb9\xc2\x45\x9b\x72\xfd\xe4\xc4\xcb\xe5\xc5\xd4\xcd\x0b\xa8\x74\x7b\x34\x0e\x1f\x84\x57\xb7\x02\xea\xad\x80\xfa\xcd\x08\xa8\x79\x47\x1f\x24\x04\x93\x93\x24\x8a\xb7\x19\x3a\x94\xc5\xb3\x08\x33\x34\x42\xca\xc0\x53\x11\x2f\x59\x31\x84\x8f\xc3\x78\x1a\x59\xb2\xf6\x6a\xbe\xb2\xd9\xe4\x5d\x4b\x08\xb2\x10\xc3\xf9\x3a\xf7\xb4\x2f\x8f\x38\xc3\x76\x5e\x61\xe6\x3c\xc5\xc4\x87\x2a\xe7\xca\x6c\xa5\xcf\x87\x20\xab\x01\xde\xe3\x98\x38\x87\x47\x2f\x1d\x86\x2f\x60\xe4\x04\x18\x52\x27\xc2\xcc\x19\x13\x10\x31\x67\x06\xc9\x14\x51\xca\x01\xc4\xb0\x0a\x8c\x72\x84\x88\xd5\xc4\x11\xd0\x10\x10\x7c\x4f\x3e\x8c\x98\x48\xfc\x40\xb4\x37\x45\x11\x9a\xc6\xd3\x1a\xf8\x0c\x63\xc6\x4a\x15\x16\xe4\xc3\xfc\x61\x9a\xc3\x21\x5c\x3f\x84\x80\x3c\xc9\x23\x52\x3a\xe1\xeb\x0b\x50\x91\x80\xb2\x7c\xbe\x9e\xc1\x92\x72\x5b\x52\x29\xdb\x67\xca\xfc\x6c\x63\xd5\x1c\x7e\x12\xe9\x85\x68\x8f\x4e\x41\x18\xca\xf0\xb5\x24\x62\x9f\xc3\x00\x47\xbe\x30\xb5\x59\xed\x6a\xee\x88\xdf\xa7\xf4\x3a\xc9\xd3\x52\x67\xa6\x56\x59\x75\xe3\xbe\x63\x45\xf3\xb6\xee\xd3\xbf\x87\x2a\xb4\xc0\x1a\x8f\x88\x01\x2f\xca\xe5\x24\xf5\xb3\x52\x37\x39\x8d\x2d\x73\xcf\x66\xd0\x2f\xae\xb9\x4d\x08\xd7\x6d\x41\xaa\x6f\xb7\x20\x95\x3a\xec\xc5\xb5\x1e\x0a\xc9\x25\xf2\xe1\xe6\x95\x9e\xdf\x7e\x1b\x62\xff\xd7\xed\xd1\xad\xd2\x73\xab\xf4\x7c\x33\x4a\xcf\x5f\x5e\x36\xfc\x8e\xa5\xa4\xef\xde\x1c\x7f\x2b\x1f\xdd\x9a\x8a\x1b\x64\xf7\xdd\x9a\xa2\xbf\x5b\x53\xb4\x12\xa6\x96\x90\xc6\xd4\x65\xdf\xb4\x30\xf6\xcf\xeb\xf9\x6b\x48\xf7\x06\xb7\xc2\xd8\xad\x30\x76\x2b\x8c\xdd\x0a\x63\xb7\xc2\xd8\xad\x30\xf6\x6f\x27\x8c\xdd\x0a\x4b\x9b\x15\x96\xc4\x5d\x5a\x48\x56\x12\xf1\xbc\x9b\x96\x91\x3e\x9f\x8f\xfd\xbd\xd1\xcb\xc8\x28\x23\x99\xf2\x3c\xb2\x2a\x59\x8d\x02\xa6\x42\x80\xa2\xe7\x41\xb9\x5a\x26\xa2\xbd\x19\x41\x49\xf2\x9b\x41\x36\xb0\x32\x3b\xfb\x1d\x2f\x65\x0f\x16\x2b\x7a\xd5\x73\xc7\x35\x70\xc4\x32\x85\x2e\x16\x2d\xd3\x06\x0a\x10\x9d\x85\x60\x7e\x5e\xe0\x32\x8d\xbf\xaf\xae\xc4\x66\x01\x8b\x6b\xc9\x80\x4d\x63\xca\x93\xf4\x8a\x7a\x69\xb5\xc0\x2c\x8b\x03\x2c\xd1\xa7\xaa\xd7\x6b\x56\x79\xaa\xfa\xe0\xcb\x02\x84\xf4\xe7\xf5\x64\xee\xf1\xea\x12\x83\x73\x5c\x78\xcc\x8a\x90\x2d\xe6\xf6\x6e\xb7\xe2\xb1\x8a\x36\x1a\x33\x56\xf3\x24\x1e\xd1\x57\x80\xa8\x5a\x1d\x39\xea\xcd\x48\x0c\x57\xd6\x38\x0c\x4e\x8b\x40\xa5\xbd\x11\x08\x72\xf9\x54\xaf\xb0\x93\x6d\xb8\x36\x43\xb8\xcd\x32\x34\x88\x98\xb3\x75\x53\x98\x98\x53\x75\x57\x00\x23\xdd\x01\xbf\xfe\x54\x06\x82\xaf\x16\x62\x30\x69\x11\x99\x4d\x33\x99\x97\x0f\xc7\xc1\xfd\xdf\x3e\x9b\x15\xf1\x45\xf3\xfb\x1d\x44\x7b\xa1\x28\xb4\xa3\xae\xb0\x58\x36\x4a\xeb\xe6\xe9\xb7\x5f\xf9\xa2\x9d\xbf\xe9\x34\x2a\xab\xa9\x23\x8b\x66\x9b\xf4\x29\xd7\x9e\x21\xaf\xe9\x51\x33\x80\x88\x63\xc0\xf9\xfa\xc0\x05\x98\xab\x1a\x73\x26\xb3\x0c\x5b\x44\x3e\xa4\x79\xfa\x0a\x12\x85\x35\x58\x7c\xaa\x5a\x35\x21\x35\xa3\xdd\x8f\x6a\x92\x98\x2d\xa5\x8f\x56\x05\x05\x11\x1e\xc4\xca\x4d\xb0\xaa\xc6\x50\xc5\x96\x02\xc0\x6c\xc5\x96\x30\x99\x82\x8c\x0e\x5b\x0a\x2a\x79\xee\xc9\xc9\xd6\xf1\xf1\xd6\xfb\xf7\xce\xb3\x67\xfb\xd3\xe9\xbe\x10\x57\x6c\x45\x96\xaa\xc3\xa6\xf3\xd3\x04\x68\x34\x6a\x6a\xf0\xa9\x09\x4b\x49\xcf\x9a\xdf\x6f\xe0\x33\xa7\x49\xdd\x16\x55\xb3\xe5\x58\x2e\x23\x4b\x0e\x7f\xc8\xf9\x08\x88\xc6\x50\xf1\xe8\x92\x76\x99\x96\xbd\x8b\x09\x08\x45\x67\x8f\x0f\xae\x32\x70\x24\x7e\x64\xfd\xfb\xb6\x35\xa9\xaa\x21\x51\x59\x61\xab\xc8\x5d\xf8\x2a\x1a\xd4\xe0\xad\x39\x32\x44\x5f\xcf\x6a\x4b\x7e\xb4\xb0\x47\x98\x5b\x86\x16\x18\x97\x28\xb1\xc4\x8f\x26\x2b\xaa\x24\xfe\xe2\x08\x34\xc4\x54\xb3\x39\x95\x30\x2a\xbb\xd3\xf2\x45\x6b\x58\xc2\x26\xcb\xd7\xa8\x55\x2e\xc3\xa6\x68\x8f\x32\x02\xc1\x0d\xd8\x8d\xef\x3e\x3a\x3f\x7a\xf8\xec\xf7\x7f\x9a\xed\xc6\x04\xfa\x98\x98\xcb\x03\xe6\x0c\xbd\x20\x8a\x30\x7f\x21\x50\xcc\x87\x16\x5b\x66\x24\x30\x32\x37\xcd\xd0\x8b\xfb\xaa\x52\x58\x40\x9a\x68\xae\x8e\x05\x91\x6b\x63\x3b\xce\x99\x18\xa7\x50\xb0\xcb\x08\x33\x6b\xe9\x5a\x1b\xe9\x54\x6b\xa9\x20\x9e\x27\x27\xce\xb1\xe7\xbc\x7f\xff\xfe\xbd\xa9\x2e\xd3\x52\x61\x8d\xf6\xad\x60\x81\x08\xb5\x17\x2c\x5d\x76\x72\xc7\xb2\x7d\xe8\xd7\xac\xb0\xc9\x15\xdd\xb0\xc1\x9a\xae\x58\x72\x4d\x5a\x5f\xb5\x52\x1f\xa7\x4d\x5f\xb3\xa3\x07\x6f\x3e\x3d\xdb\x42\x96\x16\x5b\x77\x50\xc4\x77\x08\x5d\xaf\xba\x7f\x5b\xae\x54\xbe\x2a\xca\x50\x57\x1f\x3f\x6b\xc4\x36\xf0\x76\x94\x8e\x36\x01\x74\x92\x61\xc6\x08\x11\xca\x84\x3e\x0d\x2f\xb9\x80\x08\xaf\x99\xa8\x81\x22\x1f\x82\x31\x7c\x89\xa2\x0b\x5a\x8a\xce\x12\x7a\x1d\xff\x37\x95\xb2\x95\xec\xae\xe2\x25\x0d\x54\x3c\x37\x69\xd7\xa1\x2a\xc1\x64\x39\xe1\xc5\xb6\x5a\xe9\xf1\xc8\xe0\x63\xe9\x66\xe2\x88\x8a\x28\x52\x32\xa2\xc2\xec\x08\xb3\x82\x0f\x68\x5b\x79\xa5\x38\x12\x0e\x0c\x25\x65\x56\x30\xb7\x18\x23\x80\x7e\x71\xbe\xcc\xd9\x74\xa3\x2b\x53\x2e\xb0\x05\x57\x26\xff\xe2\x87\x7d\x9a\xfb\x76\xe5\x2b\x2d\x4c\xb3\xb2\xb5\x25\x1f\x48\x24\xcd\x3d\x32\x8e\x91\x58\x6d\xb5\x76\x40\x2a\x41\x22\x6d\xfc\xa3\xbe\x91\x8d\xd2\x94\x1d\xac\xad\x54\xe7\x16\xdb\x13\xda\x54\xff\xa5\xe9\x63\xe1\x30\x96\xa5\x8d\xfa\x61\x6e\x9c\x4c\xc6\xe4\xd9\xe1\xee\xd1\xc4\xd2\x32\x25\xa5\x8d\x9e\xfb\x7f\x13\xeb\x6a\x25\x91\x4c\x11\xb0\xb2\x79\x48\x62\xd6\xad\x48\x73\xcd\x45\x8f\x16\x2f\x5b\xd1\xde\x9b\x79\xa3\x2b\x4b\x9b\xd5\x62\x47\xb5\x4b\x77\x0d\xa8\xa3\x1d\xfd\x62\x58\xa4\x0a\x07\x6d\xbc\xd2\xe2\xb3\xcf\x87\xc3\xb7\x7f\x7f\xd6\xb6\x23\x2a\x3f\x01\x23\x47\x14\x65\x85\x3c\x59\xb3\xc4\xcb\x0a\xac\x58\x59\x99\xd8\xf7\x96\xec\x84\xa6\xaa\x38\x69\x04\xb8\xfa\xfd\xc4\x8d\xfb\xc1\x25\xf8\x4a\xab\x9f\x17\x70\xd1\x9b\x8b\xd4\x67\xaa\x93\x4d\x15\x2d\x96\x03\xea\x0b\x4d\x51\x56\x16\xf5\xa9\xaa\xd5\xd4\xa8\x22\x93\x81\x0e\xae\x06\xfd\xc4\xd2\x97\x40\xb7\x74\xd7\x1b\x47\xbb\xf0\xc5\x1f\xf7\x83\x07\xe3\xf3\x05\x1a\xf1\x36\x22\x3a\x0d\xcb\x6d\xc9\x82\x3f\xe9\xd1\x49\xb7\xb6\xe9\x00\xeb\xe5\xc3\x86\xf4\x68\x85\x07\x9f\x9c\xde\x32\x08\xa0\xdd\xa3\x8d\xe3\xc0\x31\x41\x0f\x29\x7e\xf2\xc0\xa2\x3e\xe3\xab\x3a\x91\x3e\xa7\x46\x4b\x0a\x90\xd3\x9c\xe5\x0f\xe2\x8f\xea\x36\xcb\x52\xba\xcf\xfa\x30\x6c\x48\x3b\x33\x9e\xc3\xf2\xa7\x29\x29\xf0\xa6\x4f\x73\xfa\x8f\xe3\xbf\x7f\x86\x67\xd3\xb6\x37\xda\xd8\x9d\xca\x70\xa7\x56\xef\x22\x31\x02\xae\x35\xf8\x0d\x6d\x3e\x36\xee\x36\xb9\x7b\x35\xfd\xe7\xf6\xab\xa1\x19\xf4\x59\xb8\x88\x74\x90\x7b\x2e\xf5\x31\x5f\xa6\xfb\x47\x8c\x85\xad\x28\x40\x53\x18\xa5\xc6\xc2\xec\xdf\xb2\x92\x9e\x9e\x3e\xab\xfe\xc6\x11\x65\x04\x20\xf5\x87\xf9\xa5\x00\x30\x20\xb3\x6c\x5d\xcf\x05\x97\x00\x85\xca\x67\x51\x29\x75\xea\xe5\xc9\x66\xcd\x3b\xd5\xec\xc9\x26\xcb\xcb\x0e\x93\x37\x89\xd9\x33\xa2\xef\x55\xd9\xc3\x8a\xf3\xdb\x43\xf0\x9a\x3b\x6c\x0a\xae\x8a\x2c\x72\x73\x20\x0a\x1e\x82\x90\xf3\xab\xa0\xb4\xc1\xbc\x91\x3e\x8e\x04\x28\x2c\xee\x12\xa3\x03\xa5\xd4\x51\x94\xa2\xe9\x2c\x84\xb9\x6e\xa2\x96\x88\xb2\xb4\xde\xae\xe8\x84\x8a\x03\x48\x55\xbf\x2a\x18\xb4\x77\x64\xa7\x56\xbd\xcc\x8c\x2f\x86\x74\xae\x20\x81\x0e\x0c\xd1\x98\xeb\x2a\xce\x08\x13\xad\x69\x62\x73\xeb\xa1\xce\x4b\xee\x79\x6e\x8f\xff\xd1\x43\x51\x71\x03\x87\x19\x16\xd7\xc4\xba\x59\x20\x71\x4f\x78\x58\x9a\x6f\xbd\x66\xf3\x80\x40\x27\xbd\x59\x0e\x8a\x9c\xec\xce\x25\xd8\xc8\x67\xdd\x13\xb3\xb6\x09\x83\x2b\x71\xbd\x3d\x6f\x70\xaf\x0d\xb8\x04\xba\x3c\x45\xa1\xc8\xb1\x5f\x20\x32\x30\xb7\x5f\x11\x53\xa3\x6f\x68\x27\xb7\x21\xfe\xf5\x48\x4d\xa5\xbf\xb5\x5b\x7a\xcb\xe6\xa5\xe2\xd0\x74\xb5\x8f\xda\x78\xa6\x06\x3b\xde\x60\xb7\x15\x68\x52\xe2\xb9\x32\xf8\xa4\x23\x5a\xf2\x63\xf9\xcc\xdb\x26\x24\x30\xc2\x6d\xb0\x08\xdc\x06\xad\xe1\xb6\xed\x0d\x06\x39\xb8\xe5\xbc\x18\x92\x60\x5c\x4f\x40\x4c\x19\x6c\xd5\x3e\x34\x07\x9a\x37\x50\xda\x7a\xa9\x03\x93\xb1\x1c\x1c\xe9\xbb\x35\xcd\xd5\x76\xf3\xf6\xf5\xb6\x8d\x3e\x6d\x78\xb3\x0c\x13\xad\xe6\x6a\x3d\x2c\x9d\xbd\x05\x6e\x8f\x16\x40\x92\x47\x6d\x71\xe4\xa1\xf7\xa8\x0d\x68\x52\xd1\x65\x65\xe0\x39\x4e\x46\xd4\x76\x7e\xbf\x29\x88\x1e\x2c\x00\xa2\x07\x6d\x41\x74\xdf\x7b\xd0\x06\x44\x42\xe2\x5b\x19\x78\x7e\xe3\xa3\x39\x21\x9a\x22\xe6\x4c\x10\xd3\xf6\x7e\xaf\x31\xcb\xd9\xf3\x5a\x31\x16\x21\xba\x2e\x12\x6b\x9e\x5b\xf8\x19\x1f\x45\x5b\x6e\x99\xa1\x1c\x68\xbf\xee\x36\xde\xcc\x52\x75\xe7\x1b\x15\x0e\x5e\x5a\xe9\x29\xa9\x2b\xad\x15\x1e\x0a\x01\xf1\x27\xbd\x21\xbe\xbe\x81\x66\x98\xfe\xd1\x6c\xf4\xc7\x27\xb3\xb5\xb2\x59\x80\x98\x8f\x23\x46\x70\xa9\x43\x81\x42\x13\x14\xcd\x62\x21\xd9\x96\x22\x7e\xc5\x2f\x8e\x2b\x23\x61\xc4\x1f\x59\xac\xaf\x98\x40\x64\x7c\x78\x2e\x13\x3d\xfd\xe5\x00\x02\xd8\x13\x1c\x8a\x8c\x30\xf1\xa1\xfe\x24\x35\x74\xf2\x57\x65\xd7\x05\xf9\xd2\x7f\x49\x10\x9f\xcb\x70\x27\xed\x25\x1c\xc9\xf5\xd9\xab\xc8\x50\xc8\xce\xca\x1f\x6b\x75\x64\xd6\x1b\x75\x98\xe1\xc6\x02\x68\x45\x2e\x21\xe9\x81\x31\xc7\xcd\x1b\x09\x71\xdf\x1a\xd2\x9d\x3f\xfe\xf1\xfb\xfd\xa5\x43\xdc\xe5\x56\x68\x5f\xfe\x37\x89\x7e\x12\x3b\x73\x3d\x17\x2d\x1c\xe5\x9e\x8c\xb0\x82\x38\xf7\xe2\x90\x75\x81\xe9\xa5\x8f\xf3\x9d\x72\xd2\xbd\xd1\x97\x69\x82\xa3\x7b\x4e\x38\x46\xbb\xa2\xd3\x73\x45\x70\x5c\xed\xda\x40\x10\x10\x48\xdb\x2c\x2e\xb7\x33\x48\x46\xa7\x98\xb0\x05\x3f\xd7\xcc\x18\x76\x26\xb0\x82\x7b\x93\x47\xfe\xd6\xb7\xa7\x58\xee\x7d\xd3\x77\x67\x18\x0c\xe7\x0f\xce\x2d\x55\xc6\xab\xef\x4e\xce\x7e\x60\x48\x14\xe9\x67\x7b\x73\x0d\xe6\x95\x5c\x96\x11\xd3\x73\x86\xda\x5c\x31\x43\x6a\x42\xbd\x0d\xa7\x4a\x92\x6f\x80\x62\xfa\x04\x7e\x31\xf1\x61\xd5\xa9\x0a\xab\x0d\x7c\xd7\x97\xae\xf5\xa6\x2a\x06\xc2\xb7\x4e\x6e\xd1\xc7\x2d\xf4\xa7\xd0\xa5\xb3\x93\x67\x9f\x97\x18\x30\xeb\x1f\x91\x1b\x13\x3d\x5e\x62\xcc\x52\xa3\x88\x9a\xa1\x57\x41\x34\xf2\x77\x7e\x31\x92\x11\xe2\xf1\xe6\x89\xc5\xf6\xcb\xbb\x57\xe4\x41\x6c\x2e\x7e\x54\x63\x20\x8e\xf0\x11\x8e\xa2\xa4\x57\xd0\x62\xb1\xb7\xc5\x42\x9c\xa2\xbc\xa7\x39\x2a\xb0\x79\x61\x4c\x11\xc6\xe9\x8c\x20\xf3\x27\x4e\x88\xc7\x86\x96\xfc\x6e\xb9\x1a\xe6\xf9\x04\x8a\x97\x85\xe5\x92\x4d\x10\x95\x5d\x28\x01\x81\x0e\x8a\x80\xef\x43\x2a\x82\x30\xfa\xce\xd1\x04\xfa\x17\x0e\x9b\x40\xc7\xc7\x51\x20\x92\x17\x1c\x3c\x12\x0f\xb8\xf6\x28\xfe\x91\x5d\x5e\x07\x51\xc7\xd0\x9f\xbf\xb9\x41\x74\xb9\xd6\x89\xe6\x62\xeb\x6e\x31\x66\xdd\x90\x72\x2e\x22\xd7\x2d\xad\xdb\xc4\xf1\x4f\x85\x65\x4b\xe0\x48\x80\x85\xa4\x9e\xd5\x23\x50\x9d\xb0\xb3\xf8\x26\x4b\x80\x3b\x85\xec\x44\x68\xdc\xe9\x20\xd9\x5a\xd3\x61\xeb\xea\x40\x2e\xbb\x78\x48\x48\x6e\xf1\x69\xfd\xd0\x76\xcb\x17\xc3\xe4\x96\x2f\x07\x5e\x34\x35\xc3\x14\x33\xdf\xae\x14\x66\xd2\x07\xb2\x5c\xf5\x72\x06\x89\xe8\x7e\x9c\x80\x23\xd7\x80\xaa\x58\xec\xf2\x99\x42\xaf\x85\xca\x71\x36\x5f\x03\x03\x28\xb4\xae\xe1\x5c\xfc\xb8\xf2\x35\xd8\x93\x2e\xce\x64\x20\xbb\x79\x35\xa6\xc0\xeb\xeb\x1e\xf2\xe5\x50\x05\x81\x3c\xc4\xe3\xb1\xe2\xdd\x72\x50\x95\x5e\xed\x4e\x61\x80\x40\x6f\x06\x62\x11\x31\xab\xfe\x0a\xc1\x3c\xd7\xaa\x32\x27\x35\x49\x85\xd6\x5a\x43\xa2\x3a\xcb\xa5\xc4\x4e\xdb\x64\x42\x54\xf5\x5c\xcb\xc8\x29\x81\x45\x0d\x3f\x44\xbd\x2b\x14\x05\x59\x89\x57\x4b\x7a\x53\x0a\x24\x1c\xb3\x59\x5c\x12\xbf\xd6\xab\x2a\x27\xec\xb7\x19\xdf\x1e\x11\x08\x29\x9b\xdf\x44\x84\xd8\x64\xfb\xea\x04\xed\x01\x4b\xa9\xc2\xa4\x6d\x9f\x67\xf8\x57\xb5\x41\x06\x05\x82\x84\xcd\x43\x38\x8e\x51\x00\x8d\xea\x40\xba\xed\x9e\x7c\x27\x15\x54\x65\x01\x14\x91\x57\x90\xd6\x42\x71\x5f\x71\xb8\x39\x6f\x9f\xbb\x9e\x7b\xc6\x3f\x92\x7d\x9c\x4f\x01\x63\x90\xc8\x56\xdb\x06\x3f\x5d\x36\x45\xba\x81\x64\x12\x29\xf5\x7b\x1f\x38\x9b\x36\xf7\xb3\x33\x34\xec\xda\x15\xed\x5a\x87\x54\x13\x51\xf4\xa1\x9e\xe2\x88\x39\x67\x0c\xf8\x17\xc6\x05\x19\x3a\x9c\x3f\xd4\xd6\xb8\x45\xc7\xbd\x11\x8e\x18\x17\xde\xc5\x08\xed\x5a\x78\x58\xda\xde\xd6\xaf\xfa\x1c\x5e\x33\xe7\x0c\x7d\x56\x54\x64\xe1\x55\xab\x11\x36\xb4\xea\x23\x1c\x62\xb2\x28\x98\x7d\xf5\xf1\xc2\xed\xd9\x77\x2d\x9b\x68\x82\x70\x47\x29\x9d\x68\x88\x75\x3b\xd5\x90\x78\xcc\x69\xac\x93\xfd\xba\x08\x40\x8a\x6d\x3a\x57\x74\x86\x75\x2b\xcf\x95\xc1\x5a\x68\xdd\xfa\x08\x9b\x5a\xb5\x90\x03\x16\x5e\x71\xf2\xf5\x86\x56\x7b\x8c\x46\x23\xe7\x77\x04\xaf\x8c\x95\xc9\x5a\xb5\x2b\xac\x9b\x89\xe0\x59\x80\xaf\x4c\x28\xb8\xca\x69\x9e\x5c\xc2\x88\x39\x2a\x2d\x70\xbd\x53\xfd\x1a\x73\xee\xe2\x44\xe0\x12\x8d\x81\xe5\x76\xad\x72\xbe\x67\xb6\x02\x72\xab\x9c\xe4\xb9\x30\x20\x39\xb9\x44\xf9\xb5\x4e\xf8\xe2\xec\xf5\xab\xcd\x60\xe0\x4b\x3c\x76\xce\x36\x81\x18\x27\x90\x11\xe4\xaf\x79\x92\x53\x30\x86\x0e\x03\x46\xda\xb8\xfa\x79\xa4\xa0\xb5\xd6\x89\xa4\xf3\xca\x19\xe2\xeb\x35\x4f\x74\x9e\xd4\x33\x58\xf7\x1c\x9e\x73\x84\xa3\x11\x1a\xc7\xa4\x2d\x79\xb0\x36\x4a\x5d\x44\xa0\x98\x00\xd2\x58\x98\x18\xd4\xb1\x0b\xca\x08\x1a\xc6\xc2\xd2\xf4\x18\x18\xab\x59\x36\xe0\x72\x81\x36\x8c\xb0\x42\xaf\x8c\xdd\xd5\xac\xff\x45\x3c\x1d\x62\x67\x4d\xbb\xe8\x7d\xe2\xa3\x6f\x6c\x2f\xa7\x04\x8f\x09\xa4\xd4\xb2\x83\xc6\x01\x7e\xf5\x41\x08\xb9\xea\x77\x4b\xa8\xc0\x29\xf4\x9a\x29\xbe\xb2\xe0\xea\xc6\x95\xde\x77\x4f\x5f\x9d\xef\x82\xd3\x17\x8d\x4c\xd4\x0b\xc3\x42\x6c\xae\x19\x1c\x3e\xe1\xe1\x0d\xb4\xf9\x3f\xfc\x6d\xfe\xe9\xd7\x93\xf0\xe1\x12\xf1\x16\xa2\xec\x6d\x08\xe6\xca\xac\x5a\x8a\xf2\x97\x77\x0a\xc7\x2c\x84\xcc\x70\x6d\x56\x64\x78\x11\xce\xc4\xc6\x80\xbe\x29\xac\x3b\x3e\x7f\x39\x9e\x7c\xfa\xc7\x5b\xb3\xa9\x65\xe6\x7a\x2e\x73\x3d\x57\x7a\xe2\x56\x5f\x81\xb8\xb2\x86\x82\x5e\xef\xd7\x60\x18\x36\xb8\x6e\x93\x52\xc9\x36\x07\xcd\x0b\x3c\x6c\xd4\xe0\xbe\xb9\xd7\x82\xc3\x40\x88\xe3\xbd\x29\x8c\xe2\x22\x04\x2c\x15\x7a\x25\x54\x54\x06\x94\xcd\x3c\x4b\xe0\x88\x40\x3a\xc9\xcc\xf3\x95\xc0\xcb\x74\xe4\x5c\xe8\x7c\xf6\xb4\xaa\x76\x1c\xa2\x4f\x31\x19\xa2\x20\xa8\xad\x2d\x93\xb2\xa5\x1d\x01\x11\x86\x40\x48\xb7\x46\xc9\xc7\xbd\xa9\x6a\x33\x26\xdb\xb6\xb7\xc8\xc1\xce\xaf\x27\x09\x11\x16\xc7\xd5\xb0\x64\x42\x2e\xf2\xce\x1c\x82\x25\xda\xe3\x56\x36\x5c\x53\xdf\x69\xce\x6b\x3d\xf2\x2c\x4d\xf4\xcb\xa2\x9d\x8a\xd1\x55\xd2\x28\x3e\x8d\xb3\x62\x4e\x7a\x5c\x55\x56\xca\x5a\xc9\x9c\x02\x69\xfb\x7d\xd7\xec\xc0\xd6\x17\xd7\x18\x1b\x4b\xa5\x33\xb2\xf4\x44\x55\x81\x82\x8a\x10\x50\x95\x0e\xad\x27\x96\x2a\x80\xe7\x72\xf2\xcf\xf8\xcb\x96\xae\x3c\x66\xc9\x4e\xcf\x2c\x2e\xcf\x5d\xd7\x50\x48\x4f\xca\x1e\x64\x59\xfd\x2d\x2b\xba\x8a\xcc\x9c\xde\x08\x63\xd6\xc2\x96\x95\xf3\x0d\x55\xa7\x48\xa4\x04\xc8\x28\x9d\x27\x69\xbd\x52\x6e\x92\xf9\x9e\xde\x87\x34\xa0\xc3\x30\x72\xd2\x4e\xbc\xbe\xb8\xf8\x12\xf3\x67\xf1\x56\x86\x15\x9c\xa5\x3f\xae\x75\x0d\x49\x89\x6a\xc3\x0a\x92\xba\xa2\x6b\x9d\x5f\xaf\x41\x6a\x58\xc3\xa9\xf6\x73\xbb\x75\xdc\xf7\x5c\x36\xd1\xa8\xcb\xaf\xb2\xaa\xb1\xa5\x49\x65\xe1\x9b\x3c\xcf\xdb\x75\xf5\x7a\x73\x2a\xd0\xa5\x05\x05\x30\xc1\x43\x66\xad\xe7\x6b\x3c\x4d\x71\x00\x43\x4b\x85\x27\x03\xb6\x6b\xc5\x8a\x44\xb8\x57\x54\xa8\x44\x7f\x24\xdc\x8d\x1f\x33\x2b\xb9\x18\x3f\x2d\x1d\x62\x62\x71\x49\x3f\x2f\xaf\xf8\x89\xe6\x92\xae\xd3\x69\x76\x9b\xa9\xae\xb5\x0c\x42\xa6\x63\x4a\x92\x51\xc9\x23\x22\x60\x10\x37\x13\x6a\x6b\xf9\xb4\x62\xde\xec\xe3\x9e\x2c\xf5\x68\xe9\xb4\x9a\x57\x09\x95\x92\xa6\x15\x45\xd1\xe0\xf4\xbf\xff\xfd\x3f\xf9\xf7\xb2\x52\x29\x7a\x88\x10\x1e\xe5\x62\xcf\x34\x0e\xa0\xb1\x5c\x63\x0a\xa1\x89\x2d\x35\xb8\x98\x03\x71\x01\xe1\x65\x39\x50\x4e\x03\x02\x7f\x01\x61\x2b\x9d\x72\xfe\xc3\x59\x09\x91\x10\x09\x34\x89\x97\xd9\xb6\x16\xf5\x82\x71\x1d\xff\xb9\xc0\x3a\x4c\xd9\x8d\xda\x74\x7a\x86\xa3\xad\xb5\x6d\x7b\xe9\x60\xd0\xa8\x4c\x6e\x19\x31\xe1\x74\xc6\xe6\xa9\x44\xd7\x24\xf1\xb2\x52\x76\x6b\x95\x82\x68\x0f\x84\xca\xad\x4a\x28\x16\x49\xcb\xd3\x2c\x53\x51\x4a\x31\x35\x94\x77\x56\x39\xb0\xad\x59\x43\xf2\xbf\xf3\x09\x74\xfc\x30\xa6\x0c\x12\x07\x51\x47\xc9\x45\xe1\xdc\x11\xc3\xf4\x2b\x6f\xca\x02\x02\xb1\x41\x88\x5c\x27\x00\x4f\x00\xf3\x27\xc5\x72\x95\xcb\xc2\xf0\x15\x16\xe2\xae\x33\xe5\x83\x8b\xe0\x31\x06\xc9\x34\xd5\x5f\x72\xed\x17\x94\x86\x9e\xcb\x49\xb0\x37\xd3\x4c\xd6\xd4\xbc\x24\x4f\x99\x27\xb4\xae\xf9\x9c\x0c\xd1\x94\x35\xeb\x66\x04\x46\xe2\x56\x56\x84\xb6\x46\x9b\x2d\x59\xeb\x7e\xc3\x96\x84\xe7\x2f\xa3\xd1\x23\xf6\xe6\x79\x33\xc3\x4d\x9d\x11\x66\x29\xb3\x0b\xff\x7f\xed\xc0\xb5\x95\x39\x9e\x36\x0f\xb9\x9d\x9d\x21\xdd\xdb\x7a\x62\x6e\x74\x70\xdb\x0c\xea\xb6\x19\xd4\xda\x8c\x4c\x4a\x02\xa7\x4d\xac\x4c\x83\x1d\x21\xfd\xcb\xeb\x42\xe3\x21\x17\x84\x75\x43\xcf\x22\xb6\xa8\x4a\x09\xa4\x18\xfd\x61\x6b\x9d\xb4\x5c\xa5\x63\xa7\xa0\xdf\x50\x1c\xf5\x2e\xa5\x5b\x38\xd3\x71\xa8\x5c\x40\x16\x53\x1b\xba\x9e\xab\x91\x0c\x73\xdd\x55\xb3\xd0\x56\x7c\xb2\x11\x0e\x92\x27\x71\xad\x69\x63\xd2\x2c\xf1\x06\xfc\x01\xf3\xf3\x37\x27\x27\x7f\xbc\x7d\x73\x4b\x1c\x6f\x89\xe3\xbf\x27\x71\xd4\xeb\xb0\x67\x37\x31\x2d\x41\x9e\x6c\x58\xbf\xa5\x5a\x59\x42\xed\xe1\xca\xca\xaf\x2f\x48\x7e\xd2\xa5\xb4\xa4\x3f\x37\xe4\x1a\xfb\xc7\x1f\xe8\xf5\xd1\xec\xb7\x47\x8d\x05\xda\x62\xb1\x47\xf5\x20\xf2\x45\x85\xf2\xac\x5f\x58\x92\x53\x98\x30\x92\x64\x5a\x65\x02\xd5\xc3\xe2\x17\xe9\xc3\x5f\xc6\x78\xcd\xd4\x66\xeb\x9c\xa6\x59\xeb\xda\xf7\x4e\x2b\x75\xeb\x6f\x78\xa3\xea\x4d\x83\x8d\x5e\xd4\xb7\x53\x65\x38\x5c\x4e\xa1\x58\x44\x0b\xdb\x0a\x31\x90\x67\xb4\x69\xe4\xfd\xfd\x6c\x77\xf8\xcf\x3f\x06\xf0\x96\x6d\xde\xb2\xcd\xf6\x6c\x33\xcf\x22\xd7\xcf\xf8\x9c\x09\x90\x59\x3f\x3d\x99\xf8\x9e\xa5\xde\xe4\x3c\xcd\xea\x36\xf5\xe8\x0c\x45\x22\x4f\x58\x4c\xb4\x11\xee\xa5\xa6\x6e\x79\xfd\x53\x80\x6c\xba\xc4\xf2\xe1\xe1\xcb\x4f\x5b\x97\xf1\x12\x41\x34\x0c\x0c\x29\xd7\x9a\xd4\x16\xcc\x99\x50\x71\xa9\xa8\x89\xa1\xfa\x8d\x25\xc7\x3e\xe1\xea\x7a\x6b\x4c\x91\x10\x2e\xae\xe0\x91\x9e\x0f\x96\xdc\x4a\x23\x1e\xbe\xbe\x84\x84\x2b\x6c\xcd\x52\xe3\xdb\xac\x30\x67\x13\x5a\x76\x99\xc7\xba\xb6\xb8\xe2\x85\x26\xfd\x36\x56\xb0\x4c\xad\x23\x4c\xc3\x42\x03\xa6\x3e\x84\x34\x9e\x09\x74\x3f\xce\x8b\x9f\x0d\x22\x4b\x9a\x9d\x8b\xae\x8f\x2e\x7f\x30\xfa\x1a\x1b\x6d\xba\x41\x53\x98\x35\x64\xf2\x15\xa8\x4a\x46\x8a\x7e\x68\x42\x8a\x72\x25\x2d\x36\x4c\x8e\x00\x18\x1e\xa2\x6b\xfc\xae\x3e\xc8\x4c\x74\xfc\x22\xaa\x0a\x4a\x3c\x4d\xa5\x13\xef\xdf\x41\x64\x79\xb8\x7a\x91\xa5\x99\xb0\xf2\xa0\x52\x58\x31\x84\x24\xcb\x4f\x0a\xb2\x4b\xe3\xfb\x51\x2f\xc2\x3c\xf0\x1e\x7e\x2f\x9a\xff\x02\xcc\xb3\x92\x7d\x36\x27\x83\xe5\x22\x35\x89\x42\x99\x2b\x50\x93\x05\x55\x6c\x8c\xb9\x36\xa9\x04\xb0\x90\x91\x78\x32\x28\x02\x3a\xc9\xc4\xad\x2a\x8d\x9c\x80\xc5\x5e\x16\xd9\x2d\xf7\x5a\x6f\x6a\x5e\x16\xc7\x3c\x05\x61\xd5\x51\x36\xb3\x50\xd7\xb6\x0a\xcd\x8d\x69\x28\xa5\xa0\xee\xa3\x56\x4c\x80\x5e\x38\x42\x31\x76\x8e\x21\x03\x28\xa4\xc6\x7d\x56\x0f\x3a\x03\x28\x2d\x54\xd2\xa8\x47\xe6\xdf\x1c\x3e\xaf\x3e\x95\xf1\x30\x98\x78\xc9\x14\x6a\x62\x8e\x71\x58\xd1\xea\xde\xa8\xea\x39\x8e\xa8\xf1\x53\xbd\xc4\x36\xe5\x80\xd6\xb9\xd4\xa4\x7a\x50\xb3\xd5\x36\xac\x35\xb4\xce\x05\xcb\x8a\x44\xcd\x96\xdb\xae\x8c\x51\x33\xa7\xca\xa6\x3c\x4b\xa6\x82\x34\xa6\x01\xd4\xef\x87\x59\xb5\x1c\x19\x6f\x59\x01\xfc\xb4\x18\x7b\x5a\xd5\x23\x57\x2a\x2e\x1d\xc9\x7e\x85\xea\x81\xd6\x8a\x3e\xb9\x26\xb9\x62\xa1\xda\x5e\x59\x90\x6f\x0e\x21\xb4\xa2\x5e\x2e\x9d\x85\x88\xf5\x12\xc6\xd3\xa4\x5c\x39\x2e\x06\x56\x85\x70\x0c\x23\x73\xc5\xb7\x44\xc0\x1b\x3c\xf2\xf6\xbc\x0f\xa2\xde\x5e\xe3\xb8\x9a\x3a\x29\x4f\x56\xa2\x95\xcf\xd2\xb0\x5e\x5b\x89\x1e\xf5\xb2\x92\x66\x3f\x7a\xc9\x8a\x24\x4b\x3e\xce\x49\xc0\x55\x42\x5f\xed\x0c\xb2\xd4\xa7\x16\x85\x25\x06\x11\xf1\x3a\x95\xb6\xae\xd2\xae\x13\x4c\x2d\xd5\x22\x12\xb5\x0b\x7a\xf4\x4a\x44\xf7\xe4\x16\x63\x82\x88\xf9\x61\xde\x5c\x2e\xc7\xea\xb9\x59\x09\x64\x43\x3f\x39\x5b\xac\x5c\x1d\x6d\x53\x00\xd1\xeb\x95\xe7\xe0\x64\xe7\x45\xed\xd9\xb0\xe1\x63\x5d\x92\xbe\x67\x97\xa4\x4d\x1f\xd9\x56\x54\x27\x52\xdf\xf3\xee\x1b\x23\x62\xeb\xbf\xdc\x33\x7c\xf7\xed\x53\xe0\x8c\xd8\x52\xb3\xa7\xbf\x55\x6a\x87\x5e\xe9\x30\xab\xc3\xdb\x36\xdf\x43\x23\xdb\xfd\x7e\xdf\x55\x25\xc4\x44\xe2\xbb\x56\x06\x4b\x3c\x56\xfd\xb3\x2d\x55\x90\x96\xa6\xe6\x55\x75\x8e\xdc\x45\x32\x49\x4a\x64\x5d\xc6\x13\x6b\xa7\xd0\x3c\xb1\xc4\xcb\xf1\xb7\x7f\xe7\x34\x93\xc5\x12\x3d\x26\x98\xb0\xe7\xb6\xb8\xfe\xe7\xc7\xed\x02\x97\x5b\x2f\x41\x53\xca\x38\x6f\x47\xa3\xf9\x73\x65\xc2\x39\x11\x7f\x39\xcf\x13\x76\x67\x58\x9d\x78\x05\xc9\x96\x08\x6b\x5c\xe3\xca\xf3\x71\x96\xc8\xc8\xa9\x02\xc7\x22\x69\x39\x0b\x2d\xe5\x13\x1e\xfe\x9e\x35\x95\xb6\xdb\x85\x37\x71\x2e\x38\x80\xfd\x6a\x1c\x3e\x0a\x11\x94\xb5\x6b\xdb\xae\xa5\x98\xa7\x93\xd7\x02\x1b\x7d\x52\xd2\xc6\x96\x4c\xc9\x69\x4e\x07\xca\x05\x75\x73\x99\x38\xd9\xf3\x24\xe1\x51\x74\x86\xae\x4a\xcd\x91\xe6\xfa\x4a\x3b\xd8\xa1\x36\xea\xe6\xf2\x74\x96\xca\xd4\x59\x32\x57\x67\x65\xd9\x3a\x1b\xc8\xd7\x39\xac\x51\x04\xeb\x25\xc5\x46\xf7\xf5\x46\x52\x77\xbe\x9d\xe4\x9d\x95\xa4\xef\xd8\x01\x5f\x47\x4b\x4c\x29\x3c\x79\xaf\x9b\xc5\x1e\xd0\x2a\x55\xa4\xbd\x11\xa0\xe1\xa5\xa9\xc8\x24\x32\xdd\x97\xb5\x65\xad\x38\x8b\x67\xae\x68\xf0\x5d\x5b\x02\x4b\xf5\xd5\x6c\xc0\x6f\xfe\x3d\x8e\x39\xa7\x51\xac\xf9\xa8\x27\xe0\x12\x3a\x43\x08\x23\x47\xb6\x31\x2c\x95\xb7\x5e\xd5\xd9\xd5\xe4\x28\xd5\x69\xdb\x8b\x45\x71\x2e\xe6\x7c\xce\xbc\x4e\x2d\x63\x61\xb4\x20\x85\x4d\x77\x7e\xfe\xed\xf2\xed\xf6\xd1\xf0\xf3\x6d\x2c\xdc\x6d\x2c\xdc\xb7\xeb\x48\xde\x50\x08\x79\x72\x0d\x4b\xf1\xe3\xd9\xfd\xe4\xff\x1c\x62\xaa\x95\x07\xb9\xd4\xa2\x82\x8a\x1d\x37\x36\x1e\x48\x9e\x2c\xa6\x05\xfd\xb9\xb1\x30\xdc\x47\x2f\xe0\xe3\x77\xe1\x8b\xd7\x8d\xfb\x4e\xdc\x56\x54\x5a\x51\x60\xea\xf7\x1d\x72\xda\x2a\xdc\xf4\xc6\xb0\xfb\x8f\xdd\x57\xf7\x77\x9e\xec\x06\xeb\xa8\xd5\xa6\x10\x72\xc9\xfb\xb0\x5e\x3c\xfb\x46\x30\xcd\x1e\x5f\xd8\x06\xef\x5a\xa1\x5c\x65\xf1\xaf\x0d\x63\xe1\xc5\x25\x1d\xdc\xff\x7d\xf6\x69\x09\x2c\xac\xd4\x5d\x96\xd0\x56\x98\x73\x18\xb3\x09\x26\xe8\x73\xb9\x07\xfa\x22\xfa\x89\x31\xe4\x96\xe1\x0b\xa8\x7a\x20\x10\xc8\x1a\xa8\xfd\xef\x71\x4c\x0c\x04\x9f\x42\xc6\x50\x34\xa6\x7d\x31\x20\xad\xa0\xfa\x87\x47\x2f\x1d\x39\x6b\x4d\xa8\x5f\x80\x21\x75\x22\xcc\x9c\x19\xc1\x97\x48\x35\x0d\x22\xf0\x8f\x18\x11\x18\x38\x33\x48\xa6\x88\x4a\x5e\xee\x88\x08\x01\x9f\x39\x73\xbe\x38\x10\x4c\x51\x84\x28\x23\x80\x61\xe2\xa0\x91\x6c\x54\x84\xa8\x03\x22\x47\xb4\x4e\xea\xb7\x56\x82\x4f\xd5\x0a\x40\xb4\x99\xad\x5f\x21\x36\x91\x5b\xa5\x88\x41\x7d\xaf\x0e\xc3\xce\x25\x82\x57\x62\x53\xb6\x8d\xac\x39\x96\xd8\x7e\x7f\x5b\xde\xff\x32\xd5\xda\xf0\xed\xff\x34\x1e\xfc\xba\xbd\xf7\x70\x6b\x89\xdb\x5f\xdc\x43\xd3\xa6\x77\x85\xef\x7a\xf4\x8f\x18\x10\xe8\x98\x1f\x0f\x4c\xb6\xc1\xd5\x0c\xbd\xb3\xbe\xa1\x77\xd7\x37\xf4\xde\xfa\x86\xbe\xb7\xbe\xa1\xef\xaf\x6f\xe8\x07\xeb\x1b\xfa\xe1\xfa\x86\x7e\x54\x1e\x7a\xf5\x54\xaa\x30\x75\x33\x1a\xa5\x7a\xe2\x6e\x9e\x24\x3d\xb8\xde\x7a\xf2\x60\x67\x0e\x16\xa8\xa9\x7b\x13\x32\xb2\xd1\xca\xd4\x4c\x6b\x34\xe9\x8d\x49\x2b\xe2\x3a\xd5\xf1\x4c\x1d\xcf\x4a\xec\x3c\x37\x21\xd7\xd7\xc9\x65\xed\xca\xea\x66\x46\xa0\x15\x17\xd6\x5d\xaa\x22\xec\xe1\x38\xc9\x8b\xba\xad\x09\xbb\x96\x60\x9d\x6f\x25\x0a\xe5\xa6\x03\x50\xf4\x36\xde\x86\x75\x68\x3d\xbe\xd7\xbb\x0e\xad\xf3\xb7\x49\xfa\xcf\x7e\x5d\xf7\xa9\x68\x3d\xc4\x0d\x0b\x99\xa9\x9f\xd6\xbc\x8a\x7c\x2b\x72\x53\xf2\x64\xee\x85\xba\x76\x13\x1b\x0c\x92\x29\xf7\xf6\x4f\xc3\x64\xc6\xaa\x10\x78\x29\x9a\xe5\x36\x8c\xe5\xc6\xc2\x58\x24\x9b\xb9\x8d\x60\xf9\x0b\x47\xb0\x94\x6f\x87\xdb\xa0\x19\x47\x95\x63\xbc\xb9\x50\xb8\x0a\xfb\x68\x22\xd7\xb6\xd1\x3d\x6e\xce\x34\xff\xf6\x39\xbd\xfc\x7d\x16\x0d\x9a\x99\x45\x6e\xc4\x6b\xb2\xcc\x29\xb4\xb3\x56\x27\x1f\xc9\xff\x6e\xfe\x30\x9e\xe2\x77\xd7\x67\xd1\xce\x63\xb3\x42\xc8\xc0\xb8\xa1\x22\xe8\xe3\x30\x9e\x96\xf3\x42\xad\x74\x5e\xbe\xef\x20\xda\x9b\x80\x70\x64\x76\xfa\x19\x3f\xac\x88\xe2\xa9\xfb\x26\xd5\x33\x4d\x0c\xe5\x1c\x8c\x69\x93\x14\x06\xa9\x2b\x18\x18\xa6\xa3\xf8\x3a\x03\xe3\xea\xf4\x58\x66\xcf\x0c\xc9\xde\xb1\xac\x52\x7f\x45\x1f\xe3\x95\x6a\x81\x55\x5d\xd2\x5f\xff\xe2\xf7\x24\xcd\x68\xd1\x7a\xde\xc5\xc1\xad\xfe\x80\x5c\x6c\x89\x64\xaa\xe7\x60\xdc\xa4\xea\x46\x63\x90\x18\xb6\x98\x31\xfb\x62\x6e\x75\x5d\x44\xb5\x61\x88\x86\xc9\x57\x8b\xf3\x9a\xb6\x69\xa4\x6b\xb3\xbe\xe7\xe9\x51\x53\x1a\x26\x5d\x14\x37\x10\xc3\xb0\xb7\x73\xf6\xe0\xf0\xb4\x61\x1d\xbc\xbf\xaa\x97\xb7\xbd\xa0\x52\x27\x7c\xb4\x44\x19\xe5\xa1\x6a\x85\x2c\x5b\xca\x9f\xb5\xf9\x66\x76\xf3\xb3\x97\xbf\xde\x7b\xf4\xcc\x62\x02\xc5\x21\xf2\xe7\x46\xa6\xd7\x2a\xb8\xc9\x6d\x58\x15\xe2\xd0\xf7\x21\xa5\xc2\xc5\x48\x70\xe8\x9c\x27\x4e\xbe\x66\xe6\x70\x0b\xd7\x6d\xc4\x77\xd9\x15\xee\xb1\x09\x22\x81\x91\x5b\xb9\x66\x17\x70\x99\xfb\x1e\xc9\x5e\x03\xd4\x61\x13\xc0\x9c\x98\x42\xa7\xb0\xa5\x97\x88\x32\x9a\x78\x56\xa5\x83\x52\xf8\x19\x67\x90\x8c\x30\x99\x3a\x3e\x24\x0c\xa0\xc8\x11\x55\x17\xfa\xce\xe3\xb9\xf2\xc8\xa2\x68\xec\x00\xf9\xbe\x39\x92\x59\x18\x6a\x7d\x02\x99\xf3\xfc\x58\x83\x98\xe7\x70\x86\xe3\x8c\x62\x16\x13\xe9\xd1\x85\x94\x39\x57\x28\x0c\x9d\x21\x74\x40\xcc\x26\x30\x62\xc8\x07\x0c\x06\x9e\x33\xc3\x8c\xff\x05\xc2\x70\x2e\x7e\xc2\x44\x34\x65\x77\x08\x04\x81\x03\xe4\x46\x18\x76\x40\x10\x88\xba\x17\x20\x74\x50\xc4\x57\x2d\xb4\x92\x96\x8b\x95\x70\xc1\xa4\xb8\x5c\x36\x81\x8e\x40\x3b\xa4\x7a\xf4\x93\x38\x84\xd4\x19\x61\x22\x43\xb9\xc5\xa0\xc9\xfa\xb9\x22\x54\x8a\xf6\xad\x97\x80\x22\xcc\xd0\x08\xa9\x0c\x7f\x91\xda\x39\xc2\x95\x42\x4a\x0b\x5c\x6b\xf4\x5d\xad\x38\x53\x8a\x61\x10\x37\x85\xaf\x75\x4f\xfb\x56\xdc\x0f\xe7\x8c\x61\xa2\xb0\xb0\xbe\x0b\x44\xfa\x25\x3f\x2a\x06\x7d\xe6\xa4\x58\x43\xbd\x04\x1f\x01\x81\x0e\x65\x98\xc0\xc0\xf1\x45\x06\x57\x8f\xa2\x00\x3a\x28\x3d\x4d\xa0\x56\x37\x21\x70\xe4\x7a\xee\x84\xb1\x19\xdd\xdf\xda\x0a\xe0\x25\x0c\x39\x69\xea\x4f\xf1\x67\x14\x86\xa0\x8f\xc9\x78\x0b\x46\xbd\xb7\x67\x5b\x01\xf6\xe9\xd6\x3b\x38\xdc\x3a\x3c\x7d\xbe\xf5\x0e\x45\x01\xbe\xda\xa2\x50\x38\xda\xb5\x0d\xa8\xe5\xa9\x1f\xc4\x22\xf2\x5b\xeb\xcb\xa0\x88\xd4\xbb\x2f\x62\x0d\x62\x86\x39\x0e\xfa\x02\x71\xfd\x10\x02\xbe\xf2\x11\xc1\xd3\x64\x00\x27\x9e\xe1\xc8\xf1\x43\x4c\x39\x6a\x8a\xc8\x85\x21\xc1\x57\x14\x12\xe7\x4a\x2c\x45\x0c\xeb\xf8\x20\x72\x40\x48\xb1\x33\x05\x51\x9c\x0d\x26\x3f\x50\xd3\x45\x94\x41\x60\x0f\x30\xaf\x7a\x5e\x43\x82\x12\x45\x8d\xff\x7b\x8a\x22\x34\x8d\xa7\xb5\x78\x22\xdb\xc1\x17\x86\x94\x0f\x75\xc4\xde\x35\x47\xbd\x8a\xdd\x09\x24\x52\x1c\x05\x41\xe9\x42\x48\xa9\x19\xdf\xfd\xb9\x8c\xa2\x58\x56\x36\x2e\x5d\x52\xb7\xd8\x9d\x26\xc2\x2c\x1f\x2b\xf3\x9c\xfe\x0e\x42\x14\xb8\x85\x8a\x02\x0b\xb5\xc9\x19\x21\x18\xd6\xe9\x19\x69\x41\x80\x8a\x22\x01\x26\x22\xdb\xf4\xa4\x05\x0b\xa8\x3d\x53\x91\xb8\x5e\xf8\x56\x7f\x26\x7a\xb3\x79\xae\xc8\x1a\x94\x4f\xf2\x09\xf0\xff\x50\xff\xeb\x19\xfe\x5f\xf2\x3f\x57\xc5\xa7\x4b\x51\xde\xb3\xc4\x27\x25\x82\x11\x7f\x13\x47\x72\x0d\xd6\x18\x6a\x43\x86\x7d\x2e\xcc\x49\x1a\xd0\xd2\x7a\x0e\x2e\x03\x64\x0c\x59\x3f\x51\x26\xd2\xc9\xda\x75\x55\xb2\xf2\xe6\x09\x0c\x67\xb9\x63\x8b\x98\x0c\xf5\x81\x97\x90\xcc\x53\x4e\xc8\xb0\x13\x70\x49\x70\x8a\x22\x98\xf2\xbc\xd4\x60\x5b\x87\xd9\x65\x4e\x51\x5c\x46\xa1\x9f\x65\xfd\x95\x9d\x11\x94\x74\x92\xb3\xdc\xda\x4b\x48\xd0\x68\x7e\x9e\xc4\x36\x65\x3b\x64\xf9\xab\xda\xb8\x10\xa2\x3d\x58\xad\x78\x01\x17\xba\x79\x45\x6e\x4b\x63\xc1\xfa\x17\x64\x9d\x15\x16\xf0\x85\x99\xee\x42\x6c\xf7\x50\x97\x9d\x7e\xb4\x73\x5f\x23\xff\x7d\xaf\x71\x14\xea\x5c\x72\x20\x0b\x61\x07\xa4\x51\x88\xa9\xc4\x33\xc2\x61\x88\xaf\x38\xdf\x4a\xc4\xa2\x8a\xec\xa6\x65\xc8\xf4\x12\x58\xf2\x3c\xba\x5c\x3d\x9e\x04\x20\x1a\xdb\xec\x53\xdf\x0f\x9a\x3c\x05\x28\x84\x01\xa7\x33\x3a\xc2\xb4\x44\x97\xf3\x54\xf2\x95\x44\x95\x4b\x24\x32\xe9\x4d\xc5\x6b\x06\x59\x04\xa7\x4c\x7b\x04\x91\x03\xaf\x11\xe5\xca\xa5\xfc\xf2\x5b\x43\x9a\x37\xd0\xc7\xa4\x15\xc6\xb4\x80\xfa\x7e\xce\x75\xa5\xcf\x57\x2e\x2e\x68\xb5\xe1\xad\xa0\x39\xb1\xa6\xe7\x3c\x3f\xde\x4f\x5e\xf0\x71\x50\x2a\x14\x96\x5f\x23\x50\x1f\xd5\x95\x0a\xb3\xce\x2a\xa5\x94\x56\x73\x66\x5c\xbf\x7a\x46\x3b\x56\x34\x3e\xa3\x53\x45\xc8\x8a\xa8\x64\xef\x56\x98\x5f\x6a\xd2\x9d\xd6\x9d\x82\x08\x8c\x05\xce\xb8\x2d\xba\x16\x5a\xcf\xb7\xb6\xd8\x51\x9b\xef\x65\xf9\x9e\x09\xc8\x04\xfb\x5e\x22\xb2\xd9\xc8\x0b\xbf\xe6\xd9\x96\xd4\x8d\x9f\x00\xea\x80\x30\xd4\x03\x93\x57\xe4\xec\x33\x87\x21\xe5\x0c\xd4\x79\xb8\xcf\xd2\x73\x5b\x69\xc6\x7a\x03\x8a\xbb\x78\x79\x29\x7d\x20\xbb\x15\x7c\x11\xe7\xf5\x0a\x72\xb4\x9b\x8a\x8d\x86\x0b\xa2\x36\x12\x40\xea\x13\x34\x4b\x9a\x5b\x35\x8c\xbf\x30\x81\x24\x3f\x52\x13\xb3\x69\x8b\x69\xee\x7b\x2e\xd4\xb5\xd9\x57\x5c\xec\xd6\xe6\xab\xcd\xbb\xf6\x4c\xa3\x57\x9d\x50\x06\x5a\x02\x35\xe9\xbb\x40\x07\xd5\xde\x85\x8d\xa9\x09\xb1\xad\x9e\xb5\x6e\x1f\x83\x8a\x4e\x97\x2d\x4b\x31\x57\xbb\x3c\x56\x63\xc2\x56\x46\xe9\x86\x96\xec\xcb\x71\x6f\x06\x18\x83\xe4\x26\xcc\xd8\x9f\xee\x5e\x1f\xee\x9d\xbe\x6b\x9e\x5c\x40\x2f\xc7\x85\x2b\xa7\x6d\x40\xfd\x32\x81\xaa\xcc\xdb\xb6\x7a\x70\x85\x02\x36\xd1\xfe\xbe\x9e\x86\x22\x0d\x77\xc2\xd8\x6c\x7f\x6b\xeb\xea\xea\xaa\x7f\xb5\x2b\x6c\x5e\x3b\xdb\xdb\xdb\x1c\x24\xf6\x1f\xc5\xb7\x5b\x6a\x20\x95\x29\xeb\x7a\xee\xa0\x3f\x28\x10\x8c\x84\xd4\xc0\x51\x41\xa6\x55\xa7\x9e\xd4\x6d\xe5\xa8\x9e\x5b\x3e\xe2\x24\x3b\x40\x60\x8c\x23\x10\xf6\x28\x23\x68\x06\x7b\x09\x7f\x56\xaf\xbe\x8d\x90\x08\xe7\x89\x29\x24\x67\x33\xe0\xc3\xd7\xd1\x5b\x0a\x0b\xdb\x1d\x6c\x17\x01\x22\x9f\x18\x2c\xfc\x68\xaa\xcc\x75\x1c\x3a\x21\x8a\x2e\xf6\x95\x89\x30\x00\x0c\xec\x8b\x5f\x39\x58\xee\x5e\x4f\xc3\x9f\x87\x80\xc2\xfb\x7b\xde\xe9\xb3\x57\x3b\xff\x9c\x3f\xde\x1b\xbe\xbb\x8e\xfd\xcf\xdb\x11\x78\xf6\x66\xdb\x3f\xc6\x97\x2f\x77\x83\xdd\x60\x7e\x6f\xf7\x64\x7e\xef\xd2\x9f\xfa\x97\x27\x9f\x0e\xaf\x4e\x8e\x1e\x7d\x0e\xa6\x7e\xf4\xfc\x59\x30\xfb\xe7\xb3\x37\xf8\xf4\xcc\xbf\x3e\x39\xf2\xc7\xe0\xd7\xdf\x67\xff\xdc\x99\x6c\xab\xbf\xef\x1e\xa1\xc3\xf1\xe9\xb3\x17\xe1\xfb\xdd\xdf\xc6\xc1\x4e\x78\x11\xfc\x3a\x7e\xf4\xe2\xf3\x93\xab\x17\xf3\xc7\xf8\x9f\xef\xc2\x08\x3c\xfb\x2d\xf9\x7b\x0a\xde\x5d\xd3\xd3\xb3\x60\x17\xfc\x1a\x6e\xff\xf3\xcc\xbf\x3c\x1d\xe3\xf1\xf3\xe3\xeb\xab\xf7\xff\x78\x83\x9f\xff\xfa\xdb\xa3\x17\xdb\xdb\xec\xe4\xec\xea\xfa\xf9\xaf\x57\xf3\x97\x47\xdb\x73\x3e\xf6\xf3\xa3\xec\xff\xce\xcf\x0f\xe9\xc9\xf9\xe1\x78\x78\xfc\xe4\xea\xe5\xd1\xf6\xf5\xc9\x21\xce\xfd\xfe\xfc\xc9\xf6\xbd\x97\xc7\x4f\xd2\xef\x5f\xcc\x1f\x7f\x0e\x9e\xbd\xb8\x04\x3b\x6f\x1f\xbd\xd8\x79\x41\xdf\xbf\x7b\x45\xb4\x67\x2c\x5b\xef\x49\xf4\xf2\xf3\xde\xdf\x4f\xe5\x9e\xef\x1a\x51\x69\xf0\xe8\xd1\xa3\x2d\x01\xe8\x04\xe8\x1a\x7a\xce\x0d\xa8\x5b\x75\x96\x0f\xf3\x48\x97\x37\x73\x54\x91\x9b\x65\x68\x8d\x46\x36\x2a\x09\x0d\x01\x11\x1d\x61\x32\xa5\x5b\x80\x10\x30\xd7\x49\x0c\xe7\x2d\x43\x48\x7a\x1c\xc7\x7a\x22\x48\xb0\x37\x22\x60\x2c\xae\x7b\xf9\x43\x9d\x20\x79\x6c\x29\x92\xc4\x92\x7f\xd5\xac\x38\x59\x4d\x6f\xe1\xa5\x17\x46\xb8\xc1\x3d\x2c\xb3\xfa\x8d\xad\x3b\x66\x28\xa4\x5b\x82\xb2\x43\xba\x05\x86\x94\x11\xe0\xb3\x5e\x88\xc7\xe3\x7c\x58\x91\xe7\x46\xb3\xe9\xfe\x1f\x31\x24\x73\x41\x21\x85\x8b\x6a\xb9\x35\xfe\x50\x64\x59\x27\xe8\x1a\x45\x7d\x9f\x40\xc1\xad\x62\x12\xee\xbb\xae\x27\x0b\x6f\xec\xcb\x37\x7c\x3c\x9d\xc5\x0c\x06\x9d\x74\xe6\xee\x17\x02\x59\x4c\xa2\x2f\x5f\xbf\x76\xbd\x10\x8f\x9f\x42\xe6\x4f\xf6\xb5\x9f\xbf\x7a\x30\x0a\x5e\x8f\x46\x14\xb2\x7d\x21\xf3\x61\xf1\xef\x53\xe3\xb0\x6e\xfa\xae\xeb\x69\x63\x5c\x02\xe2\xc0\x03\x91\xdc\x38\x86\x4c\x7f\xab\xfb\x83\x9c\xde\x81\xbf\x7c\xc1\x04\x8d\x51\xb4\x2f\xa3\x49\x5d\x35\xcf\x3e\xfc\xba\x9f\xfe\x02\xa3\x20\x7d\x7e\x0f\xee\xf1\x25\x67\x2e\x42\xf3\x8a\xcc\x1b\x1d\xc5\x61\xf8\x96\x84\xa5\xe5\xc7\x24\x74\xbd\xa4\x56\x89\xe7\xea\x5b\xe5\xca\x72\x61\x2e\xd3\x1e\x93\x23\xe9\xcb\x43\x46\xa3\x79\x47\x4e\x02\x28\x45\xe3\xa8\xf3\xe5\xab\x97\xc1\x41\x4d\xd4\xd5\x1e\xe5\xa6\xd4\x7f\x28\x4d\xde\xed\xa6\xc0\xcb\xde\xe2\x1b\xe8\xde\x75\x7f\x71\xef\x42\x4e\xde\x1a\xa0\x6c\xbe\x5e\xf7\x3a\x25\x2a\x35\x00\xbc\x66\x30\x0a\x3a\x5f\xb2\x99\x25\x5e\x89\xe9\xe5\x3f\xf3\x85\xeb\x0b\xa7\xd4\x07\x21\x02\xb4\xa3\x55\x38\x13\x7d\x2f\x44\x57\x83\x7e\xa1\xe4\x7d\xd7\xd3\x2a\xf6\x2f\x32\xce\xd1\xe9\x5b\xb7\xeb\x4d\xc5\x68\x6f\x29\x0c\x8a\x63\x10\x08\x82\xd7\x51\x38\xef\x08\xc1\x8f\xf6\xdf\x40\x99\xc5\xf2\x56\x24\xce\xca\x55\x9c\xc9\x5f\xce\xce\xdc\xae\xe7\xcf\x62\xc3\x30\xe6\xaf\x8f\x66\xb1\xfc\xf4\x1c\x33\x10\x9e\x23\xff\x22\x8f\x71\xea\xf0\x4f\x00\x9b\xf4\x47\x21\xc6\xa4\x93\xe1\x41\xd3\xf1\xba\x7f\xfe\xb9\xcd\xb1\x64\x06\x89\x0f\x23\x66\x04\x78\xa7\xd8\x48\xc0\x73\x33\x80\x54\xde\x73\xed\xb5\xee\xd6\x60\x7b\x67\x4f\xfc\x3f\x8f\x69\xaf\x14\x0f\x2c\x45\xe9\x3b\x77\xe0\x2f\x70\x8b\xed\x6f\x67\xab\x2b\x9f\x61\x27\xd7\x91\xc1\x73\x15\x78\x2b\x17\x95\xbc\xd3\x35\xae\x43\x1c\xb8\x69\x11\x4d\x2e\x53\x88\xc7\x35\x34\x3f\x61\x64\x3e\x8e\x64\x9a\x94\x3f\x17\x06\x69\xe3\x70\xb2\x1e\x4f\xca\x4c\x6c\xaf\xcd\x70\x18\x26\x2f\xe5\x79\x8a\x17\x79\xc0\xa3\x0b\x5d\xdd\x11\xe7\x03\x4f\x01\x0a\x63\x02\x0f\x2e\x31\x0a\x9c\x6d\x0f\xf6\xe5\x2c\x07\xf9\x39\x52\x4c\x2c\x9c\x0d\xff\xb1\x8c\xae\x38\x65\x50\x29\xb7\x89\xfa\x3e\x08\x43\x81\xbd\xdd\x84\x5f\xa5\x27\xc3\xba\x1e\xe7\x64\xe9\xdf\x50\x9c\xc4\xd7\x1f\xf8\xb1\x92\x83\xc2\x42\x75\x7a\xa5\xe6\x2b\xaf\x40\x2e\xf3\xa5\xd8\x4a\xff\x0a\x90\xa8\xe3\xbe\x7c\xfd\xab\xf3\xf4\xc9\xf9\xd1\xb3\x7d\xe7\x08\xc7\x61\x10\xfd\xc4\x1c\x1f\x47\x11\xf4\x85\xe3\xce\xbd\x0b\xbb\x5f\xbf\x7a\xd8\x48\xc8\xe4\xb3\x27\x97\x30\x62\x30\xf0\x56\xc7\x76\x11\x3d\x13\xe7\x8f\xa2\xb1\x85\x72\x85\x78\x2c\x5f\x81\xa4\xcf\x91\xa0\x8f\xe8\x9b\x38\x8a\x38\x9e\x89\x41\x4f\x31\x8a\x18\x24\x92\xa6\x6a\x2f\xcb\x07\x13\x08\x02\xbe\x52\x06\x90\x58\x31\x8e\xd9\x2c\x66\xa5\x0b\x96\x8d\x23\x7c\x9d\x40\x98\x45\x01\x0a\x0d\xa4\x48\xfe\x7c\x70\xa0\x5d\x2b\xed\xeb\xee\x2f\xd9\x63\xf1\x62\x37\x3b\x54\x39\x22\xbf\x61\x28\x42\x6c\xdf\x78\x7b\x7f\x10\x6f\xff\x17\x8d\x67\x90\x74\xba\xe2\xfc\xb3\x0b\x9c\x85\x15\x94\x98\x78\x02\x5d\xb7\xfb\x03\xeb\x5f\x11\xc4\x34\x34\x61\x72\x82\xe8\x00\xea\xcb\xb8\xcb\x7e\x88\xfa\x32\xef\xe4\x3f\xef\xc1\xbd\x3b\x77\x3a\xd1\x41\xd4\xa7\x31\x97\xee\x3a\xc9\x2f\xbd\x7b\x70\xaf\xcb\x6f\x0a\x4d\x3f\xf4\x22\xfe\x37\x23\x88\x63\x56\xc7\x65\xc8\xbf\x70\x3d\xd6\xfd\xea\x81\x54\x2a\x40\xf4\x4c\x36\xc2\x83\x81\x04\x07\x55\x50\x4a\xce\xc6\xd5\x5e\x56\x17\x85\x75\x15\xa4\xca\xef\x52\xc3\xbb\x5f\xbd\x00\x52\x46\xf0\x5c\x07\xa3\xfc\x9e\xe1\x59\x47\xc9\x14\x09\x1c\xbf\x7a\x63\xcc\xf0\x33\x8e\x0b\x9d\x6d\x4f\xb2\xc0\x6e\x87\xc0\x31\x8c\xa0\xa8\xb5\xf1\x26\x8e\x18\x9a\xc2\xfe\x14\x90\x8b\x14\x7f\x1d\xa8\x8e\x46\x10\x18\x0f\x27\x04\xd3\xf0\xdd\x15\x01\xb3\x8e\x7e\x2f\x47\x98\x74\x7e\xfe\xb9\x4b\xaf\x10\xf3\x27\x1d\xd8\x9f\x11\x78\x79\x00\xfb\x11\xbc\x66\xdd\x2f\x3e\xa0\xd0\xd9\xde\x57\xc3\x45\x79\x4c\x52\xc7\xe8\x81\x7a\x31\xcb\x20\x63\x7d\x99\x85\x00\x45\xfb\x3f\x6e\x7b\x66\x41\x73\xfb\x6b\xb7\xeb\xd1\x03\x93\x2c\x05\x3c\x1d\x7e\x72\xad\x07\xf7\xbd\xa8\x43\xbb\x7d\x36\x81\x51\xc7\x40\x77\x60\x9f\xc1\x6b\xc6\x01\x4c\x3a\xb4\xdb\xfd\x41\xec\xec\xfe\x7e\x07\x1f\x70\x94\x89\x58\xf7\xce\x1d\x9c\x47\x32\x7c\x80\x13\x24\xdb\xf6\x38\x76\x79\xf8\xee\xc1\x4f\xff\x8a\xfe\x15\xf5\xd2\xff\x39\xe7\x6f\xde\xbe\x3a\x3a\x3c\x7f\x72\xbc\xef\x88\x22\xce\x8e\x44\x3d\xad\x82\x08\x74\x86\x98\x31\x3c\x75\xf0\x48\xfc\x15\xe2\xb1\x93\x0d\xf0\x93\x3a\x7f\x9a\x5e\x43\x0f\xeb\x8f\xca\xd7\x5d\x2d\x7d\xb0\xbd\xcf\xff\x2b\x64\xf0\xfd\x74\x8f\x12\x24\x5f\xbf\x7a\x50\x8c\xd1\xe5\x30\x94\x0d\x98\x51\xf8\xef\x87\x50\x45\xfd\x64\x13\x08\x95\xe0\x93\x76\x86\x92\x18\xd9\x8f\x55\x52\x39\x39\xc0\xa3\xa6\xa7\x2a\x2e\x4b\xc6\x91\xca\x6c\xb5\x72\x32\x2f\x07\xf7\x94\x80\x75\xfb\x62\x58\xbe\x29\x3e\x67\x89\x62\x19\x3f\x90\x6b\xd3\xd5\x5f\x5c\x2f\x9a\xe9\x42\x92\xc1\xb0\xd0\x48\x1e\x2b\xa9\xf7\x55\x72\x60\x59\x12\x5b\xb9\x0a\x15\x25\xbf\x7a\x5f\x04\xb4\x2f\x41\xb8\x3f\x80\xbb\xf2\xa8\x6c\x27\x24\x71\x18\x87\xa1\xdb\xed\x87\x28\xba\x80\x41\xa7\xdb\x57\x41\xc1\xa6\x73\xb0\x7d\xeb\x83\xc8\x87\xe1\x61\x18\xf2\x8f\xf8\x33\x7e\xdd\x59\xfb\xeb\x4e\x3d\xe2\x61\x2f\xf4\x90\x17\x7b\xc1\xaa\xaf\x7d\x64\x14\x10\x12\x60\xe5\x84\x03\x8f\x1e\x44\xfd\xe4\x17\x8f\x1c\x44\xfd\xe4\x37\x45\xff\x92\xeb\x81\xb5\x1b\xad\xec\x08\x6e\x7a\x87\xef\x79\xa4\x83\x2b\xee\xf0\x57\xaf\xb3\xed\x81\x9c\xd0\xda\xed\xe0\xe4\x36\xdf\xdb\x47\xa3\x4e\x98\x30\x88\x2f\x6a\xcc\x87\x3f\x0c\x09\x04\x17\x5f\xd3\xeb\x09\x86\x24\x9e\x09\x9d\x45\x48\x5d\xea\xe3\x87\xd9\xfd\x15\x9f\x0d\xb6\xbd\x50\x91\x8c\x94\x82\xcb\x37\x3a\x28\xe3\x41\x9d\xf8\x00\xf5\x09\x14\x81\x7d\x9d\xad\x7f\x7d\xfd\xd7\x97\xad\xb1\xe7\x7e\xfd\x57\xf4\x85\xdf\xb5\x59\x88\x58\xc7\xfd\x57\xe4\x76\xbd\x4e\x70\x10\xf7\xa7\x85\x33\x50\x33\xbe\x38\x7b\xfd\xaa\x3f\x03\x84\x42\x21\x9e\x77\xfb\x23\x4c\x9e\x00\x7f\x62\x26\x63\xc7\x80\x81\x03\x15\x0d\x0b\x18\x1e\x76\xe4\x23\x2e\xfd\x65\x34\x44\x33\x24\x05\x1f\x82\x44\xe6\x1a\x7c\xec\xcb\xa7\x3a\x41\x11\x32\x9d\xdb\xed\x04\x7c\x79\x8f\xe7\x1d\x91\x82\xee\x76\xfb\x9f\x30\x8a\x3a\xae\xdb\xed\xa6\xa7\x33\xd8\xf3\x24\x92\xa2\x29\xc4\x31\xeb\x76\x68\x02\x9a\xbd\xfd\xe4\x15\x09\x6c\xf5\xf8\x7e\x43\xea\xd8\x44\x39\x9c\x11\x3c\x45\x14\xf6\xb0\xb8\xc3\x6b\xb7\xb3\x9c\x12\x7c\x3d\xcf\xeb\x28\xa7\x72\x05\xe2\x17\x61\x2b\x6c\xb0\x6a\xa9\xbd\x26\xc2\xf4\xaa\xd6\xac\xa4\x77\xa3\x5d\x08\xd1\xdf\xf8\x9c\xca\x9c\xf7\xe3\xb6\x27\x3e\x93\x96\x21\x41\xf5\xff\x98\x3d\x8e\x51\x18\xe4\xf4\xd0\x8c\x4e\xa5\xea\xa5\xfa\x0c\x72\x65\x51\xb3\xe6\xd6\x6f\xb9\xa0\x76\x2f\xc8\x2c\x44\x4a\x6c\x00\x7d\x1c\x54\x71\x8a\x25\x59\xca\x22\xca\xbd\xd2\x9c\xcb\x24\x3e\x6f\x8d\x46\xa3\xce\x21\x21\x60\xde\x47\x54\xfc\xb7\x03\xbb\xdd\xe4\x0a\xfc\x80\x46\x9d\x33\xe1\xf5\xec\x23\x06\x55\x49\xbe\xc8\x91\x2b\xd1\x5e\xcc\x8f\x28\x35\xad\x0f\x1f\x3d\x70\xf0\xe3\xb6\x47\x0f\x7e\x1c\x78\x44\x99\x16\x7e\x60\x64\x2e\x08\x3a\x7f\x07\x7b\xe1\x01\xfc\x50\x18\xff\x63\xa7\xfb\xf3\x8f\x1d\x70\xd0\xc1\x07\xa1\xb8\xa9\x9d\x6e\xb7\x1f\xe0\x08\x72\x1a\x16\xf5\x67\x31\x9d\x74\xb0\x8c\xf1\xed\x7a\x3f\xb2\x3f\xff\x4c\xf4\xb4\x1f\x0f\x0e\x58\xf7\x67\x3e\x65\xf7\xe7\xaf\x3e\x10\xbc\xa2\xfb\x85\xf2\x25\x90\x03\xf8\x75\x84\x22\x10\x86\xf3\x2f\x7c\x01\x3f\x82\x3b\x77\xc2\xbe\x5c\x7b\xf6\xaf\x4e\x37\x7d\x09\x8d\x3a\xb4\xcb\x26\x04\x5f\x39\xe4\x6b\x42\x8f\xa3\xaf\x62\x7b\x3f\xc8\xe7\x11\xbc\x72\xce\xe7\x33\xf8\x84\x10\x4c\x3a\xae\x8a\x57\x74\x00\x63\x70\x3a\x53\x51\xc0\x94\x91\xd8\x17\x69\x32\x11\x8e\x7a\x62\x87\xc3\x10\x8a\x88\x7f\xce\x54\xdd\xee\xd7\xaf\x9d\xb2\x75\x3f\x7f\x4d\x40\xc6\xfb\x89\x48\x82\x93\x4a\x7d\x7b\x73\xb8\x8c\xfa\xe4\x98\xf1\xb5\xdb\x5c\x72\xa8\x10\x18\x8a\xf6\x36\xb9\x3c\xcd\xd2\x7f\xe7\x0e\x54\xd2\x43\x47\x27\xe3\x2b\x95\x2b\x98\x07\x32\xa9\x42\x9a\x0f\xd6\xa3\x51\x30\xa3\x34\x00\xcc\x7a\x06\xe6\x38\x1f\x1e\xb8\xae\x87\x0e\x38\xa2\x64\x02\x9c\xe2\x3e\x0f\x3c\xd0\x61\x55\x2a\xc0\x10\x07\x73\x3e\xec\x1b\x01\x54\x0e\xa2\xce\xb6\x47\x0b\xf2\x04\x4b\xe4\x89\x07\x5c\x9e\x88\x8b\xf2\xc4\x60\xbb\x99\x40\x31\xd8\xd6\xcc\x0e\xea\x14\xbd\x38\xf9\x71\xc0\xc7\xc6\xd9\xa0\xf7\x8b\x83\x26\x1c\x37\x16\x46\xf2\x8e\x61\x57\x92\x09\x40\x79\x6b\xbd\xe8\x00\x8a\x0b\xcd\x89\x0b\x3e\x88\xbc\xde\xe0\xc7\x83\x83\x4e\x78\xf7\x00\xf5\x25\x19\xed\x30\xef\x8b\xa4\xcd\x82\x8e\x75\x65\x3d\xb1\xd7\xa3\x8e\xfb\xd5\xed\xca\xd1\xc0\x41\xd8\x17\x61\xa9\x9d\xad\x4e\xff\xff\xfc\xeb\x6b\xb7\xd3\xff\x3f\xdd\xff\x6f\x8b\x0b\x77\xa4\x03\xbc\xdd\xae\x17\x1f\xd0\x0f\x83\x8f\x9e\x7f\x40\x3f\xec\x7c\xfc\x21\x3c\xf0\x05\x39\x9c\x1e\xc4\x4d\x84\xa0\x86\xf2\x4f\x7f\x84\x42\x06\x89\x5d\xfa\xf9\xda\xfd\x61\xaa\xc8\xd3\x9d\x3b\x9d\xe9\xc2\xe2\x52\x50\x92\x95\xa6\x1f\xa6\x06\x59\x29\xc8\x0b\x4a\x53\xab\xa0\xc4\xd5\xaa\xa2\x40\xb4\xa8\x44\xd4\x27\x10\xcf\x60\x24\x1a\x23\x72\xae\x9e\x1a\xbe\xf6\x7f\xfc\x51\x6d\x87\x63\x31\x27\x7d\x52\xbd\x6b\x22\x44\xe5\xb9\xea\x1a\x44\x28\xb5\xb2\x73\x78\xcd\x8e\xe5\x34\x7f\xfe\x59\xd4\x4a\xe5\xfc\x07\x45\x8a\x21\xd1\xd9\x75\xbd\xe8\x60\xf7\xe7\xe8\x3f\x60\x7f\x38\x67\xf0\xa5\x38\x8c\x9f\xa3\xbb\x77\xbb\xec\xee\xc1\x99\x30\x2e\xf4\x47\x04\x4f\x8f\x26\x80\x1c\x71\xac\x86\x1f\xa2\x8f\x99\xc7\xe1\xeb\xd7\x0a\x20\xe0\x00\xd2\xde\x08\x93\x9e\xa8\x78\xbb\x96\xfd\x97\xef\xe7\x07\xd8\xe7\x13\x7f\x4c\xe9\x77\x5f\xcc\x4e\x39\x19\x97\xff\x32\xe2\x2f\x93\x3c\x99\x23\x07\x60\x31\x15\xd2\x7d\x5f\xf5\xb0\xec\x74\xfb\x71\x84\xfe\xe8\xd8\x2e\x94\x2b\xdd\x97\x76\x48\x08\x7a\x97\x17\xcd\xd4\xa3\xec\x4d\x1f\x47\x23\x34\xde\x82\xd1\x25\x22\x38\x32\x44\x05\x78\xd1\x82\xc2\x13\x38\x70\x67\x04\x07\xb1\x8c\x29\xfd\xf1\xe0\x20\xa5\xe3\x7d\x6d\xb6\x3b\x77\xd2\xc7\x1f\x12\xc1\x31\x44\xbd\x29\x92\x89\x86\x77\xee\xfc\x38\xd0\x3f\x35\xbd\xd3\x87\x11\xbf\x1e\x81\x47\x95\x0c\xc0\xa0\x08\xb4\xff\xf3\x4f\xf0\x4b\x6a\xb1\xda\x57\x28\x2b\x00\xf0\xe7\x9f\xe9\x73\x4d\x80\xa0\x76\x48\xa2\x19\x17\xee\xd7\xe4\xf7\x35\x10\xfb\x5f\x60\x42\x50\xf7\xdd\xee\xfe\x87\x14\xab\xb6\x0f\x0e\x0e\x98\x22\x5d\xbf\x7c\x51\x35\xd7\xf6\xa1\xc7\x57\xb4\x2f\x85\xc4\xaf\xfb\x3b\xc6\x97\xd8\x87\xed\x8f\xf2\x3d\xf6\x61\xf0\xf1\xeb\x3e\x94\x46\x25\xfa\x0e\xb1\x49\xc7\xfd\xe0\x76\xb5\x57\xfb\x34\x44\x3e\x14\x12\x45\x42\x26\x13\xfa\xb7\xef\x76\x93\x51\xb2\x1f\x3f\x7e\xdd\xb7\x2c\xa6\x02\x3b\x45\x7e\xc9\x7c\x43\x97\xb4\x28\x6a\x0b\x3e\xaf\x32\x00\x43\x48\x9e\x72\x29\x14\xcc\x66\xa1\xca\x77\xe1\x0c\x4d\xf0\x0c\xb9\x38\xd6\x6d\xb0\x91\xb4\xea\x64\xc1\xb9\x59\x4d\x9d\x56\x18\x82\x53\xb5\xdf\x48\xa8\x2a\x3f\x8a\x23\x55\xef\x77\x3b\x11\x17\x0e\xfc\x30\x0e\x20\xed\xb8\x7b\xdb\xbb\x6e\x57\x89\xed\xd1\x0f\xca\x61\xa3\x97\xe2\xf4\x7e\xdc\xae\x04\xc3\x2c\xb5\x1d\x6d\x89\x2e\x94\xbd\x38\x46\xc1\xa6\x0e\xb6\xe4\x54\xad\x90\xce\x61\x2a\xad\xf4\xdc\xee\x87\xed\x8f\x95\x34\x54\xdf\x15\x9b\x87\x30\x75\x51\xdf\xfc\xbe\xf2\xbe\xbd\x0e\xec\x7a\xd1\x81\xeb\x6a\x5e\xf9\x4e\x74\xa0\x56\x73\x01\xe7\x94\x8b\xcc\x04\x06\xb1\x0f\x35\x5e\xc2\xa9\xbb\x24\xd6\xec\x43\xa4\x31\x2f\xc1\x95\xa2\xbb\xee\xbe\x7b\xb7\xe3\xca\x5a\x77\xee\xc1\x01\x9b\xcf\x20\x1e\x39\xe0\x17\xd0\x67\xf8\x29\xba\x86\x41\x67\xa7\x7b\xd7\x9d\x5d\xbb\xfb\xa0\xdb\xf5\xe0\x57\xef\xc3\xc7\x84\x50\xfc\xec\x76\xbb\x5e\xd4\x9f\xb0\x69\x78\x06\x46\xb0\xd3\x15\x60\xfe\xa1\x01\x98\xe3\x69\x0f\x8c\xc7\x04\x8e\x93\xee\x99\xeb\x84\x34\xbf\x73\x16\x58\xdf\x75\xfb\xff\x17\x02\x7f\xd2\x77\xef\x9a\x5c\xf4\x3a\x3e\x49\x49\xd1\x08\xe0\x6c\x7c\x78\x97\x7d\xf5\xb6\xbb\x4d\xd1\x4d\xb4\x71\x6f\x6d\x58\xb9\x02\x68\x15\x1c\xdc\x83\x7d\x31\xbf\xcc\x35\x31\x60\x66\x1b\x75\x93\x75\xa8\xc4\x32\x72\x00\xc8\x38\x16\xf1\x88\x89\x53\x6f\x70\xe7\x8e\x64\x15\x3f\x1e\x64\x3f\x7e\x18\x7c\xfc\x45\xff\x63\x7f\x07\xee\x36\xd6\x4c\x59\x51\x33\x65\x52\x33\x65\x79\xcd\xd4\x55\x16\xc6\x83\x83\x83\x8e\x5c\xc1\xc1\xc1\x01\xfd\xc5\x8d\x23\x09\xa4\xc0\xdd\x07\x1d\xda\xed\xde\xb9\xd3\x49\xe4\x0a\x7e\xd8\x54\x04\x72\x27\xaa\xa3\x50\xef\x72\x42\x07\x17\xe9\xa4\x46\xf0\x20\xaf\xea\xa9\x55\xec\x78\x2c\xb1\x81\xcb\xef\xde\x9c\xfd\x7e\xda\x07\x61\xd8\xf9\xa0\xc7\x25\x61\x02\x5d\xae\x21\x45\x81\x3c\x81\x0e\xf4\xa8\xf7\x85\xc0\x10\x83\x60\xff\xc7\x6d\x0f\x04\x60\xc6\x20\x79\x2d\xf2\x35\xe8\xfe\x17\x71\x58\xca\x3c\x21\x1c\x8a\x29\x91\x27\xdd\x8f\xa9\xdd\x3c\x59\xda\x8e\xae\xac\x3c\xd8\xcf\xaf\xf0\x01\x3f\xd8\xed\x03\xd6\x97\x66\xa0\x9d\x6e\xb2\xe2\xc1\x40\xfc\x92\x6a\xb6\xe9\x67\x89\x62\x2c\x06\x75\xbd\xc1\x83\x04\x3a\x3b\x85\xa1\x07\x3b\x5e\x79\x93\x6a\x2b\x9c\x05\xc3\xc4\xb0\xf1\x34\xb7\x71\xbe\x82\x11\x8a\x10\x9d\x74\x06\x3b\xc9\xd8\xd9\x6e\x72\x9a\xd7\x83\xb2\xe6\xc5\x32\xcd\x4b\xfa\xff\xbc\x0f\x1f\x76\xbc\x07\xde\x60\xc7\x1b\xdc\xfb\xf8\x51\x98\xe2\x03\x22\xde\xc8\xd0\x3e\x94\xad\x0c\x27\x68\xb6\x34\xf2\x03\x89\xfc\xf4\x1b\x42\x7e\x3b\xd6\xde\x37\x62\xed\x20\xc1\x81\xbd\x06\x58\xab\x1d\x28\xe0\x32\x96\x34\xe4\x61\xd2\x17\x21\xc9\xaf\xc0\x14\x72\x3a\xc9\x31\x59\x07\x73\x07\x78\x90\x8b\x18\x05\xf4\xa5\x29\xfa\xee\xa5\x07\x9e\x3b\xf1\xfb\x05\x1c\xbb\x9f\x47\xdf\x41\x86\xbe\xdb\x3a\xfa\x6e\xdb\xd1\xf7\x7e\xb7\x8c\xe2\x12\x0a\x83\x6a\xf4\xb5\xee\x56\x22\xf5\x1b\xe3\x9e\x75\xe4\x1e\x64\x76\x05\xb5\xe8\xed\x3a\xb3\x82\x09\xb9\x07\xde\x7d\x6f\x30\xf0\x06\x7b\x66\xe4\x3e\x0c\xc3\xa5\x71\x3a\x91\x1a\x4a\x28\xbd\x6d\x44\xe9\x6d\x1d\xa5\xb7\xbf\x3f\x94\xe6\x84\xf8\x30\x0c\x3b\x70\x31\x1a\x0c\xbe\x23\x24\xce\xd1\x60\xb1\xe7\xcd\x61\x68\x62\x37\x48\xce\x3e\x13\x39\xa5\x9f\xe3\xce\x1d\x95\x46\x56\xfc\x21\x75\x80\xfc\x62\x72\x76\xc9\x37\xe1\xd7\x7d\x93\xe5\xf0\xce\x9d\x8a\xe9\xa0\x7e\xa3\x0f\x0e\x0e\xd2\xe7\x3f\x26\xff\xee\xcf\x08\x66\x98\x7f\xf6\x4b\xb2\xb6\xfd\x74\x42\xbb\x9c\x47\xe0\x14\x5f\xc2\x1e\x51\xa9\xbc\x6b\x17\x71\x13\xaf\xd2\x0f\xac\xcf\x45\xda\x1c\x11\x2a\xbf\x09\x0e\x58\xff\x02\x45\xc1\x0f\xca\x65\xf4\xe5\x02\xce\xf7\xa1\xc7\x1f\xed\x03\x61\x80\x54\x1a\xc2\x17\x91\x47\xf6\x05\x05\xfb\x4c\x22\x14\x12\x11\xc3\xf3\x19\xdc\x67\x66\x62\xe8\x11\x6d\x6a\xba\x1f\x55\x4b\xcc\x1f\x84\xea\xf2\xf1\x40\xce\xe3\x4e\x00\x3d\x01\xd1\x5c\x04\x4f\x8a\x05\xfe\xf2\xe1\xa3\xf4\x78\x72\xdd\xe3\x8b\x94\xac\x61\x3f\x8e\x24\xa1\x15\xf2\x03\xab\x12\xb7\x95\x8b\x7b\x53\xda\x5c\x04\xaf\x1c\x8d\xd8\x28\x4f\xb3\x46\xea\xb8\xa8\x4e\x21\x3b\x97\xcb\xd2\xfd\x50\x51\xc7\x55\x4f\x45\x25\xf0\xbb\xf0\xae\x3b\xa5\x0e\xbc\xf6\x21\x0c\x60\xe0\x72\xea\x5e\xad\x59\x88\xcc\x7f\xd1\xb0\xc2\xa0\x51\x84\x48\xe9\xb5\xbd\x09\x0c\x67\x90\xd0\xe2\x47\x4b\x9b\x29\xac\x1f\x28\x70\xb9\xde\x17\x18\xc5\x53\xe9\xe4\xe3\xd4\x75\x0c\x8d\x2e\xb6\x34\xcd\xa8\xca\x0e\x2e\x94\xa0\x6f\xe5\x4c\x6d\x27\xca\x3a\xee\x3b\x80\x18\x0c\x92\xd3\xac\x3c\x44\x83\x9d\xd6\xfb\xf0\x51\x57\x4b\x19\x99\x2b\xaf\x62\xf5\x57\xec\x20\xc0\xbe\x60\xc5\x7d\x11\xb6\x70\x06\x43\xc8\xef\x68\xe7\xa7\x29\x64\xe0\x43\x04\xa6\xf0\xc0\xfd\xe9\x2e\xbc\xfb\x93\xfb\xf1\xa7\x2e\xbf\xd6\x87\x8c\x11\x34\x8c\x19\xec\xa4\x89\xf0\x5d\x2f\x3a\xf8\x92\x98\x56\x35\xc7\x4e\x1c\x41\xea\x83\x99\x0c\xb1\x4d\x58\xbc\x19\xe0\x91\x1d\xe0\x91\x72\x41\xb3\xee\x97\xcc\x5f\x2c\x7d\xc5\x3f\x89\xc8\x73\x51\x59\x45\x94\x41\x94\x3b\x94\xd5\xe5\xf8\xfa\x1d\x06\xc6\xb2\xb0\x14\xdf\x88\xa3\x36\xd2\xff\x49\x40\x95\xc8\xb8\xef\x73\x48\x19\xfd\xf3\x4f\x55\xf5\x51\x03\x32\x98\xcd\xdc\x6e\x31\x58\xf8\xcb\xd7\xee\x0f\xff\x2f\x00\x00\xff\xff\xf3\xa0\x7a\xa1\x05\x0c\x05\x00") -func distAssetsNomadUiB86d0502a4e3e4f954f5ad24e1a0a008JsBytes() ([]byte, error) { +func distAssetsNomadUi77b6cd9eae043e74035e65f98af3aca4JsBytes() ([]byte, error) { return bindataRead( - _distAssetsNomadUiB86d0502a4e3e4f954f5ad24e1a0a008Js, - "dist/assets/nomad-ui-b86d0502a4e3e4f954f5ad24e1a0a008.js", + _distAssetsNomadUi77b6cd9eae043e74035e65f98af3aca4Js, + "dist/assets/nomad-ui-77b6cd9eae043e74035e65f98af3aca4.js", ) } -func distAssetsNomadUiB86d0502a4e3e4f954f5ad24e1a0a008Js() (*asset, error) { - bytes, err := distAssetsNomadUiB86d0502a4e3e4f954f5ad24e1a0a008JsBytes() +func distAssetsNomadUi77b6cd9eae043e74035e65f98af3aca4Js() (*asset, error) { + bytes, err := distAssetsNomadUi77b6cd9eae043e74035e65f98af3aca4JsBytes() if err != nil { return nil, err } - info := bindataFileInfo{name: "dist/assets/nomad-ui-b86d0502a4e3e4f954f5ad24e1a0a008.js", size: 330013, mode: os.FileMode(420), modTime: time.Unix(1480000000, 0)} + info := bindataFileInfo{name: "dist/assets/nomad-ui-77b6cd9eae043e74035e65f98af3aca4.js", size: 330757, mode: os.FileMode(420), modTime: time.Unix(1480000000, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -303,7 +303,7 @@ func distImagesNomadLogoSvg() (*asset, error) { return a, nil } -var _distIndexHtml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x94\x51\x8f\xa3\x36\x14\x85\xdf\xe7\x57\x50\xa4\xbc\x95\x01\x1c\x08\x20\x41\xa4\x74\x92\x56\x95\xaa\x99\x68\x9a\xa9\xa6\x4f\x95\xb1\xaf\xc1\x5d\x63\xb3\xb6\x21\x93\x7f\xbf\x02\x42\x96\xd9\x1d\xad\xf6\x89\x60\x9f\xf3\xf9\xfa\xe4\x5e\xf2\x5f\xf6\x4f\x0f\xa7\x7f\x8f\x07\xa7\xb6\x8d\xd8\xde\xe5\xd3\xc3\x71\xf2\x1a\x30\x1d\x7e\x38\x4e\xde\x80\xc5\x0e\xa9\xb1\x36\x60\x0b\xb7\xb3\xcc\x4b\xdd\xe5\x56\x6d\x6d\xeb\xc1\xe7\x8e\xf7\x85\xfb\xea\xbd\xec\xbc\x07\xd5\xb4\xd8\xf2\x52\x80\xeb\x10\x25\x2d\x48\x5b\xb8\x7f\x1e\x0a\xa0\x15\xcc\x4e\xcb\xad\x80\xed\xa3\x6a\x30\xcd\xfd\xe9\x65\x81\x94\xb8\x81\xc2\xa5\x60\x88\xe6\xad\xe5\x4a\x2e\x40\xee\xf7\xc2\x9e\xc3\xb9\x55\xda\x2e\x54\x67\x4e\x6d\x5d\x50\xe8\x39\x01\x6f\x7c\xf9\xd5\xe1\x92\x5b\x8e\x85\x67\x08\x16\x50\x84\xee\xf6\x6e\x24\xdd\x2d\x51\x72\xa8\xc8\xeb\xb8\x4f\x94\x64\xbc\xf2\x41\xf6\x5c\x2b\xd9\x80\x5c\xd2\x57\xc9\x6f\x2b\x84\x1a\x45\x3b\x01\x47\x0d\x8c\xbf\xad\x10\x5a\xad\x77\x2b\x84\x66\xc0\xb0\x80\x1e\x56\x08\x2d\x08\x37\x51\xab\x15\xed\xc8\x70\xb1\x9b\x4c\x2b\x65\x5f\x9e\xff\xba\x49\xfc\x8e\xfb\xb7\x4d\xa1\x08\x1e\xd4\xa7\x4b\x0b\x37\x05\xee\xac\xba\x29\x0e\x4d\x09\xfa\xf0\xf8\xcf\x75\x77\xac\xef\xf7\xc3\xee\xf4\xf2\x7c\xf8\x7b\xb9\x06\x83\xce\xd3\xaa\xb3\x5c\x56\xe3\x13\xb4\x67\x40\x0f\x39\x4d\x3a\xab\x3b\x58\x25\xfb\x2b\xf6\xf5\x74\x78\xdc\xff\x77\x7c\x7e\x3a\x3d\x0d\x7d\xf2\x8e\xb5\xc7\xf6\xea\x61\x58\x98\xd1\x34\xfb\x76\xc7\xe3\x57\xe5\xbc\x38\x9d\x4d\x04\xf7\x1a\xae\x71\x05\x4b\x56\x67\xb8\xac\x8e\x5a\xbd\x5d\x16\x55\x8c\xae\xce\xc0\x1e\x18\xee\x84\x3d\x62\x63\x6c\xad\x55\x57\xd5\xe6\x83\x5a\xe1\x6d\xe8\x81\x5d\xdb\x0a\x3e\xa5\xf5\x87\x50\x25\x16\xef\x2b\x74\x1d\xff\xfa\xb7\xe7\x82\xcb\x4f\x8e\x06\x51\xb8\xc6\x5e\x04\x98\x1a\xc0\xba\x4e\xad\x81\x15\xee\x90\x3e\x36\x06\xac\xf1\x7b\x90\x54\x69\x8f\x46\x21\x4d\x09\xcd\x52\x16\x04\x25\x0a\x22\xc8\xd2\x20\xc8\xb2\x14\x08\x4b\x23\x94\xc0\x3d\x31\x66\x6e\xcd\x9f\x24\xcf\xad\xe2\xad\x71\x90\x20\x08\xb2\x72\x1d\x6f\x08\x64\x69\x92\xc0\x66\x1d\x25\x38\x48\xb2\x24\x0b\x59\xf9\x31\x9b\x93\x61\x2e\xec\xa5\x85\xc2\xe5\x0d\xae\xc0\x6f\x65\xb5\x3c\xc6\x67\xb8\x1f\x44\x5e\x48\x50\x8c\x12\x3c\x00\x69\xb8\x0e\x80\x94\x98\x11\x48\x62\x88\x36\x61\x8c\x37\xd9\xfd\x68\x9c\x83\x19\xc6\xdf\x9f\xe7\x3f\x2f\x15\xbd\x4c\x47\x5f\x63\x9b\x66\xd2\x31\x9a\x7c\x14\x53\x98\xc5\x01\x49\xb2\x98\xa4\x09\x23\x21\xda\xa4\x90\x61\x06\xa8\x8c\x62\x88\x59\xb9\x66\xf7\xff\x1b\x77\x9b\xfb\x13\x64\xfb\x43\xe2\x2d\x9e\x32\xdd\xd0\x20\x0e\x10\x8e\x60\x0d\x11\xcb\xe2\x88\xc5\x98\xa2\x08\x42\x1c\xe0\x20\x48\xbf\x61\x4e\x50\xca\x7b\x87\xd3\xc2\x9d\x9a\xae\xc4\x86\x13\x8f\x6a\xd5\x52\x75\x96\xde\x59\xe9\xa6\x56\x02\x06\x1b\xe5\xfd\x78\x51\x7f\xba\x69\xee\x4f\xdf\xc0\x2f\x01\x00\x00\xff\xff\xee\xae\xee\xae\x1b\x05\x00\x00") +var _distIndexHtml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x94\x51\x6f\xbb\x36\x14\xc5\xdf\xfb\x29\x18\x52\xde\x46\x21\x06\x62\x90\x20\x52\xd6\x64\xd3\xa4\xa9\x8d\xba\x74\xfa\xef\x69\x32\xf6\x35\x78\x33\x36\xb3\x0d\x6d\xbe\xfd\x04\x84\x8c\xff\x56\x4d\x7b\x22\xd8\xe7\xfc\x7c\x7d\x72\x2f\xc5\x37\xc7\x97\xa7\xcb\xaf\xe7\x93\xd7\xb8\x56\xee\x1f\x8a\xf9\xe1\x79\x45\x03\x84\x8d\x3f\x3c\xaf\x68\xc1\x11\x8f\x36\xc4\x58\x70\xa5\xdf\x3b\x1e\x64\xfe\x7a\xab\x71\xae\x0b\xe0\xcf\x5e\x0c\xa5\xff\x25\x78\x3b\x04\x4f\xba\xed\x88\x13\x95\x04\xdf\xa3\x5a\x39\x50\xae\xf4\x7f\x3c\x95\xc0\x6a\x58\x9c\x4e\x38\x09\xfb\x67\xdd\x12\x56\x84\xf3\xcb\x0a\xa9\x48\x0b\xa5\xcf\xc0\x52\x23\x3a\x27\xb4\x5a\x81\xfc\x7f\x0b\x07\x01\xef\x9d\x36\x6e\xa5\x7a\x17\xcc\x35\x25\x83\x41\x50\x08\xa6\x97\x6f\x3d\xa1\x84\x13\x44\x06\x96\x12\x09\xe5\xd6\xdf\x3f\x4c\xa4\x87\x35\x4a\x8d\x15\x05\xbd\x08\xa9\x56\x5c\xd4\x21\xa8\x41\x18\xad\x5a\x50\x6b\xfa\x06\x7f\xb7\x41\xa8\xd5\xac\x97\x70\x36\xc0\xc5\xc7\x06\xa1\x4d\x7c\xd8\x20\xb4\x00\xc6\x05\xf4\xb4\x41\x68\x45\xb8\x8b\x3a\xa3\x59\x4f\xc7\x8b\xdd\x65\x46\x6b\xf7\xf6\xfa\xd3\x5d\x12\xf6\x22\xbc\x6f\x4a\x4d\xc9\xa8\xbe\x5c\x3b\xb8\x2b\x48\xef\xf4\x5d\x71\x6a\x2b\x30\xa7\xe7\x5f\x6e\xbb\x53\x7d\xdf\x9f\x0e\x97\xb7\xd7\xd3\xcf\xeb\x35\x18\x75\x81\xd1\xbd\x13\xaa\x9e\x9e\x60\x02\x0b\x66\xcc\x69\xd6\x39\xd3\xc3\x06\x1f\x6f\xd8\x2f\x97\xd3\xf3\xf1\xb7\xf3\xeb\xcb\xe5\x65\xec\x93\xaf\x58\x47\xe2\x6e\x1e\x4e\xa4\x9d\x4c\x8b\xef\x70\x3e\xff\xad\x5c\x16\xe7\xb3\xa9\x14\x41\x2b\x0c\xa9\x61\xcd\xea\xad\x50\xf5\xd9\xe8\x8f\xeb\xaa\x8a\xc9\xd5\x5b\x38\x02\x27\xbd\x74\x67\x62\xad\x6b\x8c\xee\xeb\xc6\x7e\x52\x2b\x7c\x8c\x3d\x70\xe8\x3a\x29\xe6\xb4\x7e\x90\xba\x22\xf2\xeb\x0a\x7d\x2f\xbc\xfd\xed\x85\x14\xea\x0f\xcf\x80\x2c\x7d\xeb\xae\x12\x6c\x03\xe0\x7c\xaf\x31\xc0\x4b\x7f\x4c\x9f\x58\x0b\xce\x86\x03\x28\xa6\x4d\xc0\x92\x2d\xcb\x28\xcb\x33\x1e\x45\x15\x8a\x12\xc8\xb3\x28\xca\xf3\x0c\x28\xcf\x12\x84\xe1\x91\x5a\xbb\xb4\xe6\xff\x24\x2f\xad\x12\xc4\x24\xc2\x08\xa2\xbc\x8a\xd3\x1d\x85\x3c\xc3\x18\x76\x71\x82\x49\x84\x73\x9c\x6f\x79\xf5\x39\x5b\xd0\x71\x2e\xdc\xb5\x83\xd2\x17\x2d\xa9\x21\xec\x54\xbd\x3e\x26\xe4\x64\x18\x45\xc1\x96\xa2\x14\x61\x32\x02\xd9\x36\x8e\x80\x56\x84\x53\xc0\x29\x24\xbb\x6d\x4a\x76\xf9\xe3\x64\x5c\x82\x19\xc7\x3f\x5c\xe6\xbf\xa8\x34\xbb\xce\x47\xdf\x62\x9b\x67\xd2\xb3\x86\x7e\x16\xd3\x36\x4f\x23\x8a\xf3\x94\x66\x98\xd3\x2d\xda\x65\x90\x13\x0e\xa8\x4a\x52\x48\x79\x15\xf3\xc7\xdf\xad\xbf\x2f\xc2\x19\xb2\xff\x4f\xe2\x3d\x1e\x8c\xab\x1d\x65\x39\x10\x88\x92\x18\x70\x12\xc5\x29\xec\x52\x9e\x67\x84\xc7\x84\x92\xe4\x1f\xcc\x19\xca\xc4\xe0\x09\x56\xfa\x73\xd3\x55\xc4\x0a\x1a\x30\xa3\x3b\xa6\xdf\x55\xf0\xae\x4d\xdb\x68\x09\xa3\x8d\x89\x61\xba\x68\x38\xdf\xb4\x08\xe7\x6f\xe0\x5f\x01\x00\x00\xff\xff\x66\x3f\x97\x96\x1b\x05\x00\x00") func distIndexHtmlBytes() ([]byte, error) { return bindataRead( @@ -396,7 +396,7 @@ func AssetNames() []string { // _bindata is a table, holding each asset generator, mapped to its name. var _bindata = map[string]func() (*asset, error){ "dist/assets/nomad-ui-3a072e09b356ce9877e6347a079791fb.css": distAssetsNomadUi3a072e09b356ce9877e6347a079791fbCss, - "dist/assets/nomad-ui-b86d0502a4e3e4f954f5ad24e1a0a008.js": distAssetsNomadUiB86d0502a4e3e4f954f5ad24e1a0a008Js, + "dist/assets/nomad-ui-77b6cd9eae043e74035e65f98af3aca4.js": distAssetsNomadUi77b6cd9eae043e74035e65f98af3aca4Js, "dist/assets/vendor-1950c795c87fc1268e9afe2b45e5fb3f.js": distAssetsVendor1950c795c87fc1268e9afe2b45e5fb3fJs, "dist/assets/vendor-d41d8cd98f00b204e9800998ecf8427e.css": distAssetsVendorD41d8cd98f00b204e9800998ecf8427eCss, "dist/crossdomain.xml": distCrossdomainXml, @@ -453,7 +453,7 @@ var _bintree = &bintree{nil, map[string]*bintree{ "dist": &bintree{nil, map[string]*bintree{ "assets": &bintree{nil, map[string]*bintree{ "nomad-ui-3a072e09b356ce9877e6347a079791fb.css": &bintree{distAssetsNomadUi3a072e09b356ce9877e6347a079791fbCss, map[string]*bintree{}}, - "nomad-ui-b86d0502a4e3e4f954f5ad24e1a0a008.js": &bintree{distAssetsNomadUiB86d0502a4e3e4f954f5ad24e1a0a008Js, map[string]*bintree{}}, + "nomad-ui-77b6cd9eae043e74035e65f98af3aca4.js": &bintree{distAssetsNomadUi77b6cd9eae043e74035e65f98af3aca4Js, map[string]*bintree{}}, "vendor-1950c795c87fc1268e9afe2b45e5fb3f.js": &bintree{distAssetsVendor1950c795c87fc1268e9afe2b45e5fb3fJs, map[string]*bintree{}}, "vendor-d41d8cd98f00b204e9800998ecf8427e.css": &bintree{distAssetsVendorD41d8cd98f00b204e9800998ecf8427eCss, map[string]*bintree{}}, }}, diff --git a/nomad/structs/structs.generated.go b/nomad/structs/structs.generated.go new file mode 100644 index 000000000..dc7b22a00 --- /dev/null +++ b/nomad/structs/structs.generated.go @@ -0,0 +1,88862 @@ +// ************************************************************ +// DO NOT EDIT. +// THIS FILE IS AUTO-GENERATED BY codecgen. +// ************************************************************ + +package structs + +import ( + "errors" + "fmt" + codec1978 "github.com/ugorji/go/codec" + net "net" + "reflect" + "runtime" + time "time" +) + +const ( + // ----- content types ---- + codecSelferC_UTF8100 = 1 + codecSelferC_RAW100 = 0 + // ----- value types used ---- + codecSelferValueTypeArray100 = 10 + codecSelferValueTypeMap100 = 9 + // ----- containerStateValues ---- + codecSelfer_containerMapKey100 = 2 + codecSelfer_containerMapValue100 = 3 + codecSelfer_containerMapEnd100 = 4 + codecSelfer_containerArrayElem100 = 6 + codecSelfer_containerArrayEnd100 = 7 +) + +var ( + codecSelferBitsize100 = uint8(reflect.TypeOf(uint(0)).Bits()) + codecSelferOnlyMapOrArrayEncodeToStructErr100 = errors.New(`only encoded map or array can be decoded into a struct`) +) + +type codecSelfer100 struct{} + +func init() { + if codec1978.GenVersion != 5 { + _, file, _, _ := runtime.Caller(0) + err := fmt.Errorf("codecgen version mismatch: current: %v, need %v. Re-generate file: %v", + 5, codec1978.GenVersion, file) + panic(err) + } + if false { // reference the types, but skip this branch at build/run time + var v0 net.IP + var v1 time.Duration + _, _ = v0, v1 + } +} + +func (x MessageType) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + r.EncodeUint(uint64(x)) + } +} + +func (x *MessageType) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + *((*uint8)(x)) = uint8(r.DecodeUint(8)) + } +} + +func (x Context) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x)) + } +} + +func (x *Context) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + *((*string)(x)) = r.DecodeString() + } +} + +func (x *NamespacedID) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [2]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(2) + } else { + yynn2 = 2 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *NamespacedID) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *NamespacedID) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "ID": + if r.TryDecodeAsNil() { + x.ID = "" + } else { + yyv4 := &x.ID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv6 := &x.Namespace + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *NamespacedID) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj8 int + var yyb8 bool + var yyhl8 bool = l >= 0 + yyj8++ + if yyhl8 { + yyb8 = yyj8 > l + } else { + yyb8 = r.CheckBreak() + } + if yyb8 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ID = "" + } else { + yyv9 := &x.ID + yym10 := z.DecBinary() + _ = yym10 + if false { + } else { + *((*string)(yyv9)) = r.DecodeString() + } + } + yyj8++ + if yyhl8 { + yyb8 = yyj8 > l + } else { + yyb8 = r.CheckBreak() + } + if yyb8 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv11 := &x.Namespace + yym12 := z.DecBinary() + _ = yym12 + if false { + } else { + *((*string)(yyv11)) = r.DecodeString() + } + } + for { + yyj8++ + if yyhl8 { + yyb8 = yyj8 > l + } else { + yyb8 = r.CheckBreak() + } + if yyb8 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj8-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *InternalRpcInfo) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [1]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(1) + } else { + yynn2 = 1 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *InternalRpcInfo) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *InternalRpcInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv4 := &x.Forwarded + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*bool)(yyv4)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *InternalRpcInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj6 int + var yyb6 bool + var yyhl6 bool = l >= 0 + yyj6++ + if yyhl6 { + yyb6 = yyj6 > l + } else { + yyb6 = r.CheckBreak() + } + if yyb6 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv7 := &x.Forwarded + yym8 := z.DecBinary() + _ = yym8 + if false { + } else { + *((*bool)(yyv7)) = r.DecodeBool() + } + } + for { + yyj6++ + if yyhl6 { + yyb6 = yyj6 > l + } else { + yyb6 = r.CheckBreak() + } + if yyb6 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj6-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *QueryOptions) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [8]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(8) + } else { + yynn2 = 8 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MinQueryIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MaxQueryTime")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AllowStale")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Prefix")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *QueryOptions) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *QueryOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv4 := &x.Region + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv6 := &x.Namespace + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "MinQueryIndex": + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv8 := &x.MinQueryIndex + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*uint64)(yyv8)) = uint64(r.DecodeUint(64)) + } + } + case "MaxQueryTime": + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv10 := &x.MaxQueryTime + yym11 := z.DecBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.DecExt(yyv10) { + } else { + *((*int64)(yyv10)) = int64(r.DecodeInt(64)) + } + } + case "AllowStale": + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv12 := &x.AllowStale + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*bool)(yyv12)) = r.DecodeBool() + } + } + case "Prefix": + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv14 := &x.Prefix + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*string)(yyv14)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv16 := &x.AuthToken + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*string)(yyv16)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv18 := &x.Forwarded + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*bool)(yyv18)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *QueryOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj20 int + var yyb20 bool + var yyhl20 bool = l >= 0 + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv21 := &x.Region + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*string)(yyv21)) = r.DecodeString() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv23 := &x.Namespace + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*string)(yyv23)) = r.DecodeString() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv25 := &x.MinQueryIndex + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*uint64)(yyv25)) = uint64(r.DecodeUint(64)) + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv27 := &x.MaxQueryTime + yym28 := z.DecBinary() + _ = yym28 + if false { + } else if z.HasExtensions() && z.DecExt(yyv27) { + } else { + *((*int64)(yyv27)) = int64(r.DecodeInt(64)) + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv29 := &x.AllowStale + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*bool)(yyv29)) = r.DecodeBool() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv31 := &x.Prefix + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + *((*string)(yyv31)) = r.DecodeString() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv33 := &x.AuthToken + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + *((*string)(yyv33)) = r.DecodeString() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv35 := &x.Forwarded + yym36 := z.DecBinary() + _ = yym36 + if false { + } else { + *((*bool)(yyv35)) = r.DecodeBool() + } + } + for { + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj20-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *WriteRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *WriteRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *WriteRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv4 := &x.Region + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv6 := &x.Namespace + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv8 := &x.AuthToken + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv10 := &x.Forwarded + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*bool)(yyv10)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *WriteRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj12 int + var yyb12 bool + var yyhl12 bool = l >= 0 + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv13 := &x.Region + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*string)(yyv13)) = r.DecodeString() + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv15 := &x.Namespace + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*string)(yyv15)) = r.DecodeString() + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv17 := &x.AuthToken + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*string)(yyv17)) = r.DecodeString() + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv19 := &x.Forwarded + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*bool)(yyv19)) = r.DecodeBool() + } + } + for { + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj12-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *QueryMeta) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [3]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(3) + } else { + yynn2 = 3 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *QueryMeta) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *QueryMeta) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv4 := &x.Index + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*uint64)(yyv4)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv6 := &x.LastContact + yym7 := z.DecBinary() + _ = yym7 + if false { + } else if z.HasExtensions() && z.DecExt(yyv6) { + } else { + *((*int64)(yyv6)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv8 := &x.KnownLeader + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*bool)(yyv8)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *QueryMeta) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj10 int + var yyb10 bool + var yyhl10 bool = l >= 0 + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv11 := &x.Index + yym12 := z.DecBinary() + _ = yym12 + if false { + } else { + *((*uint64)(yyv11)) = uint64(r.DecodeUint(64)) + } + } + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv13 := &x.LastContact + yym14 := z.DecBinary() + _ = yym14 + if false { + } else if z.HasExtensions() && z.DecExt(yyv13) { + } else { + *((*int64)(yyv13)) = int64(r.DecodeInt(64)) + } + } + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv15 := &x.KnownLeader + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*bool)(yyv15)) = r.DecodeBool() + } + } + for { + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj10-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *WriteMeta) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [1]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(1) + } else { + yynn2 = 1 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *WriteMeta) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *WriteMeta) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv4 := &x.Index + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*uint64)(yyv4)) = uint64(r.DecodeUint(64)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *WriteMeta) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj6 int + var yyb6 bool + var yyhl6 bool = l >= 0 + yyj6++ + if yyhl6 { + yyb6 = yyj6 > l + } else { + yyb6 = r.CheckBreak() + } + if yyb6 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv7 := &x.Index + yym8 := z.DecBinary() + _ = yym8 + if false { + } else { + *((*uint64)(yyv7)) = uint64(r.DecodeUint(64)) + } + } + for { + yyj6++ + if yyhl6 { + yyb6 = yyj6 > l + } else { + yyb6 = r.CheckBreak() + } + if yyb6 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj6-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *NodeRegisterRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [5]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(5) + } else { + yynn2 = 5 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Node == nil { + r.EncodeNil() + } else { + x.Node.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Node")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Node == nil { + r.EncodeNil() + } else { + x.Node.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *NodeRegisterRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *NodeRegisterRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Node": + if r.TryDecodeAsNil() { + if x.Node != nil { + x.Node = nil + } + } else { + if x.Node == nil { + x.Node = new(Node) + } + x.Node.CodecDecodeSelf(d) + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv5 := &x.Region + yym6 := z.DecBinary() + _ = yym6 + if false { + } else { + *((*string)(yyv5)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv7 := &x.Namespace + yym8 := z.DecBinary() + _ = yym8 + if false { + } else { + *((*string)(yyv7)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv9 := &x.AuthToken + yym10 := z.DecBinary() + _ = yym10 + if false { + } else { + *((*string)(yyv9)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv11 := &x.Forwarded + yym12 := z.DecBinary() + _ = yym12 + if false { + } else { + *((*bool)(yyv11)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *NodeRegisterRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj13 int + var yyb13 bool + var yyhl13 bool = l >= 0 + yyj13++ + if yyhl13 { + yyb13 = yyj13 > l + } else { + yyb13 = r.CheckBreak() + } + if yyb13 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Node != nil { + x.Node = nil + } + } else { + if x.Node == nil { + x.Node = new(Node) + } + x.Node.CodecDecodeSelf(d) + } + yyj13++ + if yyhl13 { + yyb13 = yyj13 > l + } else { + yyb13 = r.CheckBreak() + } + if yyb13 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv15 := &x.Region + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*string)(yyv15)) = r.DecodeString() + } + } + yyj13++ + if yyhl13 { + yyb13 = yyj13 > l + } else { + yyb13 = r.CheckBreak() + } + if yyb13 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv17 := &x.Namespace + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*string)(yyv17)) = r.DecodeString() + } + } + yyj13++ + if yyhl13 { + yyb13 = yyj13 > l + } else { + yyb13 = r.CheckBreak() + } + if yyb13 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv19 := &x.AuthToken + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*string)(yyv19)) = r.DecodeString() + } + } + yyj13++ + if yyhl13 { + yyb13 = yyj13 > l + } else { + yyb13 = r.CheckBreak() + } + if yyb13 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv21 := &x.Forwarded + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*bool)(yyv21)) = r.DecodeBool() + } + } + for { + yyj13++ + if yyhl13 { + yyb13 = yyj13 > l + } else { + yyb13 = r.CheckBreak() + } + if yyb13 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj13-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *NodeDeregisterRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [5]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(5) + } else { + yynn2 = 5 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.NodeID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("NodeID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.NodeID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *NodeDeregisterRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *NodeDeregisterRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "NodeID": + if r.TryDecodeAsNil() { + x.NodeID = "" + } else { + yyv4 := &x.NodeID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv6 := &x.Region + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv8 := &x.Namespace + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv10 := &x.AuthToken + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv12 := &x.Forwarded + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*bool)(yyv12)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *NodeDeregisterRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj14 int + var yyb14 bool + var yyhl14 bool = l >= 0 + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.NodeID = "" + } else { + yyv15 := &x.NodeID + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*string)(yyv15)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv17 := &x.Region + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*string)(yyv17)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv19 := &x.Namespace + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*string)(yyv19)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv21 := &x.AuthToken + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*string)(yyv21)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv23 := &x.Forwarded + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*bool)(yyv23)) = r.DecodeBool() + } + } + for { + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj14-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *NodeServerInfo) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.RPCAdvertiseAddr)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("RPCAdvertiseAddr")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.RPCAdvertiseAddr)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeInt(int64(x.RPCMajorVersion)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("RPCMajorVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeInt(int64(x.RPCMajorVersion)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeInt(int64(x.RPCMinorVersion)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("RPCMinorVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeInt(int64(x.RPCMinorVersion)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Datacenter)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Datacenter")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Datacenter)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *NodeServerInfo) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *NodeServerInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "RPCAdvertiseAddr": + if r.TryDecodeAsNil() { + x.RPCAdvertiseAddr = "" + } else { + yyv4 := &x.RPCAdvertiseAddr + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "RPCMajorVersion": + if r.TryDecodeAsNil() { + x.RPCMajorVersion = 0 + } else { + yyv6 := &x.RPCMajorVersion + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*int32)(yyv6)) = int32(r.DecodeInt(32)) + } + } + case "RPCMinorVersion": + if r.TryDecodeAsNil() { + x.RPCMinorVersion = 0 + } else { + yyv8 := &x.RPCMinorVersion + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*int32)(yyv8)) = int32(r.DecodeInt(32)) + } + } + case "Datacenter": + if r.TryDecodeAsNil() { + x.Datacenter = "" + } else { + yyv10 := &x.Datacenter + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *NodeServerInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj12 int + var yyb12 bool + var yyhl12 bool = l >= 0 + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.RPCAdvertiseAddr = "" + } else { + yyv13 := &x.RPCAdvertiseAddr + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*string)(yyv13)) = r.DecodeString() + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.RPCMajorVersion = 0 + } else { + yyv15 := &x.RPCMajorVersion + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*int32)(yyv15)) = int32(r.DecodeInt(32)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.RPCMinorVersion = 0 + } else { + yyv17 := &x.RPCMinorVersion + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*int32)(yyv17)) = int32(r.DecodeInt(32)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Datacenter = "" + } else { + yyv19 := &x.Datacenter + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*string)(yyv19)) = r.DecodeString() + } + } + for { + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj12-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *NodeUpdateStatusRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [6]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(6) + } else { + yynn2 = 6 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.NodeID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("NodeID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.NodeID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Status)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Status")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Status)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *NodeUpdateStatusRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *NodeUpdateStatusRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "NodeID": + if r.TryDecodeAsNil() { + x.NodeID = "" + } else { + yyv4 := &x.NodeID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Status": + if r.TryDecodeAsNil() { + x.Status = "" + } else { + yyv6 := &x.Status + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv8 := &x.Region + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv10 := &x.Namespace + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv12 := &x.AuthToken + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*string)(yyv12)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv14 := &x.Forwarded + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*bool)(yyv14)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *NodeUpdateStatusRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj16 int + var yyb16 bool + var yyhl16 bool = l >= 0 + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.NodeID = "" + } else { + yyv17 := &x.NodeID + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*string)(yyv17)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Status = "" + } else { + yyv19 := &x.Status + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*string)(yyv19)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv21 := &x.Region + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*string)(yyv21)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv23 := &x.Namespace + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*string)(yyv23)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv25 := &x.AuthToken + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*string)(yyv25)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv27 := &x.Forwarded + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*bool)(yyv27)) = r.DecodeBool() + } + } + for { + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj16-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *NodeUpdateDrainRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [8]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(8) + } else { + yynn2 = 8 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.NodeID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("NodeID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.NodeID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.DrainStrategy == nil { + r.EncodeNil() + } else { + x.DrainStrategy.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DrainStrategy")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.DrainStrategy == nil { + r.EncodeNil() + } else { + x.DrainStrategy.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeBool(bool(x.Drain)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Drain")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeBool(bool(x.Drain)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeBool(bool(x.MarkEligible)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MarkEligible")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeBool(bool(x.MarkEligible)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *NodeUpdateDrainRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *NodeUpdateDrainRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "NodeID": + if r.TryDecodeAsNil() { + x.NodeID = "" + } else { + yyv4 := &x.NodeID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "DrainStrategy": + if r.TryDecodeAsNil() { + if x.DrainStrategy != nil { + x.DrainStrategy = nil + } + } else { + if x.DrainStrategy == nil { + x.DrainStrategy = new(DrainStrategy) + } + x.DrainStrategy.CodecDecodeSelf(d) + } + case "Drain": + if r.TryDecodeAsNil() { + x.Drain = false + } else { + yyv7 := &x.Drain + yym8 := z.DecBinary() + _ = yym8 + if false { + } else { + *((*bool)(yyv7)) = r.DecodeBool() + } + } + case "MarkEligible": + if r.TryDecodeAsNil() { + x.MarkEligible = false + } else { + yyv9 := &x.MarkEligible + yym10 := z.DecBinary() + _ = yym10 + if false { + } else { + *((*bool)(yyv9)) = r.DecodeBool() + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv11 := &x.Region + yym12 := z.DecBinary() + _ = yym12 + if false { + } else { + *((*string)(yyv11)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv13 := &x.Namespace + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*string)(yyv13)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv15 := &x.AuthToken + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*string)(yyv15)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv17 := &x.Forwarded + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*bool)(yyv17)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *NodeUpdateDrainRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj19 int + var yyb19 bool + var yyhl19 bool = l >= 0 + yyj19++ + if yyhl19 { + yyb19 = yyj19 > l + } else { + yyb19 = r.CheckBreak() + } + if yyb19 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.NodeID = "" + } else { + yyv20 := &x.NodeID + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + *((*string)(yyv20)) = r.DecodeString() + } + } + yyj19++ + if yyhl19 { + yyb19 = yyj19 > l + } else { + yyb19 = r.CheckBreak() + } + if yyb19 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.DrainStrategy != nil { + x.DrainStrategy = nil + } + } else { + if x.DrainStrategy == nil { + x.DrainStrategy = new(DrainStrategy) + } + x.DrainStrategy.CodecDecodeSelf(d) + } + yyj19++ + if yyhl19 { + yyb19 = yyj19 > l + } else { + yyb19 = r.CheckBreak() + } + if yyb19 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Drain = false + } else { + yyv23 := &x.Drain + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*bool)(yyv23)) = r.DecodeBool() + } + } + yyj19++ + if yyhl19 { + yyb19 = yyj19 > l + } else { + yyb19 = r.CheckBreak() + } + if yyb19 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MarkEligible = false + } else { + yyv25 := &x.MarkEligible + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*bool)(yyv25)) = r.DecodeBool() + } + } + yyj19++ + if yyhl19 { + yyb19 = yyj19 > l + } else { + yyb19 = r.CheckBreak() + } + if yyb19 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv27 := &x.Region + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*string)(yyv27)) = r.DecodeString() + } + } + yyj19++ + if yyhl19 { + yyb19 = yyj19 > l + } else { + yyb19 = r.CheckBreak() + } + if yyb19 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv29 := &x.Namespace + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*string)(yyv29)) = r.DecodeString() + } + } + yyj19++ + if yyhl19 { + yyb19 = yyj19 > l + } else { + yyb19 = r.CheckBreak() + } + if yyb19 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv31 := &x.AuthToken + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + *((*string)(yyv31)) = r.DecodeString() + } + } + yyj19++ + if yyhl19 { + yyb19 = yyj19 > l + } else { + yyb19 = r.CheckBreak() + } + if yyb19 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv33 := &x.Forwarded + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + *((*bool)(yyv33)) = r.DecodeBool() + } + } + for { + yyj19++ + if yyhl19 { + yyb19 = yyj19 > l + } else { + yyb19 = r.CheckBreak() + } + if yyb19 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj19-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *BatchNodeUpdateDrainRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [5]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(5) + } else { + yynn2 = 5 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Updates == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + h.encMapstringPtrtoDrainUpdate((map[string]*DrainUpdate)(x.Updates), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Updates")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Updates == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + h.encMapstringPtrtoDrainUpdate((map[string]*DrainUpdate)(x.Updates), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *BatchNodeUpdateDrainRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *BatchNodeUpdateDrainRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Updates": + if r.TryDecodeAsNil() { + x.Updates = nil + } else { + yyv4 := &x.Updates + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + h.decMapstringPtrtoDrainUpdate((*map[string]*DrainUpdate)(yyv4), d) + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv6 := &x.Region + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv8 := &x.Namespace + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv10 := &x.AuthToken + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv12 := &x.Forwarded + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*bool)(yyv12)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *BatchNodeUpdateDrainRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj14 int + var yyb14 bool + var yyhl14 bool = l >= 0 + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Updates = nil + } else { + yyv15 := &x.Updates + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + h.decMapstringPtrtoDrainUpdate((*map[string]*DrainUpdate)(yyv15), d) + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv17 := &x.Region + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*string)(yyv17)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv19 := &x.Namespace + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*string)(yyv19)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv21 := &x.AuthToken + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*string)(yyv21)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv23 := &x.Forwarded + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*bool)(yyv23)) = r.DecodeBool() + } + } + for { + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj14-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *DrainUpdate) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [2]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(2) + } else { + yynn2 = 2 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.DrainStrategy == nil { + r.EncodeNil() + } else { + x.DrainStrategy.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DrainStrategy")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.DrainStrategy == nil { + r.EncodeNil() + } else { + x.DrainStrategy.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeBool(bool(x.MarkEligible)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MarkEligible")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeBool(bool(x.MarkEligible)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *DrainUpdate) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *DrainUpdate) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "DrainStrategy": + if r.TryDecodeAsNil() { + if x.DrainStrategy != nil { + x.DrainStrategy = nil + } + } else { + if x.DrainStrategy == nil { + x.DrainStrategy = new(DrainStrategy) + } + x.DrainStrategy.CodecDecodeSelf(d) + } + case "MarkEligible": + if r.TryDecodeAsNil() { + x.MarkEligible = false + } else { + yyv5 := &x.MarkEligible + yym6 := z.DecBinary() + _ = yym6 + if false { + } else { + *((*bool)(yyv5)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *DrainUpdate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj7 int + var yyb7 bool + var yyhl7 bool = l >= 0 + yyj7++ + if yyhl7 { + yyb7 = yyj7 > l + } else { + yyb7 = r.CheckBreak() + } + if yyb7 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.DrainStrategy != nil { + x.DrainStrategy = nil + } + } else { + if x.DrainStrategy == nil { + x.DrainStrategy = new(DrainStrategy) + } + x.DrainStrategy.CodecDecodeSelf(d) + } + yyj7++ + if yyhl7 { + yyb7 = yyj7 > l + } else { + yyb7 = r.CheckBreak() + } + if yyb7 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MarkEligible = false + } else { + yyv9 := &x.MarkEligible + yym10 := z.DecBinary() + _ = yym10 + if false { + } else { + *((*bool)(yyv9)) = r.DecodeBool() + } + } + for { + yyj7++ + if yyhl7 { + yyb7 = yyj7 > l + } else { + yyb7 = r.CheckBreak() + } + if yyb7 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj7-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *NodeUpdateEligibilityRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [6]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(6) + } else { + yynn2 = 6 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.NodeID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("NodeID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.NodeID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Eligibility)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Eligibility")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Eligibility)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *NodeUpdateEligibilityRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *NodeUpdateEligibilityRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "NodeID": + if r.TryDecodeAsNil() { + x.NodeID = "" + } else { + yyv4 := &x.NodeID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Eligibility": + if r.TryDecodeAsNil() { + x.Eligibility = "" + } else { + yyv6 := &x.Eligibility + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv8 := &x.Region + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv10 := &x.Namespace + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv12 := &x.AuthToken + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*string)(yyv12)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv14 := &x.Forwarded + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*bool)(yyv14)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *NodeUpdateEligibilityRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj16 int + var yyb16 bool + var yyhl16 bool = l >= 0 + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.NodeID = "" + } else { + yyv17 := &x.NodeID + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*string)(yyv17)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Eligibility = "" + } else { + yyv19 := &x.Eligibility + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*string)(yyv19)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv21 := &x.Region + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*string)(yyv21)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv23 := &x.Namespace + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*string)(yyv23)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv25 := &x.AuthToken + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*string)(yyv25)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv27 := &x.Forwarded + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*bool)(yyv27)) = r.DecodeBool() + } + } + for { + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj16-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *NodeEvaluateRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [5]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(5) + } else { + yynn2 = 5 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.NodeID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("NodeID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.NodeID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *NodeEvaluateRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *NodeEvaluateRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "NodeID": + if r.TryDecodeAsNil() { + x.NodeID = "" + } else { + yyv4 := &x.NodeID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv6 := &x.Region + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv8 := &x.Namespace + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv10 := &x.AuthToken + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv12 := &x.Forwarded + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*bool)(yyv12)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *NodeEvaluateRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj14 int + var yyb14 bool + var yyhl14 bool = l >= 0 + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.NodeID = "" + } else { + yyv15 := &x.NodeID + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*string)(yyv15)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv17 := &x.Region + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*string)(yyv17)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv19 := &x.Namespace + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*string)(yyv19)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv21 := &x.AuthToken + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*string)(yyv21)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv23 := &x.Forwarded + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*bool)(yyv23)) = r.DecodeBool() + } + } + for { + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj14-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *NodeSpecificRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [10]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(10) + } else { + yynn2 = 10 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.NodeID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("NodeID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.NodeID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.SecretID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("SecretID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.SecretID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MinQueryIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MaxQueryTime")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AllowStale")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Prefix")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym28 := z.EncBinary() + _ = yym28 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym29 := z.EncBinary() + _ = yym29 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym31 := z.EncBinary() + _ = yym31 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym32 := z.EncBinary() + _ = yym32 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *NodeSpecificRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *NodeSpecificRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "NodeID": + if r.TryDecodeAsNil() { + x.NodeID = "" + } else { + yyv4 := &x.NodeID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "SecretID": + if r.TryDecodeAsNil() { + x.SecretID = "" + } else { + yyv6 := &x.SecretID + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv8 := &x.Region + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv10 := &x.Namespace + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "MinQueryIndex": + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv12 := &x.MinQueryIndex + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*uint64)(yyv12)) = uint64(r.DecodeUint(64)) + } + } + case "MaxQueryTime": + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv14 := &x.MaxQueryTime + yym15 := z.DecBinary() + _ = yym15 + if false { + } else if z.HasExtensions() && z.DecExt(yyv14) { + } else { + *((*int64)(yyv14)) = int64(r.DecodeInt(64)) + } + } + case "AllowStale": + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv16 := &x.AllowStale + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*bool)(yyv16)) = r.DecodeBool() + } + } + case "Prefix": + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv18 := &x.Prefix + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*string)(yyv18)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv20 := &x.AuthToken + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + *((*string)(yyv20)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv22 := &x.Forwarded + yym23 := z.DecBinary() + _ = yym23 + if false { + } else { + *((*bool)(yyv22)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *NodeSpecificRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj24 int + var yyb24 bool + var yyhl24 bool = l >= 0 + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.NodeID = "" + } else { + yyv25 := &x.NodeID + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*string)(yyv25)) = r.DecodeString() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.SecretID = "" + } else { + yyv27 := &x.SecretID + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*string)(yyv27)) = r.DecodeString() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv29 := &x.Region + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*string)(yyv29)) = r.DecodeString() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv31 := &x.Namespace + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + *((*string)(yyv31)) = r.DecodeString() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv33 := &x.MinQueryIndex + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + *((*uint64)(yyv33)) = uint64(r.DecodeUint(64)) + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv35 := &x.MaxQueryTime + yym36 := z.DecBinary() + _ = yym36 + if false { + } else if z.HasExtensions() && z.DecExt(yyv35) { + } else { + *((*int64)(yyv35)) = int64(r.DecodeInt(64)) + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv37 := &x.AllowStale + yym38 := z.DecBinary() + _ = yym38 + if false { + } else { + *((*bool)(yyv37)) = r.DecodeBool() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv39 := &x.Prefix + yym40 := z.DecBinary() + _ = yym40 + if false { + } else { + *((*string)(yyv39)) = r.DecodeString() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv41 := &x.AuthToken + yym42 := z.DecBinary() + _ = yym42 + if false { + } else { + *((*string)(yyv41)) = r.DecodeString() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv43 := &x.Forwarded + yym44 := z.DecBinary() + _ = yym44 + if false { + } else { + *((*bool)(yyv43)) = r.DecodeBool() + } + } + for { + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj24-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *SearchResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [5]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(5) + } else { + yynn2 = 5 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Matches == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + h.encMapContextSlicestring((map[Context][]string)(x.Matches), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Matches")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Matches == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + h.encMapContextSlicestring((map[Context][]string)(x.Matches), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Truncations == nil { + r.EncodeNil() + } else { + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + h.encMapContextbool((map[Context]bool)(x.Truncations), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Truncations")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Truncations == nil { + r.EncodeNil() + } else { + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + h.encMapContextbool((map[Context]bool)(x.Truncations), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *SearchResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *SearchResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Matches": + if r.TryDecodeAsNil() { + x.Matches = nil + } else { + yyv4 := &x.Matches + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + h.decMapContextSlicestring((*map[Context][]string)(yyv4), d) + } + } + case "Truncations": + if r.TryDecodeAsNil() { + x.Truncations = nil + } else { + yyv6 := &x.Truncations + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + h.decMapContextbool((*map[Context]bool)(yyv6), d) + } + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv8 := &x.Index + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*uint64)(yyv8)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv10 := &x.LastContact + yym11 := z.DecBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.DecExt(yyv10) { + } else { + *((*int64)(yyv10)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv12 := &x.KnownLeader + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*bool)(yyv12)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *SearchResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj14 int + var yyb14 bool + var yyhl14 bool = l >= 0 + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Matches = nil + } else { + yyv15 := &x.Matches + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + h.decMapContextSlicestring((*map[Context][]string)(yyv15), d) + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Truncations = nil + } else { + yyv17 := &x.Truncations + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + h.decMapContextbool((*map[Context]bool)(yyv17), d) + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv19 := &x.Index + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*uint64)(yyv19)) = uint64(r.DecodeUint(64)) + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv21 := &x.LastContact + yym22 := z.DecBinary() + _ = yym22 + if false { + } else if z.HasExtensions() && z.DecExt(yyv21) { + } else { + *((*int64)(yyv21)) = int64(r.DecodeInt(64)) + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv23 := &x.KnownLeader + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*bool)(yyv23)) = r.DecodeBool() + } + } + for { + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj14-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *SearchRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [9]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(9) + } else { + yynn2 = 9 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Prefix")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + x.Context.CodecEncodeSelf(e) + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Context")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + x.Context.CodecEncodeSelf(e) + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MinQueryIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MaxQueryTime")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AllowStale")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym28 := z.EncBinary() + _ = yym28 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym29 := z.EncBinary() + _ = yym29 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *SearchRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *SearchRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Prefix": + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv4 := &x.Prefix + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Context": + if r.TryDecodeAsNil() { + x.Context = "" + } else { + yyv6 := &x.Context + yyv6.CodecDecodeSelf(d) + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv7 := &x.Region + yym8 := z.DecBinary() + _ = yym8 + if false { + } else { + *((*string)(yyv7)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv9 := &x.Namespace + yym10 := z.DecBinary() + _ = yym10 + if false { + } else { + *((*string)(yyv9)) = r.DecodeString() + } + } + case "MinQueryIndex": + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv11 := &x.MinQueryIndex + yym12 := z.DecBinary() + _ = yym12 + if false { + } else { + *((*uint64)(yyv11)) = uint64(r.DecodeUint(64)) + } + } + case "MaxQueryTime": + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv13 := &x.MaxQueryTime + yym14 := z.DecBinary() + _ = yym14 + if false { + } else if z.HasExtensions() && z.DecExt(yyv13) { + } else { + *((*int64)(yyv13)) = int64(r.DecodeInt(64)) + } + } + case "AllowStale": + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv15 := &x.AllowStale + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*bool)(yyv15)) = r.DecodeBool() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv17 := &x.AuthToken + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*string)(yyv17)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv19 := &x.Forwarded + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*bool)(yyv19)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *SearchRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj21 int + var yyb21 bool + var yyhl21 bool = l >= 0 + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv22 := &x.Prefix + yym23 := z.DecBinary() + _ = yym23 + if false { + } else { + *((*string)(yyv22)) = r.DecodeString() + } + } + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Context = "" + } else { + yyv24 := &x.Context + yyv24.CodecDecodeSelf(d) + } + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv25 := &x.Region + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*string)(yyv25)) = r.DecodeString() + } + } + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv27 := &x.Namespace + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*string)(yyv27)) = r.DecodeString() + } + } + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv29 := &x.MinQueryIndex + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*uint64)(yyv29)) = uint64(r.DecodeUint(64)) + } + } + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv31 := &x.MaxQueryTime + yym32 := z.DecBinary() + _ = yym32 + if false { + } else if z.HasExtensions() && z.DecExt(yyv31) { + } else { + *((*int64)(yyv31)) = int64(r.DecodeInt(64)) + } + } + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv33 := &x.AllowStale + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + *((*bool)(yyv33)) = r.DecodeBool() + } + } + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv35 := &x.AuthToken + yym36 := z.DecBinary() + _ = yym36 + if false { + } else { + *((*string)(yyv35)) = r.DecodeString() + } + } + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv37 := &x.Forwarded + yym38 := z.DecBinary() + _ = yym38 + if false { + } else { + *((*bool)(yyv37)) = r.DecodeBool() + } + } + for { + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj21-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *JobRegisterRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [8]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(8) + } else { + yynn2 = 8 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Job == nil { + r.EncodeNil() + } else { + x.Job.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Job")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Job == nil { + r.EncodeNil() + } else { + x.Job.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeBool(bool(x.EnforceIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("EnforceIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeBool(bool(x.EnforceIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeUint(uint64(x.JobModifyIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("JobModifyIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeUint(uint64(x.JobModifyIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeBool(bool(x.PolicyOverride)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("PolicyOverride")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeBool(bool(x.PolicyOverride)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *JobRegisterRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *JobRegisterRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Job": + if r.TryDecodeAsNil() { + if x.Job != nil { + x.Job = nil + } + } else { + if x.Job == nil { + x.Job = new(Job) + } + x.Job.CodecDecodeSelf(d) + } + case "EnforceIndex": + if r.TryDecodeAsNil() { + x.EnforceIndex = false + } else { + yyv5 := &x.EnforceIndex + yym6 := z.DecBinary() + _ = yym6 + if false { + } else { + *((*bool)(yyv5)) = r.DecodeBool() + } + } + case "JobModifyIndex": + if r.TryDecodeAsNil() { + x.JobModifyIndex = 0 + } else { + yyv7 := &x.JobModifyIndex + yym8 := z.DecBinary() + _ = yym8 + if false { + } else { + *((*uint64)(yyv7)) = uint64(r.DecodeUint(64)) + } + } + case "PolicyOverride": + if r.TryDecodeAsNil() { + x.PolicyOverride = false + } else { + yyv9 := &x.PolicyOverride + yym10 := z.DecBinary() + _ = yym10 + if false { + } else { + *((*bool)(yyv9)) = r.DecodeBool() + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv11 := &x.Region + yym12 := z.DecBinary() + _ = yym12 + if false { + } else { + *((*string)(yyv11)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv13 := &x.Namespace + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*string)(yyv13)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv15 := &x.AuthToken + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*string)(yyv15)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv17 := &x.Forwarded + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*bool)(yyv17)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *JobRegisterRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj19 int + var yyb19 bool + var yyhl19 bool = l >= 0 + yyj19++ + if yyhl19 { + yyb19 = yyj19 > l + } else { + yyb19 = r.CheckBreak() + } + if yyb19 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Job != nil { + x.Job = nil + } + } else { + if x.Job == nil { + x.Job = new(Job) + } + x.Job.CodecDecodeSelf(d) + } + yyj19++ + if yyhl19 { + yyb19 = yyj19 > l + } else { + yyb19 = r.CheckBreak() + } + if yyb19 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.EnforceIndex = false + } else { + yyv21 := &x.EnforceIndex + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*bool)(yyv21)) = r.DecodeBool() + } + } + yyj19++ + if yyhl19 { + yyb19 = yyj19 > l + } else { + yyb19 = r.CheckBreak() + } + if yyb19 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.JobModifyIndex = 0 + } else { + yyv23 := &x.JobModifyIndex + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*uint64)(yyv23)) = uint64(r.DecodeUint(64)) + } + } + yyj19++ + if yyhl19 { + yyb19 = yyj19 > l + } else { + yyb19 = r.CheckBreak() + } + if yyb19 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.PolicyOverride = false + } else { + yyv25 := &x.PolicyOverride + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*bool)(yyv25)) = r.DecodeBool() + } + } + yyj19++ + if yyhl19 { + yyb19 = yyj19 > l + } else { + yyb19 = r.CheckBreak() + } + if yyb19 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv27 := &x.Region + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*string)(yyv27)) = r.DecodeString() + } + } + yyj19++ + if yyhl19 { + yyb19 = yyj19 > l + } else { + yyb19 = r.CheckBreak() + } + if yyb19 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv29 := &x.Namespace + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*string)(yyv29)) = r.DecodeString() + } + } + yyj19++ + if yyhl19 { + yyb19 = yyj19 > l + } else { + yyb19 = r.CheckBreak() + } + if yyb19 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv31 := &x.AuthToken + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + *((*string)(yyv31)) = r.DecodeString() + } + } + yyj19++ + if yyhl19 { + yyb19 = yyj19 > l + } else { + yyb19 = r.CheckBreak() + } + if yyb19 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv33 := &x.Forwarded + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + *((*bool)(yyv33)) = r.DecodeBool() + } + } + for { + yyj19++ + if yyhl19 { + yyb19 = yyj19 > l + } else { + yyb19 = r.CheckBreak() + } + if yyb19 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj19-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *JobDeregisterRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [6]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(6) + } else { + yynn2 = 6 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.JobID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("JobID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.JobID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeBool(bool(x.Purge)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Purge")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeBool(bool(x.Purge)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *JobDeregisterRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *JobDeregisterRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "JobID": + if r.TryDecodeAsNil() { + x.JobID = "" + } else { + yyv4 := &x.JobID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Purge": + if r.TryDecodeAsNil() { + x.Purge = false + } else { + yyv6 := &x.Purge + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*bool)(yyv6)) = r.DecodeBool() + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv8 := &x.Region + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv10 := &x.Namespace + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv12 := &x.AuthToken + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*string)(yyv12)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv14 := &x.Forwarded + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*bool)(yyv14)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *JobDeregisterRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj16 int + var yyb16 bool + var yyhl16 bool = l >= 0 + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.JobID = "" + } else { + yyv17 := &x.JobID + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*string)(yyv17)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Purge = false + } else { + yyv19 := &x.Purge + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*bool)(yyv19)) = r.DecodeBool() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv21 := &x.Region + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*string)(yyv21)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv23 := &x.Namespace + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*string)(yyv23)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv25 := &x.AuthToken + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*string)(yyv25)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv27 := &x.Forwarded + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*bool)(yyv27)) = r.DecodeBool() + } + } + for { + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj16-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *JobBatchDeregisterRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [6]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(6) + } else { + yynn2 = 6 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Jobs == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + h.encMapNamespacedIDPtrtoJobDeregisterOptions((map[NamespacedID]*JobDeregisterOptions)(x.Jobs), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Jobs")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Jobs == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + h.encMapNamespacedIDPtrtoJobDeregisterOptions((map[NamespacedID]*JobDeregisterOptions)(x.Jobs), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Evals == nil { + r.EncodeNil() + } else { + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + h.encSlicePtrtoEvaluation(([]*Evaluation)(x.Evals), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Evals")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Evals == nil { + r.EncodeNil() + } else { + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + h.encSlicePtrtoEvaluation(([]*Evaluation)(x.Evals), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *JobBatchDeregisterRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *JobBatchDeregisterRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Jobs": + if r.TryDecodeAsNil() { + x.Jobs = nil + } else { + yyv4 := &x.Jobs + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + h.decMapNamespacedIDPtrtoJobDeregisterOptions((*map[NamespacedID]*JobDeregisterOptions)(yyv4), d) + } + } + case "Evals": + if r.TryDecodeAsNil() { + x.Evals = nil + } else { + yyv6 := &x.Evals + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + h.decSlicePtrtoEvaluation((*[]*Evaluation)(yyv6), d) + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv8 := &x.Region + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv10 := &x.Namespace + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv12 := &x.AuthToken + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*string)(yyv12)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv14 := &x.Forwarded + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*bool)(yyv14)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *JobBatchDeregisterRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj16 int + var yyb16 bool + var yyhl16 bool = l >= 0 + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Jobs = nil + } else { + yyv17 := &x.Jobs + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + h.decMapNamespacedIDPtrtoJobDeregisterOptions((*map[NamespacedID]*JobDeregisterOptions)(yyv17), d) + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Evals = nil + } else { + yyv19 := &x.Evals + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + h.decSlicePtrtoEvaluation((*[]*Evaluation)(yyv19), d) + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv21 := &x.Region + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*string)(yyv21)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv23 := &x.Namespace + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*string)(yyv23)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv25 := &x.AuthToken + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*string)(yyv25)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv27 := &x.Forwarded + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*bool)(yyv27)) = r.DecodeBool() + } + } + for { + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj16-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *JobDeregisterOptions) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [1]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(1) + } else { + yynn2 = 1 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeBool(bool(x.Purge)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Purge")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeBool(bool(x.Purge)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *JobDeregisterOptions) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *JobDeregisterOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Purge": + if r.TryDecodeAsNil() { + x.Purge = false + } else { + yyv4 := &x.Purge + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*bool)(yyv4)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *JobDeregisterOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj6 int + var yyb6 bool + var yyhl6 bool = l >= 0 + yyj6++ + if yyhl6 { + yyb6 = yyj6 > l + } else { + yyb6 = r.CheckBreak() + } + if yyb6 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Purge = false + } else { + yyv7 := &x.Purge + yym8 := z.DecBinary() + _ = yym8 + if false { + } else { + *((*bool)(yyv7)) = r.DecodeBool() + } + } + for { + yyj6++ + if yyhl6 { + yyb6 = yyj6 > l + } else { + yyb6 = r.CheckBreak() + } + if yyb6 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj6-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *JobEvaluateRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [5]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(5) + } else { + yynn2 = 5 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.JobID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("JobID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.JobID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *JobEvaluateRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *JobEvaluateRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "JobID": + if r.TryDecodeAsNil() { + x.JobID = "" + } else { + yyv4 := &x.JobID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv6 := &x.Region + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv8 := &x.Namespace + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv10 := &x.AuthToken + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv12 := &x.Forwarded + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*bool)(yyv12)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *JobEvaluateRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj14 int + var yyb14 bool + var yyhl14 bool = l >= 0 + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.JobID = "" + } else { + yyv15 := &x.JobID + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*string)(yyv15)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv17 := &x.Region + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*string)(yyv17)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv19 := &x.Namespace + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*string)(yyv19)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv21 := &x.AuthToken + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*string)(yyv21)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv23 := &x.Forwarded + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*bool)(yyv23)) = r.DecodeBool() + } + } + for { + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj14-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *JobSpecificRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [10]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(10) + } else { + yynn2 = 10 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.JobID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("JobID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.JobID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeBool(bool(x.AllAllocs)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AllAllocs")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeBool(bool(x.AllAllocs)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MinQueryIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MaxQueryTime")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AllowStale")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Prefix")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym28 := z.EncBinary() + _ = yym28 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym29 := z.EncBinary() + _ = yym29 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym31 := z.EncBinary() + _ = yym31 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym32 := z.EncBinary() + _ = yym32 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *JobSpecificRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *JobSpecificRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "JobID": + if r.TryDecodeAsNil() { + x.JobID = "" + } else { + yyv4 := &x.JobID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "AllAllocs": + if r.TryDecodeAsNil() { + x.AllAllocs = false + } else { + yyv6 := &x.AllAllocs + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*bool)(yyv6)) = r.DecodeBool() + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv8 := &x.Region + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv10 := &x.Namespace + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "MinQueryIndex": + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv12 := &x.MinQueryIndex + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*uint64)(yyv12)) = uint64(r.DecodeUint(64)) + } + } + case "MaxQueryTime": + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv14 := &x.MaxQueryTime + yym15 := z.DecBinary() + _ = yym15 + if false { + } else if z.HasExtensions() && z.DecExt(yyv14) { + } else { + *((*int64)(yyv14)) = int64(r.DecodeInt(64)) + } + } + case "AllowStale": + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv16 := &x.AllowStale + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*bool)(yyv16)) = r.DecodeBool() + } + } + case "Prefix": + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv18 := &x.Prefix + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*string)(yyv18)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv20 := &x.AuthToken + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + *((*string)(yyv20)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv22 := &x.Forwarded + yym23 := z.DecBinary() + _ = yym23 + if false { + } else { + *((*bool)(yyv22)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *JobSpecificRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj24 int + var yyb24 bool + var yyhl24 bool = l >= 0 + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.JobID = "" + } else { + yyv25 := &x.JobID + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*string)(yyv25)) = r.DecodeString() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AllAllocs = false + } else { + yyv27 := &x.AllAllocs + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*bool)(yyv27)) = r.DecodeBool() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv29 := &x.Region + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*string)(yyv29)) = r.DecodeString() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv31 := &x.Namespace + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + *((*string)(yyv31)) = r.DecodeString() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv33 := &x.MinQueryIndex + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + *((*uint64)(yyv33)) = uint64(r.DecodeUint(64)) + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv35 := &x.MaxQueryTime + yym36 := z.DecBinary() + _ = yym36 + if false { + } else if z.HasExtensions() && z.DecExt(yyv35) { + } else { + *((*int64)(yyv35)) = int64(r.DecodeInt(64)) + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv37 := &x.AllowStale + yym38 := z.DecBinary() + _ = yym38 + if false { + } else { + *((*bool)(yyv37)) = r.DecodeBool() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv39 := &x.Prefix + yym40 := z.DecBinary() + _ = yym40 + if false { + } else { + *((*string)(yyv39)) = r.DecodeString() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv41 := &x.AuthToken + yym42 := z.DecBinary() + _ = yym42 + if false { + } else { + *((*string)(yyv41)) = r.DecodeString() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv43 := &x.Forwarded + yym44 := z.DecBinary() + _ = yym44 + if false { + } else { + *((*bool)(yyv43)) = r.DecodeBool() + } + } + for { + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj24-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *JobListRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [8]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(8) + } else { + yynn2 = 8 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MinQueryIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MaxQueryTime")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AllowStale")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Prefix")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *JobListRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *JobListRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv4 := &x.Region + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv6 := &x.Namespace + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "MinQueryIndex": + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv8 := &x.MinQueryIndex + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*uint64)(yyv8)) = uint64(r.DecodeUint(64)) + } + } + case "MaxQueryTime": + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv10 := &x.MaxQueryTime + yym11 := z.DecBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.DecExt(yyv10) { + } else { + *((*int64)(yyv10)) = int64(r.DecodeInt(64)) + } + } + case "AllowStale": + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv12 := &x.AllowStale + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*bool)(yyv12)) = r.DecodeBool() + } + } + case "Prefix": + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv14 := &x.Prefix + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*string)(yyv14)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv16 := &x.AuthToken + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*string)(yyv16)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv18 := &x.Forwarded + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*bool)(yyv18)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *JobListRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj20 int + var yyb20 bool + var yyhl20 bool = l >= 0 + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv21 := &x.Region + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*string)(yyv21)) = r.DecodeString() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv23 := &x.Namespace + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*string)(yyv23)) = r.DecodeString() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv25 := &x.MinQueryIndex + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*uint64)(yyv25)) = uint64(r.DecodeUint(64)) + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv27 := &x.MaxQueryTime + yym28 := z.DecBinary() + _ = yym28 + if false { + } else if z.HasExtensions() && z.DecExt(yyv27) { + } else { + *((*int64)(yyv27)) = int64(r.DecodeInt(64)) + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv29 := &x.AllowStale + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*bool)(yyv29)) = r.DecodeBool() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv31 := &x.Prefix + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + *((*string)(yyv31)) = r.DecodeString() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv33 := &x.AuthToken + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + *((*string)(yyv33)) = r.DecodeString() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv35 := &x.Forwarded + yym36 := z.DecBinary() + _ = yym36 + if false { + } else { + *((*bool)(yyv35)) = r.DecodeBool() + } + } + for { + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj20-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *JobPlanRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [7]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(7) + } else { + yynn2 = 7 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Job == nil { + r.EncodeNil() + } else { + x.Job.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Job")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Job == nil { + r.EncodeNil() + } else { + x.Job.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeBool(bool(x.Diff)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Diff")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeBool(bool(x.Diff)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeBool(bool(x.PolicyOverride)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("PolicyOverride")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeBool(bool(x.PolicyOverride)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *JobPlanRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *JobPlanRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Job": + if r.TryDecodeAsNil() { + if x.Job != nil { + x.Job = nil + } + } else { + if x.Job == nil { + x.Job = new(Job) + } + x.Job.CodecDecodeSelf(d) + } + case "Diff": + if r.TryDecodeAsNil() { + x.Diff = false + } else { + yyv5 := &x.Diff + yym6 := z.DecBinary() + _ = yym6 + if false { + } else { + *((*bool)(yyv5)) = r.DecodeBool() + } + } + case "PolicyOverride": + if r.TryDecodeAsNil() { + x.PolicyOverride = false + } else { + yyv7 := &x.PolicyOverride + yym8 := z.DecBinary() + _ = yym8 + if false { + } else { + *((*bool)(yyv7)) = r.DecodeBool() + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv9 := &x.Region + yym10 := z.DecBinary() + _ = yym10 + if false { + } else { + *((*string)(yyv9)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv11 := &x.Namespace + yym12 := z.DecBinary() + _ = yym12 + if false { + } else { + *((*string)(yyv11)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv13 := &x.AuthToken + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*string)(yyv13)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv15 := &x.Forwarded + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*bool)(yyv15)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *JobPlanRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj17 int + var yyb17 bool + var yyhl17 bool = l >= 0 + yyj17++ + if yyhl17 { + yyb17 = yyj17 > l + } else { + yyb17 = r.CheckBreak() + } + if yyb17 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Job != nil { + x.Job = nil + } + } else { + if x.Job == nil { + x.Job = new(Job) + } + x.Job.CodecDecodeSelf(d) + } + yyj17++ + if yyhl17 { + yyb17 = yyj17 > l + } else { + yyb17 = r.CheckBreak() + } + if yyb17 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Diff = false + } else { + yyv19 := &x.Diff + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*bool)(yyv19)) = r.DecodeBool() + } + } + yyj17++ + if yyhl17 { + yyb17 = yyj17 > l + } else { + yyb17 = r.CheckBreak() + } + if yyb17 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.PolicyOverride = false + } else { + yyv21 := &x.PolicyOverride + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*bool)(yyv21)) = r.DecodeBool() + } + } + yyj17++ + if yyhl17 { + yyb17 = yyj17 > l + } else { + yyb17 = r.CheckBreak() + } + if yyb17 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv23 := &x.Region + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*string)(yyv23)) = r.DecodeString() + } + } + yyj17++ + if yyhl17 { + yyb17 = yyj17 > l + } else { + yyb17 = r.CheckBreak() + } + if yyb17 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv25 := &x.Namespace + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*string)(yyv25)) = r.DecodeString() + } + } + yyj17++ + if yyhl17 { + yyb17 = yyj17 > l + } else { + yyb17 = r.CheckBreak() + } + if yyb17 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv27 := &x.AuthToken + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*string)(yyv27)) = r.DecodeString() + } + } + yyj17++ + if yyhl17 { + yyb17 = yyj17 > l + } else { + yyb17 = r.CheckBreak() + } + if yyb17 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv29 := &x.Forwarded + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*bool)(yyv29)) = r.DecodeBool() + } + } + for { + yyj17++ + if yyhl17 { + yyb17 = yyj17 > l + } else { + yyb17 = r.CheckBreak() + } + if yyb17 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj17-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *JobSummaryRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [9]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(9) + } else { + yynn2 = 9 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.JobID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("JobID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.JobID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MinQueryIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MaxQueryTime")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AllowStale")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Prefix")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym28 := z.EncBinary() + _ = yym28 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym29 := z.EncBinary() + _ = yym29 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *JobSummaryRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *JobSummaryRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "JobID": + if r.TryDecodeAsNil() { + x.JobID = "" + } else { + yyv4 := &x.JobID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv6 := &x.Region + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv8 := &x.Namespace + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "MinQueryIndex": + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv10 := &x.MinQueryIndex + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*uint64)(yyv10)) = uint64(r.DecodeUint(64)) + } + } + case "MaxQueryTime": + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv12 := &x.MaxQueryTime + yym13 := z.DecBinary() + _ = yym13 + if false { + } else if z.HasExtensions() && z.DecExt(yyv12) { + } else { + *((*int64)(yyv12)) = int64(r.DecodeInt(64)) + } + } + case "AllowStale": + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv14 := &x.AllowStale + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*bool)(yyv14)) = r.DecodeBool() + } + } + case "Prefix": + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv16 := &x.Prefix + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*string)(yyv16)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv18 := &x.AuthToken + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*string)(yyv18)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv20 := &x.Forwarded + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + *((*bool)(yyv20)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *JobSummaryRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj22 int + var yyb22 bool + var yyhl22 bool = l >= 0 + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.JobID = "" + } else { + yyv23 := &x.JobID + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*string)(yyv23)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv25 := &x.Region + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*string)(yyv25)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv27 := &x.Namespace + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*string)(yyv27)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv29 := &x.MinQueryIndex + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*uint64)(yyv29)) = uint64(r.DecodeUint(64)) + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv31 := &x.MaxQueryTime + yym32 := z.DecBinary() + _ = yym32 + if false { + } else if z.HasExtensions() && z.DecExt(yyv31) { + } else { + *((*int64)(yyv31)) = int64(r.DecodeInt(64)) + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv33 := &x.AllowStale + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + *((*bool)(yyv33)) = r.DecodeBool() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv35 := &x.Prefix + yym36 := z.DecBinary() + _ = yym36 + if false { + } else { + *((*string)(yyv35)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv37 := &x.AuthToken + yym38 := z.DecBinary() + _ = yym38 + if false { + } else { + *((*string)(yyv37)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv39 := &x.Forwarded + yym40 := z.DecBinary() + _ = yym40 + if false { + } else { + *((*bool)(yyv39)) = r.DecodeBool() + } + } + for { + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj22-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *JobDispatchRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [7]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(7) + } else { + yynn2 = 7 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.JobID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("JobID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.JobID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Payload == nil { + r.EncodeNil() + } else { + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeStringBytes(codecSelferC_RAW100, []byte(x.Payload)) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Payload")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Payload == nil { + r.EncodeNil() + } else { + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeStringBytes(codecSelferC_RAW100, []byte(x.Payload)) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Meta == nil { + r.EncodeNil() + } else { + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + z.F.EncMapStringStringV(x.Meta, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Meta")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Meta == nil { + r.EncodeNil() + } else { + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + z.F.EncMapStringStringV(x.Meta, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *JobDispatchRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *JobDispatchRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "JobID": + if r.TryDecodeAsNil() { + x.JobID = "" + } else { + yyv4 := &x.JobID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Payload": + if r.TryDecodeAsNil() { + x.Payload = nil + } else { + yyv6 := &x.Payload + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *yyv6 = r.DecodeBytes(*(*[]byte)(yyv6), false, false) + } + } + case "Meta": + if r.TryDecodeAsNil() { + x.Meta = nil + } else { + yyv8 := &x.Meta + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + z.F.DecMapStringStringX(yyv8, false, d) + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv10 := &x.Region + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv12 := &x.Namespace + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*string)(yyv12)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv14 := &x.AuthToken + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*string)(yyv14)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv16 := &x.Forwarded + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*bool)(yyv16)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *JobDispatchRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj18 int + var yyb18 bool + var yyhl18 bool = l >= 0 + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.JobID = "" + } else { + yyv19 := &x.JobID + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*string)(yyv19)) = r.DecodeString() + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Payload = nil + } else { + yyv21 := &x.Payload + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *yyv21 = r.DecodeBytes(*(*[]byte)(yyv21), false, false) + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Meta = nil + } else { + yyv23 := &x.Meta + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + z.F.DecMapStringStringX(yyv23, false, d) + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv25 := &x.Region + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*string)(yyv25)) = r.DecodeString() + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv27 := &x.Namespace + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*string)(yyv27)) = r.DecodeString() + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv29 := &x.AuthToken + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*string)(yyv29)) = r.DecodeString() + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv31 := &x.Forwarded + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + *((*bool)(yyv31)) = r.DecodeBool() + } + } + for { + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj18-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *JobValidateRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [5]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(5) + } else { + yynn2 = 5 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Job == nil { + r.EncodeNil() + } else { + x.Job.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Job")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Job == nil { + r.EncodeNil() + } else { + x.Job.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *JobValidateRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *JobValidateRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Job": + if r.TryDecodeAsNil() { + if x.Job != nil { + x.Job = nil + } + } else { + if x.Job == nil { + x.Job = new(Job) + } + x.Job.CodecDecodeSelf(d) + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv5 := &x.Region + yym6 := z.DecBinary() + _ = yym6 + if false { + } else { + *((*string)(yyv5)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv7 := &x.Namespace + yym8 := z.DecBinary() + _ = yym8 + if false { + } else { + *((*string)(yyv7)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv9 := &x.AuthToken + yym10 := z.DecBinary() + _ = yym10 + if false { + } else { + *((*string)(yyv9)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv11 := &x.Forwarded + yym12 := z.DecBinary() + _ = yym12 + if false { + } else { + *((*bool)(yyv11)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *JobValidateRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj13 int + var yyb13 bool + var yyhl13 bool = l >= 0 + yyj13++ + if yyhl13 { + yyb13 = yyj13 > l + } else { + yyb13 = r.CheckBreak() + } + if yyb13 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Job != nil { + x.Job = nil + } + } else { + if x.Job == nil { + x.Job = new(Job) + } + x.Job.CodecDecodeSelf(d) + } + yyj13++ + if yyhl13 { + yyb13 = yyj13 > l + } else { + yyb13 = r.CheckBreak() + } + if yyb13 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv15 := &x.Region + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*string)(yyv15)) = r.DecodeString() + } + } + yyj13++ + if yyhl13 { + yyb13 = yyj13 > l + } else { + yyb13 = r.CheckBreak() + } + if yyb13 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv17 := &x.Namespace + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*string)(yyv17)) = r.DecodeString() + } + } + yyj13++ + if yyhl13 { + yyb13 = yyj13 > l + } else { + yyb13 = r.CheckBreak() + } + if yyb13 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv19 := &x.AuthToken + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*string)(yyv19)) = r.DecodeString() + } + } + yyj13++ + if yyhl13 { + yyb13 = yyj13 > l + } else { + yyb13 = r.CheckBreak() + } + if yyb13 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv21 := &x.Forwarded + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*bool)(yyv21)) = r.DecodeBool() + } + } + for { + yyj13++ + if yyhl13 { + yyb13 = yyj13 > l + } else { + yyb13 = r.CheckBreak() + } + if yyb13 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj13-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *JobRevertRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [7]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(7) + } else { + yynn2 = 7 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.JobID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("JobID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.JobID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.JobVersion)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("JobVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.JobVersion)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.EnforcePriorVersion == nil { + r.EncodeNil() + } else { + yy10 := *x.EnforcePriorVersion + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeUint(uint64(yy10)) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("EnforcePriorVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.EnforcePriorVersion == nil { + r.EncodeNil() + } else { + yy12 := *x.EnforcePriorVersion + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeUint(uint64(yy12)) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym15 := z.EncBinary() + _ = yym15 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym18 := z.EncBinary() + _ = yym18 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym21 := z.EncBinary() + _ = yym21 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym24 := z.EncBinary() + _ = yym24 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *JobRevertRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *JobRevertRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "JobID": + if r.TryDecodeAsNil() { + x.JobID = "" + } else { + yyv4 := &x.JobID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "JobVersion": + if r.TryDecodeAsNil() { + x.JobVersion = 0 + } else { + yyv6 := &x.JobVersion + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*uint64)(yyv6)) = uint64(r.DecodeUint(64)) + } + } + case "EnforcePriorVersion": + if r.TryDecodeAsNil() { + if x.EnforcePriorVersion != nil { + x.EnforcePriorVersion = nil + } + } else { + if x.EnforcePriorVersion == nil { + x.EnforcePriorVersion = new(uint64) + } + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*uint64)(x.EnforcePriorVersion)) = uint64(r.DecodeUint(64)) + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv10 := &x.Region + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv12 := &x.Namespace + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*string)(yyv12)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv14 := &x.AuthToken + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*string)(yyv14)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv16 := &x.Forwarded + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*bool)(yyv16)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *JobRevertRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj18 int + var yyb18 bool + var yyhl18 bool = l >= 0 + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.JobID = "" + } else { + yyv19 := &x.JobID + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*string)(yyv19)) = r.DecodeString() + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.JobVersion = 0 + } else { + yyv21 := &x.JobVersion + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*uint64)(yyv21)) = uint64(r.DecodeUint(64)) + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.EnforcePriorVersion != nil { + x.EnforcePriorVersion = nil + } + } else { + if x.EnforcePriorVersion == nil { + x.EnforcePriorVersion = new(uint64) + } + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*uint64)(x.EnforcePriorVersion)) = uint64(r.DecodeUint(64)) + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv25 := &x.Region + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*string)(yyv25)) = r.DecodeString() + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv27 := &x.Namespace + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*string)(yyv27)) = r.DecodeString() + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv29 := &x.AuthToken + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*string)(yyv29)) = r.DecodeString() + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv31 := &x.Forwarded + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + *((*bool)(yyv31)) = r.DecodeBool() + } + } + for { + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj18-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *JobStabilityRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [7]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(7) + } else { + yynn2 = 7 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.JobID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("JobID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.JobID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.JobVersion)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("JobVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.JobVersion)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeBool(bool(x.Stable)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Stable")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeBool(bool(x.Stable)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *JobStabilityRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *JobStabilityRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "JobID": + if r.TryDecodeAsNil() { + x.JobID = "" + } else { + yyv4 := &x.JobID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "JobVersion": + if r.TryDecodeAsNil() { + x.JobVersion = 0 + } else { + yyv6 := &x.JobVersion + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*uint64)(yyv6)) = uint64(r.DecodeUint(64)) + } + } + case "Stable": + if r.TryDecodeAsNil() { + x.Stable = false + } else { + yyv8 := &x.Stable + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*bool)(yyv8)) = r.DecodeBool() + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv10 := &x.Region + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv12 := &x.Namespace + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*string)(yyv12)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv14 := &x.AuthToken + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*string)(yyv14)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv16 := &x.Forwarded + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*bool)(yyv16)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *JobStabilityRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj18 int + var yyb18 bool + var yyhl18 bool = l >= 0 + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.JobID = "" + } else { + yyv19 := &x.JobID + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*string)(yyv19)) = r.DecodeString() + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.JobVersion = 0 + } else { + yyv21 := &x.JobVersion + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*uint64)(yyv21)) = uint64(r.DecodeUint(64)) + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Stable = false + } else { + yyv23 := &x.Stable + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*bool)(yyv23)) = r.DecodeBool() + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv25 := &x.Region + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*string)(yyv25)) = r.DecodeString() + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv27 := &x.Namespace + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*string)(yyv27)) = r.DecodeString() + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv29 := &x.AuthToken + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*string)(yyv29)) = r.DecodeString() + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv31 := &x.Forwarded + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + *((*bool)(yyv31)) = r.DecodeBool() + } + } + for { + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj18-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *JobStabilityResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [1]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(1) + } else { + yynn2 = 1 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *JobStabilityResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *JobStabilityResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv4 := &x.Index + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*uint64)(yyv4)) = uint64(r.DecodeUint(64)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *JobStabilityResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj6 int + var yyb6 bool + var yyhl6 bool = l >= 0 + yyj6++ + if yyhl6 { + yyb6 = yyj6 > l + } else { + yyb6 = r.CheckBreak() + } + if yyb6 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv7 := &x.Index + yym8 := z.DecBinary() + _ = yym8 + if false { + } else { + *((*uint64)(yyv7)) = uint64(r.DecodeUint(64)) + } + } + for { + yyj6++ + if yyhl6 { + yyb6 = yyj6 > l + } else { + yyb6 = r.CheckBreak() + } + if yyb6 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj6-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *NodeListRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [8]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(8) + } else { + yynn2 = 8 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MinQueryIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MaxQueryTime")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AllowStale")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Prefix")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *NodeListRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *NodeListRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv4 := &x.Region + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv6 := &x.Namespace + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "MinQueryIndex": + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv8 := &x.MinQueryIndex + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*uint64)(yyv8)) = uint64(r.DecodeUint(64)) + } + } + case "MaxQueryTime": + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv10 := &x.MaxQueryTime + yym11 := z.DecBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.DecExt(yyv10) { + } else { + *((*int64)(yyv10)) = int64(r.DecodeInt(64)) + } + } + case "AllowStale": + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv12 := &x.AllowStale + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*bool)(yyv12)) = r.DecodeBool() + } + } + case "Prefix": + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv14 := &x.Prefix + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*string)(yyv14)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv16 := &x.AuthToken + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*string)(yyv16)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv18 := &x.Forwarded + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*bool)(yyv18)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *NodeListRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj20 int + var yyb20 bool + var yyhl20 bool = l >= 0 + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv21 := &x.Region + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*string)(yyv21)) = r.DecodeString() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv23 := &x.Namespace + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*string)(yyv23)) = r.DecodeString() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv25 := &x.MinQueryIndex + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*uint64)(yyv25)) = uint64(r.DecodeUint(64)) + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv27 := &x.MaxQueryTime + yym28 := z.DecBinary() + _ = yym28 + if false { + } else if z.HasExtensions() && z.DecExt(yyv27) { + } else { + *((*int64)(yyv27)) = int64(r.DecodeInt(64)) + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv29 := &x.AllowStale + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*bool)(yyv29)) = r.DecodeBool() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv31 := &x.Prefix + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + *((*string)(yyv31)) = r.DecodeString() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv33 := &x.AuthToken + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + *((*string)(yyv33)) = r.DecodeString() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv35 := &x.Forwarded + yym36 := z.DecBinary() + _ = yym36 + if false { + } else { + *((*bool)(yyv35)) = r.DecodeBool() + } + } + for { + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj20-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *EvalUpdateRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [6]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(6) + } else { + yynn2 = 6 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Evals == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + h.encSlicePtrtoEvaluation(([]*Evaluation)(x.Evals), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Evals")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Evals == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + h.encSlicePtrtoEvaluation(([]*Evaluation)(x.Evals), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.EvalToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("EvalToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.EvalToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *EvalUpdateRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *EvalUpdateRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Evals": + if r.TryDecodeAsNil() { + x.Evals = nil + } else { + yyv4 := &x.Evals + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + h.decSlicePtrtoEvaluation((*[]*Evaluation)(yyv4), d) + } + } + case "EvalToken": + if r.TryDecodeAsNil() { + x.EvalToken = "" + } else { + yyv6 := &x.EvalToken + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv8 := &x.Region + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv10 := &x.Namespace + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv12 := &x.AuthToken + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*string)(yyv12)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv14 := &x.Forwarded + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*bool)(yyv14)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *EvalUpdateRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj16 int + var yyb16 bool + var yyhl16 bool = l >= 0 + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Evals = nil + } else { + yyv17 := &x.Evals + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + h.decSlicePtrtoEvaluation((*[]*Evaluation)(yyv17), d) + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.EvalToken = "" + } else { + yyv19 := &x.EvalToken + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*string)(yyv19)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv21 := &x.Region + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*string)(yyv21)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv23 := &x.Namespace + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*string)(yyv23)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv25 := &x.AuthToken + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*string)(yyv25)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv27 := &x.Forwarded + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*bool)(yyv27)) = r.DecodeBool() + } + } + for { + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj16-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *EvalDeleteRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [6]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(6) + } else { + yynn2 = 6 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Evals == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + z.F.EncSliceStringV(x.Evals, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Evals")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Evals == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + z.F.EncSliceStringV(x.Evals, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Allocs == nil { + r.EncodeNil() + } else { + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + z.F.EncSliceStringV(x.Allocs, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Allocs")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Allocs == nil { + r.EncodeNil() + } else { + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + z.F.EncSliceStringV(x.Allocs, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *EvalDeleteRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *EvalDeleteRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Evals": + if r.TryDecodeAsNil() { + x.Evals = nil + } else { + yyv4 := &x.Evals + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + z.F.DecSliceStringX(yyv4, false, d) + } + } + case "Allocs": + if r.TryDecodeAsNil() { + x.Allocs = nil + } else { + yyv6 := &x.Allocs + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + z.F.DecSliceStringX(yyv6, false, d) + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv8 := &x.Region + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv10 := &x.Namespace + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv12 := &x.AuthToken + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*string)(yyv12)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv14 := &x.Forwarded + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*bool)(yyv14)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *EvalDeleteRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj16 int + var yyb16 bool + var yyhl16 bool = l >= 0 + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Evals = nil + } else { + yyv17 := &x.Evals + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + z.F.DecSliceStringX(yyv17, false, d) + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Allocs = nil + } else { + yyv19 := &x.Allocs + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + z.F.DecSliceStringX(yyv19, false, d) + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv21 := &x.Region + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*string)(yyv21)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv23 := &x.Namespace + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*string)(yyv23)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv25 := &x.AuthToken + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*string)(yyv25)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv27 := &x.Forwarded + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*bool)(yyv27)) = r.DecodeBool() + } + } + for { + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj16-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *EvalSpecificRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [9]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(9) + } else { + yynn2 = 9 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.EvalID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("EvalID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.EvalID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MinQueryIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MaxQueryTime")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AllowStale")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Prefix")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym28 := z.EncBinary() + _ = yym28 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym29 := z.EncBinary() + _ = yym29 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *EvalSpecificRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *EvalSpecificRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "EvalID": + if r.TryDecodeAsNil() { + x.EvalID = "" + } else { + yyv4 := &x.EvalID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv6 := &x.Region + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv8 := &x.Namespace + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "MinQueryIndex": + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv10 := &x.MinQueryIndex + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*uint64)(yyv10)) = uint64(r.DecodeUint(64)) + } + } + case "MaxQueryTime": + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv12 := &x.MaxQueryTime + yym13 := z.DecBinary() + _ = yym13 + if false { + } else if z.HasExtensions() && z.DecExt(yyv12) { + } else { + *((*int64)(yyv12)) = int64(r.DecodeInt(64)) + } + } + case "AllowStale": + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv14 := &x.AllowStale + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*bool)(yyv14)) = r.DecodeBool() + } + } + case "Prefix": + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv16 := &x.Prefix + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*string)(yyv16)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv18 := &x.AuthToken + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*string)(yyv18)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv20 := &x.Forwarded + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + *((*bool)(yyv20)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *EvalSpecificRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj22 int + var yyb22 bool + var yyhl22 bool = l >= 0 + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.EvalID = "" + } else { + yyv23 := &x.EvalID + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*string)(yyv23)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv25 := &x.Region + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*string)(yyv25)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv27 := &x.Namespace + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*string)(yyv27)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv29 := &x.MinQueryIndex + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*uint64)(yyv29)) = uint64(r.DecodeUint(64)) + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv31 := &x.MaxQueryTime + yym32 := z.DecBinary() + _ = yym32 + if false { + } else if z.HasExtensions() && z.DecExt(yyv31) { + } else { + *((*int64)(yyv31)) = int64(r.DecodeInt(64)) + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv33 := &x.AllowStale + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + *((*bool)(yyv33)) = r.DecodeBool() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv35 := &x.Prefix + yym36 := z.DecBinary() + _ = yym36 + if false { + } else { + *((*string)(yyv35)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv37 := &x.AuthToken + yym38 := z.DecBinary() + _ = yym38 + if false { + } else { + *((*string)(yyv37)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv39 := &x.Forwarded + yym40 := z.DecBinary() + _ = yym40 + if false { + } else { + *((*bool)(yyv39)) = r.DecodeBool() + } + } + for { + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj22-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *EvalAckRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [6]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(6) + } else { + yynn2 = 6 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.EvalID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("EvalID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.EvalID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Token)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Token")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Token)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *EvalAckRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *EvalAckRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "EvalID": + if r.TryDecodeAsNil() { + x.EvalID = "" + } else { + yyv4 := &x.EvalID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Token": + if r.TryDecodeAsNil() { + x.Token = "" + } else { + yyv6 := &x.Token + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv8 := &x.Region + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv10 := &x.Namespace + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv12 := &x.AuthToken + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*string)(yyv12)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv14 := &x.Forwarded + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*bool)(yyv14)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *EvalAckRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj16 int + var yyb16 bool + var yyhl16 bool = l >= 0 + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.EvalID = "" + } else { + yyv17 := &x.EvalID + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*string)(yyv17)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Token = "" + } else { + yyv19 := &x.Token + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*string)(yyv19)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv21 := &x.Region + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*string)(yyv21)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv23 := &x.Namespace + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*string)(yyv23)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv25 := &x.AuthToken + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*string)(yyv25)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv27 := &x.Forwarded + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*bool)(yyv27)) = r.DecodeBool() + } + } + for { + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj16-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *EvalDequeueRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [7]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(7) + } else { + yynn2 = 7 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Schedulers == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + z.F.EncSliceStringV(x.Schedulers, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Schedulers")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Schedulers == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + z.F.EncSliceStringV(x.Schedulers, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else if z.HasExtensions() && z.EncExt(x.Timeout) { + } else { + r.EncodeInt(int64(x.Timeout)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Timeout")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else if z.HasExtensions() && z.EncExt(x.Timeout) { + } else { + r.EncodeInt(int64(x.Timeout)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeUint(uint64(x.SchedulerVersion)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("SchedulerVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeUint(uint64(x.SchedulerVersion)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *EvalDequeueRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *EvalDequeueRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Schedulers": + if r.TryDecodeAsNil() { + x.Schedulers = nil + } else { + yyv4 := &x.Schedulers + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + z.F.DecSliceStringX(yyv4, false, d) + } + } + case "Timeout": + if r.TryDecodeAsNil() { + x.Timeout = 0 + } else { + yyv6 := &x.Timeout + yym7 := z.DecBinary() + _ = yym7 + if false { + } else if z.HasExtensions() && z.DecExt(yyv6) { + } else { + *((*int64)(yyv6)) = int64(r.DecodeInt(64)) + } + } + case "SchedulerVersion": + if r.TryDecodeAsNil() { + x.SchedulerVersion = 0 + } else { + yyv8 := &x.SchedulerVersion + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*uint16)(yyv8)) = uint16(r.DecodeUint(16)) + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv10 := &x.Region + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv12 := &x.Namespace + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*string)(yyv12)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv14 := &x.AuthToken + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*string)(yyv14)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv16 := &x.Forwarded + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*bool)(yyv16)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *EvalDequeueRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj18 int + var yyb18 bool + var yyhl18 bool = l >= 0 + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Schedulers = nil + } else { + yyv19 := &x.Schedulers + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + z.F.DecSliceStringX(yyv19, false, d) + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Timeout = 0 + } else { + yyv21 := &x.Timeout + yym22 := z.DecBinary() + _ = yym22 + if false { + } else if z.HasExtensions() && z.DecExt(yyv21) { + } else { + *((*int64)(yyv21)) = int64(r.DecodeInt(64)) + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.SchedulerVersion = 0 + } else { + yyv23 := &x.SchedulerVersion + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*uint16)(yyv23)) = uint16(r.DecodeUint(16)) + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv25 := &x.Region + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*string)(yyv25)) = r.DecodeString() + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv27 := &x.Namespace + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*string)(yyv27)) = r.DecodeString() + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv29 := &x.AuthToken + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*string)(yyv29)) = r.DecodeString() + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv31 := &x.Forwarded + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + *((*bool)(yyv31)) = r.DecodeBool() + } + } + for { + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj18-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *EvalListRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [8]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(8) + } else { + yynn2 = 8 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MinQueryIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MaxQueryTime")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AllowStale")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Prefix")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *EvalListRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *EvalListRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv4 := &x.Region + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv6 := &x.Namespace + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "MinQueryIndex": + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv8 := &x.MinQueryIndex + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*uint64)(yyv8)) = uint64(r.DecodeUint(64)) + } + } + case "MaxQueryTime": + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv10 := &x.MaxQueryTime + yym11 := z.DecBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.DecExt(yyv10) { + } else { + *((*int64)(yyv10)) = int64(r.DecodeInt(64)) + } + } + case "AllowStale": + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv12 := &x.AllowStale + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*bool)(yyv12)) = r.DecodeBool() + } + } + case "Prefix": + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv14 := &x.Prefix + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*string)(yyv14)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv16 := &x.AuthToken + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*string)(yyv16)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv18 := &x.Forwarded + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*bool)(yyv18)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *EvalListRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj20 int + var yyb20 bool + var yyhl20 bool = l >= 0 + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv21 := &x.Region + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*string)(yyv21)) = r.DecodeString() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv23 := &x.Namespace + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*string)(yyv23)) = r.DecodeString() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv25 := &x.MinQueryIndex + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*uint64)(yyv25)) = uint64(r.DecodeUint(64)) + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv27 := &x.MaxQueryTime + yym28 := z.DecBinary() + _ = yym28 + if false { + } else if z.HasExtensions() && z.DecExt(yyv27) { + } else { + *((*int64)(yyv27)) = int64(r.DecodeInt(64)) + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv29 := &x.AllowStale + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*bool)(yyv29)) = r.DecodeBool() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv31 := &x.Prefix + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + *((*string)(yyv31)) = r.DecodeString() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv33 := &x.AuthToken + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + *((*string)(yyv33)) = r.DecodeString() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv35 := &x.Forwarded + yym36 := z.DecBinary() + _ = yym36 + if false { + } else { + *((*bool)(yyv35)) = r.DecodeBool() + } + } + for { + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj20-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *PlanRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [5]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(5) + } else { + yynn2 = 5 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Plan == nil { + r.EncodeNil() + } else { + x.Plan.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Plan")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Plan == nil { + r.EncodeNil() + } else { + x.Plan.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *PlanRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *PlanRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Plan": + if r.TryDecodeAsNil() { + if x.Plan != nil { + x.Plan = nil + } + } else { + if x.Plan == nil { + x.Plan = new(Plan) + } + x.Plan.CodecDecodeSelf(d) + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv5 := &x.Region + yym6 := z.DecBinary() + _ = yym6 + if false { + } else { + *((*string)(yyv5)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv7 := &x.Namespace + yym8 := z.DecBinary() + _ = yym8 + if false { + } else { + *((*string)(yyv7)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv9 := &x.AuthToken + yym10 := z.DecBinary() + _ = yym10 + if false { + } else { + *((*string)(yyv9)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv11 := &x.Forwarded + yym12 := z.DecBinary() + _ = yym12 + if false { + } else { + *((*bool)(yyv11)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *PlanRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj13 int + var yyb13 bool + var yyhl13 bool = l >= 0 + yyj13++ + if yyhl13 { + yyb13 = yyj13 > l + } else { + yyb13 = r.CheckBreak() + } + if yyb13 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Plan != nil { + x.Plan = nil + } + } else { + if x.Plan == nil { + x.Plan = new(Plan) + } + x.Plan.CodecDecodeSelf(d) + } + yyj13++ + if yyhl13 { + yyb13 = yyj13 > l + } else { + yyb13 = r.CheckBreak() + } + if yyb13 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv15 := &x.Region + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*string)(yyv15)) = r.DecodeString() + } + } + yyj13++ + if yyhl13 { + yyb13 = yyj13 > l + } else { + yyb13 = r.CheckBreak() + } + if yyb13 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv17 := &x.Namespace + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*string)(yyv17)) = r.DecodeString() + } + } + yyj13++ + if yyhl13 { + yyb13 = yyj13 > l + } else { + yyb13 = r.CheckBreak() + } + if yyb13 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv19 := &x.AuthToken + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*string)(yyv19)) = r.DecodeString() + } + } + yyj13++ + if yyhl13 { + yyb13 = yyj13 > l + } else { + yyb13 = r.CheckBreak() + } + if yyb13 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv21 := &x.Forwarded + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*bool)(yyv21)) = r.DecodeBool() + } + } + for { + yyj13++ + if yyhl13 { + yyb13 = yyj13 > l + } else { + yyb13 = r.CheckBreak() + } + if yyb13 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj13-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *ApplyPlanResultsRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [10]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(10) + } else { + yynn2 = 10 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Alloc == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + h.encSlicePtrtoAllocation(([]*Allocation)(x.Alloc), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Alloc")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Alloc == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + h.encSlicePtrtoAllocation(([]*Allocation)(x.Alloc), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Evals == nil { + r.EncodeNil() + } else { + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + h.encSlicePtrtoEvaluation(([]*Evaluation)(x.Evals), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Evals")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Evals == nil { + r.EncodeNil() + } else { + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + h.encSlicePtrtoEvaluation(([]*Evaluation)(x.Evals), e) + } + } + } + var yyn9 bool + if x.AllocUpdateRequest.Job == nil { + yyn9 = true + goto LABEL9 + } + LABEL9: + if yyr2 || yy2arr2 { + if yyn9 { + r.EncodeNil() + } else { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Job == nil { + r.EncodeNil() + } else { + x.Job.CodecEncodeSelf(e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Job")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if yyn9 { + r.EncodeNil() + } else { + if x.Job == nil { + r.EncodeNil() + } else { + x.Job.CodecEncodeSelf(e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Deployment == nil { + r.EncodeNil() + } else { + x.Deployment.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Deployment")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Deployment == nil { + r.EncodeNil() + } else { + x.Deployment.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.DeploymentUpdates == nil { + r.EncodeNil() + } else { + yym28 := z.EncBinary() + _ = yym28 + if false { + } else { + h.encSlicePtrtoDeploymentStatusUpdate(([]*DeploymentStatusUpdate)(x.DeploymentUpdates), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DeploymentUpdates")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.DeploymentUpdates == nil { + r.EncodeNil() + } else { + yym29 := z.EncBinary() + _ = yym29 + if false { + } else { + h.encSlicePtrtoDeploymentStatusUpdate(([]*DeploymentStatusUpdate)(x.DeploymentUpdates), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym31 := z.EncBinary() + _ = yym31 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.EvalID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("EvalID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym32 := z.EncBinary() + _ = yym32 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.EvalID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *ApplyPlanResultsRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *ApplyPlanResultsRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Alloc": + if r.TryDecodeAsNil() { + x.Alloc = nil + } else { + yyv4 := &x.Alloc + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + h.decSlicePtrtoAllocation((*[]*Allocation)(yyv4), d) + } + } + case "Evals": + if r.TryDecodeAsNil() { + x.Evals = nil + } else { + yyv6 := &x.Evals + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + h.decSlicePtrtoEvaluation((*[]*Evaluation)(yyv6), d) + } + } + case "Job": + if x.AllocUpdateRequest.Job == nil { + x.AllocUpdateRequest.Job = new(Job) + } + if r.TryDecodeAsNil() { + if x.Job != nil { + x.Job = nil + } + } else { + if x.Job == nil { + x.Job = new(Job) + } + x.Job.CodecDecodeSelf(d) + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv9 := &x.Region + yym10 := z.DecBinary() + _ = yym10 + if false { + } else { + *((*string)(yyv9)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv11 := &x.Namespace + yym12 := z.DecBinary() + _ = yym12 + if false { + } else { + *((*string)(yyv11)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv13 := &x.AuthToken + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*string)(yyv13)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv15 := &x.Forwarded + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*bool)(yyv15)) = r.DecodeBool() + } + } + case "Deployment": + if r.TryDecodeAsNil() { + if x.Deployment != nil { + x.Deployment = nil + } + } else { + if x.Deployment == nil { + x.Deployment = new(Deployment) + } + x.Deployment.CodecDecodeSelf(d) + } + case "DeploymentUpdates": + if r.TryDecodeAsNil() { + x.DeploymentUpdates = nil + } else { + yyv18 := &x.DeploymentUpdates + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + h.decSlicePtrtoDeploymentStatusUpdate((*[]*DeploymentStatusUpdate)(yyv18), d) + } + } + case "EvalID": + if r.TryDecodeAsNil() { + x.EvalID = "" + } else { + yyv20 := &x.EvalID + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + *((*string)(yyv20)) = r.DecodeString() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *ApplyPlanResultsRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj22 int + var yyb22 bool + var yyhl22 bool = l >= 0 + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Alloc = nil + } else { + yyv23 := &x.Alloc + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + h.decSlicePtrtoAllocation((*[]*Allocation)(yyv23), d) + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Evals = nil + } else { + yyv25 := &x.Evals + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + h.decSlicePtrtoEvaluation((*[]*Evaluation)(yyv25), d) + } + } + if x.AllocUpdateRequest.Job == nil { + x.AllocUpdateRequest.Job = new(Job) + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Job != nil { + x.Job = nil + } + } else { + if x.Job == nil { + x.Job = new(Job) + } + x.Job.CodecDecodeSelf(d) + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv28 := &x.Region + yym29 := z.DecBinary() + _ = yym29 + if false { + } else { + *((*string)(yyv28)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv30 := &x.Namespace + yym31 := z.DecBinary() + _ = yym31 + if false { + } else { + *((*string)(yyv30)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv32 := &x.AuthToken + yym33 := z.DecBinary() + _ = yym33 + if false { + } else { + *((*string)(yyv32)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv34 := &x.Forwarded + yym35 := z.DecBinary() + _ = yym35 + if false { + } else { + *((*bool)(yyv34)) = r.DecodeBool() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Deployment != nil { + x.Deployment = nil + } + } else { + if x.Deployment == nil { + x.Deployment = new(Deployment) + } + x.Deployment.CodecDecodeSelf(d) + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.DeploymentUpdates = nil + } else { + yyv37 := &x.DeploymentUpdates + yym38 := z.DecBinary() + _ = yym38 + if false { + } else { + h.decSlicePtrtoDeploymentStatusUpdate((*[]*DeploymentStatusUpdate)(yyv37), d) + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.EvalID = "" + } else { + yyv39 := &x.EvalID + yym40 := z.DecBinary() + _ = yym40 + if false { + } else { + *((*string)(yyv39)) = r.DecodeString() + } + } + for { + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj22-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *AllocUpdateRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [7]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(7) + } else { + yynn2 = 7 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Alloc == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + h.encSlicePtrtoAllocation(([]*Allocation)(x.Alloc), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Alloc")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Alloc == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + h.encSlicePtrtoAllocation(([]*Allocation)(x.Alloc), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Evals == nil { + r.EncodeNil() + } else { + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + h.encSlicePtrtoEvaluation(([]*Evaluation)(x.Evals), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Evals")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Evals == nil { + r.EncodeNil() + } else { + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + h.encSlicePtrtoEvaluation(([]*Evaluation)(x.Evals), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Job == nil { + r.EncodeNil() + } else { + x.Job.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Job")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Job == nil { + r.EncodeNil() + } else { + x.Job.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *AllocUpdateRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *AllocUpdateRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Alloc": + if r.TryDecodeAsNil() { + x.Alloc = nil + } else { + yyv4 := &x.Alloc + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + h.decSlicePtrtoAllocation((*[]*Allocation)(yyv4), d) + } + } + case "Evals": + if r.TryDecodeAsNil() { + x.Evals = nil + } else { + yyv6 := &x.Evals + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + h.decSlicePtrtoEvaluation((*[]*Evaluation)(yyv6), d) + } + } + case "Job": + if r.TryDecodeAsNil() { + if x.Job != nil { + x.Job = nil + } + } else { + if x.Job == nil { + x.Job = new(Job) + } + x.Job.CodecDecodeSelf(d) + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv9 := &x.Region + yym10 := z.DecBinary() + _ = yym10 + if false { + } else { + *((*string)(yyv9)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv11 := &x.Namespace + yym12 := z.DecBinary() + _ = yym12 + if false { + } else { + *((*string)(yyv11)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv13 := &x.AuthToken + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*string)(yyv13)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv15 := &x.Forwarded + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*bool)(yyv15)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *AllocUpdateRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj17 int + var yyb17 bool + var yyhl17 bool = l >= 0 + yyj17++ + if yyhl17 { + yyb17 = yyj17 > l + } else { + yyb17 = r.CheckBreak() + } + if yyb17 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Alloc = nil + } else { + yyv18 := &x.Alloc + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + h.decSlicePtrtoAllocation((*[]*Allocation)(yyv18), d) + } + } + yyj17++ + if yyhl17 { + yyb17 = yyj17 > l + } else { + yyb17 = r.CheckBreak() + } + if yyb17 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Evals = nil + } else { + yyv20 := &x.Evals + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + h.decSlicePtrtoEvaluation((*[]*Evaluation)(yyv20), d) + } + } + yyj17++ + if yyhl17 { + yyb17 = yyj17 > l + } else { + yyb17 = r.CheckBreak() + } + if yyb17 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Job != nil { + x.Job = nil + } + } else { + if x.Job == nil { + x.Job = new(Job) + } + x.Job.CodecDecodeSelf(d) + } + yyj17++ + if yyhl17 { + yyb17 = yyj17 > l + } else { + yyb17 = r.CheckBreak() + } + if yyb17 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv23 := &x.Region + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*string)(yyv23)) = r.DecodeString() + } + } + yyj17++ + if yyhl17 { + yyb17 = yyj17 > l + } else { + yyb17 = r.CheckBreak() + } + if yyb17 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv25 := &x.Namespace + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*string)(yyv25)) = r.DecodeString() + } + } + yyj17++ + if yyhl17 { + yyb17 = yyj17 > l + } else { + yyb17 = r.CheckBreak() + } + if yyb17 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv27 := &x.AuthToken + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*string)(yyv27)) = r.DecodeString() + } + } + yyj17++ + if yyhl17 { + yyb17 = yyj17 > l + } else { + yyb17 = r.CheckBreak() + } + if yyb17 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv29 := &x.Forwarded + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*bool)(yyv29)) = r.DecodeBool() + } + } + for { + yyj17++ + if yyhl17 { + yyb17 = yyj17 > l + } else { + yyb17 = r.CheckBreak() + } + if yyb17 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj17-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *AllocUpdateDesiredTransitionRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [6]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(6) + } else { + yynn2 = 6 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Allocs == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + h.encMapstringPtrtoDesiredTransition((map[string]*DesiredTransition)(x.Allocs), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Allocs")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Allocs == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + h.encMapstringPtrtoDesiredTransition((map[string]*DesiredTransition)(x.Allocs), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Evals == nil { + r.EncodeNil() + } else { + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + h.encSlicePtrtoEvaluation(([]*Evaluation)(x.Evals), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Evals")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Evals == nil { + r.EncodeNil() + } else { + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + h.encSlicePtrtoEvaluation(([]*Evaluation)(x.Evals), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *AllocUpdateDesiredTransitionRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *AllocUpdateDesiredTransitionRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Allocs": + if r.TryDecodeAsNil() { + x.Allocs = nil + } else { + yyv4 := &x.Allocs + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + h.decMapstringPtrtoDesiredTransition((*map[string]*DesiredTransition)(yyv4), d) + } + } + case "Evals": + if r.TryDecodeAsNil() { + x.Evals = nil + } else { + yyv6 := &x.Evals + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + h.decSlicePtrtoEvaluation((*[]*Evaluation)(yyv6), d) + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv8 := &x.Region + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv10 := &x.Namespace + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv12 := &x.AuthToken + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*string)(yyv12)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv14 := &x.Forwarded + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*bool)(yyv14)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *AllocUpdateDesiredTransitionRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj16 int + var yyb16 bool + var yyhl16 bool = l >= 0 + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Allocs = nil + } else { + yyv17 := &x.Allocs + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + h.decMapstringPtrtoDesiredTransition((*map[string]*DesiredTransition)(yyv17), d) + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Evals = nil + } else { + yyv19 := &x.Evals + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + h.decSlicePtrtoEvaluation((*[]*Evaluation)(yyv19), d) + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv21 := &x.Region + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*string)(yyv21)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv23 := &x.Namespace + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*string)(yyv23)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv25 := &x.AuthToken + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*string)(yyv25)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv27 := &x.Forwarded + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*bool)(yyv27)) = r.DecodeBool() + } + } + for { + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj16-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *AllocListRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [8]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(8) + } else { + yynn2 = 8 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MinQueryIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MaxQueryTime")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AllowStale")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Prefix")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *AllocListRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *AllocListRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv4 := &x.Region + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv6 := &x.Namespace + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "MinQueryIndex": + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv8 := &x.MinQueryIndex + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*uint64)(yyv8)) = uint64(r.DecodeUint(64)) + } + } + case "MaxQueryTime": + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv10 := &x.MaxQueryTime + yym11 := z.DecBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.DecExt(yyv10) { + } else { + *((*int64)(yyv10)) = int64(r.DecodeInt(64)) + } + } + case "AllowStale": + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv12 := &x.AllowStale + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*bool)(yyv12)) = r.DecodeBool() + } + } + case "Prefix": + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv14 := &x.Prefix + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*string)(yyv14)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv16 := &x.AuthToken + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*string)(yyv16)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv18 := &x.Forwarded + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*bool)(yyv18)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *AllocListRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj20 int + var yyb20 bool + var yyhl20 bool = l >= 0 + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv21 := &x.Region + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*string)(yyv21)) = r.DecodeString() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv23 := &x.Namespace + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*string)(yyv23)) = r.DecodeString() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv25 := &x.MinQueryIndex + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*uint64)(yyv25)) = uint64(r.DecodeUint(64)) + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv27 := &x.MaxQueryTime + yym28 := z.DecBinary() + _ = yym28 + if false { + } else if z.HasExtensions() && z.DecExt(yyv27) { + } else { + *((*int64)(yyv27)) = int64(r.DecodeInt(64)) + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv29 := &x.AllowStale + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*bool)(yyv29)) = r.DecodeBool() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv31 := &x.Prefix + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + *((*string)(yyv31)) = r.DecodeString() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv33 := &x.AuthToken + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + *((*string)(yyv33)) = r.DecodeString() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv35 := &x.Forwarded + yym36 := z.DecBinary() + _ = yym36 + if false { + } else { + *((*bool)(yyv35)) = r.DecodeBool() + } + } + for { + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj20-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *AllocSpecificRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [9]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(9) + } else { + yynn2 = 9 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AllocID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AllocID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AllocID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MinQueryIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MaxQueryTime")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AllowStale")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Prefix")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym28 := z.EncBinary() + _ = yym28 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym29 := z.EncBinary() + _ = yym29 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *AllocSpecificRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *AllocSpecificRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "AllocID": + if r.TryDecodeAsNil() { + x.AllocID = "" + } else { + yyv4 := &x.AllocID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv6 := &x.Region + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv8 := &x.Namespace + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "MinQueryIndex": + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv10 := &x.MinQueryIndex + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*uint64)(yyv10)) = uint64(r.DecodeUint(64)) + } + } + case "MaxQueryTime": + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv12 := &x.MaxQueryTime + yym13 := z.DecBinary() + _ = yym13 + if false { + } else if z.HasExtensions() && z.DecExt(yyv12) { + } else { + *((*int64)(yyv12)) = int64(r.DecodeInt(64)) + } + } + case "AllowStale": + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv14 := &x.AllowStale + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*bool)(yyv14)) = r.DecodeBool() + } + } + case "Prefix": + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv16 := &x.Prefix + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*string)(yyv16)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv18 := &x.AuthToken + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*string)(yyv18)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv20 := &x.Forwarded + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + *((*bool)(yyv20)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *AllocSpecificRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj22 int + var yyb22 bool + var yyhl22 bool = l >= 0 + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AllocID = "" + } else { + yyv23 := &x.AllocID + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*string)(yyv23)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv25 := &x.Region + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*string)(yyv25)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv27 := &x.Namespace + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*string)(yyv27)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv29 := &x.MinQueryIndex + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*uint64)(yyv29)) = uint64(r.DecodeUint(64)) + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv31 := &x.MaxQueryTime + yym32 := z.DecBinary() + _ = yym32 + if false { + } else if z.HasExtensions() && z.DecExt(yyv31) { + } else { + *((*int64)(yyv31)) = int64(r.DecodeInt(64)) + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv33 := &x.AllowStale + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + *((*bool)(yyv33)) = r.DecodeBool() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv35 := &x.Prefix + yym36 := z.DecBinary() + _ = yym36 + if false { + } else { + *((*string)(yyv35)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv37 := &x.AuthToken + yym38 := z.DecBinary() + _ = yym38 + if false { + } else { + *((*string)(yyv37)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv39 := &x.Forwarded + yym40 := z.DecBinary() + _ = yym40 + if false { + } else { + *((*bool)(yyv39)) = r.DecodeBool() + } + } + for { + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj22-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *AllocsGetRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [9]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(9) + } else { + yynn2 = 9 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.AllocIDs == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + z.F.EncSliceStringV(x.AllocIDs, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AllocIDs")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.AllocIDs == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + z.F.EncSliceStringV(x.AllocIDs, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MinQueryIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MaxQueryTime")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AllowStale")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Prefix")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym28 := z.EncBinary() + _ = yym28 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym29 := z.EncBinary() + _ = yym29 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *AllocsGetRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *AllocsGetRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "AllocIDs": + if r.TryDecodeAsNil() { + x.AllocIDs = nil + } else { + yyv4 := &x.AllocIDs + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + z.F.DecSliceStringX(yyv4, false, d) + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv6 := &x.Region + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv8 := &x.Namespace + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "MinQueryIndex": + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv10 := &x.MinQueryIndex + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*uint64)(yyv10)) = uint64(r.DecodeUint(64)) + } + } + case "MaxQueryTime": + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv12 := &x.MaxQueryTime + yym13 := z.DecBinary() + _ = yym13 + if false { + } else if z.HasExtensions() && z.DecExt(yyv12) { + } else { + *((*int64)(yyv12)) = int64(r.DecodeInt(64)) + } + } + case "AllowStale": + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv14 := &x.AllowStale + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*bool)(yyv14)) = r.DecodeBool() + } + } + case "Prefix": + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv16 := &x.Prefix + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*string)(yyv16)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv18 := &x.AuthToken + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*string)(yyv18)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv20 := &x.Forwarded + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + *((*bool)(yyv20)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *AllocsGetRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj22 int + var yyb22 bool + var yyhl22 bool = l >= 0 + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AllocIDs = nil + } else { + yyv23 := &x.AllocIDs + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + z.F.DecSliceStringX(yyv23, false, d) + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv25 := &x.Region + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*string)(yyv25)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv27 := &x.Namespace + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*string)(yyv27)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv29 := &x.MinQueryIndex + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*uint64)(yyv29)) = uint64(r.DecodeUint(64)) + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv31 := &x.MaxQueryTime + yym32 := z.DecBinary() + _ = yym32 + if false { + } else if z.HasExtensions() && z.DecExt(yyv31) { + } else { + *((*int64)(yyv31)) = int64(r.DecodeInt(64)) + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv33 := &x.AllowStale + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + *((*bool)(yyv33)) = r.DecodeBool() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv35 := &x.Prefix + yym36 := z.DecBinary() + _ = yym36 + if false { + } else { + *((*string)(yyv35)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv37 := &x.AuthToken + yym38 := z.DecBinary() + _ = yym38 + if false { + } else { + *((*string)(yyv37)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv39 := &x.Forwarded + yym40 := z.DecBinary() + _ = yym40 + if false { + } else { + *((*bool)(yyv39)) = r.DecodeBool() + } + } + for { + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj22-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *PeriodicForceRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [5]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(5) + } else { + yynn2 = 5 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.JobID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("JobID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.JobID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *PeriodicForceRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *PeriodicForceRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "JobID": + if r.TryDecodeAsNil() { + x.JobID = "" + } else { + yyv4 := &x.JobID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv6 := &x.Region + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv8 := &x.Namespace + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv10 := &x.AuthToken + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv12 := &x.Forwarded + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*bool)(yyv12)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *PeriodicForceRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj14 int + var yyb14 bool + var yyhl14 bool = l >= 0 + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.JobID = "" + } else { + yyv15 := &x.JobID + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*string)(yyv15)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv17 := &x.Region + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*string)(yyv17)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv19 := &x.Namespace + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*string)(yyv19)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv21 := &x.AuthToken + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*string)(yyv21)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv23 := &x.Forwarded + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*bool)(yyv23)) = r.DecodeBool() + } + } + for { + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj14-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *ServerMembersResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ServerName)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ServerName")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ServerName)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ServerRegion)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ServerRegion")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ServerRegion)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ServerDC)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ServerDC")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ServerDC)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Members == nil { + r.EncodeNil() + } else { + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + h.encSlicePtrtoServerMember(([]*ServerMember)(x.Members), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Members")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Members == nil { + r.EncodeNil() + } else { + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + h.encSlicePtrtoServerMember(([]*ServerMember)(x.Members), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *ServerMembersResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *ServerMembersResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "ServerName": + if r.TryDecodeAsNil() { + x.ServerName = "" + } else { + yyv4 := &x.ServerName + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "ServerRegion": + if r.TryDecodeAsNil() { + x.ServerRegion = "" + } else { + yyv6 := &x.ServerRegion + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "ServerDC": + if r.TryDecodeAsNil() { + x.ServerDC = "" + } else { + yyv8 := &x.ServerDC + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "Members": + if r.TryDecodeAsNil() { + x.Members = nil + } else { + yyv10 := &x.Members + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + h.decSlicePtrtoServerMember((*[]*ServerMember)(yyv10), d) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *ServerMembersResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj12 int + var yyb12 bool + var yyhl12 bool = l >= 0 + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ServerName = "" + } else { + yyv13 := &x.ServerName + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*string)(yyv13)) = r.DecodeString() + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ServerRegion = "" + } else { + yyv15 := &x.ServerRegion + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*string)(yyv15)) = r.DecodeString() + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ServerDC = "" + } else { + yyv17 := &x.ServerDC + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*string)(yyv17)) = r.DecodeString() + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Members = nil + } else { + yyv19 := &x.Members + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + h.decSlicePtrtoServerMember((*[]*ServerMember)(yyv19), d) + } + } + for { + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj12-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *ServerMember) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [11]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(11) + } else { + yynn2 = 11 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Name)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Name")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Name)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Addr == nil { + r.EncodeNil() + } else { + yym7 := z.EncBinary() + _ = yym7 + if false { + } else if z.HasExtensions() && z.EncExt(x.Addr) { + } else if !yym7 { + z.EncTextMarshal(x.Addr) + } else { + h.encnet_IP((net.IP)(x.Addr), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Addr")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Addr == nil { + r.EncodeNil() + } else { + yym8 := z.EncBinary() + _ = yym8 + if false { + } else if z.HasExtensions() && z.EncExt(x.Addr) { + } else if !yym8 { + z.EncTextMarshal(x.Addr) + } else { + h.encnet_IP((net.IP)(x.Addr), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeUint(uint64(x.Port)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Port")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeUint(uint64(x.Port)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Tags == nil { + r.EncodeNil() + } else { + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + z.F.EncMapStringStringV(x.Tags, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Tags")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Tags == nil { + r.EncodeNil() + } else { + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + z.F.EncMapStringStringV(x.Tags, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Status)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Status")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Status)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeUint(uint64(x.ProtocolMin)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ProtocolMin")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeUint(uint64(x.ProtocolMin)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeUint(uint64(x.ProtocolMax)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ProtocolMax")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeUint(uint64(x.ProtocolMax)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeUint(uint64(x.ProtocolCur)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ProtocolCur")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeUint(uint64(x.ProtocolCur)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym28 := z.EncBinary() + _ = yym28 + if false { + } else { + r.EncodeUint(uint64(x.DelegateMin)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DelegateMin")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym29 := z.EncBinary() + _ = yym29 + if false { + } else { + r.EncodeUint(uint64(x.DelegateMin)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym31 := z.EncBinary() + _ = yym31 + if false { + } else { + r.EncodeUint(uint64(x.DelegateMax)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DelegateMax")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym32 := z.EncBinary() + _ = yym32 + if false { + } else { + r.EncodeUint(uint64(x.DelegateMax)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym34 := z.EncBinary() + _ = yym34 + if false { + } else { + r.EncodeUint(uint64(x.DelegateCur)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DelegateCur")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym35 := z.EncBinary() + _ = yym35 + if false { + } else { + r.EncodeUint(uint64(x.DelegateCur)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *ServerMember) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *ServerMember) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Name": + if r.TryDecodeAsNil() { + x.Name = "" + } else { + yyv4 := &x.Name + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Addr": + if r.TryDecodeAsNil() { + x.Addr = nil + } else { + yyv6 := &x.Addr + yym7 := z.DecBinary() + _ = yym7 + if false { + } else if z.HasExtensions() && z.DecExt(yyv6) { + } else if !yym7 { + z.DecTextUnmarshal(yyv6) + } else { + h.decnet_IP((*net.IP)(yyv6), d) + } + } + case "Port": + if r.TryDecodeAsNil() { + x.Port = 0 + } else { + yyv8 := &x.Port + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*uint16)(yyv8)) = uint16(r.DecodeUint(16)) + } + } + case "Tags": + if r.TryDecodeAsNil() { + x.Tags = nil + } else { + yyv10 := &x.Tags + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + z.F.DecMapStringStringX(yyv10, false, d) + } + } + case "Status": + if r.TryDecodeAsNil() { + x.Status = "" + } else { + yyv12 := &x.Status + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*string)(yyv12)) = r.DecodeString() + } + } + case "ProtocolMin": + if r.TryDecodeAsNil() { + x.ProtocolMin = 0 + } else { + yyv14 := &x.ProtocolMin + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*uint8)(yyv14)) = uint8(r.DecodeUint(8)) + } + } + case "ProtocolMax": + if r.TryDecodeAsNil() { + x.ProtocolMax = 0 + } else { + yyv16 := &x.ProtocolMax + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*uint8)(yyv16)) = uint8(r.DecodeUint(8)) + } + } + case "ProtocolCur": + if r.TryDecodeAsNil() { + x.ProtocolCur = 0 + } else { + yyv18 := &x.ProtocolCur + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*uint8)(yyv18)) = uint8(r.DecodeUint(8)) + } + } + case "DelegateMin": + if r.TryDecodeAsNil() { + x.DelegateMin = 0 + } else { + yyv20 := &x.DelegateMin + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + *((*uint8)(yyv20)) = uint8(r.DecodeUint(8)) + } + } + case "DelegateMax": + if r.TryDecodeAsNil() { + x.DelegateMax = 0 + } else { + yyv22 := &x.DelegateMax + yym23 := z.DecBinary() + _ = yym23 + if false { + } else { + *((*uint8)(yyv22)) = uint8(r.DecodeUint(8)) + } + } + case "DelegateCur": + if r.TryDecodeAsNil() { + x.DelegateCur = 0 + } else { + yyv24 := &x.DelegateCur + yym25 := z.DecBinary() + _ = yym25 + if false { + } else { + *((*uint8)(yyv24)) = uint8(r.DecodeUint(8)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *ServerMember) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj26 int + var yyb26 bool + var yyhl26 bool = l >= 0 + yyj26++ + if yyhl26 { + yyb26 = yyj26 > l + } else { + yyb26 = r.CheckBreak() + } + if yyb26 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Name = "" + } else { + yyv27 := &x.Name + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*string)(yyv27)) = r.DecodeString() + } + } + yyj26++ + if yyhl26 { + yyb26 = yyj26 > l + } else { + yyb26 = r.CheckBreak() + } + if yyb26 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Addr = nil + } else { + yyv29 := &x.Addr + yym30 := z.DecBinary() + _ = yym30 + if false { + } else if z.HasExtensions() && z.DecExt(yyv29) { + } else if !yym30 { + z.DecTextUnmarshal(yyv29) + } else { + h.decnet_IP((*net.IP)(yyv29), d) + } + } + yyj26++ + if yyhl26 { + yyb26 = yyj26 > l + } else { + yyb26 = r.CheckBreak() + } + if yyb26 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Port = 0 + } else { + yyv31 := &x.Port + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + *((*uint16)(yyv31)) = uint16(r.DecodeUint(16)) + } + } + yyj26++ + if yyhl26 { + yyb26 = yyj26 > l + } else { + yyb26 = r.CheckBreak() + } + if yyb26 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Tags = nil + } else { + yyv33 := &x.Tags + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + z.F.DecMapStringStringX(yyv33, false, d) + } + } + yyj26++ + if yyhl26 { + yyb26 = yyj26 > l + } else { + yyb26 = r.CheckBreak() + } + if yyb26 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Status = "" + } else { + yyv35 := &x.Status + yym36 := z.DecBinary() + _ = yym36 + if false { + } else { + *((*string)(yyv35)) = r.DecodeString() + } + } + yyj26++ + if yyhl26 { + yyb26 = yyj26 > l + } else { + yyb26 = r.CheckBreak() + } + if yyb26 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ProtocolMin = 0 + } else { + yyv37 := &x.ProtocolMin + yym38 := z.DecBinary() + _ = yym38 + if false { + } else { + *((*uint8)(yyv37)) = uint8(r.DecodeUint(8)) + } + } + yyj26++ + if yyhl26 { + yyb26 = yyj26 > l + } else { + yyb26 = r.CheckBreak() + } + if yyb26 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ProtocolMax = 0 + } else { + yyv39 := &x.ProtocolMax + yym40 := z.DecBinary() + _ = yym40 + if false { + } else { + *((*uint8)(yyv39)) = uint8(r.DecodeUint(8)) + } + } + yyj26++ + if yyhl26 { + yyb26 = yyj26 > l + } else { + yyb26 = r.CheckBreak() + } + if yyb26 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ProtocolCur = 0 + } else { + yyv41 := &x.ProtocolCur + yym42 := z.DecBinary() + _ = yym42 + if false { + } else { + *((*uint8)(yyv41)) = uint8(r.DecodeUint(8)) + } + } + yyj26++ + if yyhl26 { + yyb26 = yyj26 > l + } else { + yyb26 = r.CheckBreak() + } + if yyb26 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.DelegateMin = 0 + } else { + yyv43 := &x.DelegateMin + yym44 := z.DecBinary() + _ = yym44 + if false { + } else { + *((*uint8)(yyv43)) = uint8(r.DecodeUint(8)) + } + } + yyj26++ + if yyhl26 { + yyb26 = yyj26 > l + } else { + yyb26 = r.CheckBreak() + } + if yyb26 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.DelegateMax = 0 + } else { + yyv45 := &x.DelegateMax + yym46 := z.DecBinary() + _ = yym46 + if false { + } else { + *((*uint8)(yyv45)) = uint8(r.DecodeUint(8)) + } + } + yyj26++ + if yyhl26 { + yyb26 = yyj26 > l + } else { + yyb26 = r.CheckBreak() + } + if yyb26 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.DelegateCur = 0 + } else { + yyv47 := &x.DelegateCur + yym48 := z.DecBinary() + _ = yym48 + if false { + } else { + *((*uint8)(yyv47)) = uint8(r.DecodeUint(8)) + } + } + for { + yyj26++ + if yyhl26 { + yyb26 = yyj26 > l + } else { + yyb26 = r.CheckBreak() + } + if yyb26 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj26-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *DeriveVaultTokenRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [12]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(12) + } else { + yynn2 = 12 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.NodeID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("NodeID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.NodeID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.SecretID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("SecretID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.SecretID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AllocID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AllocID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AllocID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Tasks == nil { + r.EncodeNil() + } else { + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + z.F.EncSliceStringV(x.Tasks, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Tasks")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Tasks == nil { + r.EncodeNil() + } else { + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + z.F.EncSliceStringV(x.Tasks, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MinQueryIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MaxQueryTime")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym28 := z.EncBinary() + _ = yym28 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AllowStale")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym29 := z.EncBinary() + _ = yym29 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym31 := z.EncBinary() + _ = yym31 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Prefix")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym32 := z.EncBinary() + _ = yym32 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym34 := z.EncBinary() + _ = yym34 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym35 := z.EncBinary() + _ = yym35 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym37 := z.EncBinary() + _ = yym37 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym38 := z.EncBinary() + _ = yym38 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *DeriveVaultTokenRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *DeriveVaultTokenRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "NodeID": + if r.TryDecodeAsNil() { + x.NodeID = "" + } else { + yyv4 := &x.NodeID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "SecretID": + if r.TryDecodeAsNil() { + x.SecretID = "" + } else { + yyv6 := &x.SecretID + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "AllocID": + if r.TryDecodeAsNil() { + x.AllocID = "" + } else { + yyv8 := &x.AllocID + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "Tasks": + if r.TryDecodeAsNil() { + x.Tasks = nil + } else { + yyv10 := &x.Tasks + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + z.F.DecSliceStringX(yyv10, false, d) + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv12 := &x.Region + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*string)(yyv12)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv14 := &x.Namespace + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*string)(yyv14)) = r.DecodeString() + } + } + case "MinQueryIndex": + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv16 := &x.MinQueryIndex + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*uint64)(yyv16)) = uint64(r.DecodeUint(64)) + } + } + case "MaxQueryTime": + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv18 := &x.MaxQueryTime + yym19 := z.DecBinary() + _ = yym19 + if false { + } else if z.HasExtensions() && z.DecExt(yyv18) { + } else { + *((*int64)(yyv18)) = int64(r.DecodeInt(64)) + } + } + case "AllowStale": + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv20 := &x.AllowStale + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + *((*bool)(yyv20)) = r.DecodeBool() + } + } + case "Prefix": + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv22 := &x.Prefix + yym23 := z.DecBinary() + _ = yym23 + if false { + } else { + *((*string)(yyv22)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv24 := &x.AuthToken + yym25 := z.DecBinary() + _ = yym25 + if false { + } else { + *((*string)(yyv24)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv26 := &x.Forwarded + yym27 := z.DecBinary() + _ = yym27 + if false { + } else { + *((*bool)(yyv26)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *DeriveVaultTokenRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj28 int + var yyb28 bool + var yyhl28 bool = l >= 0 + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.NodeID = "" + } else { + yyv29 := &x.NodeID + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*string)(yyv29)) = r.DecodeString() + } + } + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.SecretID = "" + } else { + yyv31 := &x.SecretID + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + *((*string)(yyv31)) = r.DecodeString() + } + } + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AllocID = "" + } else { + yyv33 := &x.AllocID + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + *((*string)(yyv33)) = r.DecodeString() + } + } + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Tasks = nil + } else { + yyv35 := &x.Tasks + yym36 := z.DecBinary() + _ = yym36 + if false { + } else { + z.F.DecSliceStringX(yyv35, false, d) + } + } + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv37 := &x.Region + yym38 := z.DecBinary() + _ = yym38 + if false { + } else { + *((*string)(yyv37)) = r.DecodeString() + } + } + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv39 := &x.Namespace + yym40 := z.DecBinary() + _ = yym40 + if false { + } else { + *((*string)(yyv39)) = r.DecodeString() + } + } + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv41 := &x.MinQueryIndex + yym42 := z.DecBinary() + _ = yym42 + if false { + } else { + *((*uint64)(yyv41)) = uint64(r.DecodeUint(64)) + } + } + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv43 := &x.MaxQueryTime + yym44 := z.DecBinary() + _ = yym44 + if false { + } else if z.HasExtensions() && z.DecExt(yyv43) { + } else { + *((*int64)(yyv43)) = int64(r.DecodeInt(64)) + } + } + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv45 := &x.AllowStale + yym46 := z.DecBinary() + _ = yym46 + if false { + } else { + *((*bool)(yyv45)) = r.DecodeBool() + } + } + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv47 := &x.Prefix + yym48 := z.DecBinary() + _ = yym48 + if false { + } else { + *((*string)(yyv47)) = r.DecodeString() + } + } + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv49 := &x.AuthToken + yym50 := z.DecBinary() + _ = yym50 + if false { + } else { + *((*string)(yyv49)) = r.DecodeString() + } + } + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv51 := &x.Forwarded + yym52 := z.DecBinary() + _ = yym52 + if false { + } else { + *((*bool)(yyv51)) = r.DecodeBool() + } + } + for { + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj28-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *VaultAccessorsRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [1]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(1) + } else { + yynn2 = 1 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Accessors == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + h.encSlicePtrtoVaultAccessor(([]*VaultAccessor)(x.Accessors), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Accessors")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Accessors == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + h.encSlicePtrtoVaultAccessor(([]*VaultAccessor)(x.Accessors), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *VaultAccessorsRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *VaultAccessorsRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Accessors": + if r.TryDecodeAsNil() { + x.Accessors = nil + } else { + yyv4 := &x.Accessors + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + h.decSlicePtrtoVaultAccessor((*[]*VaultAccessor)(yyv4), d) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *VaultAccessorsRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj6 int + var yyb6 bool + var yyhl6 bool = l >= 0 + yyj6++ + if yyhl6 { + yyb6 = yyj6 > l + } else { + yyb6 = r.CheckBreak() + } + if yyb6 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Accessors = nil + } else { + yyv7 := &x.Accessors + yym8 := z.DecBinary() + _ = yym8 + if false { + } else { + h.decSlicePtrtoVaultAccessor((*[]*VaultAccessor)(yyv7), d) + } + } + for { + yyj6++ + if yyhl6 { + yyb6 = yyj6 > l + } else { + yyb6 = r.CheckBreak() + } + if yyb6 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj6-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *VaultAccessor) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [6]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(6) + } else { + yynn2 = 6 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AllocID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AllocID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AllocID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Task)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Task")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Task)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.NodeID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("NodeID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.NodeID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Accessor)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Accessor")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Accessor)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeInt(int64(x.CreationTTL)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("CreationTTL")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeInt(int64(x.CreationTTL)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeUint(uint64(x.CreateIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("CreateIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeUint(uint64(x.CreateIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *VaultAccessor) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *VaultAccessor) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "AllocID": + if r.TryDecodeAsNil() { + x.AllocID = "" + } else { + yyv4 := &x.AllocID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Task": + if r.TryDecodeAsNil() { + x.Task = "" + } else { + yyv6 := &x.Task + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "NodeID": + if r.TryDecodeAsNil() { + x.NodeID = "" + } else { + yyv8 := &x.NodeID + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "Accessor": + if r.TryDecodeAsNil() { + x.Accessor = "" + } else { + yyv10 := &x.Accessor + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "CreationTTL": + if r.TryDecodeAsNil() { + x.CreationTTL = 0 + } else { + yyv12 := &x.CreationTTL + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*int)(yyv12)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + case "CreateIndex": + if r.TryDecodeAsNil() { + x.CreateIndex = 0 + } else { + yyv14 := &x.CreateIndex + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*uint64)(yyv14)) = uint64(r.DecodeUint(64)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *VaultAccessor) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj16 int + var yyb16 bool + var yyhl16 bool = l >= 0 + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AllocID = "" + } else { + yyv17 := &x.AllocID + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*string)(yyv17)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Task = "" + } else { + yyv19 := &x.Task + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*string)(yyv19)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.NodeID = "" + } else { + yyv21 := &x.NodeID + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*string)(yyv21)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Accessor = "" + } else { + yyv23 := &x.Accessor + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*string)(yyv23)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.CreationTTL = 0 + } else { + yyv25 := &x.CreationTTL + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*int)(yyv25)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.CreateIndex = 0 + } else { + yyv27 := &x.CreateIndex + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*uint64)(yyv27)) = uint64(r.DecodeUint(64)) + } + } + for { + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj16-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *DeriveVaultTokenResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [5]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(5) + } else { + yynn2 = 5 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Tasks == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + z.F.EncMapStringStringV(x.Tasks, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Tasks")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Tasks == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + z.F.EncMapStringStringV(x.Tasks, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Error == nil { + r.EncodeNil() + } else { + x.Error.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Error")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Error == nil { + r.EncodeNil() + } else { + x.Error.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *DeriveVaultTokenResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *DeriveVaultTokenResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Tasks": + if r.TryDecodeAsNil() { + x.Tasks = nil + } else { + yyv4 := &x.Tasks + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + z.F.DecMapStringStringX(yyv4, false, d) + } + } + case "Error": + if r.TryDecodeAsNil() { + if x.Error != nil { + x.Error = nil + } + } else { + if x.Error == nil { + x.Error = new(RecoverableError) + } + x.Error.CodecDecodeSelf(d) + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv7 := &x.Index + yym8 := z.DecBinary() + _ = yym8 + if false { + } else { + *((*uint64)(yyv7)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv9 := &x.LastContact + yym10 := z.DecBinary() + _ = yym10 + if false { + } else if z.HasExtensions() && z.DecExt(yyv9) { + } else { + *((*int64)(yyv9)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv11 := &x.KnownLeader + yym12 := z.DecBinary() + _ = yym12 + if false { + } else { + *((*bool)(yyv11)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *DeriveVaultTokenResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj13 int + var yyb13 bool + var yyhl13 bool = l >= 0 + yyj13++ + if yyhl13 { + yyb13 = yyj13 > l + } else { + yyb13 = r.CheckBreak() + } + if yyb13 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Tasks = nil + } else { + yyv14 := &x.Tasks + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + z.F.DecMapStringStringX(yyv14, false, d) + } + } + yyj13++ + if yyhl13 { + yyb13 = yyj13 > l + } else { + yyb13 = r.CheckBreak() + } + if yyb13 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Error != nil { + x.Error = nil + } + } else { + if x.Error == nil { + x.Error = new(RecoverableError) + } + x.Error.CodecDecodeSelf(d) + } + yyj13++ + if yyhl13 { + yyb13 = yyj13 > l + } else { + yyb13 = r.CheckBreak() + } + if yyb13 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv17 := &x.Index + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*uint64)(yyv17)) = uint64(r.DecodeUint(64)) + } + } + yyj13++ + if yyhl13 { + yyb13 = yyj13 > l + } else { + yyb13 = r.CheckBreak() + } + if yyb13 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv19 := &x.LastContact + yym20 := z.DecBinary() + _ = yym20 + if false { + } else if z.HasExtensions() && z.DecExt(yyv19) { + } else { + *((*int64)(yyv19)) = int64(r.DecodeInt(64)) + } + } + yyj13++ + if yyhl13 { + yyb13 = yyj13 > l + } else { + yyb13 = r.CheckBreak() + } + if yyb13 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv21 := &x.KnownLeader + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*bool)(yyv21)) = r.DecodeBool() + } + } + for { + yyj13++ + if yyhl13 { + yyb13 = yyj13 > l + } else { + yyb13 = r.CheckBreak() + } + if yyb13 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj13-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *GenericRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [8]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(8) + } else { + yynn2 = 8 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MinQueryIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MaxQueryTime")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AllowStale")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Prefix")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *GenericRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *GenericRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv4 := &x.Region + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv6 := &x.Namespace + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "MinQueryIndex": + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv8 := &x.MinQueryIndex + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*uint64)(yyv8)) = uint64(r.DecodeUint(64)) + } + } + case "MaxQueryTime": + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv10 := &x.MaxQueryTime + yym11 := z.DecBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.DecExt(yyv10) { + } else { + *((*int64)(yyv10)) = int64(r.DecodeInt(64)) + } + } + case "AllowStale": + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv12 := &x.AllowStale + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*bool)(yyv12)) = r.DecodeBool() + } + } + case "Prefix": + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv14 := &x.Prefix + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*string)(yyv14)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv16 := &x.AuthToken + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*string)(yyv16)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv18 := &x.Forwarded + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*bool)(yyv18)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *GenericRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj20 int + var yyb20 bool + var yyhl20 bool = l >= 0 + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv21 := &x.Region + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*string)(yyv21)) = r.DecodeString() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv23 := &x.Namespace + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*string)(yyv23)) = r.DecodeString() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv25 := &x.MinQueryIndex + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*uint64)(yyv25)) = uint64(r.DecodeUint(64)) + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv27 := &x.MaxQueryTime + yym28 := z.DecBinary() + _ = yym28 + if false { + } else if z.HasExtensions() && z.DecExt(yyv27) { + } else { + *((*int64)(yyv27)) = int64(r.DecodeInt(64)) + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv29 := &x.AllowStale + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*bool)(yyv29)) = r.DecodeBool() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv31 := &x.Prefix + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + *((*string)(yyv31)) = r.DecodeString() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv33 := &x.AuthToken + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + *((*string)(yyv33)) = r.DecodeString() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv35 := &x.Forwarded + yym36 := z.DecBinary() + _ = yym36 + if false { + } else { + *((*bool)(yyv35)) = r.DecodeBool() + } + } + for { + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj20-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *DeploymentListRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [8]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(8) + } else { + yynn2 = 8 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MinQueryIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MaxQueryTime")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AllowStale")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Prefix")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *DeploymentListRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *DeploymentListRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv4 := &x.Region + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv6 := &x.Namespace + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "MinQueryIndex": + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv8 := &x.MinQueryIndex + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*uint64)(yyv8)) = uint64(r.DecodeUint(64)) + } + } + case "MaxQueryTime": + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv10 := &x.MaxQueryTime + yym11 := z.DecBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.DecExt(yyv10) { + } else { + *((*int64)(yyv10)) = int64(r.DecodeInt(64)) + } + } + case "AllowStale": + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv12 := &x.AllowStale + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*bool)(yyv12)) = r.DecodeBool() + } + } + case "Prefix": + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv14 := &x.Prefix + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*string)(yyv14)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv16 := &x.AuthToken + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*string)(yyv16)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv18 := &x.Forwarded + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*bool)(yyv18)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *DeploymentListRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj20 int + var yyb20 bool + var yyhl20 bool = l >= 0 + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv21 := &x.Region + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*string)(yyv21)) = r.DecodeString() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv23 := &x.Namespace + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*string)(yyv23)) = r.DecodeString() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv25 := &x.MinQueryIndex + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*uint64)(yyv25)) = uint64(r.DecodeUint(64)) + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv27 := &x.MaxQueryTime + yym28 := z.DecBinary() + _ = yym28 + if false { + } else if z.HasExtensions() && z.DecExt(yyv27) { + } else { + *((*int64)(yyv27)) = int64(r.DecodeInt(64)) + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv29 := &x.AllowStale + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*bool)(yyv29)) = r.DecodeBool() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv31 := &x.Prefix + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + *((*string)(yyv31)) = r.DecodeString() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv33 := &x.AuthToken + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + *((*string)(yyv33)) = r.DecodeString() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv35 := &x.Forwarded + yym36 := z.DecBinary() + _ = yym36 + if false { + } else { + *((*bool)(yyv35)) = r.DecodeBool() + } + } + for { + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj20-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *DeploymentDeleteRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [5]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(5) + } else { + yynn2 = 5 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Deployments == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + z.F.EncSliceStringV(x.Deployments, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Deployments")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Deployments == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + z.F.EncSliceStringV(x.Deployments, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *DeploymentDeleteRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *DeploymentDeleteRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Deployments": + if r.TryDecodeAsNil() { + x.Deployments = nil + } else { + yyv4 := &x.Deployments + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + z.F.DecSliceStringX(yyv4, false, d) + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv6 := &x.Region + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv8 := &x.Namespace + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv10 := &x.AuthToken + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv12 := &x.Forwarded + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*bool)(yyv12)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *DeploymentDeleteRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj14 int + var yyb14 bool + var yyhl14 bool = l >= 0 + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Deployments = nil + } else { + yyv15 := &x.Deployments + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + z.F.DecSliceStringX(yyv15, false, d) + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv17 := &x.Region + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*string)(yyv17)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv19 := &x.Namespace + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*string)(yyv19)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv21 := &x.AuthToken + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*string)(yyv21)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv23 := &x.Forwarded + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*bool)(yyv23)) = r.DecodeBool() + } + } + for { + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj14-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *DeploymentStatusUpdateRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [3]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(3) + } else { + yynn2 = 3 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Eval == nil { + r.EncodeNil() + } else { + x.Eval.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Eval")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Eval == nil { + r.EncodeNil() + } else { + x.Eval.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.DeploymentUpdate == nil { + r.EncodeNil() + } else { + x.DeploymentUpdate.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DeploymentUpdate")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.DeploymentUpdate == nil { + r.EncodeNil() + } else { + x.DeploymentUpdate.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Job == nil { + r.EncodeNil() + } else { + x.Job.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Job")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Job == nil { + r.EncodeNil() + } else { + x.Job.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *DeploymentStatusUpdateRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *DeploymentStatusUpdateRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Eval": + if r.TryDecodeAsNil() { + if x.Eval != nil { + x.Eval = nil + } + } else { + if x.Eval == nil { + x.Eval = new(Evaluation) + } + x.Eval.CodecDecodeSelf(d) + } + case "DeploymentUpdate": + if r.TryDecodeAsNil() { + if x.DeploymentUpdate != nil { + x.DeploymentUpdate = nil + } + } else { + if x.DeploymentUpdate == nil { + x.DeploymentUpdate = new(DeploymentStatusUpdate) + } + x.DeploymentUpdate.CodecDecodeSelf(d) + } + case "Job": + if r.TryDecodeAsNil() { + if x.Job != nil { + x.Job = nil + } + } else { + if x.Job == nil { + x.Job = new(Job) + } + x.Job.CodecDecodeSelf(d) + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *DeploymentStatusUpdateRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj7 int + var yyb7 bool + var yyhl7 bool = l >= 0 + yyj7++ + if yyhl7 { + yyb7 = yyj7 > l + } else { + yyb7 = r.CheckBreak() + } + if yyb7 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Eval != nil { + x.Eval = nil + } + } else { + if x.Eval == nil { + x.Eval = new(Evaluation) + } + x.Eval.CodecDecodeSelf(d) + } + yyj7++ + if yyhl7 { + yyb7 = yyj7 > l + } else { + yyb7 = r.CheckBreak() + } + if yyb7 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.DeploymentUpdate != nil { + x.DeploymentUpdate = nil + } + } else { + if x.DeploymentUpdate == nil { + x.DeploymentUpdate = new(DeploymentStatusUpdate) + } + x.DeploymentUpdate.CodecDecodeSelf(d) + } + yyj7++ + if yyhl7 { + yyb7 = yyj7 > l + } else { + yyb7 = r.CheckBreak() + } + if yyb7 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Job != nil { + x.Job = nil + } + } else { + if x.Job == nil { + x.Job = new(Job) + } + x.Job.CodecDecodeSelf(d) + } + for { + yyj7++ + if yyhl7 { + yyb7 = yyj7 > l + } else { + yyb7 = r.CheckBreak() + } + if yyb7 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj7-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *DeploymentAllocHealthRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [7]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(7) + } else { + yynn2 = 7 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DeploymentID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DeploymentID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DeploymentID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.HealthyAllocationIDs == nil { + r.EncodeNil() + } else { + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + z.F.EncSliceStringV(x.HealthyAllocationIDs, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("HealthyAllocationIDs")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.HealthyAllocationIDs == nil { + r.EncodeNil() + } else { + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + z.F.EncSliceStringV(x.HealthyAllocationIDs, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.UnhealthyAllocationIDs == nil { + r.EncodeNil() + } else { + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + z.F.EncSliceStringV(x.UnhealthyAllocationIDs, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("UnhealthyAllocationIDs")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.UnhealthyAllocationIDs == nil { + r.EncodeNil() + } else { + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + z.F.EncSliceStringV(x.UnhealthyAllocationIDs, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *DeploymentAllocHealthRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *DeploymentAllocHealthRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "DeploymentID": + if r.TryDecodeAsNil() { + x.DeploymentID = "" + } else { + yyv4 := &x.DeploymentID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "HealthyAllocationIDs": + if r.TryDecodeAsNil() { + x.HealthyAllocationIDs = nil + } else { + yyv6 := &x.HealthyAllocationIDs + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + z.F.DecSliceStringX(yyv6, false, d) + } + } + case "UnhealthyAllocationIDs": + if r.TryDecodeAsNil() { + x.UnhealthyAllocationIDs = nil + } else { + yyv8 := &x.UnhealthyAllocationIDs + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + z.F.DecSliceStringX(yyv8, false, d) + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv10 := &x.Region + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv12 := &x.Namespace + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*string)(yyv12)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv14 := &x.AuthToken + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*string)(yyv14)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv16 := &x.Forwarded + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*bool)(yyv16)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *DeploymentAllocHealthRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj18 int + var yyb18 bool + var yyhl18 bool = l >= 0 + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.DeploymentID = "" + } else { + yyv19 := &x.DeploymentID + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*string)(yyv19)) = r.DecodeString() + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.HealthyAllocationIDs = nil + } else { + yyv21 := &x.HealthyAllocationIDs + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + z.F.DecSliceStringX(yyv21, false, d) + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.UnhealthyAllocationIDs = nil + } else { + yyv23 := &x.UnhealthyAllocationIDs + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + z.F.DecSliceStringX(yyv23, false, d) + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv25 := &x.Region + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*string)(yyv25)) = r.DecodeString() + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv27 := &x.Namespace + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*string)(yyv27)) = r.DecodeString() + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv29 := &x.AuthToken + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*string)(yyv29)) = r.DecodeString() + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv31 := &x.Forwarded + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + *((*bool)(yyv31)) = r.DecodeBool() + } + } + for { + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj18-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *ApplyDeploymentAllocHealthRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [10]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(10) + } else { + yynn2 = 10 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DeploymentID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DeploymentID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DeploymentID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.HealthyAllocationIDs == nil { + r.EncodeNil() + } else { + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + z.F.EncSliceStringV(x.HealthyAllocationIDs, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("HealthyAllocationIDs")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.HealthyAllocationIDs == nil { + r.EncodeNil() + } else { + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + z.F.EncSliceStringV(x.HealthyAllocationIDs, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.UnhealthyAllocationIDs == nil { + r.EncodeNil() + } else { + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + z.F.EncSliceStringV(x.UnhealthyAllocationIDs, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("UnhealthyAllocationIDs")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.UnhealthyAllocationIDs == nil { + r.EncodeNil() + } else { + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + z.F.EncSliceStringV(x.UnhealthyAllocationIDs, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.DeploymentUpdate == nil { + r.EncodeNil() + } else { + x.DeploymentUpdate.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DeploymentUpdate")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.DeploymentUpdate == nil { + r.EncodeNil() + } else { + x.DeploymentUpdate.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Job == nil { + r.EncodeNil() + } else { + x.Job.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Job")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Job == nil { + r.EncodeNil() + } else { + x.Job.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Eval == nil { + r.EncodeNil() + } else { + x.Eval.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Eval")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Eval == nil { + r.EncodeNil() + } else { + x.Eval.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *ApplyDeploymentAllocHealthRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *ApplyDeploymentAllocHealthRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "DeploymentID": + if r.TryDecodeAsNil() { + x.DeploymentID = "" + } else { + yyv4 := &x.DeploymentID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "HealthyAllocationIDs": + if r.TryDecodeAsNil() { + x.HealthyAllocationIDs = nil + } else { + yyv6 := &x.HealthyAllocationIDs + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + z.F.DecSliceStringX(yyv6, false, d) + } + } + case "UnhealthyAllocationIDs": + if r.TryDecodeAsNil() { + x.UnhealthyAllocationIDs = nil + } else { + yyv8 := &x.UnhealthyAllocationIDs + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + z.F.DecSliceStringX(yyv8, false, d) + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv10 := &x.Region + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv12 := &x.Namespace + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*string)(yyv12)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv14 := &x.AuthToken + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*string)(yyv14)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv16 := &x.Forwarded + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*bool)(yyv16)) = r.DecodeBool() + } + } + case "DeploymentUpdate": + if r.TryDecodeAsNil() { + if x.DeploymentUpdate != nil { + x.DeploymentUpdate = nil + } + } else { + if x.DeploymentUpdate == nil { + x.DeploymentUpdate = new(DeploymentStatusUpdate) + } + x.DeploymentUpdate.CodecDecodeSelf(d) + } + case "Job": + if r.TryDecodeAsNil() { + if x.Job != nil { + x.Job = nil + } + } else { + if x.Job == nil { + x.Job = new(Job) + } + x.Job.CodecDecodeSelf(d) + } + case "Eval": + if r.TryDecodeAsNil() { + if x.Eval != nil { + x.Eval = nil + } + } else { + if x.Eval == nil { + x.Eval = new(Evaluation) + } + x.Eval.CodecDecodeSelf(d) + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *ApplyDeploymentAllocHealthRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj21 int + var yyb21 bool + var yyhl21 bool = l >= 0 + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.DeploymentID = "" + } else { + yyv22 := &x.DeploymentID + yym23 := z.DecBinary() + _ = yym23 + if false { + } else { + *((*string)(yyv22)) = r.DecodeString() + } + } + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.HealthyAllocationIDs = nil + } else { + yyv24 := &x.HealthyAllocationIDs + yym25 := z.DecBinary() + _ = yym25 + if false { + } else { + z.F.DecSliceStringX(yyv24, false, d) + } + } + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.UnhealthyAllocationIDs = nil + } else { + yyv26 := &x.UnhealthyAllocationIDs + yym27 := z.DecBinary() + _ = yym27 + if false { + } else { + z.F.DecSliceStringX(yyv26, false, d) + } + } + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv28 := &x.Region + yym29 := z.DecBinary() + _ = yym29 + if false { + } else { + *((*string)(yyv28)) = r.DecodeString() + } + } + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv30 := &x.Namespace + yym31 := z.DecBinary() + _ = yym31 + if false { + } else { + *((*string)(yyv30)) = r.DecodeString() + } + } + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv32 := &x.AuthToken + yym33 := z.DecBinary() + _ = yym33 + if false { + } else { + *((*string)(yyv32)) = r.DecodeString() + } + } + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv34 := &x.Forwarded + yym35 := z.DecBinary() + _ = yym35 + if false { + } else { + *((*bool)(yyv34)) = r.DecodeBool() + } + } + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.DeploymentUpdate != nil { + x.DeploymentUpdate = nil + } + } else { + if x.DeploymentUpdate == nil { + x.DeploymentUpdate = new(DeploymentStatusUpdate) + } + x.DeploymentUpdate.CodecDecodeSelf(d) + } + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Job != nil { + x.Job = nil + } + } else { + if x.Job == nil { + x.Job = new(Job) + } + x.Job.CodecDecodeSelf(d) + } + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Eval != nil { + x.Eval = nil + } + } else { + if x.Eval == nil { + x.Eval = new(Evaluation) + } + x.Eval.CodecDecodeSelf(d) + } + for { + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj21-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *DeploymentPromoteRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [7]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(7) + } else { + yynn2 = 7 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DeploymentID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DeploymentID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DeploymentID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeBool(bool(x.All)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("All")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeBool(bool(x.All)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Groups == nil { + r.EncodeNil() + } else { + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + z.F.EncSliceStringV(x.Groups, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Groups")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Groups == nil { + r.EncodeNil() + } else { + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + z.F.EncSliceStringV(x.Groups, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *DeploymentPromoteRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *DeploymentPromoteRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "DeploymentID": + if r.TryDecodeAsNil() { + x.DeploymentID = "" + } else { + yyv4 := &x.DeploymentID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "All": + if r.TryDecodeAsNil() { + x.All = false + } else { + yyv6 := &x.All + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*bool)(yyv6)) = r.DecodeBool() + } + } + case "Groups": + if r.TryDecodeAsNil() { + x.Groups = nil + } else { + yyv8 := &x.Groups + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + z.F.DecSliceStringX(yyv8, false, d) + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv10 := &x.Region + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv12 := &x.Namespace + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*string)(yyv12)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv14 := &x.AuthToken + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*string)(yyv14)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv16 := &x.Forwarded + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*bool)(yyv16)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *DeploymentPromoteRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj18 int + var yyb18 bool + var yyhl18 bool = l >= 0 + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.DeploymentID = "" + } else { + yyv19 := &x.DeploymentID + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*string)(yyv19)) = r.DecodeString() + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.All = false + } else { + yyv21 := &x.All + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*bool)(yyv21)) = r.DecodeBool() + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Groups = nil + } else { + yyv23 := &x.Groups + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + z.F.DecSliceStringX(yyv23, false, d) + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv25 := &x.Region + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*string)(yyv25)) = r.DecodeString() + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv27 := &x.Namespace + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*string)(yyv27)) = r.DecodeString() + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv29 := &x.AuthToken + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*string)(yyv29)) = r.DecodeString() + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv31 := &x.Forwarded + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + *((*bool)(yyv31)) = r.DecodeBool() + } + } + for { + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj18-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *ApplyDeploymentPromoteRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [8]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(8) + } else { + yynn2 = 8 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DeploymentID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DeploymentID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DeploymentID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeBool(bool(x.All)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("All")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeBool(bool(x.All)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Groups == nil { + r.EncodeNil() + } else { + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + z.F.EncSliceStringV(x.Groups, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Groups")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Groups == nil { + r.EncodeNil() + } else { + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + z.F.EncSliceStringV(x.Groups, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Eval == nil { + r.EncodeNil() + } else { + x.Eval.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Eval")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Eval == nil { + r.EncodeNil() + } else { + x.Eval.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *ApplyDeploymentPromoteRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *ApplyDeploymentPromoteRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "DeploymentID": + if r.TryDecodeAsNil() { + x.DeploymentID = "" + } else { + yyv4 := &x.DeploymentID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "All": + if r.TryDecodeAsNil() { + x.All = false + } else { + yyv6 := &x.All + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*bool)(yyv6)) = r.DecodeBool() + } + } + case "Groups": + if r.TryDecodeAsNil() { + x.Groups = nil + } else { + yyv8 := &x.Groups + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + z.F.DecSliceStringX(yyv8, false, d) + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv10 := &x.Region + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv12 := &x.Namespace + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*string)(yyv12)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv14 := &x.AuthToken + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*string)(yyv14)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv16 := &x.Forwarded + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*bool)(yyv16)) = r.DecodeBool() + } + } + case "Eval": + if r.TryDecodeAsNil() { + if x.Eval != nil { + x.Eval = nil + } + } else { + if x.Eval == nil { + x.Eval = new(Evaluation) + } + x.Eval.CodecDecodeSelf(d) + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *ApplyDeploymentPromoteRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj19 int + var yyb19 bool + var yyhl19 bool = l >= 0 + yyj19++ + if yyhl19 { + yyb19 = yyj19 > l + } else { + yyb19 = r.CheckBreak() + } + if yyb19 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.DeploymentID = "" + } else { + yyv20 := &x.DeploymentID + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + *((*string)(yyv20)) = r.DecodeString() + } + } + yyj19++ + if yyhl19 { + yyb19 = yyj19 > l + } else { + yyb19 = r.CheckBreak() + } + if yyb19 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.All = false + } else { + yyv22 := &x.All + yym23 := z.DecBinary() + _ = yym23 + if false { + } else { + *((*bool)(yyv22)) = r.DecodeBool() + } + } + yyj19++ + if yyhl19 { + yyb19 = yyj19 > l + } else { + yyb19 = r.CheckBreak() + } + if yyb19 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Groups = nil + } else { + yyv24 := &x.Groups + yym25 := z.DecBinary() + _ = yym25 + if false { + } else { + z.F.DecSliceStringX(yyv24, false, d) + } + } + yyj19++ + if yyhl19 { + yyb19 = yyj19 > l + } else { + yyb19 = r.CheckBreak() + } + if yyb19 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv26 := &x.Region + yym27 := z.DecBinary() + _ = yym27 + if false { + } else { + *((*string)(yyv26)) = r.DecodeString() + } + } + yyj19++ + if yyhl19 { + yyb19 = yyj19 > l + } else { + yyb19 = r.CheckBreak() + } + if yyb19 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv28 := &x.Namespace + yym29 := z.DecBinary() + _ = yym29 + if false { + } else { + *((*string)(yyv28)) = r.DecodeString() + } + } + yyj19++ + if yyhl19 { + yyb19 = yyj19 > l + } else { + yyb19 = r.CheckBreak() + } + if yyb19 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv30 := &x.AuthToken + yym31 := z.DecBinary() + _ = yym31 + if false { + } else { + *((*string)(yyv30)) = r.DecodeString() + } + } + yyj19++ + if yyhl19 { + yyb19 = yyj19 > l + } else { + yyb19 = r.CheckBreak() + } + if yyb19 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv32 := &x.Forwarded + yym33 := z.DecBinary() + _ = yym33 + if false { + } else { + *((*bool)(yyv32)) = r.DecodeBool() + } + } + yyj19++ + if yyhl19 { + yyb19 = yyj19 > l + } else { + yyb19 = r.CheckBreak() + } + if yyb19 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Eval != nil { + x.Eval = nil + } + } else { + if x.Eval == nil { + x.Eval = new(Evaluation) + } + x.Eval.CodecDecodeSelf(d) + } + for { + yyj19++ + if yyhl19 { + yyb19 = yyj19 > l + } else { + yyb19 = r.CheckBreak() + } + if yyb19 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj19-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *DeploymentPauseRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [6]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(6) + } else { + yynn2 = 6 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DeploymentID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DeploymentID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DeploymentID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeBool(bool(x.Pause)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Pause")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeBool(bool(x.Pause)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *DeploymentPauseRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *DeploymentPauseRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "DeploymentID": + if r.TryDecodeAsNil() { + x.DeploymentID = "" + } else { + yyv4 := &x.DeploymentID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Pause": + if r.TryDecodeAsNil() { + x.Pause = false + } else { + yyv6 := &x.Pause + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*bool)(yyv6)) = r.DecodeBool() + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv8 := &x.Region + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv10 := &x.Namespace + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv12 := &x.AuthToken + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*string)(yyv12)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv14 := &x.Forwarded + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*bool)(yyv14)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *DeploymentPauseRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj16 int + var yyb16 bool + var yyhl16 bool = l >= 0 + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.DeploymentID = "" + } else { + yyv17 := &x.DeploymentID + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*string)(yyv17)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Pause = false + } else { + yyv19 := &x.Pause + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*bool)(yyv19)) = r.DecodeBool() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv21 := &x.Region + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*string)(yyv21)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv23 := &x.Namespace + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*string)(yyv23)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv25 := &x.AuthToken + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*string)(yyv25)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv27 := &x.Forwarded + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*bool)(yyv27)) = r.DecodeBool() + } + } + for { + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj16-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *DeploymentSpecificRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [9]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(9) + } else { + yynn2 = 9 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DeploymentID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DeploymentID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DeploymentID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MinQueryIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MaxQueryTime")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AllowStale")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Prefix")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym28 := z.EncBinary() + _ = yym28 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym29 := z.EncBinary() + _ = yym29 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *DeploymentSpecificRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *DeploymentSpecificRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "DeploymentID": + if r.TryDecodeAsNil() { + x.DeploymentID = "" + } else { + yyv4 := &x.DeploymentID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv6 := &x.Region + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv8 := &x.Namespace + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "MinQueryIndex": + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv10 := &x.MinQueryIndex + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*uint64)(yyv10)) = uint64(r.DecodeUint(64)) + } + } + case "MaxQueryTime": + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv12 := &x.MaxQueryTime + yym13 := z.DecBinary() + _ = yym13 + if false { + } else if z.HasExtensions() && z.DecExt(yyv12) { + } else { + *((*int64)(yyv12)) = int64(r.DecodeInt(64)) + } + } + case "AllowStale": + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv14 := &x.AllowStale + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*bool)(yyv14)) = r.DecodeBool() + } + } + case "Prefix": + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv16 := &x.Prefix + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*string)(yyv16)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv18 := &x.AuthToken + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*string)(yyv18)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv20 := &x.Forwarded + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + *((*bool)(yyv20)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *DeploymentSpecificRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj22 int + var yyb22 bool + var yyhl22 bool = l >= 0 + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.DeploymentID = "" + } else { + yyv23 := &x.DeploymentID + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*string)(yyv23)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv25 := &x.Region + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*string)(yyv25)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv27 := &x.Namespace + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*string)(yyv27)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv29 := &x.MinQueryIndex + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*uint64)(yyv29)) = uint64(r.DecodeUint(64)) + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv31 := &x.MaxQueryTime + yym32 := z.DecBinary() + _ = yym32 + if false { + } else if z.HasExtensions() && z.DecExt(yyv31) { + } else { + *((*int64)(yyv31)) = int64(r.DecodeInt(64)) + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv33 := &x.AllowStale + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + *((*bool)(yyv33)) = r.DecodeBool() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv35 := &x.Prefix + yym36 := z.DecBinary() + _ = yym36 + if false { + } else { + *((*string)(yyv35)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv37 := &x.AuthToken + yym38 := z.DecBinary() + _ = yym38 + if false { + } else { + *((*string)(yyv37)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv39 := &x.Forwarded + yym40 := z.DecBinary() + _ = yym40 + if false { + } else { + *((*bool)(yyv39)) = r.DecodeBool() + } + } + for { + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj22-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *DeploymentFailRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [5]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(5) + } else { + yynn2 = 5 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DeploymentID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DeploymentID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DeploymentID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *DeploymentFailRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *DeploymentFailRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "DeploymentID": + if r.TryDecodeAsNil() { + x.DeploymentID = "" + } else { + yyv4 := &x.DeploymentID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv6 := &x.Region + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv8 := &x.Namespace + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv10 := &x.AuthToken + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv12 := &x.Forwarded + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*bool)(yyv12)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *DeploymentFailRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj14 int + var yyb14 bool + var yyhl14 bool = l >= 0 + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.DeploymentID = "" + } else { + yyv15 := &x.DeploymentID + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*string)(yyv15)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv17 := &x.Region + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*string)(yyv17)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv19 := &x.Namespace + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*string)(yyv19)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv21 := &x.AuthToken + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*string)(yyv21)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv23 := &x.Forwarded + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*bool)(yyv23)) = r.DecodeBool() + } + } + for { + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj14-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *SingleDeploymentResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Deployment == nil { + r.EncodeNil() + } else { + x.Deployment.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Deployment")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Deployment == nil { + r.EncodeNil() + } else { + x.Deployment.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *SingleDeploymentResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *SingleDeploymentResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Deployment": + if r.TryDecodeAsNil() { + if x.Deployment != nil { + x.Deployment = nil + } + } else { + if x.Deployment == nil { + x.Deployment = new(Deployment) + } + x.Deployment.CodecDecodeSelf(d) + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv5 := &x.Index + yym6 := z.DecBinary() + _ = yym6 + if false { + } else { + *((*uint64)(yyv5)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv7 := &x.LastContact + yym8 := z.DecBinary() + _ = yym8 + if false { + } else if z.HasExtensions() && z.DecExt(yyv7) { + } else { + *((*int64)(yyv7)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv9 := &x.KnownLeader + yym10 := z.DecBinary() + _ = yym10 + if false { + } else { + *((*bool)(yyv9)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *SingleDeploymentResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj11 int + var yyb11 bool + var yyhl11 bool = l >= 0 + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Deployment != nil { + x.Deployment = nil + } + } else { + if x.Deployment == nil { + x.Deployment = new(Deployment) + } + x.Deployment.CodecDecodeSelf(d) + } + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv13 := &x.Index + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*uint64)(yyv13)) = uint64(r.DecodeUint(64)) + } + } + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv15 := &x.LastContact + yym16 := z.DecBinary() + _ = yym16 + if false { + } else if z.HasExtensions() && z.DecExt(yyv15) { + } else { + *((*int64)(yyv15)) = int64(r.DecodeInt(64)) + } + } + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv17 := &x.KnownLeader + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*bool)(yyv17)) = r.DecodeBool() + } + } + for { + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj11-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *GenericResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [1]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(1) + } else { + yynn2 = 1 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *GenericResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *GenericResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv4 := &x.Index + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*uint64)(yyv4)) = uint64(r.DecodeUint(64)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *GenericResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj6 int + var yyb6 bool + var yyhl6 bool = l >= 0 + yyj6++ + if yyhl6 { + yyb6 = yyj6 > l + } else { + yyb6 = r.CheckBreak() + } + if yyb6 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv7 := &x.Index + yym8 := z.DecBinary() + _ = yym8 + if false { + } else { + *((*uint64)(yyv7)) = uint64(r.DecodeUint(64)) + } + } + for { + yyj6++ + if yyhl6 { + yyb6 = yyj6 > l + } else { + yyb6 = r.CheckBreak() + } + if yyb6 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj6-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *VersionResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [5]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(5) + } else { + yynn2 = 5 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Build)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Build")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Build)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Versions == nil { + r.EncodeNil() + } else { + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + z.F.EncMapStringIntV(x.Versions, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Versions")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Versions == nil { + r.EncodeNil() + } else { + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + z.F.EncMapStringIntV(x.Versions, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *VersionResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *VersionResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Build": + if r.TryDecodeAsNil() { + x.Build = "" + } else { + yyv4 := &x.Build + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Versions": + if r.TryDecodeAsNil() { + x.Versions = nil + } else { + yyv6 := &x.Versions + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + z.F.DecMapStringIntX(yyv6, false, d) + } + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv8 := &x.Index + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*uint64)(yyv8)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv10 := &x.LastContact + yym11 := z.DecBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.DecExt(yyv10) { + } else { + *((*int64)(yyv10)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv12 := &x.KnownLeader + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*bool)(yyv12)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *VersionResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj14 int + var yyb14 bool + var yyhl14 bool = l >= 0 + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Build = "" + } else { + yyv15 := &x.Build + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*string)(yyv15)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Versions = nil + } else { + yyv17 := &x.Versions + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + z.F.DecMapStringIntX(yyv17, false, d) + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv19 := &x.Index + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*uint64)(yyv19)) = uint64(r.DecodeUint(64)) + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv21 := &x.LastContact + yym22 := z.DecBinary() + _ = yym22 + if false { + } else if z.HasExtensions() && z.DecExt(yyv21) { + } else { + *((*int64)(yyv21)) = int64(r.DecodeInt(64)) + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv23 := &x.KnownLeader + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*bool)(yyv23)) = r.DecodeBool() + } + } + for { + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj14-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *JobRegisterResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [7]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(7) + } else { + yynn2 = 7 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.EvalID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("EvalID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.EvalID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.EvalCreateIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("EvalCreateIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.EvalCreateIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeUint(uint64(x.JobModifyIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("JobModifyIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeUint(uint64(x.JobModifyIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Warnings)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Warnings")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Warnings)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *JobRegisterResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *JobRegisterResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "EvalID": + if r.TryDecodeAsNil() { + x.EvalID = "" + } else { + yyv4 := &x.EvalID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "EvalCreateIndex": + if r.TryDecodeAsNil() { + x.EvalCreateIndex = 0 + } else { + yyv6 := &x.EvalCreateIndex + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*uint64)(yyv6)) = uint64(r.DecodeUint(64)) + } + } + case "JobModifyIndex": + if r.TryDecodeAsNil() { + x.JobModifyIndex = 0 + } else { + yyv8 := &x.JobModifyIndex + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*uint64)(yyv8)) = uint64(r.DecodeUint(64)) + } + } + case "Warnings": + if r.TryDecodeAsNil() { + x.Warnings = "" + } else { + yyv10 := &x.Warnings + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv12 := &x.Index + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*uint64)(yyv12)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv14 := &x.LastContact + yym15 := z.DecBinary() + _ = yym15 + if false { + } else if z.HasExtensions() && z.DecExt(yyv14) { + } else { + *((*int64)(yyv14)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv16 := &x.KnownLeader + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*bool)(yyv16)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *JobRegisterResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj18 int + var yyb18 bool + var yyhl18 bool = l >= 0 + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.EvalID = "" + } else { + yyv19 := &x.EvalID + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*string)(yyv19)) = r.DecodeString() + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.EvalCreateIndex = 0 + } else { + yyv21 := &x.EvalCreateIndex + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*uint64)(yyv21)) = uint64(r.DecodeUint(64)) + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.JobModifyIndex = 0 + } else { + yyv23 := &x.JobModifyIndex + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*uint64)(yyv23)) = uint64(r.DecodeUint(64)) + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Warnings = "" + } else { + yyv25 := &x.Warnings + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*string)(yyv25)) = r.DecodeString() + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv27 := &x.Index + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*uint64)(yyv27)) = uint64(r.DecodeUint(64)) + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv29 := &x.LastContact + yym30 := z.DecBinary() + _ = yym30 + if false { + } else if z.HasExtensions() && z.DecExt(yyv29) { + } else { + *((*int64)(yyv29)) = int64(r.DecodeInt(64)) + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv31 := &x.KnownLeader + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + *((*bool)(yyv31)) = r.DecodeBool() + } + } + for { + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj18-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *JobDeregisterResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [6]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(6) + } else { + yynn2 = 6 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.EvalID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("EvalID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.EvalID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.EvalCreateIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("EvalCreateIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.EvalCreateIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeUint(uint64(x.JobModifyIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("JobModifyIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeUint(uint64(x.JobModifyIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *JobDeregisterResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *JobDeregisterResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "EvalID": + if r.TryDecodeAsNil() { + x.EvalID = "" + } else { + yyv4 := &x.EvalID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "EvalCreateIndex": + if r.TryDecodeAsNil() { + x.EvalCreateIndex = 0 + } else { + yyv6 := &x.EvalCreateIndex + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*uint64)(yyv6)) = uint64(r.DecodeUint(64)) + } + } + case "JobModifyIndex": + if r.TryDecodeAsNil() { + x.JobModifyIndex = 0 + } else { + yyv8 := &x.JobModifyIndex + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*uint64)(yyv8)) = uint64(r.DecodeUint(64)) + } + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv10 := &x.Index + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*uint64)(yyv10)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv12 := &x.LastContact + yym13 := z.DecBinary() + _ = yym13 + if false { + } else if z.HasExtensions() && z.DecExt(yyv12) { + } else { + *((*int64)(yyv12)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv14 := &x.KnownLeader + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*bool)(yyv14)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *JobDeregisterResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj16 int + var yyb16 bool + var yyhl16 bool = l >= 0 + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.EvalID = "" + } else { + yyv17 := &x.EvalID + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*string)(yyv17)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.EvalCreateIndex = 0 + } else { + yyv19 := &x.EvalCreateIndex + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*uint64)(yyv19)) = uint64(r.DecodeUint(64)) + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.JobModifyIndex = 0 + } else { + yyv21 := &x.JobModifyIndex + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*uint64)(yyv21)) = uint64(r.DecodeUint(64)) + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv23 := &x.Index + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*uint64)(yyv23)) = uint64(r.DecodeUint(64)) + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv25 := &x.LastContact + yym26 := z.DecBinary() + _ = yym26 + if false { + } else if z.HasExtensions() && z.DecExt(yyv25) { + } else { + *((*int64)(yyv25)) = int64(r.DecodeInt(64)) + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv27 := &x.KnownLeader + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*bool)(yyv27)) = r.DecodeBool() + } + } + for { + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj16-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *JobBatchDeregisterResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.JobEvals == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + h.encMapNamespacedIDstring((map[NamespacedID]string)(x.JobEvals), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("JobEvals")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.JobEvals == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + h.encMapNamespacedIDstring((map[NamespacedID]string)(x.JobEvals), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *JobBatchDeregisterResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *JobBatchDeregisterResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "JobEvals": + if r.TryDecodeAsNil() { + x.JobEvals = nil + } else { + yyv4 := &x.JobEvals + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + h.decMapNamespacedIDstring((*map[NamespacedID]string)(yyv4), d) + } + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv6 := &x.Index + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*uint64)(yyv6)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv8 := &x.LastContact + yym9 := z.DecBinary() + _ = yym9 + if false { + } else if z.HasExtensions() && z.DecExt(yyv8) { + } else { + *((*int64)(yyv8)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv10 := &x.KnownLeader + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*bool)(yyv10)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *JobBatchDeregisterResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj12 int + var yyb12 bool + var yyhl12 bool = l >= 0 + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.JobEvals = nil + } else { + yyv13 := &x.JobEvals + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + h.decMapNamespacedIDstring((*map[NamespacedID]string)(yyv13), d) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv15 := &x.Index + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*uint64)(yyv15)) = uint64(r.DecodeUint(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv17 := &x.LastContact + yym18 := z.DecBinary() + _ = yym18 + if false { + } else if z.HasExtensions() && z.DecExt(yyv17) { + } else { + *((*int64)(yyv17)) = int64(r.DecodeInt(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv19 := &x.KnownLeader + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*bool)(yyv19)) = r.DecodeBool() + } + } + for { + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj12-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *JobValidateResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeBool(bool(x.DriverConfigValidated)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DriverConfigValidated")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeBool(bool(x.DriverConfigValidated)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.ValidationErrors == nil { + r.EncodeNil() + } else { + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + z.F.EncSliceStringV(x.ValidationErrors, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ValidationErrors")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.ValidationErrors == nil { + r.EncodeNil() + } else { + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + z.F.EncSliceStringV(x.ValidationErrors, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Error)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Error")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Error)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Warnings)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Warnings")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Warnings)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *JobValidateResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *JobValidateResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "DriverConfigValidated": + if r.TryDecodeAsNil() { + x.DriverConfigValidated = false + } else { + yyv4 := &x.DriverConfigValidated + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*bool)(yyv4)) = r.DecodeBool() + } + } + case "ValidationErrors": + if r.TryDecodeAsNil() { + x.ValidationErrors = nil + } else { + yyv6 := &x.ValidationErrors + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + z.F.DecSliceStringX(yyv6, false, d) + } + } + case "Error": + if r.TryDecodeAsNil() { + x.Error = "" + } else { + yyv8 := &x.Error + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "Warnings": + if r.TryDecodeAsNil() { + x.Warnings = "" + } else { + yyv10 := &x.Warnings + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *JobValidateResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj12 int + var yyb12 bool + var yyhl12 bool = l >= 0 + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.DriverConfigValidated = false + } else { + yyv13 := &x.DriverConfigValidated + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*bool)(yyv13)) = r.DecodeBool() + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ValidationErrors = nil + } else { + yyv15 := &x.ValidationErrors + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + z.F.DecSliceStringX(yyv15, false, d) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Error = "" + } else { + yyv17 := &x.Error + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*string)(yyv17)) = r.DecodeString() + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Warnings = "" + } else { + yyv19 := &x.Warnings + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*string)(yyv19)) = r.DecodeString() + } + } + for { + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj12-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *NodeUpdateResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [10]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(10) + } else { + yynn2 = 10 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else if z.HasExtensions() && z.EncExt(x.HeartbeatTTL) { + } else { + r.EncodeInt(int64(x.HeartbeatTTL)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("HeartbeatTTL")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else if z.HasExtensions() && z.EncExt(x.HeartbeatTTL) { + } else { + r.EncodeInt(int64(x.HeartbeatTTL)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.EvalIDs == nil { + r.EncodeNil() + } else { + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + z.F.EncSliceStringV(x.EvalIDs, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("EvalIDs")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.EvalIDs == nil { + r.EncodeNil() + } else { + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + z.F.EncSliceStringV(x.EvalIDs, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeUint(uint64(x.EvalCreateIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("EvalCreateIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeUint(uint64(x.EvalCreateIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeUint(uint64(x.NodeModifyIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("NodeModifyIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeUint(uint64(x.NodeModifyIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.LeaderRPCAddr)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LeaderRPCAddr")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.LeaderRPCAddr)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeInt(int64(x.NumNodes)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("NumNodes")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeInt(int64(x.NumNodes)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Servers == nil { + r.EncodeNil() + } else { + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + h.encSlicePtrtoNodeServerInfo(([]*NodeServerInfo)(x.Servers), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Servers")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Servers == nil { + r.EncodeNil() + } else { + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + h.encSlicePtrtoNodeServerInfo(([]*NodeServerInfo)(x.Servers), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym28 := z.EncBinary() + _ = yym28 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym29 := z.EncBinary() + _ = yym29 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym31 := z.EncBinary() + _ = yym31 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym32 := z.EncBinary() + _ = yym32 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *NodeUpdateResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *NodeUpdateResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "HeartbeatTTL": + if r.TryDecodeAsNil() { + x.HeartbeatTTL = 0 + } else { + yyv4 := &x.HeartbeatTTL + yym5 := z.DecBinary() + _ = yym5 + if false { + } else if z.HasExtensions() && z.DecExt(yyv4) { + } else { + *((*int64)(yyv4)) = int64(r.DecodeInt(64)) + } + } + case "EvalIDs": + if r.TryDecodeAsNil() { + x.EvalIDs = nil + } else { + yyv6 := &x.EvalIDs + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + z.F.DecSliceStringX(yyv6, false, d) + } + } + case "EvalCreateIndex": + if r.TryDecodeAsNil() { + x.EvalCreateIndex = 0 + } else { + yyv8 := &x.EvalCreateIndex + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*uint64)(yyv8)) = uint64(r.DecodeUint(64)) + } + } + case "NodeModifyIndex": + if r.TryDecodeAsNil() { + x.NodeModifyIndex = 0 + } else { + yyv10 := &x.NodeModifyIndex + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*uint64)(yyv10)) = uint64(r.DecodeUint(64)) + } + } + case "LeaderRPCAddr": + if r.TryDecodeAsNil() { + x.LeaderRPCAddr = "" + } else { + yyv12 := &x.LeaderRPCAddr + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*string)(yyv12)) = r.DecodeString() + } + } + case "NumNodes": + if r.TryDecodeAsNil() { + x.NumNodes = 0 + } else { + yyv14 := &x.NumNodes + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*int32)(yyv14)) = int32(r.DecodeInt(32)) + } + } + case "Servers": + if r.TryDecodeAsNil() { + x.Servers = nil + } else { + yyv16 := &x.Servers + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + h.decSlicePtrtoNodeServerInfo((*[]*NodeServerInfo)(yyv16), d) + } + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv18 := &x.Index + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*uint64)(yyv18)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv20 := &x.LastContact + yym21 := z.DecBinary() + _ = yym21 + if false { + } else if z.HasExtensions() && z.DecExt(yyv20) { + } else { + *((*int64)(yyv20)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv22 := &x.KnownLeader + yym23 := z.DecBinary() + _ = yym23 + if false { + } else { + *((*bool)(yyv22)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *NodeUpdateResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj24 int + var yyb24 bool + var yyhl24 bool = l >= 0 + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.HeartbeatTTL = 0 + } else { + yyv25 := &x.HeartbeatTTL + yym26 := z.DecBinary() + _ = yym26 + if false { + } else if z.HasExtensions() && z.DecExt(yyv25) { + } else { + *((*int64)(yyv25)) = int64(r.DecodeInt(64)) + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.EvalIDs = nil + } else { + yyv27 := &x.EvalIDs + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + z.F.DecSliceStringX(yyv27, false, d) + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.EvalCreateIndex = 0 + } else { + yyv29 := &x.EvalCreateIndex + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*uint64)(yyv29)) = uint64(r.DecodeUint(64)) + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.NodeModifyIndex = 0 + } else { + yyv31 := &x.NodeModifyIndex + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + *((*uint64)(yyv31)) = uint64(r.DecodeUint(64)) + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LeaderRPCAddr = "" + } else { + yyv33 := &x.LeaderRPCAddr + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + *((*string)(yyv33)) = r.DecodeString() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.NumNodes = 0 + } else { + yyv35 := &x.NumNodes + yym36 := z.DecBinary() + _ = yym36 + if false { + } else { + *((*int32)(yyv35)) = int32(r.DecodeInt(32)) + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Servers = nil + } else { + yyv37 := &x.Servers + yym38 := z.DecBinary() + _ = yym38 + if false { + } else { + h.decSlicePtrtoNodeServerInfo((*[]*NodeServerInfo)(yyv37), d) + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv39 := &x.Index + yym40 := z.DecBinary() + _ = yym40 + if false { + } else { + *((*uint64)(yyv39)) = uint64(r.DecodeUint(64)) + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv41 := &x.LastContact + yym42 := z.DecBinary() + _ = yym42 + if false { + } else if z.HasExtensions() && z.DecExt(yyv41) { + } else { + *((*int64)(yyv41)) = int64(r.DecodeInt(64)) + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv43 := &x.KnownLeader + yym44 := z.DecBinary() + _ = yym44 + if false { + } else { + *((*bool)(yyv43)) = r.DecodeBool() + } + } + for { + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj24-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *NodeDrainUpdateResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeUint(uint64(x.NodeModifyIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("NodeModifyIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeUint(uint64(x.NodeModifyIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.EvalIDs == nil { + r.EncodeNil() + } else { + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + z.F.EncSliceStringV(x.EvalIDs, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("EvalIDs")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.EvalIDs == nil { + r.EncodeNil() + } else { + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + z.F.EncSliceStringV(x.EvalIDs, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeUint(uint64(x.EvalCreateIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("EvalCreateIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeUint(uint64(x.EvalCreateIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *NodeDrainUpdateResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *NodeDrainUpdateResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "NodeModifyIndex": + if r.TryDecodeAsNil() { + x.NodeModifyIndex = 0 + } else { + yyv4 := &x.NodeModifyIndex + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*uint64)(yyv4)) = uint64(r.DecodeUint(64)) + } + } + case "EvalIDs": + if r.TryDecodeAsNil() { + x.EvalIDs = nil + } else { + yyv6 := &x.EvalIDs + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + z.F.DecSliceStringX(yyv6, false, d) + } + } + case "EvalCreateIndex": + if r.TryDecodeAsNil() { + x.EvalCreateIndex = 0 + } else { + yyv8 := &x.EvalCreateIndex + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*uint64)(yyv8)) = uint64(r.DecodeUint(64)) + } + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv10 := &x.Index + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*uint64)(yyv10)) = uint64(r.DecodeUint(64)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *NodeDrainUpdateResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj12 int + var yyb12 bool + var yyhl12 bool = l >= 0 + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.NodeModifyIndex = 0 + } else { + yyv13 := &x.NodeModifyIndex + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*uint64)(yyv13)) = uint64(r.DecodeUint(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.EvalIDs = nil + } else { + yyv15 := &x.EvalIDs + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + z.F.DecSliceStringX(yyv15, false, d) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.EvalCreateIndex = 0 + } else { + yyv17 := &x.EvalCreateIndex + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*uint64)(yyv17)) = uint64(r.DecodeUint(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv19 := &x.Index + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*uint64)(yyv19)) = uint64(r.DecodeUint(64)) + } + } + for { + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj12-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *NodeEligibilityUpdateResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeUint(uint64(x.NodeModifyIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("NodeModifyIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeUint(uint64(x.NodeModifyIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.EvalIDs == nil { + r.EncodeNil() + } else { + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + z.F.EncSliceStringV(x.EvalIDs, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("EvalIDs")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.EvalIDs == nil { + r.EncodeNil() + } else { + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + z.F.EncSliceStringV(x.EvalIDs, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeUint(uint64(x.EvalCreateIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("EvalCreateIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeUint(uint64(x.EvalCreateIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *NodeEligibilityUpdateResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *NodeEligibilityUpdateResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "NodeModifyIndex": + if r.TryDecodeAsNil() { + x.NodeModifyIndex = 0 + } else { + yyv4 := &x.NodeModifyIndex + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*uint64)(yyv4)) = uint64(r.DecodeUint(64)) + } + } + case "EvalIDs": + if r.TryDecodeAsNil() { + x.EvalIDs = nil + } else { + yyv6 := &x.EvalIDs + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + z.F.DecSliceStringX(yyv6, false, d) + } + } + case "EvalCreateIndex": + if r.TryDecodeAsNil() { + x.EvalCreateIndex = 0 + } else { + yyv8 := &x.EvalCreateIndex + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*uint64)(yyv8)) = uint64(r.DecodeUint(64)) + } + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv10 := &x.Index + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*uint64)(yyv10)) = uint64(r.DecodeUint(64)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *NodeEligibilityUpdateResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj12 int + var yyb12 bool + var yyhl12 bool = l >= 0 + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.NodeModifyIndex = 0 + } else { + yyv13 := &x.NodeModifyIndex + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*uint64)(yyv13)) = uint64(r.DecodeUint(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.EvalIDs = nil + } else { + yyv15 := &x.EvalIDs + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + z.F.DecSliceStringX(yyv15, false, d) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.EvalCreateIndex = 0 + } else { + yyv17 := &x.EvalCreateIndex + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*uint64)(yyv17)) = uint64(r.DecodeUint(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv19 := &x.Index + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*uint64)(yyv19)) = uint64(r.DecodeUint(64)) + } + } + for { + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj12-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *NodeAllocsResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Allocs == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + h.encSlicePtrtoAllocation(([]*Allocation)(x.Allocs), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Allocs")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Allocs == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + h.encSlicePtrtoAllocation(([]*Allocation)(x.Allocs), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *NodeAllocsResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *NodeAllocsResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Allocs": + if r.TryDecodeAsNil() { + x.Allocs = nil + } else { + yyv4 := &x.Allocs + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + h.decSlicePtrtoAllocation((*[]*Allocation)(yyv4), d) + } + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv6 := &x.Index + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*uint64)(yyv6)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv8 := &x.LastContact + yym9 := z.DecBinary() + _ = yym9 + if false { + } else if z.HasExtensions() && z.DecExt(yyv8) { + } else { + *((*int64)(yyv8)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv10 := &x.KnownLeader + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*bool)(yyv10)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *NodeAllocsResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj12 int + var yyb12 bool + var yyhl12 bool = l >= 0 + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Allocs = nil + } else { + yyv13 := &x.Allocs + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + h.decSlicePtrtoAllocation((*[]*Allocation)(yyv13), d) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv15 := &x.Index + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*uint64)(yyv15)) = uint64(r.DecodeUint(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv17 := &x.LastContact + yym18 := z.DecBinary() + _ = yym18 + if false { + } else if z.HasExtensions() && z.DecExt(yyv17) { + } else { + *((*int64)(yyv17)) = int64(r.DecodeInt(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv19 := &x.KnownLeader + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*bool)(yyv19)) = r.DecodeBool() + } + } + for { + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj12-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *NodeClientAllocsResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [5]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(5) + } else { + yynn2 = 5 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Allocs == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + z.F.EncMapStringUint64V(x.Allocs, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Allocs")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Allocs == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + z.F.EncMapStringUint64V(x.Allocs, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.MigrateTokens == nil { + r.EncodeNil() + } else { + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + z.F.EncMapStringStringV(x.MigrateTokens, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MigrateTokens")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.MigrateTokens == nil { + r.EncodeNil() + } else { + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + z.F.EncMapStringStringV(x.MigrateTokens, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *NodeClientAllocsResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *NodeClientAllocsResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Allocs": + if r.TryDecodeAsNil() { + x.Allocs = nil + } else { + yyv4 := &x.Allocs + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + z.F.DecMapStringUint64X(yyv4, false, d) + } + } + case "MigrateTokens": + if r.TryDecodeAsNil() { + x.MigrateTokens = nil + } else { + yyv6 := &x.MigrateTokens + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + z.F.DecMapStringStringX(yyv6, false, d) + } + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv8 := &x.Index + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*uint64)(yyv8)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv10 := &x.LastContact + yym11 := z.DecBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.DecExt(yyv10) { + } else { + *((*int64)(yyv10)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv12 := &x.KnownLeader + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*bool)(yyv12)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *NodeClientAllocsResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj14 int + var yyb14 bool + var yyhl14 bool = l >= 0 + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Allocs = nil + } else { + yyv15 := &x.Allocs + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + z.F.DecMapStringUint64X(yyv15, false, d) + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MigrateTokens = nil + } else { + yyv17 := &x.MigrateTokens + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + z.F.DecMapStringStringX(yyv17, false, d) + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv19 := &x.Index + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*uint64)(yyv19)) = uint64(r.DecodeUint(64)) + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv21 := &x.LastContact + yym22 := z.DecBinary() + _ = yym22 + if false { + } else if z.HasExtensions() && z.DecExt(yyv21) { + } else { + *((*int64)(yyv21)) = int64(r.DecodeInt(64)) + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv23 := &x.KnownLeader + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*bool)(yyv23)) = r.DecodeBool() + } + } + for { + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj14-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *SingleNodeResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Node == nil { + r.EncodeNil() + } else { + x.Node.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Node")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Node == nil { + r.EncodeNil() + } else { + x.Node.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *SingleNodeResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *SingleNodeResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Node": + if r.TryDecodeAsNil() { + if x.Node != nil { + x.Node = nil + } + } else { + if x.Node == nil { + x.Node = new(Node) + } + x.Node.CodecDecodeSelf(d) + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv5 := &x.Index + yym6 := z.DecBinary() + _ = yym6 + if false { + } else { + *((*uint64)(yyv5)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv7 := &x.LastContact + yym8 := z.DecBinary() + _ = yym8 + if false { + } else if z.HasExtensions() && z.DecExt(yyv7) { + } else { + *((*int64)(yyv7)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv9 := &x.KnownLeader + yym10 := z.DecBinary() + _ = yym10 + if false { + } else { + *((*bool)(yyv9)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *SingleNodeResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj11 int + var yyb11 bool + var yyhl11 bool = l >= 0 + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Node != nil { + x.Node = nil + } + } else { + if x.Node == nil { + x.Node = new(Node) + } + x.Node.CodecDecodeSelf(d) + } + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv13 := &x.Index + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*uint64)(yyv13)) = uint64(r.DecodeUint(64)) + } + } + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv15 := &x.LastContact + yym16 := z.DecBinary() + _ = yym16 + if false { + } else if z.HasExtensions() && z.DecExt(yyv15) { + } else { + *((*int64)(yyv15)) = int64(r.DecodeInt(64)) + } + } + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv17 := &x.KnownLeader + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*bool)(yyv17)) = r.DecodeBool() + } + } + for { + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj11-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *NodeListResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Nodes == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + h.encSlicePtrtoNodeListStub(([]*NodeListStub)(x.Nodes), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Nodes")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Nodes == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + h.encSlicePtrtoNodeListStub(([]*NodeListStub)(x.Nodes), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *NodeListResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *NodeListResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Nodes": + if r.TryDecodeAsNil() { + x.Nodes = nil + } else { + yyv4 := &x.Nodes + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + h.decSlicePtrtoNodeListStub((*[]*NodeListStub)(yyv4), d) + } + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv6 := &x.Index + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*uint64)(yyv6)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv8 := &x.LastContact + yym9 := z.DecBinary() + _ = yym9 + if false { + } else if z.HasExtensions() && z.DecExt(yyv8) { + } else { + *((*int64)(yyv8)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv10 := &x.KnownLeader + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*bool)(yyv10)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *NodeListResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj12 int + var yyb12 bool + var yyhl12 bool = l >= 0 + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Nodes = nil + } else { + yyv13 := &x.Nodes + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + h.decSlicePtrtoNodeListStub((*[]*NodeListStub)(yyv13), d) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv15 := &x.Index + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*uint64)(yyv15)) = uint64(r.DecodeUint(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv17 := &x.LastContact + yym18 := z.DecBinary() + _ = yym18 + if false { + } else if z.HasExtensions() && z.DecExt(yyv17) { + } else { + *((*int64)(yyv17)) = int64(r.DecodeInt(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv19 := &x.KnownLeader + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*bool)(yyv19)) = r.DecodeBool() + } + } + for { + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj12-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *SingleJobResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Job == nil { + r.EncodeNil() + } else { + x.Job.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Job")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Job == nil { + r.EncodeNil() + } else { + x.Job.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *SingleJobResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *SingleJobResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Job": + if r.TryDecodeAsNil() { + if x.Job != nil { + x.Job = nil + } + } else { + if x.Job == nil { + x.Job = new(Job) + } + x.Job.CodecDecodeSelf(d) + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv5 := &x.Index + yym6 := z.DecBinary() + _ = yym6 + if false { + } else { + *((*uint64)(yyv5)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv7 := &x.LastContact + yym8 := z.DecBinary() + _ = yym8 + if false { + } else if z.HasExtensions() && z.DecExt(yyv7) { + } else { + *((*int64)(yyv7)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv9 := &x.KnownLeader + yym10 := z.DecBinary() + _ = yym10 + if false { + } else { + *((*bool)(yyv9)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *SingleJobResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj11 int + var yyb11 bool + var yyhl11 bool = l >= 0 + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Job != nil { + x.Job = nil + } + } else { + if x.Job == nil { + x.Job = new(Job) + } + x.Job.CodecDecodeSelf(d) + } + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv13 := &x.Index + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*uint64)(yyv13)) = uint64(r.DecodeUint(64)) + } + } + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv15 := &x.LastContact + yym16 := z.DecBinary() + _ = yym16 + if false { + } else if z.HasExtensions() && z.DecExt(yyv15) { + } else { + *((*int64)(yyv15)) = int64(r.DecodeInt(64)) + } + } + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv17 := &x.KnownLeader + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*bool)(yyv17)) = r.DecodeBool() + } + } + for { + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj11-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *JobSummaryResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.JobSummary == nil { + r.EncodeNil() + } else { + x.JobSummary.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("JobSummary")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.JobSummary == nil { + r.EncodeNil() + } else { + x.JobSummary.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *JobSummaryResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *JobSummaryResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "JobSummary": + if r.TryDecodeAsNil() { + if x.JobSummary != nil { + x.JobSummary = nil + } + } else { + if x.JobSummary == nil { + x.JobSummary = new(JobSummary) + } + x.JobSummary.CodecDecodeSelf(d) + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv5 := &x.Index + yym6 := z.DecBinary() + _ = yym6 + if false { + } else { + *((*uint64)(yyv5)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv7 := &x.LastContact + yym8 := z.DecBinary() + _ = yym8 + if false { + } else if z.HasExtensions() && z.DecExt(yyv7) { + } else { + *((*int64)(yyv7)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv9 := &x.KnownLeader + yym10 := z.DecBinary() + _ = yym10 + if false { + } else { + *((*bool)(yyv9)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *JobSummaryResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj11 int + var yyb11 bool + var yyhl11 bool = l >= 0 + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.JobSummary != nil { + x.JobSummary = nil + } + } else { + if x.JobSummary == nil { + x.JobSummary = new(JobSummary) + } + x.JobSummary.CodecDecodeSelf(d) + } + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv13 := &x.Index + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*uint64)(yyv13)) = uint64(r.DecodeUint(64)) + } + } + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv15 := &x.LastContact + yym16 := z.DecBinary() + _ = yym16 + if false { + } else if z.HasExtensions() && z.DecExt(yyv15) { + } else { + *((*int64)(yyv15)) = int64(r.DecodeInt(64)) + } + } + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv17 := &x.KnownLeader + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*bool)(yyv17)) = r.DecodeBool() + } + } + for { + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj11-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *JobDispatchResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [5]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(5) + } else { + yynn2 = 5 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DispatchedJobID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DispatchedJobID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DispatchedJobID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.EvalID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("EvalID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.EvalID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeUint(uint64(x.EvalCreateIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("EvalCreateIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeUint(uint64(x.EvalCreateIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeUint(uint64(x.JobCreateIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("JobCreateIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeUint(uint64(x.JobCreateIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *JobDispatchResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *JobDispatchResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "DispatchedJobID": + if r.TryDecodeAsNil() { + x.DispatchedJobID = "" + } else { + yyv4 := &x.DispatchedJobID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "EvalID": + if r.TryDecodeAsNil() { + x.EvalID = "" + } else { + yyv6 := &x.EvalID + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "EvalCreateIndex": + if r.TryDecodeAsNil() { + x.EvalCreateIndex = 0 + } else { + yyv8 := &x.EvalCreateIndex + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*uint64)(yyv8)) = uint64(r.DecodeUint(64)) + } + } + case "JobCreateIndex": + if r.TryDecodeAsNil() { + x.JobCreateIndex = 0 + } else { + yyv10 := &x.JobCreateIndex + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*uint64)(yyv10)) = uint64(r.DecodeUint(64)) + } + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv12 := &x.Index + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*uint64)(yyv12)) = uint64(r.DecodeUint(64)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *JobDispatchResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj14 int + var yyb14 bool + var yyhl14 bool = l >= 0 + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.DispatchedJobID = "" + } else { + yyv15 := &x.DispatchedJobID + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*string)(yyv15)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.EvalID = "" + } else { + yyv17 := &x.EvalID + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*string)(yyv17)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.EvalCreateIndex = 0 + } else { + yyv19 := &x.EvalCreateIndex + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*uint64)(yyv19)) = uint64(r.DecodeUint(64)) + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.JobCreateIndex = 0 + } else { + yyv21 := &x.JobCreateIndex + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*uint64)(yyv21)) = uint64(r.DecodeUint(64)) + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv23 := &x.Index + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*uint64)(yyv23)) = uint64(r.DecodeUint(64)) + } + } + for { + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj14-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *JobListResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Jobs == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + h.encSlicePtrtoJobListStub(([]*JobListStub)(x.Jobs), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Jobs")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Jobs == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + h.encSlicePtrtoJobListStub(([]*JobListStub)(x.Jobs), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *JobListResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *JobListResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Jobs": + if r.TryDecodeAsNil() { + x.Jobs = nil + } else { + yyv4 := &x.Jobs + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + h.decSlicePtrtoJobListStub((*[]*JobListStub)(yyv4), d) + } + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv6 := &x.Index + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*uint64)(yyv6)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv8 := &x.LastContact + yym9 := z.DecBinary() + _ = yym9 + if false { + } else if z.HasExtensions() && z.DecExt(yyv8) { + } else { + *((*int64)(yyv8)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv10 := &x.KnownLeader + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*bool)(yyv10)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *JobListResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj12 int + var yyb12 bool + var yyhl12 bool = l >= 0 + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Jobs = nil + } else { + yyv13 := &x.Jobs + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + h.decSlicePtrtoJobListStub((*[]*JobListStub)(yyv13), d) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv15 := &x.Index + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*uint64)(yyv15)) = uint64(r.DecodeUint(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv17 := &x.LastContact + yym18 := z.DecBinary() + _ = yym18 + if false { + } else if z.HasExtensions() && z.DecExt(yyv17) { + } else { + *((*int64)(yyv17)) = int64(r.DecodeInt(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv19 := &x.KnownLeader + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*bool)(yyv19)) = r.DecodeBool() + } + } + for { + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj12-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *JobVersionsRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [10]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(10) + } else { + yynn2 = 10 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.JobID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("JobID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.JobID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeBool(bool(x.Diffs)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Diffs")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeBool(bool(x.Diffs)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MinQueryIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MaxQueryTime")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AllowStale")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Prefix")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym28 := z.EncBinary() + _ = yym28 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym29 := z.EncBinary() + _ = yym29 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym31 := z.EncBinary() + _ = yym31 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym32 := z.EncBinary() + _ = yym32 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *JobVersionsRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *JobVersionsRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "JobID": + if r.TryDecodeAsNil() { + x.JobID = "" + } else { + yyv4 := &x.JobID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Diffs": + if r.TryDecodeAsNil() { + x.Diffs = false + } else { + yyv6 := &x.Diffs + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*bool)(yyv6)) = r.DecodeBool() + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv8 := &x.Region + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv10 := &x.Namespace + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "MinQueryIndex": + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv12 := &x.MinQueryIndex + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*uint64)(yyv12)) = uint64(r.DecodeUint(64)) + } + } + case "MaxQueryTime": + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv14 := &x.MaxQueryTime + yym15 := z.DecBinary() + _ = yym15 + if false { + } else if z.HasExtensions() && z.DecExt(yyv14) { + } else { + *((*int64)(yyv14)) = int64(r.DecodeInt(64)) + } + } + case "AllowStale": + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv16 := &x.AllowStale + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*bool)(yyv16)) = r.DecodeBool() + } + } + case "Prefix": + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv18 := &x.Prefix + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*string)(yyv18)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv20 := &x.AuthToken + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + *((*string)(yyv20)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv22 := &x.Forwarded + yym23 := z.DecBinary() + _ = yym23 + if false { + } else { + *((*bool)(yyv22)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *JobVersionsRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj24 int + var yyb24 bool + var yyhl24 bool = l >= 0 + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.JobID = "" + } else { + yyv25 := &x.JobID + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*string)(yyv25)) = r.DecodeString() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Diffs = false + } else { + yyv27 := &x.Diffs + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*bool)(yyv27)) = r.DecodeBool() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv29 := &x.Region + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*string)(yyv29)) = r.DecodeString() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv31 := &x.Namespace + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + *((*string)(yyv31)) = r.DecodeString() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv33 := &x.MinQueryIndex + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + *((*uint64)(yyv33)) = uint64(r.DecodeUint(64)) + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv35 := &x.MaxQueryTime + yym36 := z.DecBinary() + _ = yym36 + if false { + } else if z.HasExtensions() && z.DecExt(yyv35) { + } else { + *((*int64)(yyv35)) = int64(r.DecodeInt(64)) + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv37 := &x.AllowStale + yym38 := z.DecBinary() + _ = yym38 + if false { + } else { + *((*bool)(yyv37)) = r.DecodeBool() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv39 := &x.Prefix + yym40 := z.DecBinary() + _ = yym40 + if false { + } else { + *((*string)(yyv39)) = r.DecodeString() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv41 := &x.AuthToken + yym42 := z.DecBinary() + _ = yym42 + if false { + } else { + *((*string)(yyv41)) = r.DecodeString() + } + } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv43 := &x.Forwarded + yym44 := z.DecBinary() + _ = yym44 + if false { + } else { + *((*bool)(yyv43)) = r.DecodeBool() + } + } + for { + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj24-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *JobVersionsResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [5]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(5) + } else { + yynn2 = 5 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Versions == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + h.encSlicePtrtoJob(([]*Job)(x.Versions), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Versions")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Versions == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + h.encSlicePtrtoJob(([]*Job)(x.Versions), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Diffs == nil { + r.EncodeNil() + } else { + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + h.encSlicePtrtoJobDiff(([]*JobDiff)(x.Diffs), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Diffs")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Diffs == nil { + r.EncodeNil() + } else { + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + h.encSlicePtrtoJobDiff(([]*JobDiff)(x.Diffs), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *JobVersionsResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *JobVersionsResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Versions": + if r.TryDecodeAsNil() { + x.Versions = nil + } else { + yyv4 := &x.Versions + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + h.decSlicePtrtoJob((*[]*Job)(yyv4), d) + } + } + case "Diffs": + if r.TryDecodeAsNil() { + x.Diffs = nil + } else { + yyv6 := &x.Diffs + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + h.decSlicePtrtoJobDiff((*[]*JobDiff)(yyv6), d) + } + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv8 := &x.Index + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*uint64)(yyv8)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv10 := &x.LastContact + yym11 := z.DecBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.DecExt(yyv10) { + } else { + *((*int64)(yyv10)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv12 := &x.KnownLeader + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*bool)(yyv12)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *JobVersionsResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj14 int + var yyb14 bool + var yyhl14 bool = l >= 0 + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Versions = nil + } else { + yyv15 := &x.Versions + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + h.decSlicePtrtoJob((*[]*Job)(yyv15), d) + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Diffs = nil + } else { + yyv17 := &x.Diffs + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + h.decSlicePtrtoJobDiff((*[]*JobDiff)(yyv17), d) + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv19 := &x.Index + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*uint64)(yyv19)) = uint64(r.DecodeUint(64)) + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv21 := &x.LastContact + yym22 := z.DecBinary() + _ = yym22 + if false { + } else if z.HasExtensions() && z.DecExt(yyv21) { + } else { + *((*int64)(yyv21)) = int64(r.DecodeInt(64)) + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv23 := &x.KnownLeader + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*bool)(yyv23)) = r.DecodeBool() + } + } + for { + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj14-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *JobPlanResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [8]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(8) + } else { + yynn2 = 8 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Annotations == nil { + r.EncodeNil() + } else { + x.Annotations.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Annotations")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Annotations == nil { + r.EncodeNil() + } else { + x.Annotations.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.FailedTGAllocs == nil { + r.EncodeNil() + } else { + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + h.encMapstringPtrtoAllocMetric((map[string]*AllocMetric)(x.FailedTGAllocs), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("FailedTGAllocs")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.FailedTGAllocs == nil { + r.EncodeNil() + } else { + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + h.encMapstringPtrtoAllocMetric((map[string]*AllocMetric)(x.FailedTGAllocs), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeUint(uint64(x.JobModifyIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("JobModifyIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeUint(uint64(x.JobModifyIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.CreatedEvals == nil { + r.EncodeNil() + } else { + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + h.encSlicePtrtoEvaluation(([]*Evaluation)(x.CreatedEvals), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("CreatedEvals")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.CreatedEvals == nil { + r.EncodeNil() + } else { + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + h.encSlicePtrtoEvaluation(([]*Evaluation)(x.CreatedEvals), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Diff == nil { + r.EncodeNil() + } else { + yym16 := z.EncBinary() + _ = yym16 + if false { + } else if z.HasExtensions() && z.EncExt(x.Diff) { + } else { + z.EncFallback(x.Diff) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Diff")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Diff == nil { + r.EncodeNil() + } else { + yym17 := z.EncBinary() + _ = yym17 + if false { + } else if z.HasExtensions() && z.EncExt(x.Diff) { + } else { + z.EncFallback(x.Diff) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yy19 := &x.NextPeriodicLaunch + yym20 := z.EncBinary() + _ = yym20 + if false { + } else if yym21 := z.TimeRtidIfBinc(); yym21 != 0 { + r.EncodeBuiltin(yym21, yy19) + } else if z.HasExtensions() && z.EncExt(yy19) { + } else if yym20 { + z.EncBinaryMarshal(yy19) + } else if !yym20 && z.IsJSONHandle() { + z.EncJSONMarshal(yy19) + } else { + z.EncFallback(yy19) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("NextPeriodicLaunch")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yy22 := &x.NextPeriodicLaunch + yym23 := z.EncBinary() + _ = yym23 + if false { + } else if yym24 := z.TimeRtidIfBinc(); yym24 != 0 { + r.EncodeBuiltin(yym24, yy22) + } else if z.HasExtensions() && z.EncExt(yy22) { + } else if yym23 { + z.EncBinaryMarshal(yy22) + } else if !yym23 && z.IsJSONHandle() { + z.EncJSONMarshal(yy22) + } else { + z.EncFallback(yy22) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Warnings)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Warnings")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym27 := z.EncBinary() + _ = yym27 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Warnings)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym29 := z.EncBinary() + _ = yym29 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym30 := z.EncBinary() + _ = yym30 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *JobPlanResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *JobPlanResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Annotations": + if r.TryDecodeAsNil() { + if x.Annotations != nil { + x.Annotations = nil + } + } else { + if x.Annotations == nil { + x.Annotations = new(PlanAnnotations) + } + x.Annotations.CodecDecodeSelf(d) + } + case "FailedTGAllocs": + if r.TryDecodeAsNil() { + x.FailedTGAllocs = nil + } else { + yyv5 := &x.FailedTGAllocs + yym6 := z.DecBinary() + _ = yym6 + if false { + } else { + h.decMapstringPtrtoAllocMetric((*map[string]*AllocMetric)(yyv5), d) + } + } + case "JobModifyIndex": + if r.TryDecodeAsNil() { + x.JobModifyIndex = 0 + } else { + yyv7 := &x.JobModifyIndex + yym8 := z.DecBinary() + _ = yym8 + if false { + } else { + *((*uint64)(yyv7)) = uint64(r.DecodeUint(64)) + } + } + case "CreatedEvals": + if r.TryDecodeAsNil() { + x.CreatedEvals = nil + } else { + yyv9 := &x.CreatedEvals + yym10 := z.DecBinary() + _ = yym10 + if false { + } else { + h.decSlicePtrtoEvaluation((*[]*Evaluation)(yyv9), d) + } + } + case "Diff": + if r.TryDecodeAsNil() { + if x.Diff != nil { + x.Diff = nil + } + } else { + if x.Diff == nil { + x.Diff = new(JobDiff) + } + yym12 := z.DecBinary() + _ = yym12 + if false { + } else if z.HasExtensions() && z.DecExt(x.Diff) { + } else { + z.DecFallback(x.Diff, false) + } + } + case "NextPeriodicLaunch": + if r.TryDecodeAsNil() { + x.NextPeriodicLaunch = time.Time{} + } else { + yyv13 := &x.NextPeriodicLaunch + yym14 := z.DecBinary() + _ = yym14 + if false { + } else if yym15 := z.TimeRtidIfBinc(); yym15 != 0 { + r.DecodeBuiltin(yym15, yyv13) + } else if z.HasExtensions() && z.DecExt(yyv13) { + } else if yym14 { + z.DecBinaryUnmarshal(yyv13) + } else if !yym14 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv13) + } else { + z.DecFallback(yyv13, false) + } + } + case "Warnings": + if r.TryDecodeAsNil() { + x.Warnings = "" + } else { + yyv16 := &x.Warnings + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*string)(yyv16)) = r.DecodeString() + } + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv18 := &x.Index + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*uint64)(yyv18)) = uint64(r.DecodeUint(64)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *JobPlanResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj20 int + var yyb20 bool + var yyhl20 bool = l >= 0 + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Annotations != nil { + x.Annotations = nil + } + } else { + if x.Annotations == nil { + x.Annotations = new(PlanAnnotations) + } + x.Annotations.CodecDecodeSelf(d) + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.FailedTGAllocs = nil + } else { + yyv22 := &x.FailedTGAllocs + yym23 := z.DecBinary() + _ = yym23 + if false { + } else { + h.decMapstringPtrtoAllocMetric((*map[string]*AllocMetric)(yyv22), d) + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.JobModifyIndex = 0 + } else { + yyv24 := &x.JobModifyIndex + yym25 := z.DecBinary() + _ = yym25 + if false { + } else { + *((*uint64)(yyv24)) = uint64(r.DecodeUint(64)) + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.CreatedEvals = nil + } else { + yyv26 := &x.CreatedEvals + yym27 := z.DecBinary() + _ = yym27 + if false { + } else { + h.decSlicePtrtoEvaluation((*[]*Evaluation)(yyv26), d) + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Diff != nil { + x.Diff = nil + } + } else { + if x.Diff == nil { + x.Diff = new(JobDiff) + } + yym29 := z.DecBinary() + _ = yym29 + if false { + } else if z.HasExtensions() && z.DecExt(x.Diff) { + } else { + z.DecFallback(x.Diff, false) + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.NextPeriodicLaunch = time.Time{} + } else { + yyv30 := &x.NextPeriodicLaunch + yym31 := z.DecBinary() + _ = yym31 + if false { + } else if yym32 := z.TimeRtidIfBinc(); yym32 != 0 { + r.DecodeBuiltin(yym32, yyv30) + } else if z.HasExtensions() && z.DecExt(yyv30) { + } else if yym31 { + z.DecBinaryUnmarshal(yyv30) + } else if !yym31 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv30) + } else { + z.DecFallback(yyv30, false) + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Warnings = "" + } else { + yyv33 := &x.Warnings + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + *((*string)(yyv33)) = r.DecodeString() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv35 := &x.Index + yym36 := z.DecBinary() + _ = yym36 + if false { + } else { + *((*uint64)(yyv35)) = uint64(r.DecodeUint(64)) + } + } + for { + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj20-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *SingleAllocResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Alloc == nil { + r.EncodeNil() + } else { + x.Alloc.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Alloc")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Alloc == nil { + r.EncodeNil() + } else { + x.Alloc.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *SingleAllocResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *SingleAllocResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Alloc": + if r.TryDecodeAsNil() { + if x.Alloc != nil { + x.Alloc = nil + } + } else { + if x.Alloc == nil { + x.Alloc = new(Allocation) + } + x.Alloc.CodecDecodeSelf(d) + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv5 := &x.Index + yym6 := z.DecBinary() + _ = yym6 + if false { + } else { + *((*uint64)(yyv5)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv7 := &x.LastContact + yym8 := z.DecBinary() + _ = yym8 + if false { + } else if z.HasExtensions() && z.DecExt(yyv7) { + } else { + *((*int64)(yyv7)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv9 := &x.KnownLeader + yym10 := z.DecBinary() + _ = yym10 + if false { + } else { + *((*bool)(yyv9)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *SingleAllocResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj11 int + var yyb11 bool + var yyhl11 bool = l >= 0 + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Alloc != nil { + x.Alloc = nil + } + } else { + if x.Alloc == nil { + x.Alloc = new(Allocation) + } + x.Alloc.CodecDecodeSelf(d) + } + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv13 := &x.Index + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*uint64)(yyv13)) = uint64(r.DecodeUint(64)) + } + } + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv15 := &x.LastContact + yym16 := z.DecBinary() + _ = yym16 + if false { + } else if z.HasExtensions() && z.DecExt(yyv15) { + } else { + *((*int64)(yyv15)) = int64(r.DecodeInt(64)) + } + } + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv17 := &x.KnownLeader + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*bool)(yyv17)) = r.DecodeBool() + } + } + for { + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj11-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *AllocsGetResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Allocs == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + h.encSlicePtrtoAllocation(([]*Allocation)(x.Allocs), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Allocs")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Allocs == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + h.encSlicePtrtoAllocation(([]*Allocation)(x.Allocs), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *AllocsGetResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *AllocsGetResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Allocs": + if r.TryDecodeAsNil() { + x.Allocs = nil + } else { + yyv4 := &x.Allocs + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + h.decSlicePtrtoAllocation((*[]*Allocation)(yyv4), d) + } + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv6 := &x.Index + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*uint64)(yyv6)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv8 := &x.LastContact + yym9 := z.DecBinary() + _ = yym9 + if false { + } else if z.HasExtensions() && z.DecExt(yyv8) { + } else { + *((*int64)(yyv8)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv10 := &x.KnownLeader + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*bool)(yyv10)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *AllocsGetResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj12 int + var yyb12 bool + var yyhl12 bool = l >= 0 + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Allocs = nil + } else { + yyv13 := &x.Allocs + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + h.decSlicePtrtoAllocation((*[]*Allocation)(yyv13), d) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv15 := &x.Index + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*uint64)(yyv15)) = uint64(r.DecodeUint(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv17 := &x.LastContact + yym18 := z.DecBinary() + _ = yym18 + if false { + } else if z.HasExtensions() && z.DecExt(yyv17) { + } else { + *((*int64)(yyv17)) = int64(r.DecodeInt(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv19 := &x.KnownLeader + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*bool)(yyv19)) = r.DecodeBool() + } + } + for { + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj12-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *JobAllocationsResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Allocations == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + h.encSlicePtrtoAllocListStub(([]*AllocListStub)(x.Allocations), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Allocations")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Allocations == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + h.encSlicePtrtoAllocListStub(([]*AllocListStub)(x.Allocations), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *JobAllocationsResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *JobAllocationsResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Allocations": + if r.TryDecodeAsNil() { + x.Allocations = nil + } else { + yyv4 := &x.Allocations + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + h.decSlicePtrtoAllocListStub((*[]*AllocListStub)(yyv4), d) + } + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv6 := &x.Index + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*uint64)(yyv6)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv8 := &x.LastContact + yym9 := z.DecBinary() + _ = yym9 + if false { + } else if z.HasExtensions() && z.DecExt(yyv8) { + } else { + *((*int64)(yyv8)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv10 := &x.KnownLeader + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*bool)(yyv10)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *JobAllocationsResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj12 int + var yyb12 bool + var yyhl12 bool = l >= 0 + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Allocations = nil + } else { + yyv13 := &x.Allocations + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + h.decSlicePtrtoAllocListStub((*[]*AllocListStub)(yyv13), d) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv15 := &x.Index + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*uint64)(yyv15)) = uint64(r.DecodeUint(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv17 := &x.LastContact + yym18 := z.DecBinary() + _ = yym18 + if false { + } else if z.HasExtensions() && z.DecExt(yyv17) { + } else { + *((*int64)(yyv17)) = int64(r.DecodeInt(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv19 := &x.KnownLeader + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*bool)(yyv19)) = r.DecodeBool() + } + } + for { + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj12-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *JobEvaluationsResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Evaluations == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + h.encSlicePtrtoEvaluation(([]*Evaluation)(x.Evaluations), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Evaluations")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Evaluations == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + h.encSlicePtrtoEvaluation(([]*Evaluation)(x.Evaluations), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *JobEvaluationsResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *JobEvaluationsResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Evaluations": + if r.TryDecodeAsNil() { + x.Evaluations = nil + } else { + yyv4 := &x.Evaluations + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + h.decSlicePtrtoEvaluation((*[]*Evaluation)(yyv4), d) + } + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv6 := &x.Index + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*uint64)(yyv6)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv8 := &x.LastContact + yym9 := z.DecBinary() + _ = yym9 + if false { + } else if z.HasExtensions() && z.DecExt(yyv8) { + } else { + *((*int64)(yyv8)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv10 := &x.KnownLeader + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*bool)(yyv10)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *JobEvaluationsResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj12 int + var yyb12 bool + var yyhl12 bool = l >= 0 + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Evaluations = nil + } else { + yyv13 := &x.Evaluations + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + h.decSlicePtrtoEvaluation((*[]*Evaluation)(yyv13), d) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv15 := &x.Index + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*uint64)(yyv15)) = uint64(r.DecodeUint(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv17 := &x.LastContact + yym18 := z.DecBinary() + _ = yym18 + if false { + } else if z.HasExtensions() && z.DecExt(yyv17) { + } else { + *((*int64)(yyv17)) = int64(r.DecodeInt(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv19 := &x.KnownLeader + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*bool)(yyv19)) = r.DecodeBool() + } + } + for { + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj12-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *SingleEvalResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Eval == nil { + r.EncodeNil() + } else { + x.Eval.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Eval")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Eval == nil { + r.EncodeNil() + } else { + x.Eval.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *SingleEvalResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *SingleEvalResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Eval": + if r.TryDecodeAsNil() { + if x.Eval != nil { + x.Eval = nil + } + } else { + if x.Eval == nil { + x.Eval = new(Evaluation) + } + x.Eval.CodecDecodeSelf(d) + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv5 := &x.Index + yym6 := z.DecBinary() + _ = yym6 + if false { + } else { + *((*uint64)(yyv5)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv7 := &x.LastContact + yym8 := z.DecBinary() + _ = yym8 + if false { + } else if z.HasExtensions() && z.DecExt(yyv7) { + } else { + *((*int64)(yyv7)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv9 := &x.KnownLeader + yym10 := z.DecBinary() + _ = yym10 + if false { + } else { + *((*bool)(yyv9)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *SingleEvalResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj11 int + var yyb11 bool + var yyhl11 bool = l >= 0 + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Eval != nil { + x.Eval = nil + } + } else { + if x.Eval == nil { + x.Eval = new(Evaluation) + } + x.Eval.CodecDecodeSelf(d) + } + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv13 := &x.Index + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*uint64)(yyv13)) = uint64(r.DecodeUint(64)) + } + } + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv15 := &x.LastContact + yym16 := z.DecBinary() + _ = yym16 + if false { + } else if z.HasExtensions() && z.DecExt(yyv15) { + } else { + *((*int64)(yyv15)) = int64(r.DecodeInt(64)) + } + } + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv17 := &x.KnownLeader + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*bool)(yyv17)) = r.DecodeBool() + } + } + for { + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj11-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *EvalDequeueResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [6]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(6) + } else { + yynn2 = 6 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Eval == nil { + r.EncodeNil() + } else { + x.Eval.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Eval")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Eval == nil { + r.EncodeNil() + } else { + x.Eval.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Token)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Token")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Token)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeUint(uint64(x.WaitIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("WaitIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeUint(uint64(x.WaitIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *EvalDequeueResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *EvalDequeueResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Eval": + if r.TryDecodeAsNil() { + if x.Eval != nil { + x.Eval = nil + } + } else { + if x.Eval == nil { + x.Eval = new(Evaluation) + } + x.Eval.CodecDecodeSelf(d) + } + case "Token": + if r.TryDecodeAsNil() { + x.Token = "" + } else { + yyv5 := &x.Token + yym6 := z.DecBinary() + _ = yym6 + if false { + } else { + *((*string)(yyv5)) = r.DecodeString() + } + } + case "WaitIndex": + if r.TryDecodeAsNil() { + x.WaitIndex = 0 + } else { + yyv7 := &x.WaitIndex + yym8 := z.DecBinary() + _ = yym8 + if false { + } else { + *((*uint64)(yyv7)) = uint64(r.DecodeUint(64)) + } + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv9 := &x.Index + yym10 := z.DecBinary() + _ = yym10 + if false { + } else { + *((*uint64)(yyv9)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv11 := &x.LastContact + yym12 := z.DecBinary() + _ = yym12 + if false { + } else if z.HasExtensions() && z.DecExt(yyv11) { + } else { + *((*int64)(yyv11)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv13 := &x.KnownLeader + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*bool)(yyv13)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *EvalDequeueResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj15 int + var yyb15 bool + var yyhl15 bool = l >= 0 + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Eval != nil { + x.Eval = nil + } + } else { + if x.Eval == nil { + x.Eval = new(Evaluation) + } + x.Eval.CodecDecodeSelf(d) + } + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Token = "" + } else { + yyv17 := &x.Token + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*string)(yyv17)) = r.DecodeString() + } + } + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.WaitIndex = 0 + } else { + yyv19 := &x.WaitIndex + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*uint64)(yyv19)) = uint64(r.DecodeUint(64)) + } + } + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv21 := &x.Index + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*uint64)(yyv21)) = uint64(r.DecodeUint(64)) + } + } + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv23 := &x.LastContact + yym24 := z.DecBinary() + _ = yym24 + if false { + } else if z.HasExtensions() && z.DecExt(yyv23) { + } else { + *((*int64)(yyv23)) = int64(r.DecodeInt(64)) + } + } + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv25 := &x.KnownLeader + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*bool)(yyv25)) = r.DecodeBool() + } + } + for { + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj15-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *PlanResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [2]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(2) + } else { + yynn2 = 2 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Result == nil { + r.EncodeNil() + } else { + x.Result.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Result")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Result == nil { + r.EncodeNil() + } else { + x.Result.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *PlanResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *PlanResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Result": + if r.TryDecodeAsNil() { + if x.Result != nil { + x.Result = nil + } + } else { + if x.Result == nil { + x.Result = new(PlanResult) + } + x.Result.CodecDecodeSelf(d) + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv5 := &x.Index + yym6 := z.DecBinary() + _ = yym6 + if false { + } else { + *((*uint64)(yyv5)) = uint64(r.DecodeUint(64)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *PlanResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj7 int + var yyb7 bool + var yyhl7 bool = l >= 0 + yyj7++ + if yyhl7 { + yyb7 = yyj7 > l + } else { + yyb7 = r.CheckBreak() + } + if yyb7 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Result != nil { + x.Result = nil + } + } else { + if x.Result == nil { + x.Result = new(PlanResult) + } + x.Result.CodecDecodeSelf(d) + } + yyj7++ + if yyhl7 { + yyb7 = yyj7 > l + } else { + yyb7 = r.CheckBreak() + } + if yyb7 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv9 := &x.Index + yym10 := z.DecBinary() + _ = yym10 + if false { + } else { + *((*uint64)(yyv9)) = uint64(r.DecodeUint(64)) + } + } + for { + yyj7++ + if yyhl7 { + yyb7 = yyj7 > l + } else { + yyb7 = r.CheckBreak() + } + if yyb7 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj7-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *AllocListResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Allocations == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + h.encSlicePtrtoAllocListStub(([]*AllocListStub)(x.Allocations), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Allocations")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Allocations == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + h.encSlicePtrtoAllocListStub(([]*AllocListStub)(x.Allocations), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *AllocListResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *AllocListResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Allocations": + if r.TryDecodeAsNil() { + x.Allocations = nil + } else { + yyv4 := &x.Allocations + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + h.decSlicePtrtoAllocListStub((*[]*AllocListStub)(yyv4), d) + } + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv6 := &x.Index + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*uint64)(yyv6)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv8 := &x.LastContact + yym9 := z.DecBinary() + _ = yym9 + if false { + } else if z.HasExtensions() && z.DecExt(yyv8) { + } else { + *((*int64)(yyv8)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv10 := &x.KnownLeader + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*bool)(yyv10)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *AllocListResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj12 int + var yyb12 bool + var yyhl12 bool = l >= 0 + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Allocations = nil + } else { + yyv13 := &x.Allocations + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + h.decSlicePtrtoAllocListStub((*[]*AllocListStub)(yyv13), d) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv15 := &x.Index + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*uint64)(yyv15)) = uint64(r.DecodeUint(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv17 := &x.LastContact + yym18 := z.DecBinary() + _ = yym18 + if false { + } else if z.HasExtensions() && z.DecExt(yyv17) { + } else { + *((*int64)(yyv17)) = int64(r.DecodeInt(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv19 := &x.KnownLeader + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*bool)(yyv19)) = r.DecodeBool() + } + } + for { + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj12-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *DeploymentListResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Deployments == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + h.encSlicePtrtoDeployment(([]*Deployment)(x.Deployments), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Deployments")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Deployments == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + h.encSlicePtrtoDeployment(([]*Deployment)(x.Deployments), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *DeploymentListResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *DeploymentListResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Deployments": + if r.TryDecodeAsNil() { + x.Deployments = nil + } else { + yyv4 := &x.Deployments + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + h.decSlicePtrtoDeployment((*[]*Deployment)(yyv4), d) + } + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv6 := &x.Index + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*uint64)(yyv6)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv8 := &x.LastContact + yym9 := z.DecBinary() + _ = yym9 + if false { + } else if z.HasExtensions() && z.DecExt(yyv8) { + } else { + *((*int64)(yyv8)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv10 := &x.KnownLeader + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*bool)(yyv10)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *DeploymentListResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj12 int + var yyb12 bool + var yyhl12 bool = l >= 0 + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Deployments = nil + } else { + yyv13 := &x.Deployments + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + h.decSlicePtrtoDeployment((*[]*Deployment)(yyv13), d) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv15 := &x.Index + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*uint64)(yyv15)) = uint64(r.DecodeUint(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv17 := &x.LastContact + yym18 := z.DecBinary() + _ = yym18 + if false { + } else if z.HasExtensions() && z.DecExt(yyv17) { + } else { + *((*int64)(yyv17)) = int64(r.DecodeInt(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv19 := &x.KnownLeader + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*bool)(yyv19)) = r.DecodeBool() + } + } + for { + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj12-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *EvalListResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Evaluations == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + h.encSlicePtrtoEvaluation(([]*Evaluation)(x.Evaluations), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Evaluations")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Evaluations == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + h.encSlicePtrtoEvaluation(([]*Evaluation)(x.Evaluations), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *EvalListResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *EvalListResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Evaluations": + if r.TryDecodeAsNil() { + x.Evaluations = nil + } else { + yyv4 := &x.Evaluations + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + h.decSlicePtrtoEvaluation((*[]*Evaluation)(yyv4), d) + } + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv6 := &x.Index + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*uint64)(yyv6)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv8 := &x.LastContact + yym9 := z.DecBinary() + _ = yym9 + if false { + } else if z.HasExtensions() && z.DecExt(yyv8) { + } else { + *((*int64)(yyv8)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv10 := &x.KnownLeader + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*bool)(yyv10)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *EvalListResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj12 int + var yyb12 bool + var yyhl12 bool = l >= 0 + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Evaluations = nil + } else { + yyv13 := &x.Evaluations + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + h.decSlicePtrtoEvaluation((*[]*Evaluation)(yyv13), d) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv15 := &x.Index + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*uint64)(yyv15)) = uint64(r.DecodeUint(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv17 := &x.LastContact + yym18 := z.DecBinary() + _ = yym18 + if false { + } else if z.HasExtensions() && z.DecExt(yyv17) { + } else { + *((*int64)(yyv17)) = int64(r.DecodeInt(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv19 := &x.KnownLeader + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*bool)(yyv19)) = r.DecodeBool() + } + } + for { + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj12-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *EvalAllocationsResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Allocations == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + h.encSlicePtrtoAllocListStub(([]*AllocListStub)(x.Allocations), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Allocations")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Allocations == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + h.encSlicePtrtoAllocListStub(([]*AllocListStub)(x.Allocations), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *EvalAllocationsResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *EvalAllocationsResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Allocations": + if r.TryDecodeAsNil() { + x.Allocations = nil + } else { + yyv4 := &x.Allocations + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + h.decSlicePtrtoAllocListStub((*[]*AllocListStub)(yyv4), d) + } + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv6 := &x.Index + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*uint64)(yyv6)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv8 := &x.LastContact + yym9 := z.DecBinary() + _ = yym9 + if false { + } else if z.HasExtensions() && z.DecExt(yyv8) { + } else { + *((*int64)(yyv8)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv10 := &x.KnownLeader + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*bool)(yyv10)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *EvalAllocationsResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj12 int + var yyb12 bool + var yyhl12 bool = l >= 0 + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Allocations = nil + } else { + yyv13 := &x.Allocations + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + h.decSlicePtrtoAllocListStub((*[]*AllocListStub)(yyv13), d) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv15 := &x.Index + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*uint64)(yyv15)) = uint64(r.DecodeUint(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv17 := &x.LastContact + yym18 := z.DecBinary() + _ = yym18 + if false { + } else if z.HasExtensions() && z.DecExt(yyv17) { + } else { + *((*int64)(yyv17)) = int64(r.DecodeInt(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv19 := &x.KnownLeader + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*bool)(yyv19)) = r.DecodeBool() + } + } + for { + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj12-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *PeriodicForceResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [3]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(3) + } else { + yynn2 = 3 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.EvalID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("EvalID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.EvalID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.EvalCreateIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("EvalCreateIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.EvalCreateIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *PeriodicForceResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *PeriodicForceResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "EvalID": + if r.TryDecodeAsNil() { + x.EvalID = "" + } else { + yyv4 := &x.EvalID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "EvalCreateIndex": + if r.TryDecodeAsNil() { + x.EvalCreateIndex = 0 + } else { + yyv6 := &x.EvalCreateIndex + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*uint64)(yyv6)) = uint64(r.DecodeUint(64)) + } + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv8 := &x.Index + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*uint64)(yyv8)) = uint64(r.DecodeUint(64)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *PeriodicForceResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj10 int + var yyb10 bool + var yyhl10 bool = l >= 0 + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.EvalID = "" + } else { + yyv11 := &x.EvalID + yym12 := z.DecBinary() + _ = yym12 + if false { + } else { + *((*string)(yyv11)) = r.DecodeString() + } + } + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.EvalCreateIndex = 0 + } else { + yyv13 := &x.EvalCreateIndex + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*uint64)(yyv13)) = uint64(r.DecodeUint(64)) + } + } + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv15 := &x.Index + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*uint64)(yyv15)) = uint64(r.DecodeUint(64)) + } + } + for { + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj10-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *DeploymentUpdateResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [5]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(5) + } else { + yynn2 = 5 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.EvalID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("EvalID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.EvalID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.EvalCreateIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("EvalCreateIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.EvalCreateIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeUint(uint64(x.DeploymentModifyIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DeploymentModifyIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeUint(uint64(x.DeploymentModifyIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.RevertedJobVersion == nil { + r.EncodeNil() + } else { + yy13 := *x.RevertedJobVersion + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeUint(uint64(yy13)) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("RevertedJobVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.RevertedJobVersion == nil { + r.EncodeNil() + } else { + yy15 := *x.RevertedJobVersion + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeUint(uint64(yy15)) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym18 := z.EncBinary() + _ = yym18 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *DeploymentUpdateResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *DeploymentUpdateResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "EvalID": + if r.TryDecodeAsNil() { + x.EvalID = "" + } else { + yyv4 := &x.EvalID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "EvalCreateIndex": + if r.TryDecodeAsNil() { + x.EvalCreateIndex = 0 + } else { + yyv6 := &x.EvalCreateIndex + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*uint64)(yyv6)) = uint64(r.DecodeUint(64)) + } + } + case "DeploymentModifyIndex": + if r.TryDecodeAsNil() { + x.DeploymentModifyIndex = 0 + } else { + yyv8 := &x.DeploymentModifyIndex + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*uint64)(yyv8)) = uint64(r.DecodeUint(64)) + } + } + case "RevertedJobVersion": + if r.TryDecodeAsNil() { + if x.RevertedJobVersion != nil { + x.RevertedJobVersion = nil + } + } else { + if x.RevertedJobVersion == nil { + x.RevertedJobVersion = new(uint64) + } + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*uint64)(x.RevertedJobVersion)) = uint64(r.DecodeUint(64)) + } + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv12 := &x.Index + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*uint64)(yyv12)) = uint64(r.DecodeUint(64)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *DeploymentUpdateResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj14 int + var yyb14 bool + var yyhl14 bool = l >= 0 + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.EvalID = "" + } else { + yyv15 := &x.EvalID + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*string)(yyv15)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.EvalCreateIndex = 0 + } else { + yyv17 := &x.EvalCreateIndex + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*uint64)(yyv17)) = uint64(r.DecodeUint(64)) + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.DeploymentModifyIndex = 0 + } else { + yyv19 := &x.DeploymentModifyIndex + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*uint64)(yyv19)) = uint64(r.DecodeUint(64)) + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.RevertedJobVersion != nil { + x.RevertedJobVersion = nil + } + } else { + if x.RevertedJobVersion == nil { + x.RevertedJobVersion = new(uint64) + } + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*uint64)(x.RevertedJobVersion)) = uint64(r.DecodeUint(64)) + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv23 := &x.Index + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*uint64)(yyv23)) = uint64(r.DecodeUint(64)) + } + } + for { + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj14-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *NodeConnQueryResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [5]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(5) + } else { + yynn2 = 5 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeBool(bool(x.Connected)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Connected")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeBool(bool(x.Connected)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yy7 := &x.Established + yym8 := z.EncBinary() + _ = yym8 + if false { + } else if yym9 := z.TimeRtidIfBinc(); yym9 != 0 { + r.EncodeBuiltin(yym9, yy7) + } else if z.HasExtensions() && z.EncExt(yy7) { + } else if yym8 { + z.EncBinaryMarshal(yy7) + } else if !yym8 && z.IsJSONHandle() { + z.EncJSONMarshal(yy7) + } else { + z.EncFallback(yy7) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Established")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yy10 := &x.Established + yym11 := z.EncBinary() + _ = yym11 + if false { + } else if yym12 := z.TimeRtidIfBinc(); yym12 != 0 { + r.EncodeBuiltin(yym12, yy10) + } else if z.HasExtensions() && z.EncExt(yy10) { + } else if yym11 { + z.EncBinaryMarshal(yy10) + } else if !yym11 && z.IsJSONHandle() { + z.EncJSONMarshal(yy10) + } else { + z.EncFallback(yy10) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym15 := z.EncBinary() + _ = yym15 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym18 := z.EncBinary() + _ = yym18 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym21 := z.EncBinary() + _ = yym21 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *NodeConnQueryResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *NodeConnQueryResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Connected": + if r.TryDecodeAsNil() { + x.Connected = false + } else { + yyv4 := &x.Connected + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*bool)(yyv4)) = r.DecodeBool() + } + } + case "Established": + if r.TryDecodeAsNil() { + x.Established = time.Time{} + } else { + yyv6 := &x.Established + yym7 := z.DecBinary() + _ = yym7 + if false { + } else if yym8 := z.TimeRtidIfBinc(); yym8 != 0 { + r.DecodeBuiltin(yym8, yyv6) + } else if z.HasExtensions() && z.DecExt(yyv6) { + } else if yym7 { + z.DecBinaryUnmarshal(yyv6) + } else if !yym7 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv6) + } else { + z.DecFallback(yyv6, false) + } + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv9 := &x.Index + yym10 := z.DecBinary() + _ = yym10 + if false { + } else { + *((*uint64)(yyv9)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv11 := &x.LastContact + yym12 := z.DecBinary() + _ = yym12 + if false { + } else if z.HasExtensions() && z.DecExt(yyv11) { + } else { + *((*int64)(yyv11)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv13 := &x.KnownLeader + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*bool)(yyv13)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *NodeConnQueryResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj15 int + var yyb15 bool + var yyhl15 bool = l >= 0 + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Connected = false + } else { + yyv16 := &x.Connected + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*bool)(yyv16)) = r.DecodeBool() + } + } + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Established = time.Time{} + } else { + yyv18 := &x.Established + yym19 := z.DecBinary() + _ = yym19 + if false { + } else if yym20 := z.TimeRtidIfBinc(); yym20 != 0 { + r.DecodeBuiltin(yym20, yyv18) + } else if z.HasExtensions() && z.DecExt(yyv18) { + } else if yym19 { + z.DecBinaryUnmarshal(yyv18) + } else if !yym19 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv18) + } else { + z.DecFallback(yyv18, false) + } + } + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv21 := &x.Index + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*uint64)(yyv21)) = uint64(r.DecodeUint(64)) + } + } + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv23 := &x.LastContact + yym24 := z.DecBinary() + _ = yym24 + if false { + } else if z.HasExtensions() && z.DecExt(yyv23) { + } else { + *((*int64)(yyv23)) = int64(r.DecodeInt(64)) + } + } + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv25 := &x.KnownLeader + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*bool)(yyv25)) = r.DecodeBool() + } + } + for { + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj15-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *EmitNodeEventsRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [5]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(5) + } else { + yynn2 = 5 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.NodeEvents == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + h.encMapstringSlicePtrtoNodeEvent((map[string][]*NodeEvent)(x.NodeEvents), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("NodeEvents")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.NodeEvents == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + h.encMapstringSlicePtrtoNodeEvent((map[string][]*NodeEvent)(x.NodeEvents), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *EmitNodeEventsRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *EmitNodeEventsRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "NodeEvents": + if r.TryDecodeAsNil() { + x.NodeEvents = nil + } else { + yyv4 := &x.NodeEvents + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + h.decMapstringSlicePtrtoNodeEvent((*map[string][]*NodeEvent)(yyv4), d) + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv6 := &x.Region + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv8 := &x.Namespace + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv10 := &x.AuthToken + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv12 := &x.Forwarded + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*bool)(yyv12)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *EmitNodeEventsRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj14 int + var yyb14 bool + var yyhl14 bool = l >= 0 + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.NodeEvents = nil + } else { + yyv15 := &x.NodeEvents + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + h.decMapstringSlicePtrtoNodeEvent((*map[string][]*NodeEvent)(yyv15), d) + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv17 := &x.Region + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*string)(yyv17)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv19 := &x.Namespace + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*string)(yyv19)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv21 := &x.AuthToken + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*string)(yyv21)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv23 := &x.Forwarded + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*bool)(yyv23)) = r.DecodeBool() + } + } + for { + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj14-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *EmitNodeEventsResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [1]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(1) + } else { + yynn2 = 1 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *EmitNodeEventsResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *EmitNodeEventsResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv4 := &x.Index + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*uint64)(yyv4)) = uint64(r.DecodeUint(64)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *EmitNodeEventsResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj6 int + var yyb6 bool + var yyhl6 bool = l >= 0 + yyj6++ + if yyhl6 { + yyb6 = yyj6 > l + } else { + yyb6 = r.CheckBreak() + } + if yyb6 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv7 := &x.Index + yym8 := z.DecBinary() + _ = yym8 + if false { + } else { + *((*uint64)(yyv7)) = uint64(r.DecodeUint(64)) + } + } + for { + yyj6++ + if yyhl6 { + yyb6 = yyj6 > l + } else { + yyb6 = r.CheckBreak() + } + if yyb6 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj6-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *NodeEvent) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [5]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(5) + } else { + yynn2 = 5 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Message)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Message")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Message)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Subsystem)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Subsystem")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Subsystem)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Details == nil { + r.EncodeNil() + } else { + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + z.F.EncMapStringStringV(x.Details, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Details")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Details == nil { + r.EncodeNil() + } else { + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + z.F.EncMapStringStringV(x.Details, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yy13 := &x.Timestamp + yym14 := z.EncBinary() + _ = yym14 + if false { + } else if yym15 := z.TimeRtidIfBinc(); yym15 != 0 { + r.EncodeBuiltin(yym15, yy13) + } else if z.HasExtensions() && z.EncExt(yy13) { + } else if yym14 { + z.EncBinaryMarshal(yy13) + } else if !yym14 && z.IsJSONHandle() { + z.EncJSONMarshal(yy13) + } else { + z.EncFallback(yy13) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Timestamp")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yy16 := &x.Timestamp + yym17 := z.EncBinary() + _ = yym17 + if false { + } else if yym18 := z.TimeRtidIfBinc(); yym18 != 0 { + r.EncodeBuiltin(yym18, yy16) + } else if z.HasExtensions() && z.EncExt(yy16) { + } else if yym17 { + z.EncBinaryMarshal(yy16) + } else if !yym17 && z.IsJSONHandle() { + z.EncJSONMarshal(yy16) + } else { + z.EncFallback(yy16) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeUint(uint64(x.CreateIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("CreateIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym21 := z.EncBinary() + _ = yym21 + if false { + } else { + r.EncodeUint(uint64(x.CreateIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *NodeEvent) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *NodeEvent) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Message": + if r.TryDecodeAsNil() { + x.Message = "" + } else { + yyv4 := &x.Message + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Subsystem": + if r.TryDecodeAsNil() { + x.Subsystem = "" + } else { + yyv6 := &x.Subsystem + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Details": + if r.TryDecodeAsNil() { + x.Details = nil + } else { + yyv8 := &x.Details + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + z.F.DecMapStringStringX(yyv8, false, d) + } + } + case "Timestamp": + if r.TryDecodeAsNil() { + x.Timestamp = time.Time{} + } else { + yyv10 := &x.Timestamp + yym11 := z.DecBinary() + _ = yym11 + if false { + } else if yym12 := z.TimeRtidIfBinc(); yym12 != 0 { + r.DecodeBuiltin(yym12, yyv10) + } else if z.HasExtensions() && z.DecExt(yyv10) { + } else if yym11 { + z.DecBinaryUnmarshal(yyv10) + } else if !yym11 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv10) + } else { + z.DecFallback(yyv10, false) + } + } + case "CreateIndex": + if r.TryDecodeAsNil() { + x.CreateIndex = 0 + } else { + yyv13 := &x.CreateIndex + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*uint64)(yyv13)) = uint64(r.DecodeUint(64)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *NodeEvent) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj15 int + var yyb15 bool + var yyhl15 bool = l >= 0 + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Message = "" + } else { + yyv16 := &x.Message + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*string)(yyv16)) = r.DecodeString() + } + } + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Subsystem = "" + } else { + yyv18 := &x.Subsystem + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*string)(yyv18)) = r.DecodeString() + } + } + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Details = nil + } else { + yyv20 := &x.Details + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + z.F.DecMapStringStringX(yyv20, false, d) + } + } + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Timestamp = time.Time{} + } else { + yyv22 := &x.Timestamp + yym23 := z.DecBinary() + _ = yym23 + if false { + } else if yym24 := z.TimeRtidIfBinc(); yym24 != 0 { + r.DecodeBuiltin(yym24, yyv22) + } else if z.HasExtensions() && z.DecExt(yyv22) { + } else if yym23 { + z.DecBinaryUnmarshal(yyv22) + } else if !yym23 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv22) + } else { + z.DecFallback(yyv22, false) + } + } + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.CreateIndex = 0 + } else { + yyv25 := &x.CreateIndex + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*uint64)(yyv25)) = uint64(r.DecodeUint(64)) + } + } + for { + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj15-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *DrainSpec) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [2]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(2) + } else { + yynn2 = 2 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else if z.HasExtensions() && z.EncExt(x.Deadline) { + } else { + r.EncodeInt(int64(x.Deadline)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Deadline")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else if z.HasExtensions() && z.EncExt(x.Deadline) { + } else { + r.EncodeInt(int64(x.Deadline)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeBool(bool(x.IgnoreSystemJobs)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("IgnoreSystemJobs")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeBool(bool(x.IgnoreSystemJobs)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *DrainSpec) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *DrainSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Deadline": + if r.TryDecodeAsNil() { + x.Deadline = 0 + } else { + yyv4 := &x.Deadline + yym5 := z.DecBinary() + _ = yym5 + if false { + } else if z.HasExtensions() && z.DecExt(yyv4) { + } else { + *((*int64)(yyv4)) = int64(r.DecodeInt(64)) + } + } + case "IgnoreSystemJobs": + if r.TryDecodeAsNil() { + x.IgnoreSystemJobs = false + } else { + yyv6 := &x.IgnoreSystemJobs + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*bool)(yyv6)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *DrainSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj8 int + var yyb8 bool + var yyhl8 bool = l >= 0 + yyj8++ + if yyhl8 { + yyb8 = yyj8 > l + } else { + yyb8 = r.CheckBreak() + } + if yyb8 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Deadline = 0 + } else { + yyv9 := &x.Deadline + yym10 := z.DecBinary() + _ = yym10 + if false { + } else if z.HasExtensions() && z.DecExt(yyv9) { + } else { + *((*int64)(yyv9)) = int64(r.DecodeInt(64)) + } + } + yyj8++ + if yyhl8 { + yyb8 = yyj8 > l + } else { + yyb8 = r.CheckBreak() + } + if yyb8 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.IgnoreSystemJobs = false + } else { + yyv11 := &x.IgnoreSystemJobs + yym12 := z.DecBinary() + _ = yym12 + if false { + } else { + *((*bool)(yyv11)) = r.DecodeBool() + } + } + for { + yyj8++ + if yyhl8 { + yyb8 = yyj8 > l + } else { + yyb8 = r.CheckBreak() + } + if yyb8 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj8-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *DrainStrategy) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [3]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(3) + } else { + yynn2 = 3 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else if z.HasExtensions() && z.EncExt(x.Deadline) { + } else { + r.EncodeInt(int64(x.Deadline)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Deadline")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else if z.HasExtensions() && z.EncExt(x.Deadline) { + } else { + r.EncodeInt(int64(x.Deadline)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeBool(bool(x.IgnoreSystemJobs)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("IgnoreSystemJobs")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeBool(bool(x.IgnoreSystemJobs)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yy10 := &x.ForceDeadline + yym11 := z.EncBinary() + _ = yym11 + if false { + } else if yym12 := z.TimeRtidIfBinc(); yym12 != 0 { + r.EncodeBuiltin(yym12, yy10) + } else if z.HasExtensions() && z.EncExt(yy10) { + } else if yym11 { + z.EncBinaryMarshal(yy10) + } else if !yym11 && z.IsJSONHandle() { + z.EncJSONMarshal(yy10) + } else { + z.EncFallback(yy10) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ForceDeadline")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yy13 := &x.ForceDeadline + yym14 := z.EncBinary() + _ = yym14 + if false { + } else if yym15 := z.TimeRtidIfBinc(); yym15 != 0 { + r.EncodeBuiltin(yym15, yy13) + } else if z.HasExtensions() && z.EncExt(yy13) { + } else if yym14 { + z.EncBinaryMarshal(yy13) + } else if !yym14 && z.IsJSONHandle() { + z.EncJSONMarshal(yy13) + } else { + z.EncFallback(yy13) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *DrainStrategy) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *DrainStrategy) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Deadline": + if r.TryDecodeAsNil() { + x.Deadline = 0 + } else { + yyv4 := &x.Deadline + yym5 := z.DecBinary() + _ = yym5 + if false { + } else if z.HasExtensions() && z.DecExt(yyv4) { + } else { + *((*int64)(yyv4)) = int64(r.DecodeInt(64)) + } + } + case "IgnoreSystemJobs": + if r.TryDecodeAsNil() { + x.IgnoreSystemJobs = false + } else { + yyv6 := &x.IgnoreSystemJobs + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*bool)(yyv6)) = r.DecodeBool() + } + } + case "ForceDeadline": + if r.TryDecodeAsNil() { + x.ForceDeadline = time.Time{} + } else { + yyv8 := &x.ForceDeadline + yym9 := z.DecBinary() + _ = yym9 + if false { + } else if yym10 := z.TimeRtidIfBinc(); yym10 != 0 { + r.DecodeBuiltin(yym10, yyv8) + } else if z.HasExtensions() && z.DecExt(yyv8) { + } else if yym9 { + z.DecBinaryUnmarshal(yyv8) + } else if !yym9 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv8) + } else { + z.DecFallback(yyv8, false) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *DrainStrategy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj11 int + var yyb11 bool + var yyhl11 bool = l >= 0 + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Deadline = 0 + } else { + yyv12 := &x.Deadline + yym13 := z.DecBinary() + _ = yym13 + if false { + } else if z.HasExtensions() && z.DecExt(yyv12) { + } else { + *((*int64)(yyv12)) = int64(r.DecodeInt(64)) + } + } + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.IgnoreSystemJobs = false + } else { + yyv14 := &x.IgnoreSystemJobs + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*bool)(yyv14)) = r.DecodeBool() + } + } + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ForceDeadline = time.Time{} + } else { + yyv16 := &x.ForceDeadline + yym17 := z.DecBinary() + _ = yym17 + if false { + } else if yym18 := z.TimeRtidIfBinc(); yym18 != 0 { + r.DecodeBuiltin(yym18, yyv16) + } else if z.HasExtensions() && z.DecExt(yyv16) { + } else if yym17 { + z.DecBinaryUnmarshal(yyv16) + } else if !yym17 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv16) + } else { + z.DecFallback(yyv16, false) + } + } + for { + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj11-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [23]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(23) + } else { + yynn2 = 23 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.SecretID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("SecretID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.SecretID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Datacenter)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Datacenter")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Datacenter)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Name)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Name")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Name)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.HTTPAddr)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("HTTPAddr")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.HTTPAddr)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeBool(bool(x.TLSEnabled)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("TLSEnabled")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeBool(bool(x.TLSEnabled)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Attributes == nil { + r.EncodeNil() + } else { + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + z.F.EncMapStringStringV(x.Attributes, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Attributes")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Attributes == nil { + r.EncodeNil() + } else { + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + z.F.EncMapStringStringV(x.Attributes, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Resources == nil { + r.EncodeNil() + } else { + x.Resources.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Resources")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Resources == nil { + r.EncodeNil() + } else { + x.Resources.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Reserved == nil { + r.EncodeNil() + } else { + x.Reserved.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Reserved")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Reserved == nil { + r.EncodeNil() + } else { + x.Reserved.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Links == nil { + r.EncodeNil() + } else { + yym31 := z.EncBinary() + _ = yym31 + if false { + } else { + z.F.EncMapStringStringV(x.Links, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Links")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Links == nil { + r.EncodeNil() + } else { + yym32 := z.EncBinary() + _ = yym32 + if false { + } else { + z.F.EncMapStringStringV(x.Links, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Meta == nil { + r.EncodeNil() + } else { + yym34 := z.EncBinary() + _ = yym34 + if false { + } else { + z.F.EncMapStringStringV(x.Meta, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Meta")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Meta == nil { + r.EncodeNil() + } else { + yym35 := z.EncBinary() + _ = yym35 + if false { + } else { + z.F.EncMapStringStringV(x.Meta, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym37 := z.EncBinary() + _ = yym37 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.NodeClass)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("NodeClass")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym38 := z.EncBinary() + _ = yym38 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.NodeClass)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym40 := z.EncBinary() + _ = yym40 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ComputedClass)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ComputedClass")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym41 := z.EncBinary() + _ = yym41 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ComputedClass)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym43 := z.EncBinary() + _ = yym43 + if false { + } else { + r.EncodeBool(bool(x.Drain)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Drain")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym44 := z.EncBinary() + _ = yym44 + if false { + } else { + r.EncodeBool(bool(x.Drain)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.DrainStrategy == nil { + r.EncodeNil() + } else { + x.DrainStrategy.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DrainStrategy")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.DrainStrategy == nil { + r.EncodeNil() + } else { + x.DrainStrategy.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym49 := z.EncBinary() + _ = yym49 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.SchedulingEligibility)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("SchedulingEligibility")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym50 := z.EncBinary() + _ = yym50 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.SchedulingEligibility)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym52 := z.EncBinary() + _ = yym52 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Status)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Status")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym53 := z.EncBinary() + _ = yym53 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Status)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym55 := z.EncBinary() + _ = yym55 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.StatusDescription)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("StatusDescription")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym56 := z.EncBinary() + _ = yym56 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.StatusDescription)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym58 := z.EncBinary() + _ = yym58 + if false { + } else { + r.EncodeInt(int64(x.StatusUpdatedAt)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("StatusUpdatedAt")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym59 := z.EncBinary() + _ = yym59 + if false { + } else { + r.EncodeInt(int64(x.StatusUpdatedAt)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Events == nil { + r.EncodeNil() + } else { + yym61 := z.EncBinary() + _ = yym61 + if false { + } else { + h.encSlicePtrtoNodeEvent(([]*NodeEvent)(x.Events), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Events")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Events == nil { + r.EncodeNil() + } else { + yym62 := z.EncBinary() + _ = yym62 + if false { + } else { + h.encSlicePtrtoNodeEvent(([]*NodeEvent)(x.Events), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Drivers == nil { + r.EncodeNil() + } else { + yym64 := z.EncBinary() + _ = yym64 + if false { + } else { + h.encMapstringPtrtoDriverInfo((map[string]*DriverInfo)(x.Drivers), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Drivers")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Drivers == nil { + r.EncodeNil() + } else { + yym65 := z.EncBinary() + _ = yym65 + if false { + } else { + h.encMapstringPtrtoDriverInfo((map[string]*DriverInfo)(x.Drivers), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym67 := z.EncBinary() + _ = yym67 + if false { + } else { + r.EncodeUint(uint64(x.CreateIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("CreateIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym68 := z.EncBinary() + _ = yym68 + if false { + } else { + r.EncodeUint(uint64(x.CreateIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym70 := z.EncBinary() + _ = yym70 + if false { + } else { + r.EncodeUint(uint64(x.ModifyIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ModifyIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym71 := z.EncBinary() + _ = yym71 + if false { + } else { + r.EncodeUint(uint64(x.ModifyIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *Node) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "ID": + if r.TryDecodeAsNil() { + x.ID = "" + } else { + yyv4 := &x.ID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "SecretID": + if r.TryDecodeAsNil() { + x.SecretID = "" + } else { + yyv6 := &x.SecretID + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Datacenter": + if r.TryDecodeAsNil() { + x.Datacenter = "" + } else { + yyv8 := &x.Datacenter + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "Name": + if r.TryDecodeAsNil() { + x.Name = "" + } else { + yyv10 := &x.Name + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "HTTPAddr": + if r.TryDecodeAsNil() { + x.HTTPAddr = "" + } else { + yyv12 := &x.HTTPAddr + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*string)(yyv12)) = r.DecodeString() + } + } + case "TLSEnabled": + if r.TryDecodeAsNil() { + x.TLSEnabled = false + } else { + yyv14 := &x.TLSEnabled + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*bool)(yyv14)) = r.DecodeBool() + } + } + case "Attributes": + if r.TryDecodeAsNil() { + x.Attributes = nil + } else { + yyv16 := &x.Attributes + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + z.F.DecMapStringStringX(yyv16, false, d) + } + } + case "Resources": + if r.TryDecodeAsNil() { + if x.Resources != nil { + x.Resources = nil + } + } else { + if x.Resources == nil { + x.Resources = new(Resources) + } + x.Resources.CodecDecodeSelf(d) + } + case "Reserved": + if r.TryDecodeAsNil() { + if x.Reserved != nil { + x.Reserved = nil + } + } else { + if x.Reserved == nil { + x.Reserved = new(Resources) + } + x.Reserved.CodecDecodeSelf(d) + } + case "Links": + if r.TryDecodeAsNil() { + x.Links = nil + } else { + yyv20 := &x.Links + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + z.F.DecMapStringStringX(yyv20, false, d) + } + } + case "Meta": + if r.TryDecodeAsNil() { + x.Meta = nil + } else { + yyv22 := &x.Meta + yym23 := z.DecBinary() + _ = yym23 + if false { + } else { + z.F.DecMapStringStringX(yyv22, false, d) + } + } + case "NodeClass": + if r.TryDecodeAsNil() { + x.NodeClass = "" + } else { + yyv24 := &x.NodeClass + yym25 := z.DecBinary() + _ = yym25 + if false { + } else { + *((*string)(yyv24)) = r.DecodeString() + } + } + case "ComputedClass": + if r.TryDecodeAsNil() { + x.ComputedClass = "" + } else { + yyv26 := &x.ComputedClass + yym27 := z.DecBinary() + _ = yym27 + if false { + } else { + *((*string)(yyv26)) = r.DecodeString() + } + } + case "Drain": + if r.TryDecodeAsNil() { + x.Drain = false + } else { + yyv28 := &x.Drain + yym29 := z.DecBinary() + _ = yym29 + if false { + } else { + *((*bool)(yyv28)) = r.DecodeBool() + } + } + case "DrainStrategy": + if r.TryDecodeAsNil() { + if x.DrainStrategy != nil { + x.DrainStrategy = nil + } + } else { + if x.DrainStrategy == nil { + x.DrainStrategy = new(DrainStrategy) + } + x.DrainStrategy.CodecDecodeSelf(d) + } + case "SchedulingEligibility": + if r.TryDecodeAsNil() { + x.SchedulingEligibility = "" + } else { + yyv31 := &x.SchedulingEligibility + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + *((*string)(yyv31)) = r.DecodeString() + } + } + case "Status": + if r.TryDecodeAsNil() { + x.Status = "" + } else { + yyv33 := &x.Status + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + *((*string)(yyv33)) = r.DecodeString() + } + } + case "StatusDescription": + if r.TryDecodeAsNil() { + x.StatusDescription = "" + } else { + yyv35 := &x.StatusDescription + yym36 := z.DecBinary() + _ = yym36 + if false { + } else { + *((*string)(yyv35)) = r.DecodeString() + } + } + case "StatusUpdatedAt": + if r.TryDecodeAsNil() { + x.StatusUpdatedAt = 0 + } else { + yyv37 := &x.StatusUpdatedAt + yym38 := z.DecBinary() + _ = yym38 + if false { + } else { + *((*int64)(yyv37)) = int64(r.DecodeInt(64)) + } + } + case "Events": + if r.TryDecodeAsNil() { + x.Events = nil + } else { + yyv39 := &x.Events + yym40 := z.DecBinary() + _ = yym40 + if false { + } else { + h.decSlicePtrtoNodeEvent((*[]*NodeEvent)(yyv39), d) + } + } + case "Drivers": + if r.TryDecodeAsNil() { + x.Drivers = nil + } else { + yyv41 := &x.Drivers + yym42 := z.DecBinary() + _ = yym42 + if false { + } else { + h.decMapstringPtrtoDriverInfo((*map[string]*DriverInfo)(yyv41), d) + } + } + case "CreateIndex": + if r.TryDecodeAsNil() { + x.CreateIndex = 0 + } else { + yyv43 := &x.CreateIndex + yym44 := z.DecBinary() + _ = yym44 + if false { + } else { + *((*uint64)(yyv43)) = uint64(r.DecodeUint(64)) + } + } + case "ModifyIndex": + if r.TryDecodeAsNil() { + x.ModifyIndex = 0 + } else { + yyv45 := &x.ModifyIndex + yym46 := z.DecBinary() + _ = yym46 + if false { + } else { + *((*uint64)(yyv45)) = uint64(r.DecodeUint(64)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj47 int + var yyb47 bool + var yyhl47 bool = l >= 0 + yyj47++ + if yyhl47 { + yyb47 = yyj47 > l + } else { + yyb47 = r.CheckBreak() + } + if yyb47 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ID = "" + } else { + yyv48 := &x.ID + yym49 := z.DecBinary() + _ = yym49 + if false { + } else { + *((*string)(yyv48)) = r.DecodeString() + } + } + yyj47++ + if yyhl47 { + yyb47 = yyj47 > l + } else { + yyb47 = r.CheckBreak() + } + if yyb47 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.SecretID = "" + } else { + yyv50 := &x.SecretID + yym51 := z.DecBinary() + _ = yym51 + if false { + } else { + *((*string)(yyv50)) = r.DecodeString() + } + } + yyj47++ + if yyhl47 { + yyb47 = yyj47 > l + } else { + yyb47 = r.CheckBreak() + } + if yyb47 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Datacenter = "" + } else { + yyv52 := &x.Datacenter + yym53 := z.DecBinary() + _ = yym53 + if false { + } else { + *((*string)(yyv52)) = r.DecodeString() + } + } + yyj47++ + if yyhl47 { + yyb47 = yyj47 > l + } else { + yyb47 = r.CheckBreak() + } + if yyb47 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Name = "" + } else { + yyv54 := &x.Name + yym55 := z.DecBinary() + _ = yym55 + if false { + } else { + *((*string)(yyv54)) = r.DecodeString() + } + } + yyj47++ + if yyhl47 { + yyb47 = yyj47 > l + } else { + yyb47 = r.CheckBreak() + } + if yyb47 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.HTTPAddr = "" + } else { + yyv56 := &x.HTTPAddr + yym57 := z.DecBinary() + _ = yym57 + if false { + } else { + *((*string)(yyv56)) = r.DecodeString() + } + } + yyj47++ + if yyhl47 { + yyb47 = yyj47 > l + } else { + yyb47 = r.CheckBreak() + } + if yyb47 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.TLSEnabled = false + } else { + yyv58 := &x.TLSEnabled + yym59 := z.DecBinary() + _ = yym59 + if false { + } else { + *((*bool)(yyv58)) = r.DecodeBool() + } + } + yyj47++ + if yyhl47 { + yyb47 = yyj47 > l + } else { + yyb47 = r.CheckBreak() + } + if yyb47 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Attributes = nil + } else { + yyv60 := &x.Attributes + yym61 := z.DecBinary() + _ = yym61 + if false { + } else { + z.F.DecMapStringStringX(yyv60, false, d) + } + } + yyj47++ + if yyhl47 { + yyb47 = yyj47 > l + } else { + yyb47 = r.CheckBreak() + } + if yyb47 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Resources != nil { + x.Resources = nil + } + } else { + if x.Resources == nil { + x.Resources = new(Resources) + } + x.Resources.CodecDecodeSelf(d) + } + yyj47++ + if yyhl47 { + yyb47 = yyj47 > l + } else { + yyb47 = r.CheckBreak() + } + if yyb47 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Reserved != nil { + x.Reserved = nil + } + } else { + if x.Reserved == nil { + x.Reserved = new(Resources) + } + x.Reserved.CodecDecodeSelf(d) + } + yyj47++ + if yyhl47 { + yyb47 = yyj47 > l + } else { + yyb47 = r.CheckBreak() + } + if yyb47 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Links = nil + } else { + yyv64 := &x.Links + yym65 := z.DecBinary() + _ = yym65 + if false { + } else { + z.F.DecMapStringStringX(yyv64, false, d) + } + } + yyj47++ + if yyhl47 { + yyb47 = yyj47 > l + } else { + yyb47 = r.CheckBreak() + } + if yyb47 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Meta = nil + } else { + yyv66 := &x.Meta + yym67 := z.DecBinary() + _ = yym67 + if false { + } else { + z.F.DecMapStringStringX(yyv66, false, d) + } + } + yyj47++ + if yyhl47 { + yyb47 = yyj47 > l + } else { + yyb47 = r.CheckBreak() + } + if yyb47 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.NodeClass = "" + } else { + yyv68 := &x.NodeClass + yym69 := z.DecBinary() + _ = yym69 + if false { + } else { + *((*string)(yyv68)) = r.DecodeString() + } + } + yyj47++ + if yyhl47 { + yyb47 = yyj47 > l + } else { + yyb47 = r.CheckBreak() + } + if yyb47 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ComputedClass = "" + } else { + yyv70 := &x.ComputedClass + yym71 := z.DecBinary() + _ = yym71 + if false { + } else { + *((*string)(yyv70)) = r.DecodeString() + } + } + yyj47++ + if yyhl47 { + yyb47 = yyj47 > l + } else { + yyb47 = r.CheckBreak() + } + if yyb47 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Drain = false + } else { + yyv72 := &x.Drain + yym73 := z.DecBinary() + _ = yym73 + if false { + } else { + *((*bool)(yyv72)) = r.DecodeBool() + } + } + yyj47++ + if yyhl47 { + yyb47 = yyj47 > l + } else { + yyb47 = r.CheckBreak() + } + if yyb47 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.DrainStrategy != nil { + x.DrainStrategy = nil + } + } else { + if x.DrainStrategy == nil { + x.DrainStrategy = new(DrainStrategy) + } + x.DrainStrategy.CodecDecodeSelf(d) + } + yyj47++ + if yyhl47 { + yyb47 = yyj47 > l + } else { + yyb47 = r.CheckBreak() + } + if yyb47 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.SchedulingEligibility = "" + } else { + yyv75 := &x.SchedulingEligibility + yym76 := z.DecBinary() + _ = yym76 + if false { + } else { + *((*string)(yyv75)) = r.DecodeString() + } + } + yyj47++ + if yyhl47 { + yyb47 = yyj47 > l + } else { + yyb47 = r.CheckBreak() + } + if yyb47 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Status = "" + } else { + yyv77 := &x.Status + yym78 := z.DecBinary() + _ = yym78 + if false { + } else { + *((*string)(yyv77)) = r.DecodeString() + } + } + yyj47++ + if yyhl47 { + yyb47 = yyj47 > l + } else { + yyb47 = r.CheckBreak() + } + if yyb47 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.StatusDescription = "" + } else { + yyv79 := &x.StatusDescription + yym80 := z.DecBinary() + _ = yym80 + if false { + } else { + *((*string)(yyv79)) = r.DecodeString() + } + } + yyj47++ + if yyhl47 { + yyb47 = yyj47 > l + } else { + yyb47 = r.CheckBreak() + } + if yyb47 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.StatusUpdatedAt = 0 + } else { + yyv81 := &x.StatusUpdatedAt + yym82 := z.DecBinary() + _ = yym82 + if false { + } else { + *((*int64)(yyv81)) = int64(r.DecodeInt(64)) + } + } + yyj47++ + if yyhl47 { + yyb47 = yyj47 > l + } else { + yyb47 = r.CheckBreak() + } + if yyb47 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Events = nil + } else { + yyv83 := &x.Events + yym84 := z.DecBinary() + _ = yym84 + if false { + } else { + h.decSlicePtrtoNodeEvent((*[]*NodeEvent)(yyv83), d) + } + } + yyj47++ + if yyhl47 { + yyb47 = yyj47 > l + } else { + yyb47 = r.CheckBreak() + } + if yyb47 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Drivers = nil + } else { + yyv85 := &x.Drivers + yym86 := z.DecBinary() + _ = yym86 + if false { + } else { + h.decMapstringPtrtoDriverInfo((*map[string]*DriverInfo)(yyv85), d) + } + } + yyj47++ + if yyhl47 { + yyb47 = yyj47 > l + } else { + yyb47 = r.CheckBreak() + } + if yyb47 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.CreateIndex = 0 + } else { + yyv87 := &x.CreateIndex + yym88 := z.DecBinary() + _ = yym88 + if false { + } else { + *((*uint64)(yyv87)) = uint64(r.DecodeUint(64)) + } + } + yyj47++ + if yyhl47 { + yyb47 = yyj47 > l + } else { + yyb47 = r.CheckBreak() + } + if yyb47 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ModifyIndex = 0 + } else { + yyv89 := &x.ModifyIndex + yym90 := z.DecBinary() + _ = yym90 + if false { + } else { + *((*uint64)(yyv89)) = uint64(r.DecodeUint(64)) + } + } + for { + yyj47++ + if yyhl47 { + yyb47 = yyj47 > l + } else { + yyb47 = r.CheckBreak() + } + if yyb47 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj47-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *NodeListStub) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [12]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(12) + } else { + yynn2 = 12 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Address)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Address")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Address)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Datacenter)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Datacenter")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Datacenter)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Name)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Name")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Name)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.NodeClass)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("NodeClass")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.NodeClass)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Version)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Version")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Version)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeBool(bool(x.Drain)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Drain")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeBool(bool(x.Drain)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.SchedulingEligibility)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("SchedulingEligibility")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.SchedulingEligibility)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym28 := z.EncBinary() + _ = yym28 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Status)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Status")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym29 := z.EncBinary() + _ = yym29 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Status)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym31 := z.EncBinary() + _ = yym31 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.StatusDescription)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("StatusDescription")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym32 := z.EncBinary() + _ = yym32 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.StatusDescription)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym34 := z.EncBinary() + _ = yym34 + if false { + } else { + r.EncodeUint(uint64(x.CreateIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("CreateIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym35 := z.EncBinary() + _ = yym35 + if false { + } else { + r.EncodeUint(uint64(x.CreateIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym37 := z.EncBinary() + _ = yym37 + if false { + } else { + r.EncodeUint(uint64(x.ModifyIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ModifyIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym38 := z.EncBinary() + _ = yym38 + if false { + } else { + r.EncodeUint(uint64(x.ModifyIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *NodeListStub) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *NodeListStub) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Address": + if r.TryDecodeAsNil() { + x.Address = "" + } else { + yyv4 := &x.Address + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "ID": + if r.TryDecodeAsNil() { + x.ID = "" + } else { + yyv6 := &x.ID + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Datacenter": + if r.TryDecodeAsNil() { + x.Datacenter = "" + } else { + yyv8 := &x.Datacenter + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "Name": + if r.TryDecodeAsNil() { + x.Name = "" + } else { + yyv10 := &x.Name + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "NodeClass": + if r.TryDecodeAsNil() { + x.NodeClass = "" + } else { + yyv12 := &x.NodeClass + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*string)(yyv12)) = r.DecodeString() + } + } + case "Version": + if r.TryDecodeAsNil() { + x.Version = "" + } else { + yyv14 := &x.Version + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*string)(yyv14)) = r.DecodeString() + } + } + case "Drain": + if r.TryDecodeAsNil() { + x.Drain = false + } else { + yyv16 := &x.Drain + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*bool)(yyv16)) = r.DecodeBool() + } + } + case "SchedulingEligibility": + if r.TryDecodeAsNil() { + x.SchedulingEligibility = "" + } else { + yyv18 := &x.SchedulingEligibility + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*string)(yyv18)) = r.DecodeString() + } + } + case "Status": + if r.TryDecodeAsNil() { + x.Status = "" + } else { + yyv20 := &x.Status + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + *((*string)(yyv20)) = r.DecodeString() + } + } + case "StatusDescription": + if r.TryDecodeAsNil() { + x.StatusDescription = "" + } else { + yyv22 := &x.StatusDescription + yym23 := z.DecBinary() + _ = yym23 + if false { + } else { + *((*string)(yyv22)) = r.DecodeString() + } + } + case "CreateIndex": + if r.TryDecodeAsNil() { + x.CreateIndex = 0 + } else { + yyv24 := &x.CreateIndex + yym25 := z.DecBinary() + _ = yym25 + if false { + } else { + *((*uint64)(yyv24)) = uint64(r.DecodeUint(64)) + } + } + case "ModifyIndex": + if r.TryDecodeAsNil() { + x.ModifyIndex = 0 + } else { + yyv26 := &x.ModifyIndex + yym27 := z.DecBinary() + _ = yym27 + if false { + } else { + *((*uint64)(yyv26)) = uint64(r.DecodeUint(64)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *NodeListStub) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj28 int + var yyb28 bool + var yyhl28 bool = l >= 0 + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Address = "" + } else { + yyv29 := &x.Address + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*string)(yyv29)) = r.DecodeString() + } + } + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ID = "" + } else { + yyv31 := &x.ID + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + *((*string)(yyv31)) = r.DecodeString() + } + } + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Datacenter = "" + } else { + yyv33 := &x.Datacenter + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + *((*string)(yyv33)) = r.DecodeString() + } + } + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Name = "" + } else { + yyv35 := &x.Name + yym36 := z.DecBinary() + _ = yym36 + if false { + } else { + *((*string)(yyv35)) = r.DecodeString() + } + } + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.NodeClass = "" + } else { + yyv37 := &x.NodeClass + yym38 := z.DecBinary() + _ = yym38 + if false { + } else { + *((*string)(yyv37)) = r.DecodeString() + } + } + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Version = "" + } else { + yyv39 := &x.Version + yym40 := z.DecBinary() + _ = yym40 + if false { + } else { + *((*string)(yyv39)) = r.DecodeString() + } + } + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Drain = false + } else { + yyv41 := &x.Drain + yym42 := z.DecBinary() + _ = yym42 + if false { + } else { + *((*bool)(yyv41)) = r.DecodeBool() + } + } + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.SchedulingEligibility = "" + } else { + yyv43 := &x.SchedulingEligibility + yym44 := z.DecBinary() + _ = yym44 + if false { + } else { + *((*string)(yyv43)) = r.DecodeString() + } + } + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Status = "" + } else { + yyv45 := &x.Status + yym46 := z.DecBinary() + _ = yym46 + if false { + } else { + *((*string)(yyv45)) = r.DecodeString() + } + } + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.StatusDescription = "" + } else { + yyv47 := &x.StatusDescription + yym48 := z.DecBinary() + _ = yym48 + if false { + } else { + *((*string)(yyv47)) = r.DecodeString() + } + } + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.CreateIndex = 0 + } else { + yyv49 := &x.CreateIndex + yym50 := z.DecBinary() + _ = yym50 + if false { + } else { + *((*uint64)(yyv49)) = uint64(r.DecodeUint(64)) + } + } + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ModifyIndex = 0 + } else { + yyv51 := &x.ModifyIndex + yym52 := z.DecBinary() + _ = yym52 + if false { + } else { + *((*uint64)(yyv51)) = uint64(r.DecodeUint(64)) + } + } + for { + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj28-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x Networks) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + h.encNetworks((Networks)(x), e) + } + } +} + +func (x *Networks) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + h.decNetworks((*Networks)(x), d) + } +} + +func (x *Resources) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [5]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(5) + } else { + yynn2 = 5 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeInt(int64(x.CPU)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("CPU")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeInt(int64(x.CPU)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeInt(int64(x.MemoryMB)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MemoryMB")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeInt(int64(x.MemoryMB)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeInt(int64(x.DiskMB)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DiskMB")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeInt(int64(x.DiskMB)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeInt(int64(x.IOPS)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("IOPS")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeInt(int64(x.IOPS)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Networks == nil { + r.EncodeNil() + } else { + x.Networks.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Networks")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Networks == nil { + r.EncodeNil() + } else { + x.Networks.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *Resources) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *Resources) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "CPU": + if r.TryDecodeAsNil() { + x.CPU = 0 + } else { + yyv4 := &x.CPU + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*int)(yyv4)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + case "MemoryMB": + if r.TryDecodeAsNil() { + x.MemoryMB = 0 + } else { + yyv6 := &x.MemoryMB + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*int)(yyv6)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + case "DiskMB": + if r.TryDecodeAsNil() { + x.DiskMB = 0 + } else { + yyv8 := &x.DiskMB + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*int)(yyv8)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + case "IOPS": + if r.TryDecodeAsNil() { + x.IOPS = 0 + } else { + yyv10 := &x.IOPS + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*int)(yyv10)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + case "Networks": + if r.TryDecodeAsNil() { + x.Networks = nil + } else { + yyv12 := &x.Networks + yyv12.CodecDecodeSelf(d) + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *Resources) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj13 int + var yyb13 bool + var yyhl13 bool = l >= 0 + yyj13++ + if yyhl13 { + yyb13 = yyj13 > l + } else { + yyb13 = r.CheckBreak() + } + if yyb13 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.CPU = 0 + } else { + yyv14 := &x.CPU + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*int)(yyv14)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + yyj13++ + if yyhl13 { + yyb13 = yyj13 > l + } else { + yyb13 = r.CheckBreak() + } + if yyb13 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MemoryMB = 0 + } else { + yyv16 := &x.MemoryMB + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*int)(yyv16)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + yyj13++ + if yyhl13 { + yyb13 = yyj13 > l + } else { + yyb13 = r.CheckBreak() + } + if yyb13 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.DiskMB = 0 + } else { + yyv18 := &x.DiskMB + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*int)(yyv18)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + yyj13++ + if yyhl13 { + yyb13 = yyj13 > l + } else { + yyb13 = r.CheckBreak() + } + if yyb13 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.IOPS = 0 + } else { + yyv20 := &x.IOPS + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + *((*int)(yyv20)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + yyj13++ + if yyhl13 { + yyb13 = yyj13 > l + } else { + yyb13 = r.CheckBreak() + } + if yyb13 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Networks = nil + } else { + yyv22 := &x.Networks + yyv22.CodecDecodeSelf(d) + } + for { + yyj13++ + if yyhl13 { + yyb13 = yyj13 > l + } else { + yyb13 = r.CheckBreak() + } + if yyb13 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj13-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *Port) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [2]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(2) + } else { + yynn2 = 2 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Label)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Label")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Label)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeInt(int64(x.Value)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Value")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeInt(int64(x.Value)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *Port) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *Port) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Label": + if r.TryDecodeAsNil() { + x.Label = "" + } else { + yyv4 := &x.Label + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Value": + if r.TryDecodeAsNil() { + x.Value = 0 + } else { + yyv6 := &x.Value + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*int)(yyv6)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *Port) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj8 int + var yyb8 bool + var yyhl8 bool = l >= 0 + yyj8++ + if yyhl8 { + yyb8 = yyj8 > l + } else { + yyb8 = r.CheckBreak() + } + if yyb8 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Label = "" + } else { + yyv9 := &x.Label + yym10 := z.DecBinary() + _ = yym10 + if false { + } else { + *((*string)(yyv9)) = r.DecodeString() + } + } + yyj8++ + if yyhl8 { + yyb8 = yyj8 > l + } else { + yyb8 = r.CheckBreak() + } + if yyb8 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Value = 0 + } else { + yyv11 := &x.Value + yym12 := z.DecBinary() + _ = yym12 + if false { + } else { + *((*int)(yyv11)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + for { + yyj8++ + if yyhl8 { + yyb8 = yyj8 > l + } else { + yyb8 = r.CheckBreak() + } + if yyb8 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj8-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *NetworkResource) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [6]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(6) + } else { + yynn2 = 6 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Device)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Device")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Device)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.CIDR)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("CIDR")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.CIDR)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.IP)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("IP")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.IP)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeInt(int64(x.MBits)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MBits")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeInt(int64(x.MBits)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.ReservedPorts == nil { + r.EncodeNil() + } else { + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + h.encSlicePort(([]Port)(x.ReservedPorts), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ReservedPorts")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.ReservedPorts == nil { + r.EncodeNil() + } else { + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + h.encSlicePort(([]Port)(x.ReservedPorts), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.DynamicPorts == nil { + r.EncodeNil() + } else { + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + h.encSlicePort(([]Port)(x.DynamicPorts), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DynamicPorts")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.DynamicPorts == nil { + r.EncodeNil() + } else { + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + h.encSlicePort(([]Port)(x.DynamicPorts), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *NetworkResource) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *NetworkResource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Device": + if r.TryDecodeAsNil() { + x.Device = "" + } else { + yyv4 := &x.Device + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "CIDR": + if r.TryDecodeAsNil() { + x.CIDR = "" + } else { + yyv6 := &x.CIDR + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "IP": + if r.TryDecodeAsNil() { + x.IP = "" + } else { + yyv8 := &x.IP + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "MBits": + if r.TryDecodeAsNil() { + x.MBits = 0 + } else { + yyv10 := &x.MBits + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*int)(yyv10)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + case "ReservedPorts": + if r.TryDecodeAsNil() { + x.ReservedPorts = nil + } else { + yyv12 := &x.ReservedPorts + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + h.decSlicePort((*[]Port)(yyv12), d) + } + } + case "DynamicPorts": + if r.TryDecodeAsNil() { + x.DynamicPorts = nil + } else { + yyv14 := &x.DynamicPorts + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + h.decSlicePort((*[]Port)(yyv14), d) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *NetworkResource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj16 int + var yyb16 bool + var yyhl16 bool = l >= 0 + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Device = "" + } else { + yyv17 := &x.Device + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*string)(yyv17)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.CIDR = "" + } else { + yyv19 := &x.CIDR + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*string)(yyv19)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.IP = "" + } else { + yyv21 := &x.IP + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*string)(yyv21)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MBits = 0 + } else { + yyv23 := &x.MBits + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*int)(yyv23)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ReservedPorts = nil + } else { + yyv25 := &x.ReservedPorts + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + h.decSlicePort((*[]Port)(yyv25), d) + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.DynamicPorts = nil + } else { + yyv27 := &x.DynamicPorts + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + h.decSlicePort((*[]Port)(yyv27), d) + } + } + for { + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj16-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *Job) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [26]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(26) + } else { + yynn2 = 26 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeBool(bool(x.Stop)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Stop")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeBool(bool(x.Stop)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ParentID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ParentID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ParentID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Name)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Name")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Name)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Type)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Type")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Type)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeInt(int64(x.Priority)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Priority")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeInt(int64(x.Priority)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym28 := z.EncBinary() + _ = yym28 + if false { + } else { + r.EncodeBool(bool(x.AllAtOnce)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AllAtOnce")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym29 := z.EncBinary() + _ = yym29 + if false { + } else { + r.EncodeBool(bool(x.AllAtOnce)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Datacenters == nil { + r.EncodeNil() + } else { + yym31 := z.EncBinary() + _ = yym31 + if false { + } else { + z.F.EncSliceStringV(x.Datacenters, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Datacenters")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Datacenters == nil { + r.EncodeNil() + } else { + yym32 := z.EncBinary() + _ = yym32 + if false { + } else { + z.F.EncSliceStringV(x.Datacenters, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Constraints == nil { + r.EncodeNil() + } else { + yym34 := z.EncBinary() + _ = yym34 + if false { + } else { + h.encSlicePtrtoConstraint(([]*Constraint)(x.Constraints), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Constraints")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Constraints == nil { + r.EncodeNil() + } else { + yym35 := z.EncBinary() + _ = yym35 + if false { + } else { + h.encSlicePtrtoConstraint(([]*Constraint)(x.Constraints), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.TaskGroups == nil { + r.EncodeNil() + } else { + yym37 := z.EncBinary() + _ = yym37 + if false { + } else { + h.encSlicePtrtoTaskGroup(([]*TaskGroup)(x.TaskGroups), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("TaskGroups")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.TaskGroups == nil { + r.EncodeNil() + } else { + yym38 := z.EncBinary() + _ = yym38 + if false { + } else { + h.encSlicePtrtoTaskGroup(([]*TaskGroup)(x.TaskGroups), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yy40 := &x.Update + yy40.CodecEncodeSelf(e) + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Update")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yy42 := &x.Update + yy42.CodecEncodeSelf(e) + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Periodic == nil { + r.EncodeNil() + } else { + x.Periodic.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Periodic")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Periodic == nil { + r.EncodeNil() + } else { + x.Periodic.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.ParameterizedJob == nil { + r.EncodeNil() + } else { + x.ParameterizedJob.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ParameterizedJob")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.ParameterizedJob == nil { + r.EncodeNil() + } else { + x.ParameterizedJob.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Payload == nil { + r.EncodeNil() + } else { + yym51 := z.EncBinary() + _ = yym51 + if false { + } else { + r.EncodeStringBytes(codecSelferC_RAW100, []byte(x.Payload)) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Payload")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Payload == nil { + r.EncodeNil() + } else { + yym52 := z.EncBinary() + _ = yym52 + if false { + } else { + r.EncodeStringBytes(codecSelferC_RAW100, []byte(x.Payload)) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Meta == nil { + r.EncodeNil() + } else { + yym54 := z.EncBinary() + _ = yym54 + if false { + } else { + z.F.EncMapStringStringV(x.Meta, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Meta")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Meta == nil { + r.EncodeNil() + } else { + yym55 := z.EncBinary() + _ = yym55 + if false { + } else { + z.F.EncMapStringStringV(x.Meta, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym57 := z.EncBinary() + _ = yym57 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.VaultToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("VaultToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym58 := z.EncBinary() + _ = yym58 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.VaultToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym60 := z.EncBinary() + _ = yym60 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Status)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Status")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym61 := z.EncBinary() + _ = yym61 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Status)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym63 := z.EncBinary() + _ = yym63 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.StatusDescription)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("StatusDescription")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym64 := z.EncBinary() + _ = yym64 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.StatusDescription)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym66 := z.EncBinary() + _ = yym66 + if false { + } else { + r.EncodeBool(bool(x.Stable)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Stable")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym67 := z.EncBinary() + _ = yym67 + if false { + } else { + r.EncodeBool(bool(x.Stable)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym69 := z.EncBinary() + _ = yym69 + if false { + } else { + r.EncodeUint(uint64(x.Version)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Version")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym70 := z.EncBinary() + _ = yym70 + if false { + } else { + r.EncodeUint(uint64(x.Version)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym72 := z.EncBinary() + _ = yym72 + if false { + } else { + r.EncodeInt(int64(x.SubmitTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("SubmitTime")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym73 := z.EncBinary() + _ = yym73 + if false { + } else { + r.EncodeInt(int64(x.SubmitTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym75 := z.EncBinary() + _ = yym75 + if false { + } else { + r.EncodeUint(uint64(x.CreateIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("CreateIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym76 := z.EncBinary() + _ = yym76 + if false { + } else { + r.EncodeUint(uint64(x.CreateIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym78 := z.EncBinary() + _ = yym78 + if false { + } else { + r.EncodeUint(uint64(x.ModifyIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ModifyIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym79 := z.EncBinary() + _ = yym79 + if false { + } else { + r.EncodeUint(uint64(x.ModifyIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym81 := z.EncBinary() + _ = yym81 + if false { + } else { + r.EncodeUint(uint64(x.JobModifyIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("JobModifyIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym82 := z.EncBinary() + _ = yym82 + if false { + } else { + r.EncodeUint(uint64(x.JobModifyIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *Job) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *Job) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Stop": + if r.TryDecodeAsNil() { + x.Stop = false + } else { + yyv4 := &x.Stop + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*bool)(yyv4)) = r.DecodeBool() + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv6 := &x.Region + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv8 := &x.Namespace + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "ID": + if r.TryDecodeAsNil() { + x.ID = "" + } else { + yyv10 := &x.ID + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "ParentID": + if r.TryDecodeAsNil() { + x.ParentID = "" + } else { + yyv12 := &x.ParentID + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*string)(yyv12)) = r.DecodeString() + } + } + case "Name": + if r.TryDecodeAsNil() { + x.Name = "" + } else { + yyv14 := &x.Name + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*string)(yyv14)) = r.DecodeString() + } + } + case "Type": + if r.TryDecodeAsNil() { + x.Type = "" + } else { + yyv16 := &x.Type + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*string)(yyv16)) = r.DecodeString() + } + } + case "Priority": + if r.TryDecodeAsNil() { + x.Priority = 0 + } else { + yyv18 := &x.Priority + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*int)(yyv18)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + case "AllAtOnce": + if r.TryDecodeAsNil() { + x.AllAtOnce = false + } else { + yyv20 := &x.AllAtOnce + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + *((*bool)(yyv20)) = r.DecodeBool() + } + } + case "Datacenters": + if r.TryDecodeAsNil() { + x.Datacenters = nil + } else { + yyv22 := &x.Datacenters + yym23 := z.DecBinary() + _ = yym23 + if false { + } else { + z.F.DecSliceStringX(yyv22, false, d) + } + } + case "Constraints": + if r.TryDecodeAsNil() { + x.Constraints = nil + } else { + yyv24 := &x.Constraints + yym25 := z.DecBinary() + _ = yym25 + if false { + } else { + h.decSlicePtrtoConstraint((*[]*Constraint)(yyv24), d) + } + } + case "TaskGroups": + if r.TryDecodeAsNil() { + x.TaskGroups = nil + } else { + yyv26 := &x.TaskGroups + yym27 := z.DecBinary() + _ = yym27 + if false { + } else { + h.decSlicePtrtoTaskGroup((*[]*TaskGroup)(yyv26), d) + } + } + case "Update": + if r.TryDecodeAsNil() { + x.Update = UpdateStrategy{} + } else { + yyv28 := &x.Update + yyv28.CodecDecodeSelf(d) + } + case "Periodic": + if r.TryDecodeAsNil() { + if x.Periodic != nil { + x.Periodic = nil + } + } else { + if x.Periodic == nil { + x.Periodic = new(PeriodicConfig) + } + x.Periodic.CodecDecodeSelf(d) + } + case "ParameterizedJob": + if r.TryDecodeAsNil() { + if x.ParameterizedJob != nil { + x.ParameterizedJob = nil + } + } else { + if x.ParameterizedJob == nil { + x.ParameterizedJob = new(ParameterizedJobConfig) + } + x.ParameterizedJob.CodecDecodeSelf(d) + } + case "Payload": + if r.TryDecodeAsNil() { + x.Payload = nil + } else { + yyv31 := &x.Payload + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + *yyv31 = r.DecodeBytes(*(*[]byte)(yyv31), false, false) + } + } + case "Meta": + if r.TryDecodeAsNil() { + x.Meta = nil + } else { + yyv33 := &x.Meta + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + z.F.DecMapStringStringX(yyv33, false, d) + } + } + case "VaultToken": + if r.TryDecodeAsNil() { + x.VaultToken = "" + } else { + yyv35 := &x.VaultToken + yym36 := z.DecBinary() + _ = yym36 + if false { + } else { + *((*string)(yyv35)) = r.DecodeString() + } + } + case "Status": + if r.TryDecodeAsNil() { + x.Status = "" + } else { + yyv37 := &x.Status + yym38 := z.DecBinary() + _ = yym38 + if false { + } else { + *((*string)(yyv37)) = r.DecodeString() + } + } + case "StatusDescription": + if r.TryDecodeAsNil() { + x.StatusDescription = "" + } else { + yyv39 := &x.StatusDescription + yym40 := z.DecBinary() + _ = yym40 + if false { + } else { + *((*string)(yyv39)) = r.DecodeString() + } + } + case "Stable": + if r.TryDecodeAsNil() { + x.Stable = false + } else { + yyv41 := &x.Stable + yym42 := z.DecBinary() + _ = yym42 + if false { + } else { + *((*bool)(yyv41)) = r.DecodeBool() + } + } + case "Version": + if r.TryDecodeAsNil() { + x.Version = 0 + } else { + yyv43 := &x.Version + yym44 := z.DecBinary() + _ = yym44 + if false { + } else { + *((*uint64)(yyv43)) = uint64(r.DecodeUint(64)) + } + } + case "SubmitTime": + if r.TryDecodeAsNil() { + x.SubmitTime = 0 + } else { + yyv45 := &x.SubmitTime + yym46 := z.DecBinary() + _ = yym46 + if false { + } else { + *((*int64)(yyv45)) = int64(r.DecodeInt(64)) + } + } + case "CreateIndex": + if r.TryDecodeAsNil() { + x.CreateIndex = 0 + } else { + yyv47 := &x.CreateIndex + yym48 := z.DecBinary() + _ = yym48 + if false { + } else { + *((*uint64)(yyv47)) = uint64(r.DecodeUint(64)) + } + } + case "ModifyIndex": + if r.TryDecodeAsNil() { + x.ModifyIndex = 0 + } else { + yyv49 := &x.ModifyIndex + yym50 := z.DecBinary() + _ = yym50 + if false { + } else { + *((*uint64)(yyv49)) = uint64(r.DecodeUint(64)) + } + } + case "JobModifyIndex": + if r.TryDecodeAsNil() { + x.JobModifyIndex = 0 + } else { + yyv51 := &x.JobModifyIndex + yym52 := z.DecBinary() + _ = yym52 + if false { + } else { + *((*uint64)(yyv51)) = uint64(r.DecodeUint(64)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *Job) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj53 int + var yyb53 bool + var yyhl53 bool = l >= 0 + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l + } else { + yyb53 = r.CheckBreak() + } + if yyb53 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Stop = false + } else { + yyv54 := &x.Stop + yym55 := z.DecBinary() + _ = yym55 + if false { + } else { + *((*bool)(yyv54)) = r.DecodeBool() + } + } + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l + } else { + yyb53 = r.CheckBreak() + } + if yyb53 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv56 := &x.Region + yym57 := z.DecBinary() + _ = yym57 + if false { + } else { + *((*string)(yyv56)) = r.DecodeString() + } + } + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l + } else { + yyb53 = r.CheckBreak() + } + if yyb53 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv58 := &x.Namespace + yym59 := z.DecBinary() + _ = yym59 + if false { + } else { + *((*string)(yyv58)) = r.DecodeString() + } + } + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l + } else { + yyb53 = r.CheckBreak() + } + if yyb53 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ID = "" + } else { + yyv60 := &x.ID + yym61 := z.DecBinary() + _ = yym61 + if false { + } else { + *((*string)(yyv60)) = r.DecodeString() + } + } + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l + } else { + yyb53 = r.CheckBreak() + } + if yyb53 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ParentID = "" + } else { + yyv62 := &x.ParentID + yym63 := z.DecBinary() + _ = yym63 + if false { + } else { + *((*string)(yyv62)) = r.DecodeString() + } + } + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l + } else { + yyb53 = r.CheckBreak() + } + if yyb53 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Name = "" + } else { + yyv64 := &x.Name + yym65 := z.DecBinary() + _ = yym65 + if false { + } else { + *((*string)(yyv64)) = r.DecodeString() + } + } + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l + } else { + yyb53 = r.CheckBreak() + } + if yyb53 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Type = "" + } else { + yyv66 := &x.Type + yym67 := z.DecBinary() + _ = yym67 + if false { + } else { + *((*string)(yyv66)) = r.DecodeString() + } + } + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l + } else { + yyb53 = r.CheckBreak() + } + if yyb53 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Priority = 0 + } else { + yyv68 := &x.Priority + yym69 := z.DecBinary() + _ = yym69 + if false { + } else { + *((*int)(yyv68)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l + } else { + yyb53 = r.CheckBreak() + } + if yyb53 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AllAtOnce = false + } else { + yyv70 := &x.AllAtOnce + yym71 := z.DecBinary() + _ = yym71 + if false { + } else { + *((*bool)(yyv70)) = r.DecodeBool() + } + } + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l + } else { + yyb53 = r.CheckBreak() + } + if yyb53 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Datacenters = nil + } else { + yyv72 := &x.Datacenters + yym73 := z.DecBinary() + _ = yym73 + if false { + } else { + z.F.DecSliceStringX(yyv72, false, d) + } + } + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l + } else { + yyb53 = r.CheckBreak() + } + if yyb53 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Constraints = nil + } else { + yyv74 := &x.Constraints + yym75 := z.DecBinary() + _ = yym75 + if false { + } else { + h.decSlicePtrtoConstraint((*[]*Constraint)(yyv74), d) + } + } + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l + } else { + yyb53 = r.CheckBreak() + } + if yyb53 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.TaskGroups = nil + } else { + yyv76 := &x.TaskGroups + yym77 := z.DecBinary() + _ = yym77 + if false { + } else { + h.decSlicePtrtoTaskGroup((*[]*TaskGroup)(yyv76), d) + } + } + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l + } else { + yyb53 = r.CheckBreak() + } + if yyb53 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Update = UpdateStrategy{} + } else { + yyv78 := &x.Update + yyv78.CodecDecodeSelf(d) + } + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l + } else { + yyb53 = r.CheckBreak() + } + if yyb53 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Periodic != nil { + x.Periodic = nil + } + } else { + if x.Periodic == nil { + x.Periodic = new(PeriodicConfig) + } + x.Periodic.CodecDecodeSelf(d) + } + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l + } else { + yyb53 = r.CheckBreak() + } + if yyb53 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.ParameterizedJob != nil { + x.ParameterizedJob = nil + } + } else { + if x.ParameterizedJob == nil { + x.ParameterizedJob = new(ParameterizedJobConfig) + } + x.ParameterizedJob.CodecDecodeSelf(d) + } + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l + } else { + yyb53 = r.CheckBreak() + } + if yyb53 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Payload = nil + } else { + yyv81 := &x.Payload + yym82 := z.DecBinary() + _ = yym82 + if false { + } else { + *yyv81 = r.DecodeBytes(*(*[]byte)(yyv81), false, false) + } + } + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l + } else { + yyb53 = r.CheckBreak() + } + if yyb53 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Meta = nil + } else { + yyv83 := &x.Meta + yym84 := z.DecBinary() + _ = yym84 + if false { + } else { + z.F.DecMapStringStringX(yyv83, false, d) + } + } + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l + } else { + yyb53 = r.CheckBreak() + } + if yyb53 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.VaultToken = "" + } else { + yyv85 := &x.VaultToken + yym86 := z.DecBinary() + _ = yym86 + if false { + } else { + *((*string)(yyv85)) = r.DecodeString() + } + } + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l + } else { + yyb53 = r.CheckBreak() + } + if yyb53 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Status = "" + } else { + yyv87 := &x.Status + yym88 := z.DecBinary() + _ = yym88 + if false { + } else { + *((*string)(yyv87)) = r.DecodeString() + } + } + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l + } else { + yyb53 = r.CheckBreak() + } + if yyb53 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.StatusDescription = "" + } else { + yyv89 := &x.StatusDescription + yym90 := z.DecBinary() + _ = yym90 + if false { + } else { + *((*string)(yyv89)) = r.DecodeString() + } + } + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l + } else { + yyb53 = r.CheckBreak() + } + if yyb53 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Stable = false + } else { + yyv91 := &x.Stable + yym92 := z.DecBinary() + _ = yym92 + if false { + } else { + *((*bool)(yyv91)) = r.DecodeBool() + } + } + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l + } else { + yyb53 = r.CheckBreak() + } + if yyb53 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Version = 0 + } else { + yyv93 := &x.Version + yym94 := z.DecBinary() + _ = yym94 + if false { + } else { + *((*uint64)(yyv93)) = uint64(r.DecodeUint(64)) + } + } + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l + } else { + yyb53 = r.CheckBreak() + } + if yyb53 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.SubmitTime = 0 + } else { + yyv95 := &x.SubmitTime + yym96 := z.DecBinary() + _ = yym96 + if false { + } else { + *((*int64)(yyv95)) = int64(r.DecodeInt(64)) + } + } + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l + } else { + yyb53 = r.CheckBreak() + } + if yyb53 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.CreateIndex = 0 + } else { + yyv97 := &x.CreateIndex + yym98 := z.DecBinary() + _ = yym98 + if false { + } else { + *((*uint64)(yyv97)) = uint64(r.DecodeUint(64)) + } + } + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l + } else { + yyb53 = r.CheckBreak() + } + if yyb53 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ModifyIndex = 0 + } else { + yyv99 := &x.ModifyIndex + yym100 := z.DecBinary() + _ = yym100 + if false { + } else { + *((*uint64)(yyv99)) = uint64(r.DecodeUint(64)) + } + } + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l + } else { + yyb53 = r.CheckBreak() + } + if yyb53 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.JobModifyIndex = 0 + } else { + yyv101 := &x.JobModifyIndex + yym102 := z.DecBinary() + _ = yym102 + if false { + } else { + *((*uint64)(yyv101)) = uint64(r.DecodeUint(64)) + } + } + for { + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l + } else { + yyb53 = r.CheckBreak() + } + if yyb53 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj53-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *JobListStub) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [15]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(15) + } else { + yynn2 = 15 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ParentID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ParentID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ParentID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Name)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Name")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Name)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Type)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Type")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Type)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeInt(int64(x.Priority)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Priority")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeInt(int64(x.Priority)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeBool(bool(x.Periodic)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Periodic")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeBool(bool(x.Periodic)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeBool(bool(x.ParameterizedJob)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ParameterizedJob")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeBool(bool(x.ParameterizedJob)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeBool(bool(x.Stop)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Stop")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeBool(bool(x.Stop)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym28 := z.EncBinary() + _ = yym28 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Status)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Status")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym29 := z.EncBinary() + _ = yym29 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Status)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym31 := z.EncBinary() + _ = yym31 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.StatusDescription)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("StatusDescription")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym32 := z.EncBinary() + _ = yym32 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.StatusDescription)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.JobSummary == nil { + r.EncodeNil() + } else { + x.JobSummary.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("JobSummary")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.JobSummary == nil { + r.EncodeNil() + } else { + x.JobSummary.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym37 := z.EncBinary() + _ = yym37 + if false { + } else { + r.EncodeUint(uint64(x.CreateIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("CreateIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym38 := z.EncBinary() + _ = yym38 + if false { + } else { + r.EncodeUint(uint64(x.CreateIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym40 := z.EncBinary() + _ = yym40 + if false { + } else { + r.EncodeUint(uint64(x.ModifyIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ModifyIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym41 := z.EncBinary() + _ = yym41 + if false { + } else { + r.EncodeUint(uint64(x.ModifyIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym43 := z.EncBinary() + _ = yym43 + if false { + } else { + r.EncodeUint(uint64(x.JobModifyIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("JobModifyIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym44 := z.EncBinary() + _ = yym44 + if false { + } else { + r.EncodeUint(uint64(x.JobModifyIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym46 := z.EncBinary() + _ = yym46 + if false { + } else { + r.EncodeInt(int64(x.SubmitTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("SubmitTime")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym47 := z.EncBinary() + _ = yym47 + if false { + } else { + r.EncodeInt(int64(x.SubmitTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *JobListStub) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *JobListStub) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "ID": + if r.TryDecodeAsNil() { + x.ID = "" + } else { + yyv4 := &x.ID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "ParentID": + if r.TryDecodeAsNil() { + x.ParentID = "" + } else { + yyv6 := &x.ParentID + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Name": + if r.TryDecodeAsNil() { + x.Name = "" + } else { + yyv8 := &x.Name + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "Type": + if r.TryDecodeAsNil() { + x.Type = "" + } else { + yyv10 := &x.Type + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "Priority": + if r.TryDecodeAsNil() { + x.Priority = 0 + } else { + yyv12 := &x.Priority + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*int)(yyv12)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + case "Periodic": + if r.TryDecodeAsNil() { + x.Periodic = false + } else { + yyv14 := &x.Periodic + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*bool)(yyv14)) = r.DecodeBool() + } + } + case "ParameterizedJob": + if r.TryDecodeAsNil() { + x.ParameterizedJob = false + } else { + yyv16 := &x.ParameterizedJob + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*bool)(yyv16)) = r.DecodeBool() + } + } + case "Stop": + if r.TryDecodeAsNil() { + x.Stop = false + } else { + yyv18 := &x.Stop + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*bool)(yyv18)) = r.DecodeBool() + } + } + case "Status": + if r.TryDecodeAsNil() { + x.Status = "" + } else { + yyv20 := &x.Status + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + *((*string)(yyv20)) = r.DecodeString() + } + } + case "StatusDescription": + if r.TryDecodeAsNil() { + x.StatusDescription = "" + } else { + yyv22 := &x.StatusDescription + yym23 := z.DecBinary() + _ = yym23 + if false { + } else { + *((*string)(yyv22)) = r.DecodeString() + } + } + case "JobSummary": + if r.TryDecodeAsNil() { + if x.JobSummary != nil { + x.JobSummary = nil + } + } else { + if x.JobSummary == nil { + x.JobSummary = new(JobSummary) + } + x.JobSummary.CodecDecodeSelf(d) + } + case "CreateIndex": + if r.TryDecodeAsNil() { + x.CreateIndex = 0 + } else { + yyv25 := &x.CreateIndex + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*uint64)(yyv25)) = uint64(r.DecodeUint(64)) + } + } + case "ModifyIndex": + if r.TryDecodeAsNil() { + x.ModifyIndex = 0 + } else { + yyv27 := &x.ModifyIndex + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*uint64)(yyv27)) = uint64(r.DecodeUint(64)) + } + } + case "JobModifyIndex": + if r.TryDecodeAsNil() { + x.JobModifyIndex = 0 + } else { + yyv29 := &x.JobModifyIndex + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*uint64)(yyv29)) = uint64(r.DecodeUint(64)) + } + } + case "SubmitTime": + if r.TryDecodeAsNil() { + x.SubmitTime = 0 + } else { + yyv31 := &x.SubmitTime + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + *((*int64)(yyv31)) = int64(r.DecodeInt(64)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *JobListStub) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj33 int + var yyb33 bool + var yyhl33 bool = l >= 0 + yyj33++ + if yyhl33 { + yyb33 = yyj33 > l + } else { + yyb33 = r.CheckBreak() + } + if yyb33 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ID = "" + } else { + yyv34 := &x.ID + yym35 := z.DecBinary() + _ = yym35 + if false { + } else { + *((*string)(yyv34)) = r.DecodeString() + } + } + yyj33++ + if yyhl33 { + yyb33 = yyj33 > l + } else { + yyb33 = r.CheckBreak() + } + if yyb33 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ParentID = "" + } else { + yyv36 := &x.ParentID + yym37 := z.DecBinary() + _ = yym37 + if false { + } else { + *((*string)(yyv36)) = r.DecodeString() + } + } + yyj33++ + if yyhl33 { + yyb33 = yyj33 > l + } else { + yyb33 = r.CheckBreak() + } + if yyb33 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Name = "" + } else { + yyv38 := &x.Name + yym39 := z.DecBinary() + _ = yym39 + if false { + } else { + *((*string)(yyv38)) = r.DecodeString() + } + } + yyj33++ + if yyhl33 { + yyb33 = yyj33 > l + } else { + yyb33 = r.CheckBreak() + } + if yyb33 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Type = "" + } else { + yyv40 := &x.Type + yym41 := z.DecBinary() + _ = yym41 + if false { + } else { + *((*string)(yyv40)) = r.DecodeString() + } + } + yyj33++ + if yyhl33 { + yyb33 = yyj33 > l + } else { + yyb33 = r.CheckBreak() + } + if yyb33 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Priority = 0 + } else { + yyv42 := &x.Priority + yym43 := z.DecBinary() + _ = yym43 + if false { + } else { + *((*int)(yyv42)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + yyj33++ + if yyhl33 { + yyb33 = yyj33 > l + } else { + yyb33 = r.CheckBreak() + } + if yyb33 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Periodic = false + } else { + yyv44 := &x.Periodic + yym45 := z.DecBinary() + _ = yym45 + if false { + } else { + *((*bool)(yyv44)) = r.DecodeBool() + } + } + yyj33++ + if yyhl33 { + yyb33 = yyj33 > l + } else { + yyb33 = r.CheckBreak() + } + if yyb33 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ParameterizedJob = false + } else { + yyv46 := &x.ParameterizedJob + yym47 := z.DecBinary() + _ = yym47 + if false { + } else { + *((*bool)(yyv46)) = r.DecodeBool() + } + } + yyj33++ + if yyhl33 { + yyb33 = yyj33 > l + } else { + yyb33 = r.CheckBreak() + } + if yyb33 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Stop = false + } else { + yyv48 := &x.Stop + yym49 := z.DecBinary() + _ = yym49 + if false { + } else { + *((*bool)(yyv48)) = r.DecodeBool() + } + } + yyj33++ + if yyhl33 { + yyb33 = yyj33 > l + } else { + yyb33 = r.CheckBreak() + } + if yyb33 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Status = "" + } else { + yyv50 := &x.Status + yym51 := z.DecBinary() + _ = yym51 + if false { + } else { + *((*string)(yyv50)) = r.DecodeString() + } + } + yyj33++ + if yyhl33 { + yyb33 = yyj33 > l + } else { + yyb33 = r.CheckBreak() + } + if yyb33 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.StatusDescription = "" + } else { + yyv52 := &x.StatusDescription + yym53 := z.DecBinary() + _ = yym53 + if false { + } else { + *((*string)(yyv52)) = r.DecodeString() + } + } + yyj33++ + if yyhl33 { + yyb33 = yyj33 > l + } else { + yyb33 = r.CheckBreak() + } + if yyb33 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.JobSummary != nil { + x.JobSummary = nil + } + } else { + if x.JobSummary == nil { + x.JobSummary = new(JobSummary) + } + x.JobSummary.CodecDecodeSelf(d) + } + yyj33++ + if yyhl33 { + yyb33 = yyj33 > l + } else { + yyb33 = r.CheckBreak() + } + if yyb33 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.CreateIndex = 0 + } else { + yyv55 := &x.CreateIndex + yym56 := z.DecBinary() + _ = yym56 + if false { + } else { + *((*uint64)(yyv55)) = uint64(r.DecodeUint(64)) + } + } + yyj33++ + if yyhl33 { + yyb33 = yyj33 > l + } else { + yyb33 = r.CheckBreak() + } + if yyb33 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ModifyIndex = 0 + } else { + yyv57 := &x.ModifyIndex + yym58 := z.DecBinary() + _ = yym58 + if false { + } else { + *((*uint64)(yyv57)) = uint64(r.DecodeUint(64)) + } + } + yyj33++ + if yyhl33 { + yyb33 = yyj33 > l + } else { + yyb33 = r.CheckBreak() + } + if yyb33 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.JobModifyIndex = 0 + } else { + yyv59 := &x.JobModifyIndex + yym60 := z.DecBinary() + _ = yym60 + if false { + } else { + *((*uint64)(yyv59)) = uint64(r.DecodeUint(64)) + } + } + yyj33++ + if yyhl33 { + yyb33 = yyj33 > l + } else { + yyb33 = r.CheckBreak() + } + if yyb33 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.SubmitTime = 0 + } else { + yyv61 := &x.SubmitTime + yym62 := z.DecBinary() + _ = yym62 + if false { + } else { + *((*int64)(yyv61)) = int64(r.DecodeInt(64)) + } + } + for { + yyj33++ + if yyhl33 { + yyb33 = yyj33 > l + } else { + yyb33 = r.CheckBreak() + } + if yyb33 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj33-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *JobSummary) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [6]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(6) + } else { + yynn2 = 6 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.JobID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("JobID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.JobID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Summary == nil { + r.EncodeNil() + } else { + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + h.encMapstringTaskGroupSummary((map[string]TaskGroupSummary)(x.Summary), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Summary")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Summary == nil { + r.EncodeNil() + } else { + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + h.encMapstringTaskGroupSummary((map[string]TaskGroupSummary)(x.Summary), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Children == nil { + r.EncodeNil() + } else { + x.Children.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Children")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Children == nil { + r.EncodeNil() + } else { + x.Children.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeUint(uint64(x.CreateIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("CreateIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeUint(uint64(x.CreateIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeUint(uint64(x.ModifyIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ModifyIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeUint(uint64(x.ModifyIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *JobSummary) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *JobSummary) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "JobID": + if r.TryDecodeAsNil() { + x.JobID = "" + } else { + yyv4 := &x.JobID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv6 := &x.Namespace + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Summary": + if r.TryDecodeAsNil() { + x.Summary = nil + } else { + yyv8 := &x.Summary + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + h.decMapstringTaskGroupSummary((*map[string]TaskGroupSummary)(yyv8), d) + } + } + case "Children": + if r.TryDecodeAsNil() { + if x.Children != nil { + x.Children = nil + } + } else { + if x.Children == nil { + x.Children = new(JobChildrenSummary) + } + x.Children.CodecDecodeSelf(d) + } + case "CreateIndex": + if r.TryDecodeAsNil() { + x.CreateIndex = 0 + } else { + yyv11 := &x.CreateIndex + yym12 := z.DecBinary() + _ = yym12 + if false { + } else { + *((*uint64)(yyv11)) = uint64(r.DecodeUint(64)) + } + } + case "ModifyIndex": + if r.TryDecodeAsNil() { + x.ModifyIndex = 0 + } else { + yyv13 := &x.ModifyIndex + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*uint64)(yyv13)) = uint64(r.DecodeUint(64)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *JobSummary) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj15 int + var yyb15 bool + var yyhl15 bool = l >= 0 + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.JobID = "" + } else { + yyv16 := &x.JobID + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*string)(yyv16)) = r.DecodeString() + } + } + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv18 := &x.Namespace + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*string)(yyv18)) = r.DecodeString() + } + } + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Summary = nil + } else { + yyv20 := &x.Summary + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + h.decMapstringTaskGroupSummary((*map[string]TaskGroupSummary)(yyv20), d) + } + } + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Children != nil { + x.Children = nil + } + } else { + if x.Children == nil { + x.Children = new(JobChildrenSummary) + } + x.Children.CodecDecodeSelf(d) + } + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.CreateIndex = 0 + } else { + yyv23 := &x.CreateIndex + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*uint64)(yyv23)) = uint64(r.DecodeUint(64)) + } + } + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ModifyIndex = 0 + } else { + yyv25 := &x.ModifyIndex + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*uint64)(yyv25)) = uint64(r.DecodeUint(64)) + } + } + for { + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj15-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *JobChildrenSummary) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [3]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(3) + } else { + yynn2 = 3 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeInt(int64(x.Pending)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Pending")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeInt(int64(x.Pending)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeInt(int64(x.Running)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Running")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeInt(int64(x.Running)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeInt(int64(x.Dead)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Dead")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeInt(int64(x.Dead)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *JobChildrenSummary) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *JobChildrenSummary) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Pending": + if r.TryDecodeAsNil() { + x.Pending = 0 + } else { + yyv4 := &x.Pending + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*int64)(yyv4)) = int64(r.DecodeInt(64)) + } + } + case "Running": + if r.TryDecodeAsNil() { + x.Running = 0 + } else { + yyv6 := &x.Running + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*int64)(yyv6)) = int64(r.DecodeInt(64)) + } + } + case "Dead": + if r.TryDecodeAsNil() { + x.Dead = 0 + } else { + yyv8 := &x.Dead + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*int64)(yyv8)) = int64(r.DecodeInt(64)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *JobChildrenSummary) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj10 int + var yyb10 bool + var yyhl10 bool = l >= 0 + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Pending = 0 + } else { + yyv11 := &x.Pending + yym12 := z.DecBinary() + _ = yym12 + if false { + } else { + *((*int64)(yyv11)) = int64(r.DecodeInt(64)) + } + } + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Running = 0 + } else { + yyv13 := &x.Running + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*int64)(yyv13)) = int64(r.DecodeInt(64)) + } + } + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Dead = 0 + } else { + yyv15 := &x.Dead + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*int64)(yyv15)) = int64(r.DecodeInt(64)) + } + } + for { + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj10-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *TaskGroupSummary) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [6]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(6) + } else { + yynn2 = 6 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeInt(int64(x.Queued)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Queued")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeInt(int64(x.Queued)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeInt(int64(x.Complete)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Complete")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeInt(int64(x.Complete)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeInt(int64(x.Failed)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Failed")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeInt(int64(x.Failed)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeInt(int64(x.Running)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Running")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeInt(int64(x.Running)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeInt(int64(x.Starting)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Starting")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeInt(int64(x.Starting)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeInt(int64(x.Lost)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Lost")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeInt(int64(x.Lost)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *TaskGroupSummary) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *TaskGroupSummary) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Queued": + if r.TryDecodeAsNil() { + x.Queued = 0 + } else { + yyv4 := &x.Queued + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*int)(yyv4)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + case "Complete": + if r.TryDecodeAsNil() { + x.Complete = 0 + } else { + yyv6 := &x.Complete + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*int)(yyv6)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + case "Failed": + if r.TryDecodeAsNil() { + x.Failed = 0 + } else { + yyv8 := &x.Failed + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*int)(yyv8)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + case "Running": + if r.TryDecodeAsNil() { + x.Running = 0 + } else { + yyv10 := &x.Running + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*int)(yyv10)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + case "Starting": + if r.TryDecodeAsNil() { + x.Starting = 0 + } else { + yyv12 := &x.Starting + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*int)(yyv12)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + case "Lost": + if r.TryDecodeAsNil() { + x.Lost = 0 + } else { + yyv14 := &x.Lost + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*int)(yyv14)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *TaskGroupSummary) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj16 int + var yyb16 bool + var yyhl16 bool = l >= 0 + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Queued = 0 + } else { + yyv17 := &x.Queued + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*int)(yyv17)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Complete = 0 + } else { + yyv19 := &x.Complete + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*int)(yyv19)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Failed = 0 + } else { + yyv21 := &x.Failed + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*int)(yyv21)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Running = 0 + } else { + yyv23 := &x.Running + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*int)(yyv23)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Starting = 0 + } else { + yyv25 := &x.Starting + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*int)(yyv25)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Lost = 0 + } else { + yyv27 := &x.Lost + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*int)(yyv27)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + for { + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj16-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *UpdateStrategy) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [7]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(7) + } else { + yynn2 = 7 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else if z.HasExtensions() && z.EncExt(x.Stagger) { + } else { + r.EncodeInt(int64(x.Stagger)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Stagger")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else if z.HasExtensions() && z.EncExt(x.Stagger) { + } else { + r.EncodeInt(int64(x.Stagger)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeInt(int64(x.MaxParallel)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MaxParallel")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeInt(int64(x.MaxParallel)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.HealthCheck)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("HealthCheck")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.HealthCheck)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else if z.HasExtensions() && z.EncExt(x.MinHealthyTime) { + } else { + r.EncodeInt(int64(x.MinHealthyTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MinHealthyTime")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else if z.HasExtensions() && z.EncExt(x.MinHealthyTime) { + } else { + r.EncodeInt(int64(x.MinHealthyTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else if z.HasExtensions() && z.EncExt(x.HealthyDeadline) { + } else { + r.EncodeInt(int64(x.HealthyDeadline)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("HealthyDeadline")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else if z.HasExtensions() && z.EncExt(x.HealthyDeadline) { + } else { + r.EncodeInt(int64(x.HealthyDeadline)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeBool(bool(x.AutoRevert)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AutoRevert")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeBool(bool(x.AutoRevert)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeInt(int64(x.Canary)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Canary")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeInt(int64(x.Canary)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *UpdateStrategy) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *UpdateStrategy) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Stagger": + if r.TryDecodeAsNil() { + x.Stagger = 0 + } else { + yyv4 := &x.Stagger + yym5 := z.DecBinary() + _ = yym5 + if false { + } else if z.HasExtensions() && z.DecExt(yyv4) { + } else { + *((*int64)(yyv4)) = int64(r.DecodeInt(64)) + } + } + case "MaxParallel": + if r.TryDecodeAsNil() { + x.MaxParallel = 0 + } else { + yyv6 := &x.MaxParallel + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*int)(yyv6)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + case "HealthCheck": + if r.TryDecodeAsNil() { + x.HealthCheck = "" + } else { + yyv8 := &x.HealthCheck + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "MinHealthyTime": + if r.TryDecodeAsNil() { + x.MinHealthyTime = 0 + } else { + yyv10 := &x.MinHealthyTime + yym11 := z.DecBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.DecExt(yyv10) { + } else { + *((*int64)(yyv10)) = int64(r.DecodeInt(64)) + } + } + case "HealthyDeadline": + if r.TryDecodeAsNil() { + x.HealthyDeadline = 0 + } else { + yyv12 := &x.HealthyDeadline + yym13 := z.DecBinary() + _ = yym13 + if false { + } else if z.HasExtensions() && z.DecExt(yyv12) { + } else { + *((*int64)(yyv12)) = int64(r.DecodeInt(64)) + } + } + case "AutoRevert": + if r.TryDecodeAsNil() { + x.AutoRevert = false + } else { + yyv14 := &x.AutoRevert + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*bool)(yyv14)) = r.DecodeBool() + } + } + case "Canary": + if r.TryDecodeAsNil() { + x.Canary = 0 + } else { + yyv16 := &x.Canary + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*int)(yyv16)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *UpdateStrategy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj18 int + var yyb18 bool + var yyhl18 bool = l >= 0 + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Stagger = 0 + } else { + yyv19 := &x.Stagger + yym20 := z.DecBinary() + _ = yym20 + if false { + } else if z.HasExtensions() && z.DecExt(yyv19) { + } else { + *((*int64)(yyv19)) = int64(r.DecodeInt(64)) + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MaxParallel = 0 + } else { + yyv21 := &x.MaxParallel + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*int)(yyv21)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.HealthCheck = "" + } else { + yyv23 := &x.HealthCheck + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*string)(yyv23)) = r.DecodeString() + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MinHealthyTime = 0 + } else { + yyv25 := &x.MinHealthyTime + yym26 := z.DecBinary() + _ = yym26 + if false { + } else if z.HasExtensions() && z.DecExt(yyv25) { + } else { + *((*int64)(yyv25)) = int64(r.DecodeInt(64)) + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.HealthyDeadline = 0 + } else { + yyv27 := &x.HealthyDeadline + yym28 := z.DecBinary() + _ = yym28 + if false { + } else if z.HasExtensions() && z.DecExt(yyv27) { + } else { + *((*int64)(yyv27)) = int64(r.DecodeInt(64)) + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AutoRevert = false + } else { + yyv29 := &x.AutoRevert + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*bool)(yyv29)) = r.DecodeBool() + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Canary = 0 + } else { + yyv31 := &x.Canary + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + *((*int)(yyv31)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + for { + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj18-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *PeriodicConfig) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [5]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(5) + } else { + yynn2 = 5 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeBool(bool(x.Enabled)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Enabled")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeBool(bool(x.Enabled)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Spec)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Spec")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Spec)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.SpecType)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("SpecType")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.SpecType)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeBool(bool(x.ProhibitOverlap)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ProhibitOverlap")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeBool(bool(x.ProhibitOverlap)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.TimeZone)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("TimeZone")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.TimeZone)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *PeriodicConfig) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *PeriodicConfig) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Enabled": + if r.TryDecodeAsNil() { + x.Enabled = false + } else { + yyv4 := &x.Enabled + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*bool)(yyv4)) = r.DecodeBool() + } + } + case "Spec": + if r.TryDecodeAsNil() { + x.Spec = "" + } else { + yyv6 := &x.Spec + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "SpecType": + if r.TryDecodeAsNil() { + x.SpecType = "" + } else { + yyv8 := &x.SpecType + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "ProhibitOverlap": + if r.TryDecodeAsNil() { + x.ProhibitOverlap = false + } else { + yyv10 := &x.ProhibitOverlap + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*bool)(yyv10)) = r.DecodeBool() + } + } + case "TimeZone": + if r.TryDecodeAsNil() { + x.TimeZone = "" + } else { + yyv12 := &x.TimeZone + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*string)(yyv12)) = r.DecodeString() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *PeriodicConfig) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj14 int + var yyb14 bool + var yyhl14 bool = l >= 0 + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Enabled = false + } else { + yyv15 := &x.Enabled + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*bool)(yyv15)) = r.DecodeBool() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Spec = "" + } else { + yyv17 := &x.Spec + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*string)(yyv17)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.SpecType = "" + } else { + yyv19 := &x.SpecType + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*string)(yyv19)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ProhibitOverlap = false + } else { + yyv21 := &x.ProhibitOverlap + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*bool)(yyv21)) = r.DecodeBool() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.TimeZone = "" + } else { + yyv23 := &x.TimeZone + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*string)(yyv23)) = r.DecodeString() + } + } + for { + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj14-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *PeriodicLaunch) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [5]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(5) + } else { + yynn2 = 5 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yy10 := &x.Launch + yym11 := z.EncBinary() + _ = yym11 + if false { + } else if yym12 := z.TimeRtidIfBinc(); yym12 != 0 { + r.EncodeBuiltin(yym12, yy10) + } else if z.HasExtensions() && z.EncExt(yy10) { + } else if yym11 { + z.EncBinaryMarshal(yy10) + } else if !yym11 && z.IsJSONHandle() { + z.EncJSONMarshal(yy10) + } else { + z.EncFallback(yy10) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Launch")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yy13 := &x.Launch + yym14 := z.EncBinary() + _ = yym14 + if false { + } else if yym15 := z.TimeRtidIfBinc(); yym15 != 0 { + r.EncodeBuiltin(yym15, yy13) + } else if z.HasExtensions() && z.EncExt(yy13) { + } else if yym14 { + z.EncBinaryMarshal(yy13) + } else if !yym14 && z.IsJSONHandle() { + z.EncJSONMarshal(yy13) + } else { + z.EncFallback(yy13) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeUint(uint64(x.CreateIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("CreateIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym18 := z.EncBinary() + _ = yym18 + if false { + } else { + r.EncodeUint(uint64(x.CreateIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeUint(uint64(x.ModifyIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ModifyIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym21 := z.EncBinary() + _ = yym21 + if false { + } else { + r.EncodeUint(uint64(x.ModifyIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *PeriodicLaunch) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *PeriodicLaunch) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "ID": + if r.TryDecodeAsNil() { + x.ID = "" + } else { + yyv4 := &x.ID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv6 := &x.Namespace + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Launch": + if r.TryDecodeAsNil() { + x.Launch = time.Time{} + } else { + yyv8 := &x.Launch + yym9 := z.DecBinary() + _ = yym9 + if false { + } else if yym10 := z.TimeRtidIfBinc(); yym10 != 0 { + r.DecodeBuiltin(yym10, yyv8) + } else if z.HasExtensions() && z.DecExt(yyv8) { + } else if yym9 { + z.DecBinaryUnmarshal(yyv8) + } else if !yym9 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv8) + } else { + z.DecFallback(yyv8, false) + } + } + case "CreateIndex": + if r.TryDecodeAsNil() { + x.CreateIndex = 0 + } else { + yyv11 := &x.CreateIndex + yym12 := z.DecBinary() + _ = yym12 + if false { + } else { + *((*uint64)(yyv11)) = uint64(r.DecodeUint(64)) + } + } + case "ModifyIndex": + if r.TryDecodeAsNil() { + x.ModifyIndex = 0 + } else { + yyv13 := &x.ModifyIndex + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*uint64)(yyv13)) = uint64(r.DecodeUint(64)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *PeriodicLaunch) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj15 int + var yyb15 bool + var yyhl15 bool = l >= 0 + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ID = "" + } else { + yyv16 := &x.ID + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*string)(yyv16)) = r.DecodeString() + } + } + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv18 := &x.Namespace + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*string)(yyv18)) = r.DecodeString() + } + } + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Launch = time.Time{} + } else { + yyv20 := &x.Launch + yym21 := z.DecBinary() + _ = yym21 + if false { + } else if yym22 := z.TimeRtidIfBinc(); yym22 != 0 { + r.DecodeBuiltin(yym22, yyv20) + } else if z.HasExtensions() && z.DecExt(yyv20) { + } else if yym21 { + z.DecBinaryUnmarshal(yyv20) + } else if !yym21 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv20) + } else { + z.DecFallback(yyv20, false) + } + } + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.CreateIndex = 0 + } else { + yyv23 := &x.CreateIndex + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*uint64)(yyv23)) = uint64(r.DecodeUint(64)) + } + } + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ModifyIndex = 0 + } else { + yyv25 := &x.ModifyIndex + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*uint64)(yyv25)) = uint64(r.DecodeUint(64)) + } + } + for { + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj15-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *ParameterizedJobConfig) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [3]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(3) + } else { + yynn2 = 3 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Payload)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Payload")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Payload)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.MetaRequired == nil { + r.EncodeNil() + } else { + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + z.F.EncSliceStringV(x.MetaRequired, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MetaRequired")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.MetaRequired == nil { + r.EncodeNil() + } else { + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + z.F.EncSliceStringV(x.MetaRequired, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.MetaOptional == nil { + r.EncodeNil() + } else { + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + z.F.EncSliceStringV(x.MetaOptional, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MetaOptional")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.MetaOptional == nil { + r.EncodeNil() + } else { + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + z.F.EncSliceStringV(x.MetaOptional, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *ParameterizedJobConfig) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *ParameterizedJobConfig) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Payload": + if r.TryDecodeAsNil() { + x.Payload = "" + } else { + yyv4 := &x.Payload + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "MetaRequired": + if r.TryDecodeAsNil() { + x.MetaRequired = nil + } else { + yyv6 := &x.MetaRequired + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + z.F.DecSliceStringX(yyv6, false, d) + } + } + case "MetaOptional": + if r.TryDecodeAsNil() { + x.MetaOptional = nil + } else { + yyv8 := &x.MetaOptional + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + z.F.DecSliceStringX(yyv8, false, d) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *ParameterizedJobConfig) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj10 int + var yyb10 bool + var yyhl10 bool = l >= 0 + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Payload = "" + } else { + yyv11 := &x.Payload + yym12 := z.DecBinary() + _ = yym12 + if false { + } else { + *((*string)(yyv11)) = r.DecodeString() + } + } + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MetaRequired = nil + } else { + yyv13 := &x.MetaRequired + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + z.F.DecSliceStringX(yyv13, false, d) + } + } + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MetaOptional = nil + } else { + yyv15 := &x.MetaOptional + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + z.F.DecSliceStringX(yyv15, false, d) + } + } + for { + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj10-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *DispatchPayloadConfig) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [1]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(1) + } else { + yynn2 = 1 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.File)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("File")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.File)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *DispatchPayloadConfig) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *DispatchPayloadConfig) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "File": + if r.TryDecodeAsNil() { + x.File = "" + } else { + yyv4 := &x.File + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *DispatchPayloadConfig) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj6 int + var yyb6 bool + var yyhl6 bool = l >= 0 + yyj6++ + if yyhl6 { + yyb6 = yyj6 > l + } else { + yyb6 = r.CheckBreak() + } + if yyb6 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.File = "" + } else { + yyv7 := &x.File + yym8 := z.DecBinary() + _ = yym8 + if false { + } else { + *((*string)(yyv7)) = r.DecodeString() + } + } + for { + yyj6++ + if yyhl6 { + yyb6 = yyj6 > l + } else { + yyb6 = r.CheckBreak() + } + if yyb6 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj6-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *RestartPolicy) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeInt(int64(x.Attempts)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Attempts")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeInt(int64(x.Attempts)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else if z.HasExtensions() && z.EncExt(x.Interval) { + } else { + r.EncodeInt(int64(x.Interval)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Interval")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else if z.HasExtensions() && z.EncExt(x.Interval) { + } else { + r.EncodeInt(int64(x.Interval)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else if z.HasExtensions() && z.EncExt(x.Delay) { + } else { + r.EncodeInt(int64(x.Delay)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Delay")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.EncExt(x.Delay) { + } else { + r.EncodeInt(int64(x.Delay)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Mode)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Mode")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Mode)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *RestartPolicy) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *RestartPolicy) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Attempts": + if r.TryDecodeAsNil() { + x.Attempts = 0 + } else { + yyv4 := &x.Attempts + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*int)(yyv4)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + case "Interval": + if r.TryDecodeAsNil() { + x.Interval = 0 + } else { + yyv6 := &x.Interval + yym7 := z.DecBinary() + _ = yym7 + if false { + } else if z.HasExtensions() && z.DecExt(yyv6) { + } else { + *((*int64)(yyv6)) = int64(r.DecodeInt(64)) + } + } + case "Delay": + if r.TryDecodeAsNil() { + x.Delay = 0 + } else { + yyv8 := &x.Delay + yym9 := z.DecBinary() + _ = yym9 + if false { + } else if z.HasExtensions() && z.DecExt(yyv8) { + } else { + *((*int64)(yyv8)) = int64(r.DecodeInt(64)) + } + } + case "Mode": + if r.TryDecodeAsNil() { + x.Mode = "" + } else { + yyv10 := &x.Mode + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *RestartPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj12 int + var yyb12 bool + var yyhl12 bool = l >= 0 + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Attempts = 0 + } else { + yyv13 := &x.Attempts + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*int)(yyv13)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Interval = 0 + } else { + yyv15 := &x.Interval + yym16 := z.DecBinary() + _ = yym16 + if false { + } else if z.HasExtensions() && z.DecExt(yyv15) { + } else { + *((*int64)(yyv15)) = int64(r.DecodeInt(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Delay = 0 + } else { + yyv17 := &x.Delay + yym18 := z.DecBinary() + _ = yym18 + if false { + } else if z.HasExtensions() && z.DecExt(yyv17) { + } else { + *((*int64)(yyv17)) = int64(r.DecodeInt(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Mode = "" + } else { + yyv19 := &x.Mode + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*string)(yyv19)) = r.DecodeString() + } + } + for { + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj12-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *ReschedulePolicy) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [6]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(6) + } else { + yynn2 = 6 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeInt(int64(x.Attempts)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Attempts")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeInt(int64(x.Attempts)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else if z.HasExtensions() && z.EncExt(x.Interval) { + } else { + r.EncodeInt(int64(x.Interval)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Interval")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else if z.HasExtensions() && z.EncExt(x.Interval) { + } else { + r.EncodeInt(int64(x.Interval)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else if z.HasExtensions() && z.EncExt(x.Delay) { + } else { + r.EncodeInt(int64(x.Delay)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Delay")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.EncExt(x.Delay) { + } else { + r.EncodeInt(int64(x.Delay)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DelayFunction)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DelayFunction")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DelayFunction)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxDelay) { + } else { + r.EncodeInt(int64(x.MaxDelay)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MaxDelay")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxDelay) { + } else { + r.EncodeInt(int64(x.MaxDelay)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeBool(bool(x.Unlimited)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Unlimited")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeBool(bool(x.Unlimited)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *ReschedulePolicy) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *ReschedulePolicy) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Attempts": + if r.TryDecodeAsNil() { + x.Attempts = 0 + } else { + yyv4 := &x.Attempts + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*int)(yyv4)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + case "Interval": + if r.TryDecodeAsNil() { + x.Interval = 0 + } else { + yyv6 := &x.Interval + yym7 := z.DecBinary() + _ = yym7 + if false { + } else if z.HasExtensions() && z.DecExt(yyv6) { + } else { + *((*int64)(yyv6)) = int64(r.DecodeInt(64)) + } + } + case "Delay": + if r.TryDecodeAsNil() { + x.Delay = 0 + } else { + yyv8 := &x.Delay + yym9 := z.DecBinary() + _ = yym9 + if false { + } else if z.HasExtensions() && z.DecExt(yyv8) { + } else { + *((*int64)(yyv8)) = int64(r.DecodeInt(64)) + } + } + case "DelayFunction": + if r.TryDecodeAsNil() { + x.DelayFunction = "" + } else { + yyv10 := &x.DelayFunction + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "MaxDelay": + if r.TryDecodeAsNil() { + x.MaxDelay = 0 + } else { + yyv12 := &x.MaxDelay + yym13 := z.DecBinary() + _ = yym13 + if false { + } else if z.HasExtensions() && z.DecExt(yyv12) { + } else { + *((*int64)(yyv12)) = int64(r.DecodeInt(64)) + } + } + case "Unlimited": + if r.TryDecodeAsNil() { + x.Unlimited = false + } else { + yyv14 := &x.Unlimited + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*bool)(yyv14)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *ReschedulePolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj16 int + var yyb16 bool + var yyhl16 bool = l >= 0 + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Attempts = 0 + } else { + yyv17 := &x.Attempts + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*int)(yyv17)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Interval = 0 + } else { + yyv19 := &x.Interval + yym20 := z.DecBinary() + _ = yym20 + if false { + } else if z.HasExtensions() && z.DecExt(yyv19) { + } else { + *((*int64)(yyv19)) = int64(r.DecodeInt(64)) + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Delay = 0 + } else { + yyv21 := &x.Delay + yym22 := z.DecBinary() + _ = yym22 + if false { + } else if z.HasExtensions() && z.DecExt(yyv21) { + } else { + *((*int64)(yyv21)) = int64(r.DecodeInt(64)) + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.DelayFunction = "" + } else { + yyv23 := &x.DelayFunction + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*string)(yyv23)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MaxDelay = 0 + } else { + yyv25 := &x.MaxDelay + yym26 := z.DecBinary() + _ = yym26 + if false { + } else if z.HasExtensions() && z.DecExt(yyv25) { + } else { + *((*int64)(yyv25)) = int64(r.DecodeInt(64)) + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Unlimited = false + } else { + yyv27 := &x.Unlimited + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*bool)(yyv27)) = r.DecodeBool() + } + } + for { + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj16-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *MigrateStrategy) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeInt(int64(x.MaxParallel)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MaxParallel")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeInt(int64(x.MaxParallel)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.HealthCheck)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("HealthCheck")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.HealthCheck)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else if z.HasExtensions() && z.EncExt(x.MinHealthyTime) { + } else { + r.EncodeInt(int64(x.MinHealthyTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MinHealthyTime")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.EncExt(x.MinHealthyTime) { + } else { + r.EncodeInt(int64(x.MinHealthyTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else if z.HasExtensions() && z.EncExt(x.HealthyDeadline) { + } else { + r.EncodeInt(int64(x.HealthyDeadline)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("HealthyDeadline")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else if z.HasExtensions() && z.EncExt(x.HealthyDeadline) { + } else { + r.EncodeInt(int64(x.HealthyDeadline)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *MigrateStrategy) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *MigrateStrategy) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "MaxParallel": + if r.TryDecodeAsNil() { + x.MaxParallel = 0 + } else { + yyv4 := &x.MaxParallel + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*int)(yyv4)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + case "HealthCheck": + if r.TryDecodeAsNil() { + x.HealthCheck = "" + } else { + yyv6 := &x.HealthCheck + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "MinHealthyTime": + if r.TryDecodeAsNil() { + x.MinHealthyTime = 0 + } else { + yyv8 := &x.MinHealthyTime + yym9 := z.DecBinary() + _ = yym9 + if false { + } else if z.HasExtensions() && z.DecExt(yyv8) { + } else { + *((*int64)(yyv8)) = int64(r.DecodeInt(64)) + } + } + case "HealthyDeadline": + if r.TryDecodeAsNil() { + x.HealthyDeadline = 0 + } else { + yyv10 := &x.HealthyDeadline + yym11 := z.DecBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.DecExt(yyv10) { + } else { + *((*int64)(yyv10)) = int64(r.DecodeInt(64)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *MigrateStrategy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj12 int + var yyb12 bool + var yyhl12 bool = l >= 0 + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MaxParallel = 0 + } else { + yyv13 := &x.MaxParallel + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*int)(yyv13)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.HealthCheck = "" + } else { + yyv15 := &x.HealthCheck + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*string)(yyv15)) = r.DecodeString() + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MinHealthyTime = 0 + } else { + yyv17 := &x.MinHealthyTime + yym18 := z.DecBinary() + _ = yym18 + if false { + } else if z.HasExtensions() && z.DecExt(yyv17) { + } else { + *((*int64)(yyv17)) = int64(r.DecodeInt(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.HealthyDeadline = 0 + } else { + yyv19 := &x.HealthyDeadline + yym20 := z.DecBinary() + _ = yym20 + if false { + } else if z.HasExtensions() && z.DecExt(yyv19) { + } else { + *((*int64)(yyv19)) = int64(r.DecodeInt(64)) + } + } + for { + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj12-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *TaskGroup) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [10]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(10) + } else { + yynn2 = 10 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Name)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Name")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Name)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeInt(int64(x.Count)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Count")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeInt(int64(x.Count)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Update == nil { + r.EncodeNil() + } else { + x.Update.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Update")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Update == nil { + r.EncodeNil() + } else { + x.Update.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Migrate == nil { + r.EncodeNil() + } else { + x.Migrate.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Migrate")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Migrate == nil { + r.EncodeNil() + } else { + x.Migrate.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Constraints == nil { + r.EncodeNil() + } else { + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + h.encSlicePtrtoConstraint(([]*Constraint)(x.Constraints), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Constraints")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Constraints == nil { + r.EncodeNil() + } else { + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + h.encSlicePtrtoConstraint(([]*Constraint)(x.Constraints), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.RestartPolicy == nil { + r.EncodeNil() + } else { + x.RestartPolicy.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("RestartPolicy")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.RestartPolicy == nil { + r.EncodeNil() + } else { + x.RestartPolicy.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Tasks == nil { + r.EncodeNil() + } else { + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + h.encSlicePtrtoTask(([]*Task)(x.Tasks), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Tasks")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Tasks == nil { + r.EncodeNil() + } else { + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + h.encSlicePtrtoTask(([]*Task)(x.Tasks), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.EphemeralDisk == nil { + r.EncodeNil() + } else { + x.EphemeralDisk.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("EphemeralDisk")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.EphemeralDisk == nil { + r.EncodeNil() + } else { + x.EphemeralDisk.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Meta == nil { + r.EncodeNil() + } else { + yym28 := z.EncBinary() + _ = yym28 + if false { + } else { + z.F.EncMapStringStringV(x.Meta, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Meta")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Meta == nil { + r.EncodeNil() + } else { + yym29 := z.EncBinary() + _ = yym29 + if false { + } else { + z.F.EncMapStringStringV(x.Meta, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.ReschedulePolicy == nil { + r.EncodeNil() + } else { + x.ReschedulePolicy.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ReschedulePolicy")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.ReschedulePolicy == nil { + r.EncodeNil() + } else { + x.ReschedulePolicy.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *TaskGroup) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *TaskGroup) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Name": + if r.TryDecodeAsNil() { + x.Name = "" + } else { + yyv4 := &x.Name + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Count": + if r.TryDecodeAsNil() { + x.Count = 0 + } else { + yyv6 := &x.Count + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*int)(yyv6)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + case "Update": + if r.TryDecodeAsNil() { + if x.Update != nil { + x.Update = nil + } + } else { + if x.Update == nil { + x.Update = new(UpdateStrategy) + } + x.Update.CodecDecodeSelf(d) + } + case "Migrate": + if r.TryDecodeAsNil() { + if x.Migrate != nil { + x.Migrate = nil + } + } else { + if x.Migrate == nil { + x.Migrate = new(MigrateStrategy) + } + x.Migrate.CodecDecodeSelf(d) + } + case "Constraints": + if r.TryDecodeAsNil() { + x.Constraints = nil + } else { + yyv10 := &x.Constraints + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + h.decSlicePtrtoConstraint((*[]*Constraint)(yyv10), d) + } + } + case "RestartPolicy": + if r.TryDecodeAsNil() { + if x.RestartPolicy != nil { + x.RestartPolicy = nil + } + } else { + if x.RestartPolicy == nil { + x.RestartPolicy = new(RestartPolicy) + } + x.RestartPolicy.CodecDecodeSelf(d) + } + case "Tasks": + if r.TryDecodeAsNil() { + x.Tasks = nil + } else { + yyv13 := &x.Tasks + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + h.decSlicePtrtoTask((*[]*Task)(yyv13), d) + } + } + case "EphemeralDisk": + if r.TryDecodeAsNil() { + if x.EphemeralDisk != nil { + x.EphemeralDisk = nil + } + } else { + if x.EphemeralDisk == nil { + x.EphemeralDisk = new(EphemeralDisk) + } + x.EphemeralDisk.CodecDecodeSelf(d) + } + case "Meta": + if r.TryDecodeAsNil() { + x.Meta = nil + } else { + yyv16 := &x.Meta + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + z.F.DecMapStringStringX(yyv16, false, d) + } + } + case "ReschedulePolicy": + if r.TryDecodeAsNil() { + if x.ReschedulePolicy != nil { + x.ReschedulePolicy = nil + } + } else { + if x.ReschedulePolicy == nil { + x.ReschedulePolicy = new(ReschedulePolicy) + } + x.ReschedulePolicy.CodecDecodeSelf(d) + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *TaskGroup) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj19 int + var yyb19 bool + var yyhl19 bool = l >= 0 + yyj19++ + if yyhl19 { + yyb19 = yyj19 > l + } else { + yyb19 = r.CheckBreak() + } + if yyb19 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Name = "" + } else { + yyv20 := &x.Name + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + *((*string)(yyv20)) = r.DecodeString() + } + } + yyj19++ + if yyhl19 { + yyb19 = yyj19 > l + } else { + yyb19 = r.CheckBreak() + } + if yyb19 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Count = 0 + } else { + yyv22 := &x.Count + yym23 := z.DecBinary() + _ = yym23 + if false { + } else { + *((*int)(yyv22)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + yyj19++ + if yyhl19 { + yyb19 = yyj19 > l + } else { + yyb19 = r.CheckBreak() + } + if yyb19 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Update != nil { + x.Update = nil + } + } else { + if x.Update == nil { + x.Update = new(UpdateStrategy) + } + x.Update.CodecDecodeSelf(d) + } + yyj19++ + if yyhl19 { + yyb19 = yyj19 > l + } else { + yyb19 = r.CheckBreak() + } + if yyb19 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Migrate != nil { + x.Migrate = nil + } + } else { + if x.Migrate == nil { + x.Migrate = new(MigrateStrategy) + } + x.Migrate.CodecDecodeSelf(d) + } + yyj19++ + if yyhl19 { + yyb19 = yyj19 > l + } else { + yyb19 = r.CheckBreak() + } + if yyb19 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Constraints = nil + } else { + yyv26 := &x.Constraints + yym27 := z.DecBinary() + _ = yym27 + if false { + } else { + h.decSlicePtrtoConstraint((*[]*Constraint)(yyv26), d) + } + } + yyj19++ + if yyhl19 { + yyb19 = yyj19 > l + } else { + yyb19 = r.CheckBreak() + } + if yyb19 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.RestartPolicy != nil { + x.RestartPolicy = nil + } + } else { + if x.RestartPolicy == nil { + x.RestartPolicy = new(RestartPolicy) + } + x.RestartPolicy.CodecDecodeSelf(d) + } + yyj19++ + if yyhl19 { + yyb19 = yyj19 > l + } else { + yyb19 = r.CheckBreak() + } + if yyb19 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Tasks = nil + } else { + yyv29 := &x.Tasks + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + h.decSlicePtrtoTask((*[]*Task)(yyv29), d) + } + } + yyj19++ + if yyhl19 { + yyb19 = yyj19 > l + } else { + yyb19 = r.CheckBreak() + } + if yyb19 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.EphemeralDisk != nil { + x.EphemeralDisk = nil + } + } else { + if x.EphemeralDisk == nil { + x.EphemeralDisk = new(EphemeralDisk) + } + x.EphemeralDisk.CodecDecodeSelf(d) + } + yyj19++ + if yyhl19 { + yyb19 = yyj19 > l + } else { + yyb19 = r.CheckBreak() + } + if yyb19 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Meta = nil + } else { + yyv32 := &x.Meta + yym33 := z.DecBinary() + _ = yym33 + if false { + } else { + z.F.DecMapStringStringX(yyv32, false, d) + } + } + yyj19++ + if yyhl19 { + yyb19 = yyj19 > l + } else { + yyb19 = r.CheckBreak() + } + if yyb19 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.ReschedulePolicy != nil { + x.ReschedulePolicy = nil + } + } else { + if x.ReschedulePolicy == nil { + x.ReschedulePolicy = new(ReschedulePolicy) + } + x.ReschedulePolicy.CodecDecodeSelf(d) + } + for { + yyj19++ + if yyhl19 { + yyb19 = yyj19 > l + } else { + yyb19 = r.CheckBreak() + } + if yyb19 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj19-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *CheckRestart) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [3]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(3) + } else { + yynn2 = 3 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeInt(int64(x.Limit)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Limit")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeInt(int64(x.Limit)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else if z.HasExtensions() && z.EncExt(x.Grace) { + } else { + r.EncodeInt(int64(x.Grace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Grace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else if z.HasExtensions() && z.EncExt(x.Grace) { + } else { + r.EncodeInt(int64(x.Grace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeBool(bool(x.IgnoreWarnings)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("IgnoreWarnings")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeBool(bool(x.IgnoreWarnings)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *CheckRestart) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *CheckRestart) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Limit": + if r.TryDecodeAsNil() { + x.Limit = 0 + } else { + yyv4 := &x.Limit + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*int)(yyv4)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + case "Grace": + if r.TryDecodeAsNil() { + x.Grace = 0 + } else { + yyv6 := &x.Grace + yym7 := z.DecBinary() + _ = yym7 + if false { + } else if z.HasExtensions() && z.DecExt(yyv6) { + } else { + *((*int64)(yyv6)) = int64(r.DecodeInt(64)) + } + } + case "IgnoreWarnings": + if r.TryDecodeAsNil() { + x.IgnoreWarnings = false + } else { + yyv8 := &x.IgnoreWarnings + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*bool)(yyv8)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *CheckRestart) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj10 int + var yyb10 bool + var yyhl10 bool = l >= 0 + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Limit = 0 + } else { + yyv11 := &x.Limit + yym12 := z.DecBinary() + _ = yym12 + if false { + } else { + *((*int)(yyv11)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Grace = 0 + } else { + yyv13 := &x.Grace + yym14 := z.DecBinary() + _ = yym14 + if false { + } else if z.HasExtensions() && z.DecExt(yyv13) { + } else { + *((*int64)(yyv13)) = int64(r.DecodeInt(64)) + } + } + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.IgnoreWarnings = false + } else { + yyv15 := &x.IgnoreWarnings + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*bool)(yyv15)) = r.DecodeBool() + } + } + for { + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj10-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *ServiceCheck) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [15]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(15) + } else { + yynn2 = 15 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Name)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Name")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Name)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Type)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Type")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Type)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Command)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Command")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Command)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Args == nil { + r.EncodeNil() + } else { + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + z.F.EncSliceStringV(x.Args, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Args")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Args == nil { + r.EncodeNil() + } else { + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + z.F.EncSliceStringV(x.Args, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Path)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Path")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Path)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Protocol)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Protocol")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Protocol)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.PortLabel)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("PortLabel")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.PortLabel)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AddressMode)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AddressMode")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AddressMode)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym28 := z.EncBinary() + _ = yym28 + if false { + } else if z.HasExtensions() && z.EncExt(x.Interval) { + } else { + r.EncodeInt(int64(x.Interval)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Interval")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym29 := z.EncBinary() + _ = yym29 + if false { + } else if z.HasExtensions() && z.EncExt(x.Interval) { + } else { + r.EncodeInt(int64(x.Interval)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym31 := z.EncBinary() + _ = yym31 + if false { + } else if z.HasExtensions() && z.EncExt(x.Timeout) { + } else { + r.EncodeInt(int64(x.Timeout)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Timeout")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym32 := z.EncBinary() + _ = yym32 + if false { + } else if z.HasExtensions() && z.EncExt(x.Timeout) { + } else { + r.EncodeInt(int64(x.Timeout)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym34 := z.EncBinary() + _ = yym34 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.InitialStatus)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("InitialStatus")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym35 := z.EncBinary() + _ = yym35 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.InitialStatus)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym37 := z.EncBinary() + _ = yym37 + if false { + } else { + r.EncodeBool(bool(x.TLSSkipVerify)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("TLSSkipVerify")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym38 := z.EncBinary() + _ = yym38 + if false { + } else { + r.EncodeBool(bool(x.TLSSkipVerify)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym40 := z.EncBinary() + _ = yym40 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Method)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Method")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym41 := z.EncBinary() + _ = yym41 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Method)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Header == nil { + r.EncodeNil() + } else { + yym43 := z.EncBinary() + _ = yym43 + if false { + } else { + h.encMapstringSlicestring((map[string][]string)(x.Header), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Header")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Header == nil { + r.EncodeNil() + } else { + yym44 := z.EncBinary() + _ = yym44 + if false { + } else { + h.encMapstringSlicestring((map[string][]string)(x.Header), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.CheckRestart == nil { + r.EncodeNil() + } else { + x.CheckRestart.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("CheckRestart")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.CheckRestart == nil { + r.EncodeNil() + } else { + x.CheckRestart.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *ServiceCheck) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *ServiceCheck) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Name": + if r.TryDecodeAsNil() { + x.Name = "" + } else { + yyv4 := &x.Name + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Type": + if r.TryDecodeAsNil() { + x.Type = "" + } else { + yyv6 := &x.Type + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Command": + if r.TryDecodeAsNil() { + x.Command = "" + } else { + yyv8 := &x.Command + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "Args": + if r.TryDecodeAsNil() { + x.Args = nil + } else { + yyv10 := &x.Args + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + z.F.DecSliceStringX(yyv10, false, d) + } + } + case "Path": + if r.TryDecodeAsNil() { + x.Path = "" + } else { + yyv12 := &x.Path + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*string)(yyv12)) = r.DecodeString() + } + } + case "Protocol": + if r.TryDecodeAsNil() { + x.Protocol = "" + } else { + yyv14 := &x.Protocol + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*string)(yyv14)) = r.DecodeString() + } + } + case "PortLabel": + if r.TryDecodeAsNil() { + x.PortLabel = "" + } else { + yyv16 := &x.PortLabel + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*string)(yyv16)) = r.DecodeString() + } + } + case "AddressMode": + if r.TryDecodeAsNil() { + x.AddressMode = "" + } else { + yyv18 := &x.AddressMode + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*string)(yyv18)) = r.DecodeString() + } + } + case "Interval": + if r.TryDecodeAsNil() { + x.Interval = 0 + } else { + yyv20 := &x.Interval + yym21 := z.DecBinary() + _ = yym21 + if false { + } else if z.HasExtensions() && z.DecExt(yyv20) { + } else { + *((*int64)(yyv20)) = int64(r.DecodeInt(64)) + } + } + case "Timeout": + if r.TryDecodeAsNil() { + x.Timeout = 0 + } else { + yyv22 := &x.Timeout + yym23 := z.DecBinary() + _ = yym23 + if false { + } else if z.HasExtensions() && z.DecExt(yyv22) { + } else { + *((*int64)(yyv22)) = int64(r.DecodeInt(64)) + } + } + case "InitialStatus": + if r.TryDecodeAsNil() { + x.InitialStatus = "" + } else { + yyv24 := &x.InitialStatus + yym25 := z.DecBinary() + _ = yym25 + if false { + } else { + *((*string)(yyv24)) = r.DecodeString() + } + } + case "TLSSkipVerify": + if r.TryDecodeAsNil() { + x.TLSSkipVerify = false + } else { + yyv26 := &x.TLSSkipVerify + yym27 := z.DecBinary() + _ = yym27 + if false { + } else { + *((*bool)(yyv26)) = r.DecodeBool() + } + } + case "Method": + if r.TryDecodeAsNil() { + x.Method = "" + } else { + yyv28 := &x.Method + yym29 := z.DecBinary() + _ = yym29 + if false { + } else { + *((*string)(yyv28)) = r.DecodeString() + } + } + case "Header": + if r.TryDecodeAsNil() { + x.Header = nil + } else { + yyv30 := &x.Header + yym31 := z.DecBinary() + _ = yym31 + if false { + } else { + h.decMapstringSlicestring((*map[string][]string)(yyv30), d) + } + } + case "CheckRestart": + if r.TryDecodeAsNil() { + if x.CheckRestart != nil { + x.CheckRestart = nil + } + } else { + if x.CheckRestart == nil { + x.CheckRestart = new(CheckRestart) + } + x.CheckRestart.CodecDecodeSelf(d) + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *ServiceCheck) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj33 int + var yyb33 bool + var yyhl33 bool = l >= 0 + yyj33++ + if yyhl33 { + yyb33 = yyj33 > l + } else { + yyb33 = r.CheckBreak() + } + if yyb33 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Name = "" + } else { + yyv34 := &x.Name + yym35 := z.DecBinary() + _ = yym35 + if false { + } else { + *((*string)(yyv34)) = r.DecodeString() + } + } + yyj33++ + if yyhl33 { + yyb33 = yyj33 > l + } else { + yyb33 = r.CheckBreak() + } + if yyb33 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Type = "" + } else { + yyv36 := &x.Type + yym37 := z.DecBinary() + _ = yym37 + if false { + } else { + *((*string)(yyv36)) = r.DecodeString() + } + } + yyj33++ + if yyhl33 { + yyb33 = yyj33 > l + } else { + yyb33 = r.CheckBreak() + } + if yyb33 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Command = "" + } else { + yyv38 := &x.Command + yym39 := z.DecBinary() + _ = yym39 + if false { + } else { + *((*string)(yyv38)) = r.DecodeString() + } + } + yyj33++ + if yyhl33 { + yyb33 = yyj33 > l + } else { + yyb33 = r.CheckBreak() + } + if yyb33 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Args = nil + } else { + yyv40 := &x.Args + yym41 := z.DecBinary() + _ = yym41 + if false { + } else { + z.F.DecSliceStringX(yyv40, false, d) + } + } + yyj33++ + if yyhl33 { + yyb33 = yyj33 > l + } else { + yyb33 = r.CheckBreak() + } + if yyb33 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Path = "" + } else { + yyv42 := &x.Path + yym43 := z.DecBinary() + _ = yym43 + if false { + } else { + *((*string)(yyv42)) = r.DecodeString() + } + } + yyj33++ + if yyhl33 { + yyb33 = yyj33 > l + } else { + yyb33 = r.CheckBreak() + } + if yyb33 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Protocol = "" + } else { + yyv44 := &x.Protocol + yym45 := z.DecBinary() + _ = yym45 + if false { + } else { + *((*string)(yyv44)) = r.DecodeString() + } + } + yyj33++ + if yyhl33 { + yyb33 = yyj33 > l + } else { + yyb33 = r.CheckBreak() + } + if yyb33 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.PortLabel = "" + } else { + yyv46 := &x.PortLabel + yym47 := z.DecBinary() + _ = yym47 + if false { + } else { + *((*string)(yyv46)) = r.DecodeString() + } + } + yyj33++ + if yyhl33 { + yyb33 = yyj33 > l + } else { + yyb33 = r.CheckBreak() + } + if yyb33 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AddressMode = "" + } else { + yyv48 := &x.AddressMode + yym49 := z.DecBinary() + _ = yym49 + if false { + } else { + *((*string)(yyv48)) = r.DecodeString() + } + } + yyj33++ + if yyhl33 { + yyb33 = yyj33 > l + } else { + yyb33 = r.CheckBreak() + } + if yyb33 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Interval = 0 + } else { + yyv50 := &x.Interval + yym51 := z.DecBinary() + _ = yym51 + if false { + } else if z.HasExtensions() && z.DecExt(yyv50) { + } else { + *((*int64)(yyv50)) = int64(r.DecodeInt(64)) + } + } + yyj33++ + if yyhl33 { + yyb33 = yyj33 > l + } else { + yyb33 = r.CheckBreak() + } + if yyb33 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Timeout = 0 + } else { + yyv52 := &x.Timeout + yym53 := z.DecBinary() + _ = yym53 + if false { + } else if z.HasExtensions() && z.DecExt(yyv52) { + } else { + *((*int64)(yyv52)) = int64(r.DecodeInt(64)) + } + } + yyj33++ + if yyhl33 { + yyb33 = yyj33 > l + } else { + yyb33 = r.CheckBreak() + } + if yyb33 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.InitialStatus = "" + } else { + yyv54 := &x.InitialStatus + yym55 := z.DecBinary() + _ = yym55 + if false { + } else { + *((*string)(yyv54)) = r.DecodeString() + } + } + yyj33++ + if yyhl33 { + yyb33 = yyj33 > l + } else { + yyb33 = r.CheckBreak() + } + if yyb33 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.TLSSkipVerify = false + } else { + yyv56 := &x.TLSSkipVerify + yym57 := z.DecBinary() + _ = yym57 + if false { + } else { + *((*bool)(yyv56)) = r.DecodeBool() + } + } + yyj33++ + if yyhl33 { + yyb33 = yyj33 > l + } else { + yyb33 = r.CheckBreak() + } + if yyb33 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Method = "" + } else { + yyv58 := &x.Method + yym59 := z.DecBinary() + _ = yym59 + if false { + } else { + *((*string)(yyv58)) = r.DecodeString() + } + } + yyj33++ + if yyhl33 { + yyb33 = yyj33 > l + } else { + yyb33 = r.CheckBreak() + } + if yyb33 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Header = nil + } else { + yyv60 := &x.Header + yym61 := z.DecBinary() + _ = yym61 + if false { + } else { + h.decMapstringSlicestring((*map[string][]string)(yyv60), d) + } + } + yyj33++ + if yyhl33 { + yyb33 = yyj33 > l + } else { + yyb33 = r.CheckBreak() + } + if yyb33 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.CheckRestart != nil { + x.CheckRestart = nil + } + } else { + if x.CheckRestart == nil { + x.CheckRestart = new(CheckRestart) + } + x.CheckRestart.CodecDecodeSelf(d) + } + for { + yyj33++ + if yyhl33 { + yyb33 = yyj33 > l + } else { + yyb33 = r.CheckBreak() + } + if yyb33 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj33-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [5]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(5) + } else { + yynn2 = 5 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Name)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Name")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Name)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.PortLabel)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("PortLabel")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.PortLabel)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AddressMode)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AddressMode")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AddressMode)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Tags == nil { + r.EncodeNil() + } else { + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + z.F.EncSliceStringV(x.Tags, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Tags")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Tags == nil { + r.EncodeNil() + } else { + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + z.F.EncSliceStringV(x.Tags, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Checks == nil { + r.EncodeNil() + } else { + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + h.encSlicePtrtoServiceCheck(([]*ServiceCheck)(x.Checks), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Checks")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Checks == nil { + r.EncodeNil() + } else { + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + h.encSlicePtrtoServiceCheck(([]*ServiceCheck)(x.Checks), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *Service) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Name": + if r.TryDecodeAsNil() { + x.Name = "" + } else { + yyv4 := &x.Name + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "PortLabel": + if r.TryDecodeAsNil() { + x.PortLabel = "" + } else { + yyv6 := &x.PortLabel + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "AddressMode": + if r.TryDecodeAsNil() { + x.AddressMode = "" + } else { + yyv8 := &x.AddressMode + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "Tags": + if r.TryDecodeAsNil() { + x.Tags = nil + } else { + yyv10 := &x.Tags + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + z.F.DecSliceStringX(yyv10, false, d) + } + } + case "Checks": + if r.TryDecodeAsNil() { + x.Checks = nil + } else { + yyv12 := &x.Checks + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + h.decSlicePtrtoServiceCheck((*[]*ServiceCheck)(yyv12), d) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj14 int + var yyb14 bool + var yyhl14 bool = l >= 0 + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Name = "" + } else { + yyv15 := &x.Name + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*string)(yyv15)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.PortLabel = "" + } else { + yyv17 := &x.PortLabel + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*string)(yyv17)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AddressMode = "" + } else { + yyv19 := &x.AddressMode + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*string)(yyv19)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Tags = nil + } else { + yyv21 := &x.Tags + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + z.F.DecSliceStringX(yyv21, false, d) + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Checks = nil + } else { + yyv23 := &x.Checks + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + h.decSlicePtrtoServiceCheck((*[]*ServiceCheck)(yyv23), d) + } + } + for { + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj14-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *LogConfig) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [2]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(2) + } else { + yynn2 = 2 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeInt(int64(x.MaxFiles)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MaxFiles")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeInt(int64(x.MaxFiles)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeInt(int64(x.MaxFileSizeMB)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MaxFileSizeMB")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeInt(int64(x.MaxFileSizeMB)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *LogConfig) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *LogConfig) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "MaxFiles": + if r.TryDecodeAsNil() { + x.MaxFiles = 0 + } else { + yyv4 := &x.MaxFiles + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*int)(yyv4)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + case "MaxFileSizeMB": + if r.TryDecodeAsNil() { + x.MaxFileSizeMB = 0 + } else { + yyv6 := &x.MaxFileSizeMB + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*int)(yyv6)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *LogConfig) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj8 int + var yyb8 bool + var yyhl8 bool = l >= 0 + yyj8++ + if yyhl8 { + yyb8 = yyj8 > l + } else { + yyb8 = r.CheckBreak() + } + if yyb8 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MaxFiles = 0 + } else { + yyv9 := &x.MaxFiles + yym10 := z.DecBinary() + _ = yym10 + if false { + } else { + *((*int)(yyv9)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + yyj8++ + if yyhl8 { + yyb8 = yyj8 > l + } else { + yyb8 = r.CheckBreak() + } + if yyb8 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MaxFileSizeMB = 0 + } else { + yyv11 := &x.MaxFileSizeMB + yym12 := z.DecBinary() + _ = yym12 + if false { + } else { + *((*int)(yyv11)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + for { + yyj8++ + if yyhl8 { + yyb8 = yyj8 > l + } else { + yyb8 = r.CheckBreak() + } + if yyb8 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj8-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *Task) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [18]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(18) + } else { + yynn2 = 18 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Name)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Name")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Name)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Driver)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Driver")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Driver)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.User)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("User")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.User)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Config == nil { + r.EncodeNil() + } else { + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + z.F.EncMapStringIntfV(x.Config, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Config")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Config == nil { + r.EncodeNil() + } else { + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + z.F.EncMapStringIntfV(x.Config, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Env == nil { + r.EncodeNil() + } else { + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + z.F.EncMapStringStringV(x.Env, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Env")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Env == nil { + r.EncodeNil() + } else { + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + z.F.EncMapStringStringV(x.Env, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Services == nil { + r.EncodeNil() + } else { + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + h.encSlicePtrtoService(([]*Service)(x.Services), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Services")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Services == nil { + r.EncodeNil() + } else { + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + h.encSlicePtrtoService(([]*Service)(x.Services), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Vault == nil { + r.EncodeNil() + } else { + x.Vault.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Vault")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Vault == nil { + r.EncodeNil() + } else { + x.Vault.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Templates == nil { + r.EncodeNil() + } else { + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + h.encSlicePtrtoTemplate(([]*Template)(x.Templates), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Templates")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Templates == nil { + r.EncodeNil() + } else { + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + h.encSlicePtrtoTemplate(([]*Template)(x.Templates), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Constraints == nil { + r.EncodeNil() + } else { + yym28 := z.EncBinary() + _ = yym28 + if false { + } else { + h.encSlicePtrtoConstraint(([]*Constraint)(x.Constraints), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Constraints")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Constraints == nil { + r.EncodeNil() + } else { + yym29 := z.EncBinary() + _ = yym29 + if false { + } else { + h.encSlicePtrtoConstraint(([]*Constraint)(x.Constraints), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Resources == nil { + r.EncodeNil() + } else { + x.Resources.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Resources")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Resources == nil { + r.EncodeNil() + } else { + x.Resources.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.DispatchPayload == nil { + r.EncodeNil() + } else { + x.DispatchPayload.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DispatchPayload")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.DispatchPayload == nil { + r.EncodeNil() + } else { + x.DispatchPayload.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Meta == nil { + r.EncodeNil() + } else { + yym37 := z.EncBinary() + _ = yym37 + if false { + } else { + z.F.EncMapStringStringV(x.Meta, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Meta")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Meta == nil { + r.EncodeNil() + } else { + yym38 := z.EncBinary() + _ = yym38 + if false { + } else { + z.F.EncMapStringStringV(x.Meta, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym40 := z.EncBinary() + _ = yym40 + if false { + } else if z.HasExtensions() && z.EncExt(x.KillTimeout) { + } else { + r.EncodeInt(int64(x.KillTimeout)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KillTimeout")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym41 := z.EncBinary() + _ = yym41 + if false { + } else if z.HasExtensions() && z.EncExt(x.KillTimeout) { + } else { + r.EncodeInt(int64(x.KillTimeout)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.LogConfig == nil { + r.EncodeNil() + } else { + x.LogConfig.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LogConfig")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.LogConfig == nil { + r.EncodeNil() + } else { + x.LogConfig.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Artifacts == nil { + r.EncodeNil() + } else { + yym46 := z.EncBinary() + _ = yym46 + if false { + } else { + h.encSlicePtrtoTaskArtifact(([]*TaskArtifact)(x.Artifacts), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Artifacts")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Artifacts == nil { + r.EncodeNil() + } else { + yym47 := z.EncBinary() + _ = yym47 + if false { + } else { + h.encSlicePtrtoTaskArtifact(([]*TaskArtifact)(x.Artifacts), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym49 := z.EncBinary() + _ = yym49 + if false { + } else { + r.EncodeBool(bool(x.Leader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Leader")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym50 := z.EncBinary() + _ = yym50 + if false { + } else { + r.EncodeBool(bool(x.Leader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym52 := z.EncBinary() + _ = yym52 + if false { + } else if z.HasExtensions() && z.EncExt(x.ShutdownDelay) { + } else { + r.EncodeInt(int64(x.ShutdownDelay)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ShutdownDelay")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym53 := z.EncBinary() + _ = yym53 + if false { + } else if z.HasExtensions() && z.EncExt(x.ShutdownDelay) { + } else { + r.EncodeInt(int64(x.ShutdownDelay)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym55 := z.EncBinary() + _ = yym55 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.KillSignal)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KillSignal")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym56 := z.EncBinary() + _ = yym56 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.KillSignal)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *Task) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *Task) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Name": + if r.TryDecodeAsNil() { + x.Name = "" + } else { + yyv4 := &x.Name + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Driver": + if r.TryDecodeAsNil() { + x.Driver = "" + } else { + yyv6 := &x.Driver + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "User": + if r.TryDecodeAsNil() { + x.User = "" + } else { + yyv8 := &x.User + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "Config": + if r.TryDecodeAsNil() { + x.Config = nil + } else { + yyv10 := &x.Config + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + z.F.DecMapStringIntfX(yyv10, false, d) + } + } + case "Env": + if r.TryDecodeAsNil() { + x.Env = nil + } else { + yyv12 := &x.Env + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + z.F.DecMapStringStringX(yyv12, false, d) + } + } + case "Services": + if r.TryDecodeAsNil() { + x.Services = nil + } else { + yyv14 := &x.Services + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + h.decSlicePtrtoService((*[]*Service)(yyv14), d) + } + } + case "Vault": + if r.TryDecodeAsNil() { + if x.Vault != nil { + x.Vault = nil + } + } else { + if x.Vault == nil { + x.Vault = new(Vault) + } + x.Vault.CodecDecodeSelf(d) + } + case "Templates": + if r.TryDecodeAsNil() { + x.Templates = nil + } else { + yyv17 := &x.Templates + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + h.decSlicePtrtoTemplate((*[]*Template)(yyv17), d) + } + } + case "Constraints": + if r.TryDecodeAsNil() { + x.Constraints = nil + } else { + yyv19 := &x.Constraints + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + h.decSlicePtrtoConstraint((*[]*Constraint)(yyv19), d) + } + } + case "Resources": + if r.TryDecodeAsNil() { + if x.Resources != nil { + x.Resources = nil + } + } else { + if x.Resources == nil { + x.Resources = new(Resources) + } + x.Resources.CodecDecodeSelf(d) + } + case "DispatchPayload": + if r.TryDecodeAsNil() { + if x.DispatchPayload != nil { + x.DispatchPayload = nil + } + } else { + if x.DispatchPayload == nil { + x.DispatchPayload = new(DispatchPayloadConfig) + } + x.DispatchPayload.CodecDecodeSelf(d) + } + case "Meta": + if r.TryDecodeAsNil() { + x.Meta = nil + } else { + yyv23 := &x.Meta + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + z.F.DecMapStringStringX(yyv23, false, d) + } + } + case "KillTimeout": + if r.TryDecodeAsNil() { + x.KillTimeout = 0 + } else { + yyv25 := &x.KillTimeout + yym26 := z.DecBinary() + _ = yym26 + if false { + } else if z.HasExtensions() && z.DecExt(yyv25) { + } else { + *((*int64)(yyv25)) = int64(r.DecodeInt(64)) + } + } + case "LogConfig": + if r.TryDecodeAsNil() { + if x.LogConfig != nil { + x.LogConfig = nil + } + } else { + if x.LogConfig == nil { + x.LogConfig = new(LogConfig) + } + x.LogConfig.CodecDecodeSelf(d) + } + case "Artifacts": + if r.TryDecodeAsNil() { + x.Artifacts = nil + } else { + yyv28 := &x.Artifacts + yym29 := z.DecBinary() + _ = yym29 + if false { + } else { + h.decSlicePtrtoTaskArtifact((*[]*TaskArtifact)(yyv28), d) + } + } + case "Leader": + if r.TryDecodeAsNil() { + x.Leader = false + } else { + yyv30 := &x.Leader + yym31 := z.DecBinary() + _ = yym31 + if false { + } else { + *((*bool)(yyv30)) = r.DecodeBool() + } + } + case "ShutdownDelay": + if r.TryDecodeAsNil() { + x.ShutdownDelay = 0 + } else { + yyv32 := &x.ShutdownDelay + yym33 := z.DecBinary() + _ = yym33 + if false { + } else if z.HasExtensions() && z.DecExt(yyv32) { + } else { + *((*int64)(yyv32)) = int64(r.DecodeInt(64)) + } + } + case "KillSignal": + if r.TryDecodeAsNil() { + x.KillSignal = "" + } else { + yyv34 := &x.KillSignal + yym35 := z.DecBinary() + _ = yym35 + if false { + } else { + *((*string)(yyv34)) = r.DecodeString() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *Task) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj36 int + var yyb36 bool + var yyhl36 bool = l >= 0 + yyj36++ + if yyhl36 { + yyb36 = yyj36 > l + } else { + yyb36 = r.CheckBreak() + } + if yyb36 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Name = "" + } else { + yyv37 := &x.Name + yym38 := z.DecBinary() + _ = yym38 + if false { + } else { + *((*string)(yyv37)) = r.DecodeString() + } + } + yyj36++ + if yyhl36 { + yyb36 = yyj36 > l + } else { + yyb36 = r.CheckBreak() + } + if yyb36 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Driver = "" + } else { + yyv39 := &x.Driver + yym40 := z.DecBinary() + _ = yym40 + if false { + } else { + *((*string)(yyv39)) = r.DecodeString() + } + } + yyj36++ + if yyhl36 { + yyb36 = yyj36 > l + } else { + yyb36 = r.CheckBreak() + } + if yyb36 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.User = "" + } else { + yyv41 := &x.User + yym42 := z.DecBinary() + _ = yym42 + if false { + } else { + *((*string)(yyv41)) = r.DecodeString() + } + } + yyj36++ + if yyhl36 { + yyb36 = yyj36 > l + } else { + yyb36 = r.CheckBreak() + } + if yyb36 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Config = nil + } else { + yyv43 := &x.Config + yym44 := z.DecBinary() + _ = yym44 + if false { + } else { + z.F.DecMapStringIntfX(yyv43, false, d) + } + } + yyj36++ + if yyhl36 { + yyb36 = yyj36 > l + } else { + yyb36 = r.CheckBreak() + } + if yyb36 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Env = nil + } else { + yyv45 := &x.Env + yym46 := z.DecBinary() + _ = yym46 + if false { + } else { + z.F.DecMapStringStringX(yyv45, false, d) + } + } + yyj36++ + if yyhl36 { + yyb36 = yyj36 > l + } else { + yyb36 = r.CheckBreak() + } + if yyb36 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Services = nil + } else { + yyv47 := &x.Services + yym48 := z.DecBinary() + _ = yym48 + if false { + } else { + h.decSlicePtrtoService((*[]*Service)(yyv47), d) + } + } + yyj36++ + if yyhl36 { + yyb36 = yyj36 > l + } else { + yyb36 = r.CheckBreak() + } + if yyb36 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Vault != nil { + x.Vault = nil + } + } else { + if x.Vault == nil { + x.Vault = new(Vault) + } + x.Vault.CodecDecodeSelf(d) + } + yyj36++ + if yyhl36 { + yyb36 = yyj36 > l + } else { + yyb36 = r.CheckBreak() + } + if yyb36 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Templates = nil + } else { + yyv50 := &x.Templates + yym51 := z.DecBinary() + _ = yym51 + if false { + } else { + h.decSlicePtrtoTemplate((*[]*Template)(yyv50), d) + } + } + yyj36++ + if yyhl36 { + yyb36 = yyj36 > l + } else { + yyb36 = r.CheckBreak() + } + if yyb36 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Constraints = nil + } else { + yyv52 := &x.Constraints + yym53 := z.DecBinary() + _ = yym53 + if false { + } else { + h.decSlicePtrtoConstraint((*[]*Constraint)(yyv52), d) + } + } + yyj36++ + if yyhl36 { + yyb36 = yyj36 > l + } else { + yyb36 = r.CheckBreak() + } + if yyb36 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Resources != nil { + x.Resources = nil + } + } else { + if x.Resources == nil { + x.Resources = new(Resources) + } + x.Resources.CodecDecodeSelf(d) + } + yyj36++ + if yyhl36 { + yyb36 = yyj36 > l + } else { + yyb36 = r.CheckBreak() + } + if yyb36 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.DispatchPayload != nil { + x.DispatchPayload = nil + } + } else { + if x.DispatchPayload == nil { + x.DispatchPayload = new(DispatchPayloadConfig) + } + x.DispatchPayload.CodecDecodeSelf(d) + } + yyj36++ + if yyhl36 { + yyb36 = yyj36 > l + } else { + yyb36 = r.CheckBreak() + } + if yyb36 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Meta = nil + } else { + yyv56 := &x.Meta + yym57 := z.DecBinary() + _ = yym57 + if false { + } else { + z.F.DecMapStringStringX(yyv56, false, d) + } + } + yyj36++ + if yyhl36 { + yyb36 = yyj36 > l + } else { + yyb36 = r.CheckBreak() + } + if yyb36 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KillTimeout = 0 + } else { + yyv58 := &x.KillTimeout + yym59 := z.DecBinary() + _ = yym59 + if false { + } else if z.HasExtensions() && z.DecExt(yyv58) { + } else { + *((*int64)(yyv58)) = int64(r.DecodeInt(64)) + } + } + yyj36++ + if yyhl36 { + yyb36 = yyj36 > l + } else { + yyb36 = r.CheckBreak() + } + if yyb36 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.LogConfig != nil { + x.LogConfig = nil + } + } else { + if x.LogConfig == nil { + x.LogConfig = new(LogConfig) + } + x.LogConfig.CodecDecodeSelf(d) + } + yyj36++ + if yyhl36 { + yyb36 = yyj36 > l + } else { + yyb36 = r.CheckBreak() + } + if yyb36 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Artifacts = nil + } else { + yyv61 := &x.Artifacts + yym62 := z.DecBinary() + _ = yym62 + if false { + } else { + h.decSlicePtrtoTaskArtifact((*[]*TaskArtifact)(yyv61), d) + } + } + yyj36++ + if yyhl36 { + yyb36 = yyj36 > l + } else { + yyb36 = r.CheckBreak() + } + if yyb36 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Leader = false + } else { + yyv63 := &x.Leader + yym64 := z.DecBinary() + _ = yym64 + if false { + } else { + *((*bool)(yyv63)) = r.DecodeBool() + } + } + yyj36++ + if yyhl36 { + yyb36 = yyj36 > l + } else { + yyb36 = r.CheckBreak() + } + if yyb36 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ShutdownDelay = 0 + } else { + yyv65 := &x.ShutdownDelay + yym66 := z.DecBinary() + _ = yym66 + if false { + } else if z.HasExtensions() && z.DecExt(yyv65) { + } else { + *((*int64)(yyv65)) = int64(r.DecodeInt(64)) + } + } + yyj36++ + if yyhl36 { + yyb36 = yyj36 > l + } else { + yyb36 = r.CheckBreak() + } + if yyb36 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KillSignal = "" + } else { + yyv67 := &x.KillSignal + yym68 := z.DecBinary() + _ = yym68 + if false { + } else { + *((*string)(yyv67)) = r.DecodeString() + } + } + for { + yyj36++ + if yyhl36 { + yyb36 = yyj36 > l + } else { + yyb36 = r.CheckBreak() + } + if yyb36 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj36-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *Template) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [11]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(11) + } else { + yynn2 = 11 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.SourcePath)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("SourcePath")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.SourcePath)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DestPath)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DestPath")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DestPath)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.EmbeddedTmpl)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("EmbeddedTmpl")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.EmbeddedTmpl)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ChangeMode)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ChangeMode")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ChangeMode)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ChangeSignal)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ChangeSignal")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ChangeSignal)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else if z.HasExtensions() && z.EncExt(x.Splay) { + } else { + r.EncodeInt(int64(x.Splay)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Splay")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else if z.HasExtensions() && z.EncExt(x.Splay) { + } else { + r.EncodeInt(int64(x.Splay)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Perms)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Perms")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Perms)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.LeftDelim)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LeftDelim")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.LeftDelim)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym28 := z.EncBinary() + _ = yym28 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.RightDelim)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("RightDelim")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym29 := z.EncBinary() + _ = yym29 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.RightDelim)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym31 := z.EncBinary() + _ = yym31 + if false { + } else { + r.EncodeBool(bool(x.Envvars)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Envvars")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym32 := z.EncBinary() + _ = yym32 + if false { + } else { + r.EncodeBool(bool(x.Envvars)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym34 := z.EncBinary() + _ = yym34 + if false { + } else if z.HasExtensions() && z.EncExt(x.VaultGrace) { + } else { + r.EncodeInt(int64(x.VaultGrace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("VaultGrace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym35 := z.EncBinary() + _ = yym35 + if false { + } else if z.HasExtensions() && z.EncExt(x.VaultGrace) { + } else { + r.EncodeInt(int64(x.VaultGrace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *Template) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *Template) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "SourcePath": + if r.TryDecodeAsNil() { + x.SourcePath = "" + } else { + yyv4 := &x.SourcePath + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "DestPath": + if r.TryDecodeAsNil() { + x.DestPath = "" + } else { + yyv6 := &x.DestPath + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "EmbeddedTmpl": + if r.TryDecodeAsNil() { + x.EmbeddedTmpl = "" + } else { + yyv8 := &x.EmbeddedTmpl + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "ChangeMode": + if r.TryDecodeAsNil() { + x.ChangeMode = "" + } else { + yyv10 := &x.ChangeMode + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "ChangeSignal": + if r.TryDecodeAsNil() { + x.ChangeSignal = "" + } else { + yyv12 := &x.ChangeSignal + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*string)(yyv12)) = r.DecodeString() + } + } + case "Splay": + if r.TryDecodeAsNil() { + x.Splay = 0 + } else { + yyv14 := &x.Splay + yym15 := z.DecBinary() + _ = yym15 + if false { + } else if z.HasExtensions() && z.DecExt(yyv14) { + } else { + *((*int64)(yyv14)) = int64(r.DecodeInt(64)) + } + } + case "Perms": + if r.TryDecodeAsNil() { + x.Perms = "" + } else { + yyv16 := &x.Perms + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*string)(yyv16)) = r.DecodeString() + } + } + case "LeftDelim": + if r.TryDecodeAsNil() { + x.LeftDelim = "" + } else { + yyv18 := &x.LeftDelim + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*string)(yyv18)) = r.DecodeString() + } + } + case "RightDelim": + if r.TryDecodeAsNil() { + x.RightDelim = "" + } else { + yyv20 := &x.RightDelim + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + *((*string)(yyv20)) = r.DecodeString() + } + } + case "Envvars": + if r.TryDecodeAsNil() { + x.Envvars = false + } else { + yyv22 := &x.Envvars + yym23 := z.DecBinary() + _ = yym23 + if false { + } else { + *((*bool)(yyv22)) = r.DecodeBool() + } + } + case "VaultGrace": + if r.TryDecodeAsNil() { + x.VaultGrace = 0 + } else { + yyv24 := &x.VaultGrace + yym25 := z.DecBinary() + _ = yym25 + if false { + } else if z.HasExtensions() && z.DecExt(yyv24) { + } else { + *((*int64)(yyv24)) = int64(r.DecodeInt(64)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *Template) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj26 int + var yyb26 bool + var yyhl26 bool = l >= 0 + yyj26++ + if yyhl26 { + yyb26 = yyj26 > l + } else { + yyb26 = r.CheckBreak() + } + if yyb26 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.SourcePath = "" + } else { + yyv27 := &x.SourcePath + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*string)(yyv27)) = r.DecodeString() + } + } + yyj26++ + if yyhl26 { + yyb26 = yyj26 > l + } else { + yyb26 = r.CheckBreak() + } + if yyb26 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.DestPath = "" + } else { + yyv29 := &x.DestPath + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*string)(yyv29)) = r.DecodeString() + } + } + yyj26++ + if yyhl26 { + yyb26 = yyj26 > l + } else { + yyb26 = r.CheckBreak() + } + if yyb26 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.EmbeddedTmpl = "" + } else { + yyv31 := &x.EmbeddedTmpl + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + *((*string)(yyv31)) = r.DecodeString() + } + } + yyj26++ + if yyhl26 { + yyb26 = yyj26 > l + } else { + yyb26 = r.CheckBreak() + } + if yyb26 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ChangeMode = "" + } else { + yyv33 := &x.ChangeMode + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + *((*string)(yyv33)) = r.DecodeString() + } + } + yyj26++ + if yyhl26 { + yyb26 = yyj26 > l + } else { + yyb26 = r.CheckBreak() + } + if yyb26 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ChangeSignal = "" + } else { + yyv35 := &x.ChangeSignal + yym36 := z.DecBinary() + _ = yym36 + if false { + } else { + *((*string)(yyv35)) = r.DecodeString() + } + } + yyj26++ + if yyhl26 { + yyb26 = yyj26 > l + } else { + yyb26 = r.CheckBreak() + } + if yyb26 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Splay = 0 + } else { + yyv37 := &x.Splay + yym38 := z.DecBinary() + _ = yym38 + if false { + } else if z.HasExtensions() && z.DecExt(yyv37) { + } else { + *((*int64)(yyv37)) = int64(r.DecodeInt(64)) + } + } + yyj26++ + if yyhl26 { + yyb26 = yyj26 > l + } else { + yyb26 = r.CheckBreak() + } + if yyb26 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Perms = "" + } else { + yyv39 := &x.Perms + yym40 := z.DecBinary() + _ = yym40 + if false { + } else { + *((*string)(yyv39)) = r.DecodeString() + } + } + yyj26++ + if yyhl26 { + yyb26 = yyj26 > l + } else { + yyb26 = r.CheckBreak() + } + if yyb26 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LeftDelim = "" + } else { + yyv41 := &x.LeftDelim + yym42 := z.DecBinary() + _ = yym42 + if false { + } else { + *((*string)(yyv41)) = r.DecodeString() + } + } + yyj26++ + if yyhl26 { + yyb26 = yyj26 > l + } else { + yyb26 = r.CheckBreak() + } + if yyb26 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.RightDelim = "" + } else { + yyv43 := &x.RightDelim + yym44 := z.DecBinary() + _ = yym44 + if false { + } else { + *((*string)(yyv43)) = r.DecodeString() + } + } + yyj26++ + if yyhl26 { + yyb26 = yyj26 > l + } else { + yyb26 = r.CheckBreak() + } + if yyb26 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Envvars = false + } else { + yyv45 := &x.Envvars + yym46 := z.DecBinary() + _ = yym46 + if false { + } else { + *((*bool)(yyv45)) = r.DecodeBool() + } + } + yyj26++ + if yyhl26 { + yyb26 = yyj26 > l + } else { + yyb26 = r.CheckBreak() + } + if yyb26 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.VaultGrace = 0 + } else { + yyv47 := &x.VaultGrace + yym48 := z.DecBinary() + _ = yym48 + if false { + } else if z.HasExtensions() && z.DecExt(yyv47) { + } else { + *((*int64)(yyv47)) = int64(r.DecodeInt(64)) + } + } + for { + yyj26++ + if yyhl26 { + yyb26 = yyj26 > l + } else { + yyb26 = r.CheckBreak() + } + if yyb26 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj26-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *TaskState) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [7]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(7) + } else { + yynn2 = 7 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.State)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("State")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.State)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeBool(bool(x.Failed)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Failed")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeBool(bool(x.Failed)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeUint(uint64(x.Restarts)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Restarts")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeUint(uint64(x.Restarts)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yy13 := &x.LastRestart + yym14 := z.EncBinary() + _ = yym14 + if false { + } else if yym15 := z.TimeRtidIfBinc(); yym15 != 0 { + r.EncodeBuiltin(yym15, yy13) + } else if z.HasExtensions() && z.EncExt(yy13) { + } else if yym14 { + z.EncBinaryMarshal(yy13) + } else if !yym14 && z.IsJSONHandle() { + z.EncJSONMarshal(yy13) + } else { + z.EncFallback(yy13) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LastRestart")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yy16 := &x.LastRestart + yym17 := z.EncBinary() + _ = yym17 + if false { + } else if yym18 := z.TimeRtidIfBinc(); yym18 != 0 { + r.EncodeBuiltin(yym18, yy16) + } else if z.HasExtensions() && z.EncExt(yy16) { + } else if yym17 { + z.EncBinaryMarshal(yy16) + } else if !yym17 && z.IsJSONHandle() { + z.EncJSONMarshal(yy16) + } else { + z.EncFallback(yy16) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yy20 := &x.StartedAt + yym21 := z.EncBinary() + _ = yym21 + if false { + } else if yym22 := z.TimeRtidIfBinc(); yym22 != 0 { + r.EncodeBuiltin(yym22, yy20) + } else if z.HasExtensions() && z.EncExt(yy20) { + } else if yym21 { + z.EncBinaryMarshal(yy20) + } else if !yym21 && z.IsJSONHandle() { + z.EncJSONMarshal(yy20) + } else { + z.EncFallback(yy20) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("StartedAt")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yy23 := &x.StartedAt + yym24 := z.EncBinary() + _ = yym24 + if false { + } else if yym25 := z.TimeRtidIfBinc(); yym25 != 0 { + r.EncodeBuiltin(yym25, yy23) + } else if z.HasExtensions() && z.EncExt(yy23) { + } else if yym24 { + z.EncBinaryMarshal(yy23) + } else if !yym24 && z.IsJSONHandle() { + z.EncJSONMarshal(yy23) + } else { + z.EncFallback(yy23) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yy27 := &x.FinishedAt + yym28 := z.EncBinary() + _ = yym28 + if false { + } else if yym29 := z.TimeRtidIfBinc(); yym29 != 0 { + r.EncodeBuiltin(yym29, yy27) + } else if z.HasExtensions() && z.EncExt(yy27) { + } else if yym28 { + z.EncBinaryMarshal(yy27) + } else if !yym28 && z.IsJSONHandle() { + z.EncJSONMarshal(yy27) + } else { + z.EncFallback(yy27) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("FinishedAt")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yy30 := &x.FinishedAt + yym31 := z.EncBinary() + _ = yym31 + if false { + } else if yym32 := z.TimeRtidIfBinc(); yym32 != 0 { + r.EncodeBuiltin(yym32, yy30) + } else if z.HasExtensions() && z.EncExt(yy30) { + } else if yym31 { + z.EncBinaryMarshal(yy30) + } else if !yym31 && z.IsJSONHandle() { + z.EncJSONMarshal(yy30) + } else { + z.EncFallback(yy30) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Events == nil { + r.EncodeNil() + } else { + yym34 := z.EncBinary() + _ = yym34 + if false { + } else { + h.encSlicePtrtoTaskEvent(([]*TaskEvent)(x.Events), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Events")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Events == nil { + r.EncodeNil() + } else { + yym35 := z.EncBinary() + _ = yym35 + if false { + } else { + h.encSlicePtrtoTaskEvent(([]*TaskEvent)(x.Events), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *TaskState) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *TaskState) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "State": + if r.TryDecodeAsNil() { + x.State = "" + } else { + yyv4 := &x.State + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Failed": + if r.TryDecodeAsNil() { + x.Failed = false + } else { + yyv6 := &x.Failed + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*bool)(yyv6)) = r.DecodeBool() + } + } + case "Restarts": + if r.TryDecodeAsNil() { + x.Restarts = 0 + } else { + yyv8 := &x.Restarts + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*uint64)(yyv8)) = uint64(r.DecodeUint(64)) + } + } + case "LastRestart": + if r.TryDecodeAsNil() { + x.LastRestart = time.Time{} + } else { + yyv10 := &x.LastRestart + yym11 := z.DecBinary() + _ = yym11 + if false { + } else if yym12 := z.TimeRtidIfBinc(); yym12 != 0 { + r.DecodeBuiltin(yym12, yyv10) + } else if z.HasExtensions() && z.DecExt(yyv10) { + } else if yym11 { + z.DecBinaryUnmarshal(yyv10) + } else if !yym11 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv10) + } else { + z.DecFallback(yyv10, false) + } + } + case "StartedAt": + if r.TryDecodeAsNil() { + x.StartedAt = time.Time{} + } else { + yyv13 := &x.StartedAt + yym14 := z.DecBinary() + _ = yym14 + if false { + } else if yym15 := z.TimeRtidIfBinc(); yym15 != 0 { + r.DecodeBuiltin(yym15, yyv13) + } else if z.HasExtensions() && z.DecExt(yyv13) { + } else if yym14 { + z.DecBinaryUnmarshal(yyv13) + } else if !yym14 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv13) + } else { + z.DecFallback(yyv13, false) + } + } + case "FinishedAt": + if r.TryDecodeAsNil() { + x.FinishedAt = time.Time{} + } else { + yyv16 := &x.FinishedAt + yym17 := z.DecBinary() + _ = yym17 + if false { + } else if yym18 := z.TimeRtidIfBinc(); yym18 != 0 { + r.DecodeBuiltin(yym18, yyv16) + } else if z.HasExtensions() && z.DecExt(yyv16) { + } else if yym17 { + z.DecBinaryUnmarshal(yyv16) + } else if !yym17 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv16) + } else { + z.DecFallback(yyv16, false) + } + } + case "Events": + if r.TryDecodeAsNil() { + x.Events = nil + } else { + yyv19 := &x.Events + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + h.decSlicePtrtoTaskEvent((*[]*TaskEvent)(yyv19), d) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *TaskState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj21 int + var yyb21 bool + var yyhl21 bool = l >= 0 + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.State = "" + } else { + yyv22 := &x.State + yym23 := z.DecBinary() + _ = yym23 + if false { + } else { + *((*string)(yyv22)) = r.DecodeString() + } + } + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Failed = false + } else { + yyv24 := &x.Failed + yym25 := z.DecBinary() + _ = yym25 + if false { + } else { + *((*bool)(yyv24)) = r.DecodeBool() + } + } + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Restarts = 0 + } else { + yyv26 := &x.Restarts + yym27 := z.DecBinary() + _ = yym27 + if false { + } else { + *((*uint64)(yyv26)) = uint64(r.DecodeUint(64)) + } + } + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LastRestart = time.Time{} + } else { + yyv28 := &x.LastRestart + yym29 := z.DecBinary() + _ = yym29 + if false { + } else if yym30 := z.TimeRtidIfBinc(); yym30 != 0 { + r.DecodeBuiltin(yym30, yyv28) + } else if z.HasExtensions() && z.DecExt(yyv28) { + } else if yym29 { + z.DecBinaryUnmarshal(yyv28) + } else if !yym29 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv28) + } else { + z.DecFallback(yyv28, false) + } + } + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.StartedAt = time.Time{} + } else { + yyv31 := &x.StartedAt + yym32 := z.DecBinary() + _ = yym32 + if false { + } else if yym33 := z.TimeRtidIfBinc(); yym33 != 0 { + r.DecodeBuiltin(yym33, yyv31) + } else if z.HasExtensions() && z.DecExt(yyv31) { + } else if yym32 { + z.DecBinaryUnmarshal(yyv31) + } else if !yym32 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv31) + } else { + z.DecFallback(yyv31, false) + } + } + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.FinishedAt = time.Time{} + } else { + yyv34 := &x.FinishedAt + yym35 := z.DecBinary() + _ = yym35 + if false { + } else if yym36 := z.TimeRtidIfBinc(); yym36 != 0 { + r.DecodeBuiltin(yym36, yyv34) + } else if z.HasExtensions() && z.DecExt(yyv34) { + } else if yym35 { + z.DecBinaryUnmarshal(yyv34) + } else if !yym35 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv34) + } else { + z.DecFallback(yyv34, false) + } + } + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Events = nil + } else { + yyv37 := &x.Events + yym38 := z.DecBinary() + _ = yym38 + if false { + } else { + h.decSlicePtrtoTaskEvent((*[]*TaskEvent)(yyv37), d) + } + } + for { + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj21-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *TaskEvent) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [24]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(24) + } else { + yynn2 = 24 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Type)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Type")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Type)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeInt(int64(x.Time)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Time")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeInt(int64(x.Time)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Message)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Message")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Message)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DisplayMessage)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DisplayMessage")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DisplayMessage)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Details == nil { + r.EncodeNil() + } else { + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + z.F.EncMapStringStringV(x.Details, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Details")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Details == nil { + r.EncodeNil() + } else { + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + z.F.EncMapStringStringV(x.Details, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeBool(bool(x.FailsTask)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("FailsTask")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeBool(bool(x.FailsTask)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.RestartReason)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("RestartReason")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.RestartReason)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.SetupError)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("SetupError")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.SetupError)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym28 := z.EncBinary() + _ = yym28 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DriverError)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DriverError")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym29 := z.EncBinary() + _ = yym29 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DriverError)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym31 := z.EncBinary() + _ = yym31 + if false { + } else { + r.EncodeInt(int64(x.ExitCode)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ExitCode")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym32 := z.EncBinary() + _ = yym32 + if false { + } else { + r.EncodeInt(int64(x.ExitCode)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym34 := z.EncBinary() + _ = yym34 + if false { + } else { + r.EncodeInt(int64(x.Signal)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Signal")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym35 := z.EncBinary() + _ = yym35 + if false { + } else { + r.EncodeInt(int64(x.Signal)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym37 := z.EncBinary() + _ = yym37 + if false { + } else if z.HasExtensions() && z.EncExt(x.KillTimeout) { + } else { + r.EncodeInt(int64(x.KillTimeout)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KillTimeout")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym38 := z.EncBinary() + _ = yym38 + if false { + } else if z.HasExtensions() && z.EncExt(x.KillTimeout) { + } else { + r.EncodeInt(int64(x.KillTimeout)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym40 := z.EncBinary() + _ = yym40 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.KillError)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KillError")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym41 := z.EncBinary() + _ = yym41 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.KillError)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym43 := z.EncBinary() + _ = yym43 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.KillReason)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KillReason")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym44 := z.EncBinary() + _ = yym44 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.KillReason)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym46 := z.EncBinary() + _ = yym46 + if false { + } else { + r.EncodeInt(int64(x.StartDelay)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("StartDelay")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym47 := z.EncBinary() + _ = yym47 + if false { + } else { + r.EncodeInt(int64(x.StartDelay)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym49 := z.EncBinary() + _ = yym49 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DownloadError)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DownloadError")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym50 := z.EncBinary() + _ = yym50 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DownloadError)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym52 := z.EncBinary() + _ = yym52 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ValidationError)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ValidationError")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym53 := z.EncBinary() + _ = yym53 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ValidationError)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym55 := z.EncBinary() + _ = yym55 + if false { + } else { + r.EncodeInt(int64(x.DiskLimit)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DiskLimit")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym56 := z.EncBinary() + _ = yym56 + if false { + } else { + r.EncodeInt(int64(x.DiskLimit)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym58 := z.EncBinary() + _ = yym58 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.FailedSibling)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("FailedSibling")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym59 := z.EncBinary() + _ = yym59 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.FailedSibling)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym61 := z.EncBinary() + _ = yym61 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.VaultError)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("VaultError")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym62 := z.EncBinary() + _ = yym62 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.VaultError)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym64 := z.EncBinary() + _ = yym64 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.TaskSignalReason)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("TaskSignalReason")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym65 := z.EncBinary() + _ = yym65 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.TaskSignalReason)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym67 := z.EncBinary() + _ = yym67 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.TaskSignal)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("TaskSignal")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym68 := z.EncBinary() + _ = yym68 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.TaskSignal)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym70 := z.EncBinary() + _ = yym70 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DriverMessage)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DriverMessage")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym71 := z.EncBinary() + _ = yym71 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DriverMessage)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym73 := z.EncBinary() + _ = yym73 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.GenericSource)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("GenericSource")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym74 := z.EncBinary() + _ = yym74 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.GenericSource)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *TaskEvent) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *TaskEvent) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Type": + if r.TryDecodeAsNil() { + x.Type = "" + } else { + yyv4 := &x.Type + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Time": + if r.TryDecodeAsNil() { + x.Time = 0 + } else { + yyv6 := &x.Time + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*int64)(yyv6)) = int64(r.DecodeInt(64)) + } + } + case "Message": + if r.TryDecodeAsNil() { + x.Message = "" + } else { + yyv8 := &x.Message + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "DisplayMessage": + if r.TryDecodeAsNil() { + x.DisplayMessage = "" + } else { + yyv10 := &x.DisplayMessage + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "Details": + if r.TryDecodeAsNil() { + x.Details = nil + } else { + yyv12 := &x.Details + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + z.F.DecMapStringStringX(yyv12, false, d) + } + } + case "FailsTask": + if r.TryDecodeAsNil() { + x.FailsTask = false + } else { + yyv14 := &x.FailsTask + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*bool)(yyv14)) = r.DecodeBool() + } + } + case "RestartReason": + if r.TryDecodeAsNil() { + x.RestartReason = "" + } else { + yyv16 := &x.RestartReason + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*string)(yyv16)) = r.DecodeString() + } + } + case "SetupError": + if r.TryDecodeAsNil() { + x.SetupError = "" + } else { + yyv18 := &x.SetupError + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*string)(yyv18)) = r.DecodeString() + } + } + case "DriverError": + if r.TryDecodeAsNil() { + x.DriverError = "" + } else { + yyv20 := &x.DriverError + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + *((*string)(yyv20)) = r.DecodeString() + } + } + case "ExitCode": + if r.TryDecodeAsNil() { + x.ExitCode = 0 + } else { + yyv22 := &x.ExitCode + yym23 := z.DecBinary() + _ = yym23 + if false { + } else { + *((*int)(yyv22)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + case "Signal": + if r.TryDecodeAsNil() { + x.Signal = 0 + } else { + yyv24 := &x.Signal + yym25 := z.DecBinary() + _ = yym25 + if false { + } else { + *((*int)(yyv24)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + case "KillTimeout": + if r.TryDecodeAsNil() { + x.KillTimeout = 0 + } else { + yyv26 := &x.KillTimeout + yym27 := z.DecBinary() + _ = yym27 + if false { + } else if z.HasExtensions() && z.DecExt(yyv26) { + } else { + *((*int64)(yyv26)) = int64(r.DecodeInt(64)) + } + } + case "KillError": + if r.TryDecodeAsNil() { + x.KillError = "" + } else { + yyv28 := &x.KillError + yym29 := z.DecBinary() + _ = yym29 + if false { + } else { + *((*string)(yyv28)) = r.DecodeString() + } + } + case "KillReason": + if r.TryDecodeAsNil() { + x.KillReason = "" + } else { + yyv30 := &x.KillReason + yym31 := z.DecBinary() + _ = yym31 + if false { + } else { + *((*string)(yyv30)) = r.DecodeString() + } + } + case "StartDelay": + if r.TryDecodeAsNil() { + x.StartDelay = 0 + } else { + yyv32 := &x.StartDelay + yym33 := z.DecBinary() + _ = yym33 + if false { + } else { + *((*int64)(yyv32)) = int64(r.DecodeInt(64)) + } + } + case "DownloadError": + if r.TryDecodeAsNil() { + x.DownloadError = "" + } else { + yyv34 := &x.DownloadError + yym35 := z.DecBinary() + _ = yym35 + if false { + } else { + *((*string)(yyv34)) = r.DecodeString() + } + } + case "ValidationError": + if r.TryDecodeAsNil() { + x.ValidationError = "" + } else { + yyv36 := &x.ValidationError + yym37 := z.DecBinary() + _ = yym37 + if false { + } else { + *((*string)(yyv36)) = r.DecodeString() + } + } + case "DiskLimit": + if r.TryDecodeAsNil() { + x.DiskLimit = 0 + } else { + yyv38 := &x.DiskLimit + yym39 := z.DecBinary() + _ = yym39 + if false { + } else { + *((*int64)(yyv38)) = int64(r.DecodeInt(64)) + } + } + case "FailedSibling": + if r.TryDecodeAsNil() { + x.FailedSibling = "" + } else { + yyv40 := &x.FailedSibling + yym41 := z.DecBinary() + _ = yym41 + if false { + } else { + *((*string)(yyv40)) = r.DecodeString() + } + } + case "VaultError": + if r.TryDecodeAsNil() { + x.VaultError = "" + } else { + yyv42 := &x.VaultError + yym43 := z.DecBinary() + _ = yym43 + if false { + } else { + *((*string)(yyv42)) = r.DecodeString() + } + } + case "TaskSignalReason": + if r.TryDecodeAsNil() { + x.TaskSignalReason = "" + } else { + yyv44 := &x.TaskSignalReason + yym45 := z.DecBinary() + _ = yym45 + if false { + } else { + *((*string)(yyv44)) = r.DecodeString() + } + } + case "TaskSignal": + if r.TryDecodeAsNil() { + x.TaskSignal = "" + } else { + yyv46 := &x.TaskSignal + yym47 := z.DecBinary() + _ = yym47 + if false { + } else { + *((*string)(yyv46)) = r.DecodeString() + } + } + case "DriverMessage": + if r.TryDecodeAsNil() { + x.DriverMessage = "" + } else { + yyv48 := &x.DriverMessage + yym49 := z.DecBinary() + _ = yym49 + if false { + } else { + *((*string)(yyv48)) = r.DecodeString() + } + } + case "GenericSource": + if r.TryDecodeAsNil() { + x.GenericSource = "" + } else { + yyv50 := &x.GenericSource + yym51 := z.DecBinary() + _ = yym51 + if false { + } else { + *((*string)(yyv50)) = r.DecodeString() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *TaskEvent) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj52 int + var yyb52 bool + var yyhl52 bool = l >= 0 + yyj52++ + if yyhl52 { + yyb52 = yyj52 > l + } else { + yyb52 = r.CheckBreak() + } + if yyb52 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Type = "" + } else { + yyv53 := &x.Type + yym54 := z.DecBinary() + _ = yym54 + if false { + } else { + *((*string)(yyv53)) = r.DecodeString() + } + } + yyj52++ + if yyhl52 { + yyb52 = yyj52 > l + } else { + yyb52 = r.CheckBreak() + } + if yyb52 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Time = 0 + } else { + yyv55 := &x.Time + yym56 := z.DecBinary() + _ = yym56 + if false { + } else { + *((*int64)(yyv55)) = int64(r.DecodeInt(64)) + } + } + yyj52++ + if yyhl52 { + yyb52 = yyj52 > l + } else { + yyb52 = r.CheckBreak() + } + if yyb52 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Message = "" + } else { + yyv57 := &x.Message + yym58 := z.DecBinary() + _ = yym58 + if false { + } else { + *((*string)(yyv57)) = r.DecodeString() + } + } + yyj52++ + if yyhl52 { + yyb52 = yyj52 > l + } else { + yyb52 = r.CheckBreak() + } + if yyb52 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.DisplayMessage = "" + } else { + yyv59 := &x.DisplayMessage + yym60 := z.DecBinary() + _ = yym60 + if false { + } else { + *((*string)(yyv59)) = r.DecodeString() + } + } + yyj52++ + if yyhl52 { + yyb52 = yyj52 > l + } else { + yyb52 = r.CheckBreak() + } + if yyb52 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Details = nil + } else { + yyv61 := &x.Details + yym62 := z.DecBinary() + _ = yym62 + if false { + } else { + z.F.DecMapStringStringX(yyv61, false, d) + } + } + yyj52++ + if yyhl52 { + yyb52 = yyj52 > l + } else { + yyb52 = r.CheckBreak() + } + if yyb52 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.FailsTask = false + } else { + yyv63 := &x.FailsTask + yym64 := z.DecBinary() + _ = yym64 + if false { + } else { + *((*bool)(yyv63)) = r.DecodeBool() + } + } + yyj52++ + if yyhl52 { + yyb52 = yyj52 > l + } else { + yyb52 = r.CheckBreak() + } + if yyb52 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.RestartReason = "" + } else { + yyv65 := &x.RestartReason + yym66 := z.DecBinary() + _ = yym66 + if false { + } else { + *((*string)(yyv65)) = r.DecodeString() + } + } + yyj52++ + if yyhl52 { + yyb52 = yyj52 > l + } else { + yyb52 = r.CheckBreak() + } + if yyb52 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.SetupError = "" + } else { + yyv67 := &x.SetupError + yym68 := z.DecBinary() + _ = yym68 + if false { + } else { + *((*string)(yyv67)) = r.DecodeString() + } + } + yyj52++ + if yyhl52 { + yyb52 = yyj52 > l + } else { + yyb52 = r.CheckBreak() + } + if yyb52 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.DriverError = "" + } else { + yyv69 := &x.DriverError + yym70 := z.DecBinary() + _ = yym70 + if false { + } else { + *((*string)(yyv69)) = r.DecodeString() + } + } + yyj52++ + if yyhl52 { + yyb52 = yyj52 > l + } else { + yyb52 = r.CheckBreak() + } + if yyb52 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ExitCode = 0 + } else { + yyv71 := &x.ExitCode + yym72 := z.DecBinary() + _ = yym72 + if false { + } else { + *((*int)(yyv71)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + yyj52++ + if yyhl52 { + yyb52 = yyj52 > l + } else { + yyb52 = r.CheckBreak() + } + if yyb52 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Signal = 0 + } else { + yyv73 := &x.Signal + yym74 := z.DecBinary() + _ = yym74 + if false { + } else { + *((*int)(yyv73)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + yyj52++ + if yyhl52 { + yyb52 = yyj52 > l + } else { + yyb52 = r.CheckBreak() + } + if yyb52 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KillTimeout = 0 + } else { + yyv75 := &x.KillTimeout + yym76 := z.DecBinary() + _ = yym76 + if false { + } else if z.HasExtensions() && z.DecExt(yyv75) { + } else { + *((*int64)(yyv75)) = int64(r.DecodeInt(64)) + } + } + yyj52++ + if yyhl52 { + yyb52 = yyj52 > l + } else { + yyb52 = r.CheckBreak() + } + if yyb52 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KillError = "" + } else { + yyv77 := &x.KillError + yym78 := z.DecBinary() + _ = yym78 + if false { + } else { + *((*string)(yyv77)) = r.DecodeString() + } + } + yyj52++ + if yyhl52 { + yyb52 = yyj52 > l + } else { + yyb52 = r.CheckBreak() + } + if yyb52 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KillReason = "" + } else { + yyv79 := &x.KillReason + yym80 := z.DecBinary() + _ = yym80 + if false { + } else { + *((*string)(yyv79)) = r.DecodeString() + } + } + yyj52++ + if yyhl52 { + yyb52 = yyj52 > l + } else { + yyb52 = r.CheckBreak() + } + if yyb52 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.StartDelay = 0 + } else { + yyv81 := &x.StartDelay + yym82 := z.DecBinary() + _ = yym82 + if false { + } else { + *((*int64)(yyv81)) = int64(r.DecodeInt(64)) + } + } + yyj52++ + if yyhl52 { + yyb52 = yyj52 > l + } else { + yyb52 = r.CheckBreak() + } + if yyb52 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.DownloadError = "" + } else { + yyv83 := &x.DownloadError + yym84 := z.DecBinary() + _ = yym84 + if false { + } else { + *((*string)(yyv83)) = r.DecodeString() + } + } + yyj52++ + if yyhl52 { + yyb52 = yyj52 > l + } else { + yyb52 = r.CheckBreak() + } + if yyb52 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ValidationError = "" + } else { + yyv85 := &x.ValidationError + yym86 := z.DecBinary() + _ = yym86 + if false { + } else { + *((*string)(yyv85)) = r.DecodeString() + } + } + yyj52++ + if yyhl52 { + yyb52 = yyj52 > l + } else { + yyb52 = r.CheckBreak() + } + if yyb52 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.DiskLimit = 0 + } else { + yyv87 := &x.DiskLimit + yym88 := z.DecBinary() + _ = yym88 + if false { + } else { + *((*int64)(yyv87)) = int64(r.DecodeInt(64)) + } + } + yyj52++ + if yyhl52 { + yyb52 = yyj52 > l + } else { + yyb52 = r.CheckBreak() + } + if yyb52 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.FailedSibling = "" + } else { + yyv89 := &x.FailedSibling + yym90 := z.DecBinary() + _ = yym90 + if false { + } else { + *((*string)(yyv89)) = r.DecodeString() + } + } + yyj52++ + if yyhl52 { + yyb52 = yyj52 > l + } else { + yyb52 = r.CheckBreak() + } + if yyb52 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.VaultError = "" + } else { + yyv91 := &x.VaultError + yym92 := z.DecBinary() + _ = yym92 + if false { + } else { + *((*string)(yyv91)) = r.DecodeString() + } + } + yyj52++ + if yyhl52 { + yyb52 = yyj52 > l + } else { + yyb52 = r.CheckBreak() + } + if yyb52 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.TaskSignalReason = "" + } else { + yyv93 := &x.TaskSignalReason + yym94 := z.DecBinary() + _ = yym94 + if false { + } else { + *((*string)(yyv93)) = r.DecodeString() + } + } + yyj52++ + if yyhl52 { + yyb52 = yyj52 > l + } else { + yyb52 = r.CheckBreak() + } + if yyb52 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.TaskSignal = "" + } else { + yyv95 := &x.TaskSignal + yym96 := z.DecBinary() + _ = yym96 + if false { + } else { + *((*string)(yyv95)) = r.DecodeString() + } + } + yyj52++ + if yyhl52 { + yyb52 = yyj52 > l + } else { + yyb52 = r.CheckBreak() + } + if yyb52 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.DriverMessage = "" + } else { + yyv97 := &x.DriverMessage + yym98 := z.DecBinary() + _ = yym98 + if false { + } else { + *((*string)(yyv97)) = r.DecodeString() + } + } + yyj52++ + if yyhl52 { + yyb52 = yyj52 > l + } else { + yyb52 = r.CheckBreak() + } + if yyb52 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.GenericSource = "" + } else { + yyv99 := &x.GenericSource + yym100 := z.DecBinary() + _ = yym100 + if false { + } else { + *((*string)(yyv99)) = r.DecodeString() + } + } + for { + yyj52++ + if yyhl52 { + yyb52 = yyj52 > l + } else { + yyb52 = r.CheckBreak() + } + if yyb52 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj52-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *TaskArtifact) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.GetterSource)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("GetterSource")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.GetterSource)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.GetterOptions == nil { + r.EncodeNil() + } else { + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + z.F.EncMapStringStringV(x.GetterOptions, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("GetterOptions")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.GetterOptions == nil { + r.EncodeNil() + } else { + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + z.F.EncMapStringStringV(x.GetterOptions, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.GetterMode)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("GetterMode")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.GetterMode)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.RelativeDest)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("RelativeDest")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.RelativeDest)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *TaskArtifact) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *TaskArtifact) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "GetterSource": + if r.TryDecodeAsNil() { + x.GetterSource = "" + } else { + yyv4 := &x.GetterSource + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "GetterOptions": + if r.TryDecodeAsNil() { + x.GetterOptions = nil + } else { + yyv6 := &x.GetterOptions + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + z.F.DecMapStringStringX(yyv6, false, d) + } + } + case "GetterMode": + if r.TryDecodeAsNil() { + x.GetterMode = "" + } else { + yyv8 := &x.GetterMode + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "RelativeDest": + if r.TryDecodeAsNil() { + x.RelativeDest = "" + } else { + yyv10 := &x.RelativeDest + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *TaskArtifact) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj12 int + var yyb12 bool + var yyhl12 bool = l >= 0 + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.GetterSource = "" + } else { + yyv13 := &x.GetterSource + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*string)(yyv13)) = r.DecodeString() + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.GetterOptions = nil + } else { + yyv15 := &x.GetterOptions + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + z.F.DecMapStringStringX(yyv15, false, d) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.GetterMode = "" + } else { + yyv17 := &x.GetterMode + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*string)(yyv17)) = r.DecodeString() + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.RelativeDest = "" + } else { + yyv19 := &x.RelativeDest + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*string)(yyv19)) = r.DecodeString() + } + } + for { + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj12-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *Constraint) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [3]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(3) + } else { + yynn2 = 3 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.LTarget)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LTarget")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.LTarget)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.RTarget)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("RTarget")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.RTarget)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Operand)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Operand")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Operand)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *Constraint) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *Constraint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "LTarget": + if r.TryDecodeAsNil() { + x.LTarget = "" + } else { + yyv4 := &x.LTarget + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "RTarget": + if r.TryDecodeAsNil() { + x.RTarget = "" + } else { + yyv6 := &x.RTarget + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Operand": + if r.TryDecodeAsNil() { + x.Operand = "" + } else { + yyv8 := &x.Operand + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *Constraint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj10 int + var yyb10 bool + var yyhl10 bool = l >= 0 + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LTarget = "" + } else { + yyv11 := &x.LTarget + yym12 := z.DecBinary() + _ = yym12 + if false { + } else { + *((*string)(yyv11)) = r.DecodeString() + } + } + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.RTarget = "" + } else { + yyv13 := &x.RTarget + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*string)(yyv13)) = r.DecodeString() + } + } + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Operand = "" + } else { + yyv15 := &x.Operand + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*string)(yyv15)) = r.DecodeString() + } + } + for { + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj10-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *EphemeralDisk) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [3]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(3) + } else { + yynn2 = 3 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeBool(bool(x.Sticky)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Sticky")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeBool(bool(x.Sticky)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeInt(int64(x.SizeMB)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("SizeMB")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeInt(int64(x.SizeMB)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeBool(bool(x.Migrate)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Migrate")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeBool(bool(x.Migrate)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *EphemeralDisk) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *EphemeralDisk) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Sticky": + if r.TryDecodeAsNil() { + x.Sticky = false + } else { + yyv4 := &x.Sticky + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*bool)(yyv4)) = r.DecodeBool() + } + } + case "SizeMB": + if r.TryDecodeAsNil() { + x.SizeMB = 0 + } else { + yyv6 := &x.SizeMB + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*int)(yyv6)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + case "Migrate": + if r.TryDecodeAsNil() { + x.Migrate = false + } else { + yyv8 := &x.Migrate + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*bool)(yyv8)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *EphemeralDisk) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj10 int + var yyb10 bool + var yyhl10 bool = l >= 0 + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Sticky = false + } else { + yyv11 := &x.Sticky + yym12 := z.DecBinary() + _ = yym12 + if false { + } else { + *((*bool)(yyv11)) = r.DecodeBool() + } + } + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.SizeMB = 0 + } else { + yyv13 := &x.SizeMB + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*int)(yyv13)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Migrate = false + } else { + yyv15 := &x.Migrate + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*bool)(yyv15)) = r.DecodeBool() + } + } + for { + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj10-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *Vault) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Policies == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + z.F.EncSliceStringV(x.Policies, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Policies")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Policies == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + z.F.EncSliceStringV(x.Policies, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeBool(bool(x.Env)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Env")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeBool(bool(x.Env)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ChangeMode)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ChangeMode")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ChangeMode)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ChangeSignal)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ChangeSignal")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ChangeSignal)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *Vault) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *Vault) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Policies": + if r.TryDecodeAsNil() { + x.Policies = nil + } else { + yyv4 := &x.Policies + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + z.F.DecSliceStringX(yyv4, false, d) + } + } + case "Env": + if r.TryDecodeAsNil() { + x.Env = false + } else { + yyv6 := &x.Env + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*bool)(yyv6)) = r.DecodeBool() + } + } + case "ChangeMode": + if r.TryDecodeAsNil() { + x.ChangeMode = "" + } else { + yyv8 := &x.ChangeMode + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "ChangeSignal": + if r.TryDecodeAsNil() { + x.ChangeSignal = "" + } else { + yyv10 := &x.ChangeSignal + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *Vault) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj12 int + var yyb12 bool + var yyhl12 bool = l >= 0 + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Policies = nil + } else { + yyv13 := &x.Policies + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + z.F.DecSliceStringX(yyv13, false, d) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Env = false + } else { + yyv15 := &x.Env + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*bool)(yyv15)) = r.DecodeBool() + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ChangeMode = "" + } else { + yyv17 := &x.ChangeMode + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*string)(yyv17)) = r.DecodeString() + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ChangeSignal = "" + } else { + yyv19 := &x.ChangeSignal + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*string)(yyv19)) = r.DecodeString() + } + } + for { + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj12-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *Deployment) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [11]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(11) + } else { + yynn2 = 11 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.JobID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("JobID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.JobID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeUint(uint64(x.JobVersion)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("JobVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeUint(uint64(x.JobVersion)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeUint(uint64(x.JobModifyIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("JobModifyIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeUint(uint64(x.JobModifyIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeUint(uint64(x.JobCreateIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("JobCreateIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeUint(uint64(x.JobCreateIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.TaskGroups == nil { + r.EncodeNil() + } else { + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + h.encMapstringPtrtoDeploymentState((map[string]*DeploymentState)(x.TaskGroups), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("TaskGroups")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.TaskGroups == nil { + r.EncodeNil() + } else { + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + h.encMapstringPtrtoDeploymentState((map[string]*DeploymentState)(x.TaskGroups), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Status)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Status")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Status)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym28 := z.EncBinary() + _ = yym28 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.StatusDescription)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("StatusDescription")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym29 := z.EncBinary() + _ = yym29 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.StatusDescription)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym31 := z.EncBinary() + _ = yym31 + if false { + } else { + r.EncodeUint(uint64(x.CreateIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("CreateIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym32 := z.EncBinary() + _ = yym32 + if false { + } else { + r.EncodeUint(uint64(x.CreateIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym34 := z.EncBinary() + _ = yym34 + if false { + } else { + r.EncodeUint(uint64(x.ModifyIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ModifyIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym35 := z.EncBinary() + _ = yym35 + if false { + } else { + r.EncodeUint(uint64(x.ModifyIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *Deployment) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *Deployment) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "ID": + if r.TryDecodeAsNil() { + x.ID = "" + } else { + yyv4 := &x.ID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv6 := &x.Namespace + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "JobID": + if r.TryDecodeAsNil() { + x.JobID = "" + } else { + yyv8 := &x.JobID + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "JobVersion": + if r.TryDecodeAsNil() { + x.JobVersion = 0 + } else { + yyv10 := &x.JobVersion + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*uint64)(yyv10)) = uint64(r.DecodeUint(64)) + } + } + case "JobModifyIndex": + if r.TryDecodeAsNil() { + x.JobModifyIndex = 0 + } else { + yyv12 := &x.JobModifyIndex + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*uint64)(yyv12)) = uint64(r.DecodeUint(64)) + } + } + case "JobCreateIndex": + if r.TryDecodeAsNil() { + x.JobCreateIndex = 0 + } else { + yyv14 := &x.JobCreateIndex + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*uint64)(yyv14)) = uint64(r.DecodeUint(64)) + } + } + case "TaskGroups": + if r.TryDecodeAsNil() { + x.TaskGroups = nil + } else { + yyv16 := &x.TaskGroups + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + h.decMapstringPtrtoDeploymentState((*map[string]*DeploymentState)(yyv16), d) + } + } + case "Status": + if r.TryDecodeAsNil() { + x.Status = "" + } else { + yyv18 := &x.Status + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*string)(yyv18)) = r.DecodeString() + } + } + case "StatusDescription": + if r.TryDecodeAsNil() { + x.StatusDescription = "" + } else { + yyv20 := &x.StatusDescription + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + *((*string)(yyv20)) = r.DecodeString() + } + } + case "CreateIndex": + if r.TryDecodeAsNil() { + x.CreateIndex = 0 + } else { + yyv22 := &x.CreateIndex + yym23 := z.DecBinary() + _ = yym23 + if false { + } else { + *((*uint64)(yyv22)) = uint64(r.DecodeUint(64)) + } + } + case "ModifyIndex": + if r.TryDecodeAsNil() { + x.ModifyIndex = 0 + } else { + yyv24 := &x.ModifyIndex + yym25 := z.DecBinary() + _ = yym25 + if false { + } else { + *((*uint64)(yyv24)) = uint64(r.DecodeUint(64)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *Deployment) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj26 int + var yyb26 bool + var yyhl26 bool = l >= 0 + yyj26++ + if yyhl26 { + yyb26 = yyj26 > l + } else { + yyb26 = r.CheckBreak() + } + if yyb26 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ID = "" + } else { + yyv27 := &x.ID + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*string)(yyv27)) = r.DecodeString() + } + } + yyj26++ + if yyhl26 { + yyb26 = yyj26 > l + } else { + yyb26 = r.CheckBreak() + } + if yyb26 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv29 := &x.Namespace + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*string)(yyv29)) = r.DecodeString() + } + } + yyj26++ + if yyhl26 { + yyb26 = yyj26 > l + } else { + yyb26 = r.CheckBreak() + } + if yyb26 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.JobID = "" + } else { + yyv31 := &x.JobID + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + *((*string)(yyv31)) = r.DecodeString() + } + } + yyj26++ + if yyhl26 { + yyb26 = yyj26 > l + } else { + yyb26 = r.CheckBreak() + } + if yyb26 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.JobVersion = 0 + } else { + yyv33 := &x.JobVersion + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + *((*uint64)(yyv33)) = uint64(r.DecodeUint(64)) + } + } + yyj26++ + if yyhl26 { + yyb26 = yyj26 > l + } else { + yyb26 = r.CheckBreak() + } + if yyb26 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.JobModifyIndex = 0 + } else { + yyv35 := &x.JobModifyIndex + yym36 := z.DecBinary() + _ = yym36 + if false { + } else { + *((*uint64)(yyv35)) = uint64(r.DecodeUint(64)) + } + } + yyj26++ + if yyhl26 { + yyb26 = yyj26 > l + } else { + yyb26 = r.CheckBreak() + } + if yyb26 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.JobCreateIndex = 0 + } else { + yyv37 := &x.JobCreateIndex + yym38 := z.DecBinary() + _ = yym38 + if false { + } else { + *((*uint64)(yyv37)) = uint64(r.DecodeUint(64)) + } + } + yyj26++ + if yyhl26 { + yyb26 = yyj26 > l + } else { + yyb26 = r.CheckBreak() + } + if yyb26 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.TaskGroups = nil + } else { + yyv39 := &x.TaskGroups + yym40 := z.DecBinary() + _ = yym40 + if false { + } else { + h.decMapstringPtrtoDeploymentState((*map[string]*DeploymentState)(yyv39), d) + } + } + yyj26++ + if yyhl26 { + yyb26 = yyj26 > l + } else { + yyb26 = r.CheckBreak() + } + if yyb26 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Status = "" + } else { + yyv41 := &x.Status + yym42 := z.DecBinary() + _ = yym42 + if false { + } else { + *((*string)(yyv41)) = r.DecodeString() + } + } + yyj26++ + if yyhl26 { + yyb26 = yyj26 > l + } else { + yyb26 = r.CheckBreak() + } + if yyb26 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.StatusDescription = "" + } else { + yyv43 := &x.StatusDescription + yym44 := z.DecBinary() + _ = yym44 + if false { + } else { + *((*string)(yyv43)) = r.DecodeString() + } + } + yyj26++ + if yyhl26 { + yyb26 = yyj26 > l + } else { + yyb26 = r.CheckBreak() + } + if yyb26 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.CreateIndex = 0 + } else { + yyv45 := &x.CreateIndex + yym46 := z.DecBinary() + _ = yym46 + if false { + } else { + *((*uint64)(yyv45)) = uint64(r.DecodeUint(64)) + } + } + yyj26++ + if yyhl26 { + yyb26 = yyj26 > l + } else { + yyb26 = r.CheckBreak() + } + if yyb26 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ModifyIndex = 0 + } else { + yyv47 := &x.ModifyIndex + yym48 := z.DecBinary() + _ = yym48 + if false { + } else { + *((*uint64)(yyv47)) = uint64(r.DecodeUint(64)) + } + } + for { + yyj26++ + if yyhl26 { + yyb26 = yyj26 > l + } else { + yyb26 = r.CheckBreak() + } + if yyb26 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj26-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *DeploymentState) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [8]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(8) + } else { + yynn2 = 8 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeBool(bool(x.AutoRevert)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AutoRevert")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeBool(bool(x.AutoRevert)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeBool(bool(x.Promoted)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Promoted")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeBool(bool(x.Promoted)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.PlacedCanaries == nil { + r.EncodeNil() + } else { + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + z.F.EncSliceStringV(x.PlacedCanaries, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("PlacedCanaries")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.PlacedCanaries == nil { + r.EncodeNil() + } else { + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + z.F.EncSliceStringV(x.PlacedCanaries, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeInt(int64(x.DesiredCanaries)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DesiredCanaries")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeInt(int64(x.DesiredCanaries)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeInt(int64(x.DesiredTotal)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DesiredTotal")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeInt(int64(x.DesiredTotal)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeInt(int64(x.PlacedAllocs)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("PlacedAllocs")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeInt(int64(x.PlacedAllocs)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeInt(int64(x.HealthyAllocs)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("HealthyAllocs")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeInt(int64(x.HealthyAllocs)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeInt(int64(x.UnhealthyAllocs)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("UnhealthyAllocs")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeInt(int64(x.UnhealthyAllocs)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *DeploymentState) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *DeploymentState) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "AutoRevert": + if r.TryDecodeAsNil() { + x.AutoRevert = false + } else { + yyv4 := &x.AutoRevert + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*bool)(yyv4)) = r.DecodeBool() + } + } + case "Promoted": + if r.TryDecodeAsNil() { + x.Promoted = false + } else { + yyv6 := &x.Promoted + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*bool)(yyv6)) = r.DecodeBool() + } + } + case "PlacedCanaries": + if r.TryDecodeAsNil() { + x.PlacedCanaries = nil + } else { + yyv8 := &x.PlacedCanaries + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + z.F.DecSliceStringX(yyv8, false, d) + } + } + case "DesiredCanaries": + if r.TryDecodeAsNil() { + x.DesiredCanaries = 0 + } else { + yyv10 := &x.DesiredCanaries + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*int)(yyv10)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + case "DesiredTotal": + if r.TryDecodeAsNil() { + x.DesiredTotal = 0 + } else { + yyv12 := &x.DesiredTotal + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*int)(yyv12)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + case "PlacedAllocs": + if r.TryDecodeAsNil() { + x.PlacedAllocs = 0 + } else { + yyv14 := &x.PlacedAllocs + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*int)(yyv14)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + case "HealthyAllocs": + if r.TryDecodeAsNil() { + x.HealthyAllocs = 0 + } else { + yyv16 := &x.HealthyAllocs + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*int)(yyv16)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + case "UnhealthyAllocs": + if r.TryDecodeAsNil() { + x.UnhealthyAllocs = 0 + } else { + yyv18 := &x.UnhealthyAllocs + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*int)(yyv18)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *DeploymentState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj20 int + var yyb20 bool + var yyhl20 bool = l >= 0 + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AutoRevert = false + } else { + yyv21 := &x.AutoRevert + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*bool)(yyv21)) = r.DecodeBool() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Promoted = false + } else { + yyv23 := &x.Promoted + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*bool)(yyv23)) = r.DecodeBool() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.PlacedCanaries = nil + } else { + yyv25 := &x.PlacedCanaries + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + z.F.DecSliceStringX(yyv25, false, d) + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.DesiredCanaries = 0 + } else { + yyv27 := &x.DesiredCanaries + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*int)(yyv27)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.DesiredTotal = 0 + } else { + yyv29 := &x.DesiredTotal + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*int)(yyv29)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.PlacedAllocs = 0 + } else { + yyv31 := &x.PlacedAllocs + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + *((*int)(yyv31)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.HealthyAllocs = 0 + } else { + yyv33 := &x.HealthyAllocs + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + *((*int)(yyv33)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.UnhealthyAllocs = 0 + } else { + yyv35 := &x.UnhealthyAllocs + yym36 := z.DecBinary() + _ = yym36 + if false { + } else { + *((*int)(yyv35)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + for { + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj20-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *DeploymentStatusUpdate) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [3]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(3) + } else { + yynn2 = 3 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DeploymentID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DeploymentID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DeploymentID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Status)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Status")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Status)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.StatusDescription)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("StatusDescription")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.StatusDescription)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *DeploymentStatusUpdate) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *DeploymentStatusUpdate) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "DeploymentID": + if r.TryDecodeAsNil() { + x.DeploymentID = "" + } else { + yyv4 := &x.DeploymentID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Status": + if r.TryDecodeAsNil() { + x.Status = "" + } else { + yyv6 := &x.Status + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "StatusDescription": + if r.TryDecodeAsNil() { + x.StatusDescription = "" + } else { + yyv8 := &x.StatusDescription + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *DeploymentStatusUpdate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj10 int + var yyb10 bool + var yyhl10 bool = l >= 0 + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.DeploymentID = "" + } else { + yyv11 := &x.DeploymentID + yym12 := z.DecBinary() + _ = yym12 + if false { + } else { + *((*string)(yyv11)) = r.DecodeString() + } + } + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Status = "" + } else { + yyv13 := &x.Status + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*string)(yyv13)) = r.DecodeString() + } + } + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.StatusDescription = "" + } else { + yyv15 := &x.StatusDescription + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*string)(yyv15)) = r.DecodeString() + } + } + for { + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj10-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *RescheduleTracker) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [1]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(1) + } else { + yynn2 = 1 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Events == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + h.encSlicePtrtoRescheduleEvent(([]*RescheduleEvent)(x.Events), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Events")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Events == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + h.encSlicePtrtoRescheduleEvent(([]*RescheduleEvent)(x.Events), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *RescheduleTracker) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *RescheduleTracker) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Events": + if r.TryDecodeAsNil() { + x.Events = nil + } else { + yyv4 := &x.Events + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + h.decSlicePtrtoRescheduleEvent((*[]*RescheduleEvent)(yyv4), d) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *RescheduleTracker) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj6 int + var yyb6 bool + var yyhl6 bool = l >= 0 + yyj6++ + if yyhl6 { + yyb6 = yyj6 > l + } else { + yyb6 = r.CheckBreak() + } + if yyb6 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Events = nil + } else { + yyv7 := &x.Events + yym8 := z.DecBinary() + _ = yym8 + if false { + } else { + h.decSlicePtrtoRescheduleEvent((*[]*RescheduleEvent)(yyv7), d) + } + } + for { + yyj6++ + if yyhl6 { + yyb6 = yyj6 > l + } else { + yyb6 = r.CheckBreak() + } + if yyb6 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj6-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *RescheduleEvent) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeInt(int64(x.RescheduleTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("RescheduleTime")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeInt(int64(x.RescheduleTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.PrevAllocID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("PrevAllocID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.PrevAllocID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.PrevNodeID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("PrevNodeID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.PrevNodeID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else if z.HasExtensions() && z.EncExt(x.Delay) { + } else { + r.EncodeInt(int64(x.Delay)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Delay")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else if z.HasExtensions() && z.EncExt(x.Delay) { + } else { + r.EncodeInt(int64(x.Delay)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *RescheduleEvent) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *RescheduleEvent) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "RescheduleTime": + if r.TryDecodeAsNil() { + x.RescheduleTime = 0 + } else { + yyv4 := &x.RescheduleTime + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*int64)(yyv4)) = int64(r.DecodeInt(64)) + } + } + case "PrevAllocID": + if r.TryDecodeAsNil() { + x.PrevAllocID = "" + } else { + yyv6 := &x.PrevAllocID + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "PrevNodeID": + if r.TryDecodeAsNil() { + x.PrevNodeID = "" + } else { + yyv8 := &x.PrevNodeID + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "Delay": + if r.TryDecodeAsNil() { + x.Delay = 0 + } else { + yyv10 := &x.Delay + yym11 := z.DecBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.DecExt(yyv10) { + } else { + *((*int64)(yyv10)) = int64(r.DecodeInt(64)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *RescheduleEvent) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj12 int + var yyb12 bool + var yyhl12 bool = l >= 0 + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.RescheduleTime = 0 + } else { + yyv13 := &x.RescheduleTime + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*int64)(yyv13)) = int64(r.DecodeInt(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.PrevAllocID = "" + } else { + yyv15 := &x.PrevAllocID + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*string)(yyv15)) = r.DecodeString() + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.PrevNodeID = "" + } else { + yyv17 := &x.PrevNodeID + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*string)(yyv17)) = r.DecodeString() + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Delay = 0 + } else { + yyv19 := &x.Delay + yym20 := z.DecBinary() + _ = yym20 + if false { + } else if z.HasExtensions() && z.DecExt(yyv19) { + } else { + *((*int64)(yyv19)) = int64(r.DecodeInt(64)) + } + } + for { + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj12-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *DesiredTransition) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [1]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(1) + } else { + yynn2 = 1 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Migrate == nil { + r.EncodeNil() + } else { + yy4 := *x.Migrate + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeBool(bool(yy4)) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Migrate")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Migrate == nil { + r.EncodeNil() + } else { + yy6 := *x.Migrate + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeBool(bool(yy6)) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *DesiredTransition) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *DesiredTransition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Migrate": + if r.TryDecodeAsNil() { + if x.Migrate != nil { + x.Migrate = nil + } + } else { + if x.Migrate == nil { + x.Migrate = new(bool) + } + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*bool)(x.Migrate)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *DesiredTransition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj6 int + var yyb6 bool + var yyhl6 bool = l >= 0 + yyj6++ + if yyhl6 { + yyb6 = yyj6 > l + } else { + yyb6 = r.CheckBreak() + } + if yyb6 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Migrate != nil { + x.Migrate = nil + } + } else { + if x.Migrate == nil { + x.Migrate = new(bool) + } + yym8 := z.DecBinary() + _ = yym8 + if false { + } else { + *((*bool)(x.Migrate)) = r.DecodeBool() + } + } + for { + yyj6++ + if yyhl6 { + yyb6 = yyj6 > l + } else { + yyb6 = r.CheckBreak() + } + if yyb6 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj6-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *Allocation) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [29]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(29) + } else { + yynn2 = 29 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.EvalID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("EvalID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.EvalID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Name)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Name")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Name)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.NodeID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("NodeID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.NodeID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.JobID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("JobID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.JobID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Job == nil { + r.EncodeNil() + } else { + x.Job.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Job")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Job == nil { + r.EncodeNil() + } else { + x.Job.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.TaskGroup)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("TaskGroup")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.TaskGroup)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Resources == nil { + r.EncodeNil() + } else { + x.Resources.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Resources")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Resources == nil { + r.EncodeNil() + } else { + x.Resources.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.SharedResources == nil { + r.EncodeNil() + } else { + x.SharedResources.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("SharedResources")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.SharedResources == nil { + r.EncodeNil() + } else { + x.SharedResources.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.TaskResources == nil { + r.EncodeNil() + } else { + yym34 := z.EncBinary() + _ = yym34 + if false { + } else { + h.encMapstringPtrtoResources((map[string]*Resources)(x.TaskResources), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("TaskResources")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.TaskResources == nil { + r.EncodeNil() + } else { + yym35 := z.EncBinary() + _ = yym35 + if false { + } else { + h.encMapstringPtrtoResources((map[string]*Resources)(x.TaskResources), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Metrics == nil { + r.EncodeNil() + } else { + x.Metrics.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Metrics")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Metrics == nil { + r.EncodeNil() + } else { + x.Metrics.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym40 := z.EncBinary() + _ = yym40 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DesiredStatus)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DesiredStatus")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym41 := z.EncBinary() + _ = yym41 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DesiredStatus)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym43 := z.EncBinary() + _ = yym43 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DesiredDescription)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DesiredDescription")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym44 := z.EncBinary() + _ = yym44 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DesiredDescription)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yy46 := &x.DesiredTransition + yy46.CodecEncodeSelf(e) + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DesiredTransition")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yy48 := &x.DesiredTransition + yy48.CodecEncodeSelf(e) + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym51 := z.EncBinary() + _ = yym51 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ClientStatus)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ClientStatus")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym52 := z.EncBinary() + _ = yym52 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ClientStatus)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym54 := z.EncBinary() + _ = yym54 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ClientDescription)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ClientDescription")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym55 := z.EncBinary() + _ = yym55 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ClientDescription)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.TaskStates == nil { + r.EncodeNil() + } else { + yym57 := z.EncBinary() + _ = yym57 + if false { + } else { + h.encMapstringPtrtoTaskState((map[string]*TaskState)(x.TaskStates), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("TaskStates")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.TaskStates == nil { + r.EncodeNil() + } else { + yym58 := z.EncBinary() + _ = yym58 + if false { + } else { + h.encMapstringPtrtoTaskState((map[string]*TaskState)(x.TaskStates), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym60 := z.EncBinary() + _ = yym60 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.PreviousAllocation)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("PreviousAllocation")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym61 := z.EncBinary() + _ = yym61 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.PreviousAllocation)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym63 := z.EncBinary() + _ = yym63 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.NextAllocation)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("NextAllocation")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym64 := z.EncBinary() + _ = yym64 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.NextAllocation)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym66 := z.EncBinary() + _ = yym66 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DeploymentID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DeploymentID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym67 := z.EncBinary() + _ = yym67 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DeploymentID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.DeploymentStatus == nil { + r.EncodeNil() + } else { + x.DeploymentStatus.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DeploymentStatus")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.DeploymentStatus == nil { + r.EncodeNil() + } else { + x.DeploymentStatus.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.RescheduleTracker == nil { + r.EncodeNil() + } else { + x.RescheduleTracker.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("RescheduleTracker")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.RescheduleTracker == nil { + r.EncodeNil() + } else { + x.RescheduleTracker.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym75 := z.EncBinary() + _ = yym75 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.FollowupEvalID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("FollowupEvalID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym76 := z.EncBinary() + _ = yym76 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.FollowupEvalID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym78 := z.EncBinary() + _ = yym78 + if false { + } else { + r.EncodeUint(uint64(x.CreateIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("CreateIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym79 := z.EncBinary() + _ = yym79 + if false { + } else { + r.EncodeUint(uint64(x.CreateIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym81 := z.EncBinary() + _ = yym81 + if false { + } else { + r.EncodeUint(uint64(x.ModifyIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ModifyIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym82 := z.EncBinary() + _ = yym82 + if false { + } else { + r.EncodeUint(uint64(x.ModifyIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym84 := z.EncBinary() + _ = yym84 + if false { + } else { + r.EncodeUint(uint64(x.AllocModifyIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AllocModifyIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym85 := z.EncBinary() + _ = yym85 + if false { + } else { + r.EncodeUint(uint64(x.AllocModifyIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym87 := z.EncBinary() + _ = yym87 + if false { + } else { + r.EncodeInt(int64(x.CreateTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("CreateTime")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym88 := z.EncBinary() + _ = yym88 + if false { + } else { + r.EncodeInt(int64(x.CreateTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym90 := z.EncBinary() + _ = yym90 + if false { + } else { + r.EncodeInt(int64(x.ModifyTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ModifyTime")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym91 := z.EncBinary() + _ = yym91 + if false { + } else { + r.EncodeInt(int64(x.ModifyTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *Allocation) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *Allocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "ID": + if r.TryDecodeAsNil() { + x.ID = "" + } else { + yyv4 := &x.ID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv6 := &x.Namespace + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "EvalID": + if r.TryDecodeAsNil() { + x.EvalID = "" + } else { + yyv8 := &x.EvalID + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "Name": + if r.TryDecodeAsNil() { + x.Name = "" + } else { + yyv10 := &x.Name + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "NodeID": + if r.TryDecodeAsNil() { + x.NodeID = "" + } else { + yyv12 := &x.NodeID + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*string)(yyv12)) = r.DecodeString() + } + } + case "JobID": + if r.TryDecodeAsNil() { + x.JobID = "" + } else { + yyv14 := &x.JobID + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*string)(yyv14)) = r.DecodeString() + } + } + case "Job": + if r.TryDecodeAsNil() { + if x.Job != nil { + x.Job = nil + } + } else { + if x.Job == nil { + x.Job = new(Job) + } + x.Job.CodecDecodeSelf(d) + } + case "TaskGroup": + if r.TryDecodeAsNil() { + x.TaskGroup = "" + } else { + yyv17 := &x.TaskGroup + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*string)(yyv17)) = r.DecodeString() + } + } + case "Resources": + if r.TryDecodeAsNil() { + if x.Resources != nil { + x.Resources = nil + } + } else { + if x.Resources == nil { + x.Resources = new(Resources) + } + x.Resources.CodecDecodeSelf(d) + } + case "SharedResources": + if r.TryDecodeAsNil() { + if x.SharedResources != nil { + x.SharedResources = nil + } + } else { + if x.SharedResources == nil { + x.SharedResources = new(Resources) + } + x.SharedResources.CodecDecodeSelf(d) + } + case "TaskResources": + if r.TryDecodeAsNil() { + x.TaskResources = nil + } else { + yyv21 := &x.TaskResources + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + h.decMapstringPtrtoResources((*map[string]*Resources)(yyv21), d) + } + } + case "Metrics": + if r.TryDecodeAsNil() { + if x.Metrics != nil { + x.Metrics = nil + } + } else { + if x.Metrics == nil { + x.Metrics = new(AllocMetric) + } + x.Metrics.CodecDecodeSelf(d) + } + case "DesiredStatus": + if r.TryDecodeAsNil() { + x.DesiredStatus = "" + } else { + yyv24 := &x.DesiredStatus + yym25 := z.DecBinary() + _ = yym25 + if false { + } else { + *((*string)(yyv24)) = r.DecodeString() + } + } + case "DesiredDescription": + if r.TryDecodeAsNil() { + x.DesiredDescription = "" + } else { + yyv26 := &x.DesiredDescription + yym27 := z.DecBinary() + _ = yym27 + if false { + } else { + *((*string)(yyv26)) = r.DecodeString() + } + } + case "DesiredTransition": + if r.TryDecodeAsNil() { + x.DesiredTransition = DesiredTransition{} + } else { + yyv28 := &x.DesiredTransition + yyv28.CodecDecodeSelf(d) + } + case "ClientStatus": + if r.TryDecodeAsNil() { + x.ClientStatus = "" + } else { + yyv29 := &x.ClientStatus + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*string)(yyv29)) = r.DecodeString() + } + } + case "ClientDescription": + if r.TryDecodeAsNil() { + x.ClientDescription = "" + } else { + yyv31 := &x.ClientDescription + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + *((*string)(yyv31)) = r.DecodeString() + } + } + case "TaskStates": + if r.TryDecodeAsNil() { + x.TaskStates = nil + } else { + yyv33 := &x.TaskStates + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + h.decMapstringPtrtoTaskState((*map[string]*TaskState)(yyv33), d) + } + } + case "PreviousAllocation": + if r.TryDecodeAsNil() { + x.PreviousAllocation = "" + } else { + yyv35 := &x.PreviousAllocation + yym36 := z.DecBinary() + _ = yym36 + if false { + } else { + *((*string)(yyv35)) = r.DecodeString() + } + } + case "NextAllocation": + if r.TryDecodeAsNil() { + x.NextAllocation = "" + } else { + yyv37 := &x.NextAllocation + yym38 := z.DecBinary() + _ = yym38 + if false { + } else { + *((*string)(yyv37)) = r.DecodeString() + } + } + case "DeploymentID": + if r.TryDecodeAsNil() { + x.DeploymentID = "" + } else { + yyv39 := &x.DeploymentID + yym40 := z.DecBinary() + _ = yym40 + if false { + } else { + *((*string)(yyv39)) = r.DecodeString() + } + } + case "DeploymentStatus": + if r.TryDecodeAsNil() { + if x.DeploymentStatus != nil { + x.DeploymentStatus = nil + } + } else { + if x.DeploymentStatus == nil { + x.DeploymentStatus = new(AllocDeploymentStatus) + } + x.DeploymentStatus.CodecDecodeSelf(d) + } + case "RescheduleTracker": + if r.TryDecodeAsNil() { + if x.RescheduleTracker != nil { + x.RescheduleTracker = nil + } + } else { + if x.RescheduleTracker == nil { + x.RescheduleTracker = new(RescheduleTracker) + } + x.RescheduleTracker.CodecDecodeSelf(d) + } + case "FollowupEvalID": + if r.TryDecodeAsNil() { + x.FollowupEvalID = "" + } else { + yyv43 := &x.FollowupEvalID + yym44 := z.DecBinary() + _ = yym44 + if false { + } else { + *((*string)(yyv43)) = r.DecodeString() + } + } + case "CreateIndex": + if r.TryDecodeAsNil() { + x.CreateIndex = 0 + } else { + yyv45 := &x.CreateIndex + yym46 := z.DecBinary() + _ = yym46 + if false { + } else { + *((*uint64)(yyv45)) = uint64(r.DecodeUint(64)) + } + } + case "ModifyIndex": + if r.TryDecodeAsNil() { + x.ModifyIndex = 0 + } else { + yyv47 := &x.ModifyIndex + yym48 := z.DecBinary() + _ = yym48 + if false { + } else { + *((*uint64)(yyv47)) = uint64(r.DecodeUint(64)) + } + } + case "AllocModifyIndex": + if r.TryDecodeAsNil() { + x.AllocModifyIndex = 0 + } else { + yyv49 := &x.AllocModifyIndex + yym50 := z.DecBinary() + _ = yym50 + if false { + } else { + *((*uint64)(yyv49)) = uint64(r.DecodeUint(64)) + } + } + case "CreateTime": + if r.TryDecodeAsNil() { + x.CreateTime = 0 + } else { + yyv51 := &x.CreateTime + yym52 := z.DecBinary() + _ = yym52 + if false { + } else { + *((*int64)(yyv51)) = int64(r.DecodeInt(64)) + } + } + case "ModifyTime": + if r.TryDecodeAsNil() { + x.ModifyTime = 0 + } else { + yyv53 := &x.ModifyTime + yym54 := z.DecBinary() + _ = yym54 + if false { + } else { + *((*int64)(yyv53)) = int64(r.DecodeInt(64)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *Allocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj55 int + var yyb55 bool + var yyhl55 bool = l >= 0 + yyj55++ + if yyhl55 { + yyb55 = yyj55 > l + } else { + yyb55 = r.CheckBreak() + } + if yyb55 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ID = "" + } else { + yyv56 := &x.ID + yym57 := z.DecBinary() + _ = yym57 + if false { + } else { + *((*string)(yyv56)) = r.DecodeString() + } + } + yyj55++ + if yyhl55 { + yyb55 = yyj55 > l + } else { + yyb55 = r.CheckBreak() + } + if yyb55 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv58 := &x.Namespace + yym59 := z.DecBinary() + _ = yym59 + if false { + } else { + *((*string)(yyv58)) = r.DecodeString() + } + } + yyj55++ + if yyhl55 { + yyb55 = yyj55 > l + } else { + yyb55 = r.CheckBreak() + } + if yyb55 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.EvalID = "" + } else { + yyv60 := &x.EvalID + yym61 := z.DecBinary() + _ = yym61 + if false { + } else { + *((*string)(yyv60)) = r.DecodeString() + } + } + yyj55++ + if yyhl55 { + yyb55 = yyj55 > l + } else { + yyb55 = r.CheckBreak() + } + if yyb55 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Name = "" + } else { + yyv62 := &x.Name + yym63 := z.DecBinary() + _ = yym63 + if false { + } else { + *((*string)(yyv62)) = r.DecodeString() + } + } + yyj55++ + if yyhl55 { + yyb55 = yyj55 > l + } else { + yyb55 = r.CheckBreak() + } + if yyb55 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.NodeID = "" + } else { + yyv64 := &x.NodeID + yym65 := z.DecBinary() + _ = yym65 + if false { + } else { + *((*string)(yyv64)) = r.DecodeString() + } + } + yyj55++ + if yyhl55 { + yyb55 = yyj55 > l + } else { + yyb55 = r.CheckBreak() + } + if yyb55 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.JobID = "" + } else { + yyv66 := &x.JobID + yym67 := z.DecBinary() + _ = yym67 + if false { + } else { + *((*string)(yyv66)) = r.DecodeString() + } + } + yyj55++ + if yyhl55 { + yyb55 = yyj55 > l + } else { + yyb55 = r.CheckBreak() + } + if yyb55 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Job != nil { + x.Job = nil + } + } else { + if x.Job == nil { + x.Job = new(Job) + } + x.Job.CodecDecodeSelf(d) + } + yyj55++ + if yyhl55 { + yyb55 = yyj55 > l + } else { + yyb55 = r.CheckBreak() + } + if yyb55 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.TaskGroup = "" + } else { + yyv69 := &x.TaskGroup + yym70 := z.DecBinary() + _ = yym70 + if false { + } else { + *((*string)(yyv69)) = r.DecodeString() + } + } + yyj55++ + if yyhl55 { + yyb55 = yyj55 > l + } else { + yyb55 = r.CheckBreak() + } + if yyb55 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Resources != nil { + x.Resources = nil + } + } else { + if x.Resources == nil { + x.Resources = new(Resources) + } + x.Resources.CodecDecodeSelf(d) + } + yyj55++ + if yyhl55 { + yyb55 = yyj55 > l + } else { + yyb55 = r.CheckBreak() + } + if yyb55 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.SharedResources != nil { + x.SharedResources = nil + } + } else { + if x.SharedResources == nil { + x.SharedResources = new(Resources) + } + x.SharedResources.CodecDecodeSelf(d) + } + yyj55++ + if yyhl55 { + yyb55 = yyj55 > l + } else { + yyb55 = r.CheckBreak() + } + if yyb55 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.TaskResources = nil + } else { + yyv73 := &x.TaskResources + yym74 := z.DecBinary() + _ = yym74 + if false { + } else { + h.decMapstringPtrtoResources((*map[string]*Resources)(yyv73), d) + } + } + yyj55++ + if yyhl55 { + yyb55 = yyj55 > l + } else { + yyb55 = r.CheckBreak() + } + if yyb55 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Metrics != nil { + x.Metrics = nil + } + } else { + if x.Metrics == nil { + x.Metrics = new(AllocMetric) + } + x.Metrics.CodecDecodeSelf(d) + } + yyj55++ + if yyhl55 { + yyb55 = yyj55 > l + } else { + yyb55 = r.CheckBreak() + } + if yyb55 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.DesiredStatus = "" + } else { + yyv76 := &x.DesiredStatus + yym77 := z.DecBinary() + _ = yym77 + if false { + } else { + *((*string)(yyv76)) = r.DecodeString() + } + } + yyj55++ + if yyhl55 { + yyb55 = yyj55 > l + } else { + yyb55 = r.CheckBreak() + } + if yyb55 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.DesiredDescription = "" + } else { + yyv78 := &x.DesiredDescription + yym79 := z.DecBinary() + _ = yym79 + if false { + } else { + *((*string)(yyv78)) = r.DecodeString() + } + } + yyj55++ + if yyhl55 { + yyb55 = yyj55 > l + } else { + yyb55 = r.CheckBreak() + } + if yyb55 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.DesiredTransition = DesiredTransition{} + } else { + yyv80 := &x.DesiredTransition + yyv80.CodecDecodeSelf(d) + } + yyj55++ + if yyhl55 { + yyb55 = yyj55 > l + } else { + yyb55 = r.CheckBreak() + } + if yyb55 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ClientStatus = "" + } else { + yyv81 := &x.ClientStatus + yym82 := z.DecBinary() + _ = yym82 + if false { + } else { + *((*string)(yyv81)) = r.DecodeString() + } + } + yyj55++ + if yyhl55 { + yyb55 = yyj55 > l + } else { + yyb55 = r.CheckBreak() + } + if yyb55 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ClientDescription = "" + } else { + yyv83 := &x.ClientDescription + yym84 := z.DecBinary() + _ = yym84 + if false { + } else { + *((*string)(yyv83)) = r.DecodeString() + } + } + yyj55++ + if yyhl55 { + yyb55 = yyj55 > l + } else { + yyb55 = r.CheckBreak() + } + if yyb55 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.TaskStates = nil + } else { + yyv85 := &x.TaskStates + yym86 := z.DecBinary() + _ = yym86 + if false { + } else { + h.decMapstringPtrtoTaskState((*map[string]*TaskState)(yyv85), d) + } + } + yyj55++ + if yyhl55 { + yyb55 = yyj55 > l + } else { + yyb55 = r.CheckBreak() + } + if yyb55 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.PreviousAllocation = "" + } else { + yyv87 := &x.PreviousAllocation + yym88 := z.DecBinary() + _ = yym88 + if false { + } else { + *((*string)(yyv87)) = r.DecodeString() + } + } + yyj55++ + if yyhl55 { + yyb55 = yyj55 > l + } else { + yyb55 = r.CheckBreak() + } + if yyb55 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.NextAllocation = "" + } else { + yyv89 := &x.NextAllocation + yym90 := z.DecBinary() + _ = yym90 + if false { + } else { + *((*string)(yyv89)) = r.DecodeString() + } + } + yyj55++ + if yyhl55 { + yyb55 = yyj55 > l + } else { + yyb55 = r.CheckBreak() + } + if yyb55 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.DeploymentID = "" + } else { + yyv91 := &x.DeploymentID + yym92 := z.DecBinary() + _ = yym92 + if false { + } else { + *((*string)(yyv91)) = r.DecodeString() + } + } + yyj55++ + if yyhl55 { + yyb55 = yyj55 > l + } else { + yyb55 = r.CheckBreak() + } + if yyb55 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.DeploymentStatus != nil { + x.DeploymentStatus = nil + } + } else { + if x.DeploymentStatus == nil { + x.DeploymentStatus = new(AllocDeploymentStatus) + } + x.DeploymentStatus.CodecDecodeSelf(d) + } + yyj55++ + if yyhl55 { + yyb55 = yyj55 > l + } else { + yyb55 = r.CheckBreak() + } + if yyb55 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.RescheduleTracker != nil { + x.RescheduleTracker = nil + } + } else { + if x.RescheduleTracker == nil { + x.RescheduleTracker = new(RescheduleTracker) + } + x.RescheduleTracker.CodecDecodeSelf(d) + } + yyj55++ + if yyhl55 { + yyb55 = yyj55 > l + } else { + yyb55 = r.CheckBreak() + } + if yyb55 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.FollowupEvalID = "" + } else { + yyv95 := &x.FollowupEvalID + yym96 := z.DecBinary() + _ = yym96 + if false { + } else { + *((*string)(yyv95)) = r.DecodeString() + } + } + yyj55++ + if yyhl55 { + yyb55 = yyj55 > l + } else { + yyb55 = r.CheckBreak() + } + if yyb55 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.CreateIndex = 0 + } else { + yyv97 := &x.CreateIndex + yym98 := z.DecBinary() + _ = yym98 + if false { + } else { + *((*uint64)(yyv97)) = uint64(r.DecodeUint(64)) + } + } + yyj55++ + if yyhl55 { + yyb55 = yyj55 > l + } else { + yyb55 = r.CheckBreak() + } + if yyb55 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ModifyIndex = 0 + } else { + yyv99 := &x.ModifyIndex + yym100 := z.DecBinary() + _ = yym100 + if false { + } else { + *((*uint64)(yyv99)) = uint64(r.DecodeUint(64)) + } + } + yyj55++ + if yyhl55 { + yyb55 = yyj55 > l + } else { + yyb55 = r.CheckBreak() + } + if yyb55 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AllocModifyIndex = 0 + } else { + yyv101 := &x.AllocModifyIndex + yym102 := z.DecBinary() + _ = yym102 + if false { + } else { + *((*uint64)(yyv101)) = uint64(r.DecodeUint(64)) + } + } + yyj55++ + if yyhl55 { + yyb55 = yyj55 > l + } else { + yyb55 = r.CheckBreak() + } + if yyb55 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.CreateTime = 0 + } else { + yyv103 := &x.CreateTime + yym104 := z.DecBinary() + _ = yym104 + if false { + } else { + *((*int64)(yyv103)) = int64(r.DecodeInt(64)) + } + } + yyj55++ + if yyhl55 { + yyb55 = yyj55 > l + } else { + yyb55 = r.CheckBreak() + } + if yyb55 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ModifyTime = 0 + } else { + yyv105 := &x.ModifyTime + yym106 := z.DecBinary() + _ = yym106 + if false { + } else { + *((*int64)(yyv105)) = int64(r.DecodeInt(64)) + } + } + for { + yyj55++ + if yyhl55 { + yyb55 = yyj55 > l + } else { + yyb55 = r.CheckBreak() + } + if yyb55 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj55-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *AllocListStub) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [18]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(18) + } else { + yynn2 = 18 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.EvalID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("EvalID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.EvalID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Name)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Name")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Name)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.NodeID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("NodeID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.NodeID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.JobID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("JobID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.JobID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeUint(uint64(x.JobVersion)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("JobVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeUint(uint64(x.JobVersion)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.TaskGroup)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("TaskGroup")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.TaskGroup)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DesiredStatus)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DesiredStatus")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DesiredStatus)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym28 := z.EncBinary() + _ = yym28 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DesiredDescription)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DesiredDescription")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym29 := z.EncBinary() + _ = yym29 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DesiredDescription)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym31 := z.EncBinary() + _ = yym31 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ClientStatus)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ClientStatus")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym32 := z.EncBinary() + _ = yym32 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ClientStatus)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym34 := z.EncBinary() + _ = yym34 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ClientDescription)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ClientDescription")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym35 := z.EncBinary() + _ = yym35 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ClientDescription)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.TaskStates == nil { + r.EncodeNil() + } else { + yym37 := z.EncBinary() + _ = yym37 + if false { + } else { + h.encMapstringPtrtoTaskState((map[string]*TaskState)(x.TaskStates), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("TaskStates")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.TaskStates == nil { + r.EncodeNil() + } else { + yym38 := z.EncBinary() + _ = yym38 + if false { + } else { + h.encMapstringPtrtoTaskState((map[string]*TaskState)(x.TaskStates), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.DeploymentStatus == nil { + r.EncodeNil() + } else { + x.DeploymentStatus.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DeploymentStatus")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.DeploymentStatus == nil { + r.EncodeNil() + } else { + x.DeploymentStatus.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym43 := z.EncBinary() + _ = yym43 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.FollowupEvalID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("FollowupEvalID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym44 := z.EncBinary() + _ = yym44 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.FollowupEvalID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym46 := z.EncBinary() + _ = yym46 + if false { + } else { + r.EncodeUint(uint64(x.CreateIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("CreateIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym47 := z.EncBinary() + _ = yym47 + if false { + } else { + r.EncodeUint(uint64(x.CreateIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym49 := z.EncBinary() + _ = yym49 + if false { + } else { + r.EncodeUint(uint64(x.ModifyIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ModifyIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym50 := z.EncBinary() + _ = yym50 + if false { + } else { + r.EncodeUint(uint64(x.ModifyIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym52 := z.EncBinary() + _ = yym52 + if false { + } else { + r.EncodeInt(int64(x.CreateTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("CreateTime")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym53 := z.EncBinary() + _ = yym53 + if false { + } else { + r.EncodeInt(int64(x.CreateTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym55 := z.EncBinary() + _ = yym55 + if false { + } else { + r.EncodeInt(int64(x.ModifyTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ModifyTime")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym56 := z.EncBinary() + _ = yym56 + if false { + } else { + r.EncodeInt(int64(x.ModifyTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *AllocListStub) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *AllocListStub) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "ID": + if r.TryDecodeAsNil() { + x.ID = "" + } else { + yyv4 := &x.ID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "EvalID": + if r.TryDecodeAsNil() { + x.EvalID = "" + } else { + yyv6 := &x.EvalID + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Name": + if r.TryDecodeAsNil() { + x.Name = "" + } else { + yyv8 := &x.Name + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "NodeID": + if r.TryDecodeAsNil() { + x.NodeID = "" + } else { + yyv10 := &x.NodeID + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "JobID": + if r.TryDecodeAsNil() { + x.JobID = "" + } else { + yyv12 := &x.JobID + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*string)(yyv12)) = r.DecodeString() + } + } + case "JobVersion": + if r.TryDecodeAsNil() { + x.JobVersion = 0 + } else { + yyv14 := &x.JobVersion + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*uint64)(yyv14)) = uint64(r.DecodeUint(64)) + } + } + case "TaskGroup": + if r.TryDecodeAsNil() { + x.TaskGroup = "" + } else { + yyv16 := &x.TaskGroup + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*string)(yyv16)) = r.DecodeString() + } + } + case "DesiredStatus": + if r.TryDecodeAsNil() { + x.DesiredStatus = "" + } else { + yyv18 := &x.DesiredStatus + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*string)(yyv18)) = r.DecodeString() + } + } + case "DesiredDescription": + if r.TryDecodeAsNil() { + x.DesiredDescription = "" + } else { + yyv20 := &x.DesiredDescription + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + *((*string)(yyv20)) = r.DecodeString() + } + } + case "ClientStatus": + if r.TryDecodeAsNil() { + x.ClientStatus = "" + } else { + yyv22 := &x.ClientStatus + yym23 := z.DecBinary() + _ = yym23 + if false { + } else { + *((*string)(yyv22)) = r.DecodeString() + } + } + case "ClientDescription": + if r.TryDecodeAsNil() { + x.ClientDescription = "" + } else { + yyv24 := &x.ClientDescription + yym25 := z.DecBinary() + _ = yym25 + if false { + } else { + *((*string)(yyv24)) = r.DecodeString() + } + } + case "TaskStates": + if r.TryDecodeAsNil() { + x.TaskStates = nil + } else { + yyv26 := &x.TaskStates + yym27 := z.DecBinary() + _ = yym27 + if false { + } else { + h.decMapstringPtrtoTaskState((*map[string]*TaskState)(yyv26), d) + } + } + case "DeploymentStatus": + if r.TryDecodeAsNil() { + if x.DeploymentStatus != nil { + x.DeploymentStatus = nil + } + } else { + if x.DeploymentStatus == nil { + x.DeploymentStatus = new(AllocDeploymentStatus) + } + x.DeploymentStatus.CodecDecodeSelf(d) + } + case "FollowupEvalID": + if r.TryDecodeAsNil() { + x.FollowupEvalID = "" + } else { + yyv29 := &x.FollowupEvalID + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*string)(yyv29)) = r.DecodeString() + } + } + case "CreateIndex": + if r.TryDecodeAsNil() { + x.CreateIndex = 0 + } else { + yyv31 := &x.CreateIndex + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + *((*uint64)(yyv31)) = uint64(r.DecodeUint(64)) + } + } + case "ModifyIndex": + if r.TryDecodeAsNil() { + x.ModifyIndex = 0 + } else { + yyv33 := &x.ModifyIndex + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + *((*uint64)(yyv33)) = uint64(r.DecodeUint(64)) + } + } + case "CreateTime": + if r.TryDecodeAsNil() { + x.CreateTime = 0 + } else { + yyv35 := &x.CreateTime + yym36 := z.DecBinary() + _ = yym36 + if false { + } else { + *((*int64)(yyv35)) = int64(r.DecodeInt(64)) + } + } + case "ModifyTime": + if r.TryDecodeAsNil() { + x.ModifyTime = 0 + } else { + yyv37 := &x.ModifyTime + yym38 := z.DecBinary() + _ = yym38 + if false { + } else { + *((*int64)(yyv37)) = int64(r.DecodeInt(64)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *AllocListStub) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj39 int + var yyb39 bool + var yyhl39 bool = l >= 0 + yyj39++ + if yyhl39 { + yyb39 = yyj39 > l + } else { + yyb39 = r.CheckBreak() + } + if yyb39 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ID = "" + } else { + yyv40 := &x.ID + yym41 := z.DecBinary() + _ = yym41 + if false { + } else { + *((*string)(yyv40)) = r.DecodeString() + } + } + yyj39++ + if yyhl39 { + yyb39 = yyj39 > l + } else { + yyb39 = r.CheckBreak() + } + if yyb39 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.EvalID = "" + } else { + yyv42 := &x.EvalID + yym43 := z.DecBinary() + _ = yym43 + if false { + } else { + *((*string)(yyv42)) = r.DecodeString() + } + } + yyj39++ + if yyhl39 { + yyb39 = yyj39 > l + } else { + yyb39 = r.CheckBreak() + } + if yyb39 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Name = "" + } else { + yyv44 := &x.Name + yym45 := z.DecBinary() + _ = yym45 + if false { + } else { + *((*string)(yyv44)) = r.DecodeString() + } + } + yyj39++ + if yyhl39 { + yyb39 = yyj39 > l + } else { + yyb39 = r.CheckBreak() + } + if yyb39 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.NodeID = "" + } else { + yyv46 := &x.NodeID + yym47 := z.DecBinary() + _ = yym47 + if false { + } else { + *((*string)(yyv46)) = r.DecodeString() + } + } + yyj39++ + if yyhl39 { + yyb39 = yyj39 > l + } else { + yyb39 = r.CheckBreak() + } + if yyb39 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.JobID = "" + } else { + yyv48 := &x.JobID + yym49 := z.DecBinary() + _ = yym49 + if false { + } else { + *((*string)(yyv48)) = r.DecodeString() + } + } + yyj39++ + if yyhl39 { + yyb39 = yyj39 > l + } else { + yyb39 = r.CheckBreak() + } + if yyb39 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.JobVersion = 0 + } else { + yyv50 := &x.JobVersion + yym51 := z.DecBinary() + _ = yym51 + if false { + } else { + *((*uint64)(yyv50)) = uint64(r.DecodeUint(64)) + } + } + yyj39++ + if yyhl39 { + yyb39 = yyj39 > l + } else { + yyb39 = r.CheckBreak() + } + if yyb39 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.TaskGroup = "" + } else { + yyv52 := &x.TaskGroup + yym53 := z.DecBinary() + _ = yym53 + if false { + } else { + *((*string)(yyv52)) = r.DecodeString() + } + } + yyj39++ + if yyhl39 { + yyb39 = yyj39 > l + } else { + yyb39 = r.CheckBreak() + } + if yyb39 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.DesiredStatus = "" + } else { + yyv54 := &x.DesiredStatus + yym55 := z.DecBinary() + _ = yym55 + if false { + } else { + *((*string)(yyv54)) = r.DecodeString() + } + } + yyj39++ + if yyhl39 { + yyb39 = yyj39 > l + } else { + yyb39 = r.CheckBreak() + } + if yyb39 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.DesiredDescription = "" + } else { + yyv56 := &x.DesiredDescription + yym57 := z.DecBinary() + _ = yym57 + if false { + } else { + *((*string)(yyv56)) = r.DecodeString() + } + } + yyj39++ + if yyhl39 { + yyb39 = yyj39 > l + } else { + yyb39 = r.CheckBreak() + } + if yyb39 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ClientStatus = "" + } else { + yyv58 := &x.ClientStatus + yym59 := z.DecBinary() + _ = yym59 + if false { + } else { + *((*string)(yyv58)) = r.DecodeString() + } + } + yyj39++ + if yyhl39 { + yyb39 = yyj39 > l + } else { + yyb39 = r.CheckBreak() + } + if yyb39 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ClientDescription = "" + } else { + yyv60 := &x.ClientDescription + yym61 := z.DecBinary() + _ = yym61 + if false { + } else { + *((*string)(yyv60)) = r.DecodeString() + } + } + yyj39++ + if yyhl39 { + yyb39 = yyj39 > l + } else { + yyb39 = r.CheckBreak() + } + if yyb39 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.TaskStates = nil + } else { + yyv62 := &x.TaskStates + yym63 := z.DecBinary() + _ = yym63 + if false { + } else { + h.decMapstringPtrtoTaskState((*map[string]*TaskState)(yyv62), d) + } + } + yyj39++ + if yyhl39 { + yyb39 = yyj39 > l + } else { + yyb39 = r.CheckBreak() + } + if yyb39 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.DeploymentStatus != nil { + x.DeploymentStatus = nil + } + } else { + if x.DeploymentStatus == nil { + x.DeploymentStatus = new(AllocDeploymentStatus) + } + x.DeploymentStatus.CodecDecodeSelf(d) + } + yyj39++ + if yyhl39 { + yyb39 = yyj39 > l + } else { + yyb39 = r.CheckBreak() + } + if yyb39 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.FollowupEvalID = "" + } else { + yyv65 := &x.FollowupEvalID + yym66 := z.DecBinary() + _ = yym66 + if false { + } else { + *((*string)(yyv65)) = r.DecodeString() + } + } + yyj39++ + if yyhl39 { + yyb39 = yyj39 > l + } else { + yyb39 = r.CheckBreak() + } + if yyb39 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.CreateIndex = 0 + } else { + yyv67 := &x.CreateIndex + yym68 := z.DecBinary() + _ = yym68 + if false { + } else { + *((*uint64)(yyv67)) = uint64(r.DecodeUint(64)) + } + } + yyj39++ + if yyhl39 { + yyb39 = yyj39 > l + } else { + yyb39 = r.CheckBreak() + } + if yyb39 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ModifyIndex = 0 + } else { + yyv69 := &x.ModifyIndex + yym70 := z.DecBinary() + _ = yym70 + if false { + } else { + *((*uint64)(yyv69)) = uint64(r.DecodeUint(64)) + } + } + yyj39++ + if yyhl39 { + yyb39 = yyj39 > l + } else { + yyb39 = r.CheckBreak() + } + if yyb39 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.CreateTime = 0 + } else { + yyv71 := &x.CreateTime + yym72 := z.DecBinary() + _ = yym72 + if false { + } else { + *((*int64)(yyv71)) = int64(r.DecodeInt(64)) + } + } + yyj39++ + if yyhl39 { + yyb39 = yyj39 > l + } else { + yyb39 = r.CheckBreak() + } + if yyb39 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ModifyTime = 0 + } else { + yyv73 := &x.ModifyTime + yym74 := z.DecBinary() + _ = yym74 + if false { + } else { + *((*int64)(yyv73)) = int64(r.DecodeInt(64)) + } + } + for { + yyj39++ + if yyhl39 { + yyb39 = yyj39 > l + } else { + yyb39 = r.CheckBreak() + } + if yyb39 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj39-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *AllocMetric) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [12]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(12) + } else { + yynn2 = 12 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeInt(int64(x.NodesEvaluated)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("NodesEvaluated")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeInt(int64(x.NodesEvaluated)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeInt(int64(x.NodesFiltered)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("NodesFiltered")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeInt(int64(x.NodesFiltered)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.NodesAvailable == nil { + r.EncodeNil() + } else { + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + z.F.EncMapStringIntV(x.NodesAvailable, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("NodesAvailable")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.NodesAvailable == nil { + r.EncodeNil() + } else { + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + z.F.EncMapStringIntV(x.NodesAvailable, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.ClassFiltered == nil { + r.EncodeNil() + } else { + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + z.F.EncMapStringIntV(x.ClassFiltered, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ClassFiltered")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.ClassFiltered == nil { + r.EncodeNil() + } else { + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + z.F.EncMapStringIntV(x.ClassFiltered, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.ConstraintFiltered == nil { + r.EncodeNil() + } else { + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + z.F.EncMapStringIntV(x.ConstraintFiltered, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ConstraintFiltered")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.ConstraintFiltered == nil { + r.EncodeNil() + } else { + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + z.F.EncMapStringIntV(x.ConstraintFiltered, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeInt(int64(x.NodesExhausted)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("NodesExhausted")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeInt(int64(x.NodesExhausted)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.ClassExhausted == nil { + r.EncodeNil() + } else { + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + z.F.EncMapStringIntV(x.ClassExhausted, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ClassExhausted")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.ClassExhausted == nil { + r.EncodeNil() + } else { + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + z.F.EncMapStringIntV(x.ClassExhausted, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.DimensionExhausted == nil { + r.EncodeNil() + } else { + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + z.F.EncMapStringIntV(x.DimensionExhausted, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DimensionExhausted")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.DimensionExhausted == nil { + r.EncodeNil() + } else { + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + z.F.EncMapStringIntV(x.DimensionExhausted, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.QuotaExhausted == nil { + r.EncodeNil() + } else { + yym28 := z.EncBinary() + _ = yym28 + if false { + } else { + z.F.EncSliceStringV(x.QuotaExhausted, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("QuotaExhausted")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.QuotaExhausted == nil { + r.EncodeNil() + } else { + yym29 := z.EncBinary() + _ = yym29 + if false { + } else { + z.F.EncSliceStringV(x.QuotaExhausted, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Scores == nil { + r.EncodeNil() + } else { + yym31 := z.EncBinary() + _ = yym31 + if false { + } else { + z.F.EncMapStringFloat64V(x.Scores, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Scores")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Scores == nil { + r.EncodeNil() + } else { + yym32 := z.EncBinary() + _ = yym32 + if false { + } else { + z.F.EncMapStringFloat64V(x.Scores, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym34 := z.EncBinary() + _ = yym34 + if false { + } else if z.HasExtensions() && z.EncExt(x.AllocationTime) { + } else { + r.EncodeInt(int64(x.AllocationTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AllocationTime")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym35 := z.EncBinary() + _ = yym35 + if false { + } else if z.HasExtensions() && z.EncExt(x.AllocationTime) { + } else { + r.EncodeInt(int64(x.AllocationTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym37 := z.EncBinary() + _ = yym37 + if false { + } else { + r.EncodeInt(int64(x.CoalescedFailures)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("CoalescedFailures")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym38 := z.EncBinary() + _ = yym38 + if false { + } else { + r.EncodeInt(int64(x.CoalescedFailures)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *AllocMetric) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *AllocMetric) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "NodesEvaluated": + if r.TryDecodeAsNil() { + x.NodesEvaluated = 0 + } else { + yyv4 := &x.NodesEvaluated + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*int)(yyv4)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + case "NodesFiltered": + if r.TryDecodeAsNil() { + x.NodesFiltered = 0 + } else { + yyv6 := &x.NodesFiltered + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*int)(yyv6)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + case "NodesAvailable": + if r.TryDecodeAsNil() { + x.NodesAvailable = nil + } else { + yyv8 := &x.NodesAvailable + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + z.F.DecMapStringIntX(yyv8, false, d) + } + } + case "ClassFiltered": + if r.TryDecodeAsNil() { + x.ClassFiltered = nil + } else { + yyv10 := &x.ClassFiltered + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + z.F.DecMapStringIntX(yyv10, false, d) + } + } + case "ConstraintFiltered": + if r.TryDecodeAsNil() { + x.ConstraintFiltered = nil + } else { + yyv12 := &x.ConstraintFiltered + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + z.F.DecMapStringIntX(yyv12, false, d) + } + } + case "NodesExhausted": + if r.TryDecodeAsNil() { + x.NodesExhausted = 0 + } else { + yyv14 := &x.NodesExhausted + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*int)(yyv14)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + case "ClassExhausted": + if r.TryDecodeAsNil() { + x.ClassExhausted = nil + } else { + yyv16 := &x.ClassExhausted + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + z.F.DecMapStringIntX(yyv16, false, d) + } + } + case "DimensionExhausted": + if r.TryDecodeAsNil() { + x.DimensionExhausted = nil + } else { + yyv18 := &x.DimensionExhausted + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + z.F.DecMapStringIntX(yyv18, false, d) + } + } + case "QuotaExhausted": + if r.TryDecodeAsNil() { + x.QuotaExhausted = nil + } else { + yyv20 := &x.QuotaExhausted + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + z.F.DecSliceStringX(yyv20, false, d) + } + } + case "Scores": + if r.TryDecodeAsNil() { + x.Scores = nil + } else { + yyv22 := &x.Scores + yym23 := z.DecBinary() + _ = yym23 + if false { + } else { + z.F.DecMapStringFloat64X(yyv22, false, d) + } + } + case "AllocationTime": + if r.TryDecodeAsNil() { + x.AllocationTime = 0 + } else { + yyv24 := &x.AllocationTime + yym25 := z.DecBinary() + _ = yym25 + if false { + } else if z.HasExtensions() && z.DecExt(yyv24) { + } else { + *((*int64)(yyv24)) = int64(r.DecodeInt(64)) + } + } + case "CoalescedFailures": + if r.TryDecodeAsNil() { + x.CoalescedFailures = 0 + } else { + yyv26 := &x.CoalescedFailures + yym27 := z.DecBinary() + _ = yym27 + if false { + } else { + *((*int)(yyv26)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *AllocMetric) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj28 int + var yyb28 bool + var yyhl28 bool = l >= 0 + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.NodesEvaluated = 0 + } else { + yyv29 := &x.NodesEvaluated + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*int)(yyv29)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.NodesFiltered = 0 + } else { + yyv31 := &x.NodesFiltered + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + *((*int)(yyv31)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.NodesAvailable = nil + } else { + yyv33 := &x.NodesAvailable + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + z.F.DecMapStringIntX(yyv33, false, d) + } + } + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ClassFiltered = nil + } else { + yyv35 := &x.ClassFiltered + yym36 := z.DecBinary() + _ = yym36 + if false { + } else { + z.F.DecMapStringIntX(yyv35, false, d) + } + } + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ConstraintFiltered = nil + } else { + yyv37 := &x.ConstraintFiltered + yym38 := z.DecBinary() + _ = yym38 + if false { + } else { + z.F.DecMapStringIntX(yyv37, false, d) + } + } + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.NodesExhausted = 0 + } else { + yyv39 := &x.NodesExhausted + yym40 := z.DecBinary() + _ = yym40 + if false { + } else { + *((*int)(yyv39)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ClassExhausted = nil + } else { + yyv41 := &x.ClassExhausted + yym42 := z.DecBinary() + _ = yym42 + if false { + } else { + z.F.DecMapStringIntX(yyv41, false, d) + } + } + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.DimensionExhausted = nil + } else { + yyv43 := &x.DimensionExhausted + yym44 := z.DecBinary() + _ = yym44 + if false { + } else { + z.F.DecMapStringIntX(yyv43, false, d) + } + } + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.QuotaExhausted = nil + } else { + yyv45 := &x.QuotaExhausted + yym46 := z.DecBinary() + _ = yym46 + if false { + } else { + z.F.DecSliceStringX(yyv45, false, d) + } + } + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Scores = nil + } else { + yyv47 := &x.Scores + yym48 := z.DecBinary() + _ = yym48 + if false { + } else { + z.F.DecMapStringFloat64X(yyv47, false, d) + } + } + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AllocationTime = 0 + } else { + yyv49 := &x.AllocationTime + yym50 := z.DecBinary() + _ = yym50 + if false { + } else if z.HasExtensions() && z.DecExt(yyv49) { + } else { + *((*int64)(yyv49)) = int64(r.DecodeInt(64)) + } + } + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.CoalescedFailures = 0 + } else { + yyv51 := &x.CoalescedFailures + yym52 := z.DecBinary() + _ = yym52 + if false { + } else { + *((*int)(yyv51)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + for { + yyj28++ + if yyhl28 { + yyb28 = yyj28 > l + } else { + yyb28 = r.CheckBreak() + } + if yyb28 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj28-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *AllocDeploymentStatus) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [2]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(2) + } else { + yynn2 = 2 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Healthy == nil { + r.EncodeNil() + } else { + yy4 := *x.Healthy + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeBool(bool(yy4)) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Healthy")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Healthy == nil { + r.EncodeNil() + } else { + yy6 := *x.Healthy + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeBool(bool(yy6)) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym9 := z.EncBinary() + _ = yym9 + if false { + } else { + r.EncodeUint(uint64(x.ModifyIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ModifyIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeUint(uint64(x.ModifyIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *AllocDeploymentStatus) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *AllocDeploymentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Healthy": + if r.TryDecodeAsNil() { + if x.Healthy != nil { + x.Healthy = nil + } + } else { + if x.Healthy == nil { + x.Healthy = new(bool) + } + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*bool)(x.Healthy)) = r.DecodeBool() + } + } + case "ModifyIndex": + if r.TryDecodeAsNil() { + x.ModifyIndex = 0 + } else { + yyv6 := &x.ModifyIndex + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*uint64)(yyv6)) = uint64(r.DecodeUint(64)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *AllocDeploymentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj8 int + var yyb8 bool + var yyhl8 bool = l >= 0 + yyj8++ + if yyhl8 { + yyb8 = yyj8 > l + } else { + yyb8 = r.CheckBreak() + } + if yyb8 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Healthy != nil { + x.Healthy = nil + } + } else { + if x.Healthy == nil { + x.Healthy = new(bool) + } + yym10 := z.DecBinary() + _ = yym10 + if false { + } else { + *((*bool)(x.Healthy)) = r.DecodeBool() + } + } + yyj8++ + if yyhl8 { + yyb8 = yyj8 > l + } else { + yyb8 = r.CheckBreak() + } + if yyb8 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ModifyIndex = 0 + } else { + yyv11 := &x.ModifyIndex + yym12 := z.DecBinary() + _ = yym12 + if false { + } else { + *((*uint64)(yyv11)) = uint64(r.DecodeUint(64)) + } + } + for { + yyj8++ + if yyhl8 { + yyb8 = yyj8 > l + } else { + yyb8 = r.CheckBreak() + } + if yyb8 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj8-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *Evaluation) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [27]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(27) + } else { + yynn2 = 27 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.ID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeInt(int64(x.Priority)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Priority")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeInt(int64(x.Priority)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Type)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Type")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Type)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.TriggeredBy)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("TriggeredBy")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.TriggeredBy)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.JobID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("JobID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.JobID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeUint(uint64(x.JobModifyIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("JobModifyIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeUint(uint64(x.JobModifyIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.NodeID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("NodeID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.NodeID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym28 := z.EncBinary() + _ = yym28 + if false { + } else { + r.EncodeUint(uint64(x.NodeModifyIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("NodeModifyIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym29 := z.EncBinary() + _ = yym29 + if false { + } else { + r.EncodeUint(uint64(x.NodeModifyIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym31 := z.EncBinary() + _ = yym31 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DeploymentID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DeploymentID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym32 := z.EncBinary() + _ = yym32 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.DeploymentID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym34 := z.EncBinary() + _ = yym34 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Status)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Status")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym35 := z.EncBinary() + _ = yym35 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Status)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym37 := z.EncBinary() + _ = yym37 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.StatusDescription)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("StatusDescription")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym38 := z.EncBinary() + _ = yym38 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.StatusDescription)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym40 := z.EncBinary() + _ = yym40 + if false { + } else if z.HasExtensions() && z.EncExt(x.Wait) { + } else { + r.EncodeInt(int64(x.Wait)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Wait")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym41 := z.EncBinary() + _ = yym41 + if false { + } else if z.HasExtensions() && z.EncExt(x.Wait) { + } else { + r.EncodeInt(int64(x.Wait)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yy43 := &x.WaitUntil + yym44 := z.EncBinary() + _ = yym44 + if false { + } else if yym45 := z.TimeRtidIfBinc(); yym45 != 0 { + r.EncodeBuiltin(yym45, yy43) + } else if z.HasExtensions() && z.EncExt(yy43) { + } else if yym44 { + z.EncBinaryMarshal(yy43) + } else if !yym44 && z.IsJSONHandle() { + z.EncJSONMarshal(yy43) + } else { + z.EncFallback(yy43) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("WaitUntil")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yy46 := &x.WaitUntil + yym47 := z.EncBinary() + _ = yym47 + if false { + } else if yym48 := z.TimeRtidIfBinc(); yym48 != 0 { + r.EncodeBuiltin(yym48, yy46) + } else if z.HasExtensions() && z.EncExt(yy46) { + } else if yym47 { + z.EncBinaryMarshal(yy46) + } else if !yym47 && z.IsJSONHandle() { + z.EncJSONMarshal(yy46) + } else { + z.EncFallback(yy46) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym50 := z.EncBinary() + _ = yym50 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.NextEval)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("NextEval")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym51 := z.EncBinary() + _ = yym51 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.NextEval)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym53 := z.EncBinary() + _ = yym53 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.PreviousEval)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("PreviousEval")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym54 := z.EncBinary() + _ = yym54 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.PreviousEval)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym56 := z.EncBinary() + _ = yym56 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.BlockedEval)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("BlockedEval")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym57 := z.EncBinary() + _ = yym57 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.BlockedEval)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.FailedTGAllocs == nil { + r.EncodeNil() + } else { + yym59 := z.EncBinary() + _ = yym59 + if false { + } else { + h.encMapstringPtrtoAllocMetric((map[string]*AllocMetric)(x.FailedTGAllocs), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("FailedTGAllocs")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.FailedTGAllocs == nil { + r.EncodeNil() + } else { + yym60 := z.EncBinary() + _ = yym60 + if false { + } else { + h.encMapstringPtrtoAllocMetric((map[string]*AllocMetric)(x.FailedTGAllocs), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.ClassEligibility == nil { + r.EncodeNil() + } else { + yym62 := z.EncBinary() + _ = yym62 + if false { + } else { + z.F.EncMapStringBoolV(x.ClassEligibility, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ClassEligibility")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.ClassEligibility == nil { + r.EncodeNil() + } else { + yym63 := z.EncBinary() + _ = yym63 + if false { + } else { + z.F.EncMapStringBoolV(x.ClassEligibility, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym65 := z.EncBinary() + _ = yym65 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.QuotaLimitReached)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("QuotaLimitReached")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym66 := z.EncBinary() + _ = yym66 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.QuotaLimitReached)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym68 := z.EncBinary() + _ = yym68 + if false { + } else { + r.EncodeBool(bool(x.EscapedComputedClass)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("EscapedComputedClass")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym69 := z.EncBinary() + _ = yym69 + if false { + } else { + r.EncodeBool(bool(x.EscapedComputedClass)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym71 := z.EncBinary() + _ = yym71 + if false { + } else { + r.EncodeBool(bool(x.AnnotatePlan)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AnnotatePlan")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym72 := z.EncBinary() + _ = yym72 + if false { + } else { + r.EncodeBool(bool(x.AnnotatePlan)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.QueuedAllocations == nil { + r.EncodeNil() + } else { + yym74 := z.EncBinary() + _ = yym74 + if false { + } else { + z.F.EncMapStringIntV(x.QueuedAllocations, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("QueuedAllocations")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.QueuedAllocations == nil { + r.EncodeNil() + } else { + yym75 := z.EncBinary() + _ = yym75 + if false { + } else { + z.F.EncMapStringIntV(x.QueuedAllocations, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym77 := z.EncBinary() + _ = yym77 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.LeaderACL)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LeaderACL")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym78 := z.EncBinary() + _ = yym78 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.LeaderACL)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym80 := z.EncBinary() + _ = yym80 + if false { + } else { + r.EncodeUint(uint64(x.SnapshotIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("SnapshotIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym81 := z.EncBinary() + _ = yym81 + if false { + } else { + r.EncodeUint(uint64(x.SnapshotIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym83 := z.EncBinary() + _ = yym83 + if false { + } else { + r.EncodeUint(uint64(x.CreateIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("CreateIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym84 := z.EncBinary() + _ = yym84 + if false { + } else { + r.EncodeUint(uint64(x.CreateIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym86 := z.EncBinary() + _ = yym86 + if false { + } else { + r.EncodeUint(uint64(x.ModifyIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ModifyIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym87 := z.EncBinary() + _ = yym87 + if false { + } else { + r.EncodeUint(uint64(x.ModifyIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *Evaluation) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *Evaluation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "ID": + if r.TryDecodeAsNil() { + x.ID = "" + } else { + yyv4 := &x.ID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv6 := &x.Namespace + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Priority": + if r.TryDecodeAsNil() { + x.Priority = 0 + } else { + yyv8 := &x.Priority + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*int)(yyv8)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + case "Type": + if r.TryDecodeAsNil() { + x.Type = "" + } else { + yyv10 := &x.Type + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "TriggeredBy": + if r.TryDecodeAsNil() { + x.TriggeredBy = "" + } else { + yyv12 := &x.TriggeredBy + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*string)(yyv12)) = r.DecodeString() + } + } + case "JobID": + if r.TryDecodeAsNil() { + x.JobID = "" + } else { + yyv14 := &x.JobID + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*string)(yyv14)) = r.DecodeString() + } + } + case "JobModifyIndex": + if r.TryDecodeAsNil() { + x.JobModifyIndex = 0 + } else { + yyv16 := &x.JobModifyIndex + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*uint64)(yyv16)) = uint64(r.DecodeUint(64)) + } + } + case "NodeID": + if r.TryDecodeAsNil() { + x.NodeID = "" + } else { + yyv18 := &x.NodeID + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*string)(yyv18)) = r.DecodeString() + } + } + case "NodeModifyIndex": + if r.TryDecodeAsNil() { + x.NodeModifyIndex = 0 + } else { + yyv20 := &x.NodeModifyIndex + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + *((*uint64)(yyv20)) = uint64(r.DecodeUint(64)) + } + } + case "DeploymentID": + if r.TryDecodeAsNil() { + x.DeploymentID = "" + } else { + yyv22 := &x.DeploymentID + yym23 := z.DecBinary() + _ = yym23 + if false { + } else { + *((*string)(yyv22)) = r.DecodeString() + } + } + case "Status": + if r.TryDecodeAsNil() { + x.Status = "" + } else { + yyv24 := &x.Status + yym25 := z.DecBinary() + _ = yym25 + if false { + } else { + *((*string)(yyv24)) = r.DecodeString() + } + } + case "StatusDescription": + if r.TryDecodeAsNil() { + x.StatusDescription = "" + } else { + yyv26 := &x.StatusDescription + yym27 := z.DecBinary() + _ = yym27 + if false { + } else { + *((*string)(yyv26)) = r.DecodeString() + } + } + case "Wait": + if r.TryDecodeAsNil() { + x.Wait = 0 + } else { + yyv28 := &x.Wait + yym29 := z.DecBinary() + _ = yym29 + if false { + } else if z.HasExtensions() && z.DecExt(yyv28) { + } else { + *((*int64)(yyv28)) = int64(r.DecodeInt(64)) + } + } + case "WaitUntil": + if r.TryDecodeAsNil() { + x.WaitUntil = time.Time{} + } else { + yyv30 := &x.WaitUntil + yym31 := z.DecBinary() + _ = yym31 + if false { + } else if yym32 := z.TimeRtidIfBinc(); yym32 != 0 { + r.DecodeBuiltin(yym32, yyv30) + } else if z.HasExtensions() && z.DecExt(yyv30) { + } else if yym31 { + z.DecBinaryUnmarshal(yyv30) + } else if !yym31 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv30) + } else { + z.DecFallback(yyv30, false) + } + } + case "NextEval": + if r.TryDecodeAsNil() { + x.NextEval = "" + } else { + yyv33 := &x.NextEval + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + *((*string)(yyv33)) = r.DecodeString() + } + } + case "PreviousEval": + if r.TryDecodeAsNil() { + x.PreviousEval = "" + } else { + yyv35 := &x.PreviousEval + yym36 := z.DecBinary() + _ = yym36 + if false { + } else { + *((*string)(yyv35)) = r.DecodeString() + } + } + case "BlockedEval": + if r.TryDecodeAsNil() { + x.BlockedEval = "" + } else { + yyv37 := &x.BlockedEval + yym38 := z.DecBinary() + _ = yym38 + if false { + } else { + *((*string)(yyv37)) = r.DecodeString() + } + } + case "FailedTGAllocs": + if r.TryDecodeAsNil() { + x.FailedTGAllocs = nil + } else { + yyv39 := &x.FailedTGAllocs + yym40 := z.DecBinary() + _ = yym40 + if false { + } else { + h.decMapstringPtrtoAllocMetric((*map[string]*AllocMetric)(yyv39), d) + } + } + case "ClassEligibility": + if r.TryDecodeAsNil() { + x.ClassEligibility = nil + } else { + yyv41 := &x.ClassEligibility + yym42 := z.DecBinary() + _ = yym42 + if false { + } else { + z.F.DecMapStringBoolX(yyv41, false, d) + } + } + case "QuotaLimitReached": + if r.TryDecodeAsNil() { + x.QuotaLimitReached = "" + } else { + yyv43 := &x.QuotaLimitReached + yym44 := z.DecBinary() + _ = yym44 + if false { + } else { + *((*string)(yyv43)) = r.DecodeString() + } + } + case "EscapedComputedClass": + if r.TryDecodeAsNil() { + x.EscapedComputedClass = false + } else { + yyv45 := &x.EscapedComputedClass + yym46 := z.DecBinary() + _ = yym46 + if false { + } else { + *((*bool)(yyv45)) = r.DecodeBool() + } + } + case "AnnotatePlan": + if r.TryDecodeAsNil() { + x.AnnotatePlan = false + } else { + yyv47 := &x.AnnotatePlan + yym48 := z.DecBinary() + _ = yym48 + if false { + } else { + *((*bool)(yyv47)) = r.DecodeBool() + } + } + case "QueuedAllocations": + if r.TryDecodeAsNil() { + x.QueuedAllocations = nil + } else { + yyv49 := &x.QueuedAllocations + yym50 := z.DecBinary() + _ = yym50 + if false { + } else { + z.F.DecMapStringIntX(yyv49, false, d) + } + } + case "LeaderACL": + if r.TryDecodeAsNil() { + x.LeaderACL = "" + } else { + yyv51 := &x.LeaderACL + yym52 := z.DecBinary() + _ = yym52 + if false { + } else { + *((*string)(yyv51)) = r.DecodeString() + } + } + case "SnapshotIndex": + if r.TryDecodeAsNil() { + x.SnapshotIndex = 0 + } else { + yyv53 := &x.SnapshotIndex + yym54 := z.DecBinary() + _ = yym54 + if false { + } else { + *((*uint64)(yyv53)) = uint64(r.DecodeUint(64)) + } + } + case "CreateIndex": + if r.TryDecodeAsNil() { + x.CreateIndex = 0 + } else { + yyv55 := &x.CreateIndex + yym56 := z.DecBinary() + _ = yym56 + if false { + } else { + *((*uint64)(yyv55)) = uint64(r.DecodeUint(64)) + } + } + case "ModifyIndex": + if r.TryDecodeAsNil() { + x.ModifyIndex = 0 + } else { + yyv57 := &x.ModifyIndex + yym58 := z.DecBinary() + _ = yym58 + if false { + } else { + *((*uint64)(yyv57)) = uint64(r.DecodeUint(64)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *Evaluation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj59 int + var yyb59 bool + var yyhl59 bool = l >= 0 + yyj59++ + if yyhl59 { + yyb59 = yyj59 > l + } else { + yyb59 = r.CheckBreak() + } + if yyb59 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ID = "" + } else { + yyv60 := &x.ID + yym61 := z.DecBinary() + _ = yym61 + if false { + } else { + *((*string)(yyv60)) = r.DecodeString() + } + } + yyj59++ + if yyhl59 { + yyb59 = yyj59 > l + } else { + yyb59 = r.CheckBreak() + } + if yyb59 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv62 := &x.Namespace + yym63 := z.DecBinary() + _ = yym63 + if false { + } else { + *((*string)(yyv62)) = r.DecodeString() + } + } + yyj59++ + if yyhl59 { + yyb59 = yyj59 > l + } else { + yyb59 = r.CheckBreak() + } + if yyb59 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Priority = 0 + } else { + yyv64 := &x.Priority + yym65 := z.DecBinary() + _ = yym65 + if false { + } else { + *((*int)(yyv64)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + yyj59++ + if yyhl59 { + yyb59 = yyj59 > l + } else { + yyb59 = r.CheckBreak() + } + if yyb59 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Type = "" + } else { + yyv66 := &x.Type + yym67 := z.DecBinary() + _ = yym67 + if false { + } else { + *((*string)(yyv66)) = r.DecodeString() + } + } + yyj59++ + if yyhl59 { + yyb59 = yyj59 > l + } else { + yyb59 = r.CheckBreak() + } + if yyb59 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.TriggeredBy = "" + } else { + yyv68 := &x.TriggeredBy + yym69 := z.DecBinary() + _ = yym69 + if false { + } else { + *((*string)(yyv68)) = r.DecodeString() + } + } + yyj59++ + if yyhl59 { + yyb59 = yyj59 > l + } else { + yyb59 = r.CheckBreak() + } + if yyb59 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.JobID = "" + } else { + yyv70 := &x.JobID + yym71 := z.DecBinary() + _ = yym71 + if false { + } else { + *((*string)(yyv70)) = r.DecodeString() + } + } + yyj59++ + if yyhl59 { + yyb59 = yyj59 > l + } else { + yyb59 = r.CheckBreak() + } + if yyb59 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.JobModifyIndex = 0 + } else { + yyv72 := &x.JobModifyIndex + yym73 := z.DecBinary() + _ = yym73 + if false { + } else { + *((*uint64)(yyv72)) = uint64(r.DecodeUint(64)) + } + } + yyj59++ + if yyhl59 { + yyb59 = yyj59 > l + } else { + yyb59 = r.CheckBreak() + } + if yyb59 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.NodeID = "" + } else { + yyv74 := &x.NodeID + yym75 := z.DecBinary() + _ = yym75 + if false { + } else { + *((*string)(yyv74)) = r.DecodeString() + } + } + yyj59++ + if yyhl59 { + yyb59 = yyj59 > l + } else { + yyb59 = r.CheckBreak() + } + if yyb59 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.NodeModifyIndex = 0 + } else { + yyv76 := &x.NodeModifyIndex + yym77 := z.DecBinary() + _ = yym77 + if false { + } else { + *((*uint64)(yyv76)) = uint64(r.DecodeUint(64)) + } + } + yyj59++ + if yyhl59 { + yyb59 = yyj59 > l + } else { + yyb59 = r.CheckBreak() + } + if yyb59 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.DeploymentID = "" + } else { + yyv78 := &x.DeploymentID + yym79 := z.DecBinary() + _ = yym79 + if false { + } else { + *((*string)(yyv78)) = r.DecodeString() + } + } + yyj59++ + if yyhl59 { + yyb59 = yyj59 > l + } else { + yyb59 = r.CheckBreak() + } + if yyb59 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Status = "" + } else { + yyv80 := &x.Status + yym81 := z.DecBinary() + _ = yym81 + if false { + } else { + *((*string)(yyv80)) = r.DecodeString() + } + } + yyj59++ + if yyhl59 { + yyb59 = yyj59 > l + } else { + yyb59 = r.CheckBreak() + } + if yyb59 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.StatusDescription = "" + } else { + yyv82 := &x.StatusDescription + yym83 := z.DecBinary() + _ = yym83 + if false { + } else { + *((*string)(yyv82)) = r.DecodeString() + } + } + yyj59++ + if yyhl59 { + yyb59 = yyj59 > l + } else { + yyb59 = r.CheckBreak() + } + if yyb59 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Wait = 0 + } else { + yyv84 := &x.Wait + yym85 := z.DecBinary() + _ = yym85 + if false { + } else if z.HasExtensions() && z.DecExt(yyv84) { + } else { + *((*int64)(yyv84)) = int64(r.DecodeInt(64)) + } + } + yyj59++ + if yyhl59 { + yyb59 = yyj59 > l + } else { + yyb59 = r.CheckBreak() + } + if yyb59 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.WaitUntil = time.Time{} + } else { + yyv86 := &x.WaitUntil + yym87 := z.DecBinary() + _ = yym87 + if false { + } else if yym88 := z.TimeRtidIfBinc(); yym88 != 0 { + r.DecodeBuiltin(yym88, yyv86) + } else if z.HasExtensions() && z.DecExt(yyv86) { + } else if yym87 { + z.DecBinaryUnmarshal(yyv86) + } else if !yym87 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv86) + } else { + z.DecFallback(yyv86, false) + } + } + yyj59++ + if yyhl59 { + yyb59 = yyj59 > l + } else { + yyb59 = r.CheckBreak() + } + if yyb59 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.NextEval = "" + } else { + yyv89 := &x.NextEval + yym90 := z.DecBinary() + _ = yym90 + if false { + } else { + *((*string)(yyv89)) = r.DecodeString() + } + } + yyj59++ + if yyhl59 { + yyb59 = yyj59 > l + } else { + yyb59 = r.CheckBreak() + } + if yyb59 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.PreviousEval = "" + } else { + yyv91 := &x.PreviousEval + yym92 := z.DecBinary() + _ = yym92 + if false { + } else { + *((*string)(yyv91)) = r.DecodeString() + } + } + yyj59++ + if yyhl59 { + yyb59 = yyj59 > l + } else { + yyb59 = r.CheckBreak() + } + if yyb59 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.BlockedEval = "" + } else { + yyv93 := &x.BlockedEval + yym94 := z.DecBinary() + _ = yym94 + if false { + } else { + *((*string)(yyv93)) = r.DecodeString() + } + } + yyj59++ + if yyhl59 { + yyb59 = yyj59 > l + } else { + yyb59 = r.CheckBreak() + } + if yyb59 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.FailedTGAllocs = nil + } else { + yyv95 := &x.FailedTGAllocs + yym96 := z.DecBinary() + _ = yym96 + if false { + } else { + h.decMapstringPtrtoAllocMetric((*map[string]*AllocMetric)(yyv95), d) + } + } + yyj59++ + if yyhl59 { + yyb59 = yyj59 > l + } else { + yyb59 = r.CheckBreak() + } + if yyb59 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ClassEligibility = nil + } else { + yyv97 := &x.ClassEligibility + yym98 := z.DecBinary() + _ = yym98 + if false { + } else { + z.F.DecMapStringBoolX(yyv97, false, d) + } + } + yyj59++ + if yyhl59 { + yyb59 = yyj59 > l + } else { + yyb59 = r.CheckBreak() + } + if yyb59 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.QuotaLimitReached = "" + } else { + yyv99 := &x.QuotaLimitReached + yym100 := z.DecBinary() + _ = yym100 + if false { + } else { + *((*string)(yyv99)) = r.DecodeString() + } + } + yyj59++ + if yyhl59 { + yyb59 = yyj59 > l + } else { + yyb59 = r.CheckBreak() + } + if yyb59 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.EscapedComputedClass = false + } else { + yyv101 := &x.EscapedComputedClass + yym102 := z.DecBinary() + _ = yym102 + if false { + } else { + *((*bool)(yyv101)) = r.DecodeBool() + } + } + yyj59++ + if yyhl59 { + yyb59 = yyj59 > l + } else { + yyb59 = r.CheckBreak() + } + if yyb59 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AnnotatePlan = false + } else { + yyv103 := &x.AnnotatePlan + yym104 := z.DecBinary() + _ = yym104 + if false { + } else { + *((*bool)(yyv103)) = r.DecodeBool() + } + } + yyj59++ + if yyhl59 { + yyb59 = yyj59 > l + } else { + yyb59 = r.CheckBreak() + } + if yyb59 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.QueuedAllocations = nil + } else { + yyv105 := &x.QueuedAllocations + yym106 := z.DecBinary() + _ = yym106 + if false { + } else { + z.F.DecMapStringIntX(yyv105, false, d) + } + } + yyj59++ + if yyhl59 { + yyb59 = yyj59 > l + } else { + yyb59 = r.CheckBreak() + } + if yyb59 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LeaderACL = "" + } else { + yyv107 := &x.LeaderACL + yym108 := z.DecBinary() + _ = yym108 + if false { + } else { + *((*string)(yyv107)) = r.DecodeString() + } + } + yyj59++ + if yyhl59 { + yyb59 = yyj59 > l + } else { + yyb59 = r.CheckBreak() + } + if yyb59 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.SnapshotIndex = 0 + } else { + yyv109 := &x.SnapshotIndex + yym110 := z.DecBinary() + _ = yym110 + if false { + } else { + *((*uint64)(yyv109)) = uint64(r.DecodeUint(64)) + } + } + yyj59++ + if yyhl59 { + yyb59 = yyj59 > l + } else { + yyb59 = r.CheckBreak() + } + if yyb59 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.CreateIndex = 0 + } else { + yyv111 := &x.CreateIndex + yym112 := z.DecBinary() + _ = yym112 + if false { + } else { + *((*uint64)(yyv111)) = uint64(r.DecodeUint(64)) + } + } + yyj59++ + if yyhl59 { + yyb59 = yyj59 > l + } else { + yyb59 = r.CheckBreak() + } + if yyb59 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ModifyIndex = 0 + } else { + yyv113 := &x.ModifyIndex + yym114 := z.DecBinary() + _ = yym114 + if false { + } else { + *((*uint64)(yyv113)) = uint64(r.DecodeUint(64)) + } + } + for { + yyj59++ + if yyhl59 { + yyb59 = yyj59 > l + } else { + yyb59 = r.CheckBreak() + } + if yyb59 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj59-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *Plan) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [10]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(10) + } else { + yynn2 = 10 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.EvalID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("EvalID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.EvalID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.EvalToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("EvalToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.EvalToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeInt(int64(x.Priority)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Priority")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeInt(int64(x.Priority)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeBool(bool(x.AllAtOnce)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AllAtOnce")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeBool(bool(x.AllAtOnce)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Job == nil { + r.EncodeNil() + } else { + x.Job.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Job")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Job == nil { + r.EncodeNil() + } else { + x.Job.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.NodeUpdate == nil { + r.EncodeNil() + } else { + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + h.encMapstringSlicePtrtoAllocation((map[string][]*Allocation)(x.NodeUpdate), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("NodeUpdate")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.NodeUpdate == nil { + r.EncodeNil() + } else { + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + h.encMapstringSlicePtrtoAllocation((map[string][]*Allocation)(x.NodeUpdate), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.NodeAllocation == nil { + r.EncodeNil() + } else { + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + h.encMapstringSlicePtrtoAllocation((map[string][]*Allocation)(x.NodeAllocation), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("NodeAllocation")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.NodeAllocation == nil { + r.EncodeNil() + } else { + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + h.encMapstringSlicePtrtoAllocation((map[string][]*Allocation)(x.NodeAllocation), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Annotations == nil { + r.EncodeNil() + } else { + x.Annotations.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Annotations")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Annotations == nil { + r.EncodeNil() + } else { + x.Annotations.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Deployment == nil { + r.EncodeNil() + } else { + x.Deployment.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Deployment")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Deployment == nil { + r.EncodeNil() + } else { + x.Deployment.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.DeploymentUpdates == nil { + r.EncodeNil() + } else { + yym31 := z.EncBinary() + _ = yym31 + if false { + } else { + h.encSlicePtrtoDeploymentStatusUpdate(([]*DeploymentStatusUpdate)(x.DeploymentUpdates), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DeploymentUpdates")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.DeploymentUpdates == nil { + r.EncodeNil() + } else { + yym32 := z.EncBinary() + _ = yym32 + if false { + } else { + h.encSlicePtrtoDeploymentStatusUpdate(([]*DeploymentStatusUpdate)(x.DeploymentUpdates), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *Plan) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *Plan) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "EvalID": + if r.TryDecodeAsNil() { + x.EvalID = "" + } else { + yyv4 := &x.EvalID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "EvalToken": + if r.TryDecodeAsNil() { + x.EvalToken = "" + } else { + yyv6 := &x.EvalToken + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Priority": + if r.TryDecodeAsNil() { + x.Priority = 0 + } else { + yyv8 := &x.Priority + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*int)(yyv8)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + case "AllAtOnce": + if r.TryDecodeAsNil() { + x.AllAtOnce = false + } else { + yyv10 := &x.AllAtOnce + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*bool)(yyv10)) = r.DecodeBool() + } + } + case "Job": + if r.TryDecodeAsNil() { + if x.Job != nil { + x.Job = nil + } + } else { + if x.Job == nil { + x.Job = new(Job) + } + x.Job.CodecDecodeSelf(d) + } + case "NodeUpdate": + if r.TryDecodeAsNil() { + x.NodeUpdate = nil + } else { + yyv13 := &x.NodeUpdate + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + h.decMapstringSlicePtrtoAllocation((*map[string][]*Allocation)(yyv13), d) + } + } + case "NodeAllocation": + if r.TryDecodeAsNil() { + x.NodeAllocation = nil + } else { + yyv15 := &x.NodeAllocation + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + h.decMapstringSlicePtrtoAllocation((*map[string][]*Allocation)(yyv15), d) + } + } + case "Annotations": + if r.TryDecodeAsNil() { + if x.Annotations != nil { + x.Annotations = nil + } + } else { + if x.Annotations == nil { + x.Annotations = new(PlanAnnotations) + } + x.Annotations.CodecDecodeSelf(d) + } + case "Deployment": + if r.TryDecodeAsNil() { + if x.Deployment != nil { + x.Deployment = nil + } + } else { + if x.Deployment == nil { + x.Deployment = new(Deployment) + } + x.Deployment.CodecDecodeSelf(d) + } + case "DeploymentUpdates": + if r.TryDecodeAsNil() { + x.DeploymentUpdates = nil + } else { + yyv19 := &x.DeploymentUpdates + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + h.decSlicePtrtoDeploymentStatusUpdate((*[]*DeploymentStatusUpdate)(yyv19), d) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *Plan) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj21 int + var yyb21 bool + var yyhl21 bool = l >= 0 + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.EvalID = "" + } else { + yyv22 := &x.EvalID + yym23 := z.DecBinary() + _ = yym23 + if false { + } else { + *((*string)(yyv22)) = r.DecodeString() + } + } + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.EvalToken = "" + } else { + yyv24 := &x.EvalToken + yym25 := z.DecBinary() + _ = yym25 + if false { + } else { + *((*string)(yyv24)) = r.DecodeString() + } + } + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Priority = 0 + } else { + yyv26 := &x.Priority + yym27 := z.DecBinary() + _ = yym27 + if false { + } else { + *((*int)(yyv26)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AllAtOnce = false + } else { + yyv28 := &x.AllAtOnce + yym29 := z.DecBinary() + _ = yym29 + if false { + } else { + *((*bool)(yyv28)) = r.DecodeBool() + } + } + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Job != nil { + x.Job = nil + } + } else { + if x.Job == nil { + x.Job = new(Job) + } + x.Job.CodecDecodeSelf(d) + } + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.NodeUpdate = nil + } else { + yyv31 := &x.NodeUpdate + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + h.decMapstringSlicePtrtoAllocation((*map[string][]*Allocation)(yyv31), d) + } + } + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.NodeAllocation = nil + } else { + yyv33 := &x.NodeAllocation + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + h.decMapstringSlicePtrtoAllocation((*map[string][]*Allocation)(yyv33), d) + } + } + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Annotations != nil { + x.Annotations = nil + } + } else { + if x.Annotations == nil { + x.Annotations = new(PlanAnnotations) + } + x.Annotations.CodecDecodeSelf(d) + } + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Deployment != nil { + x.Deployment = nil + } + } else { + if x.Deployment == nil { + x.Deployment = new(Deployment) + } + x.Deployment.CodecDecodeSelf(d) + } + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.DeploymentUpdates = nil + } else { + yyv37 := &x.DeploymentUpdates + yym38 := z.DecBinary() + _ = yym38 + if false { + } else { + h.decSlicePtrtoDeploymentStatusUpdate((*[]*DeploymentStatusUpdate)(yyv37), d) + } + } + for { + yyj21++ + if yyhl21 { + yyb21 = yyj21 > l + } else { + yyb21 = r.CheckBreak() + } + if yyb21 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj21-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *PlanResult) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [6]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(6) + } else { + yynn2 = 6 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.NodeUpdate == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + h.encMapstringSlicePtrtoAllocation((map[string][]*Allocation)(x.NodeUpdate), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("NodeUpdate")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.NodeUpdate == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + h.encMapstringSlicePtrtoAllocation((map[string][]*Allocation)(x.NodeUpdate), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.NodeAllocation == nil { + r.EncodeNil() + } else { + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + h.encMapstringSlicePtrtoAllocation((map[string][]*Allocation)(x.NodeAllocation), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("NodeAllocation")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.NodeAllocation == nil { + r.EncodeNil() + } else { + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + h.encMapstringSlicePtrtoAllocation((map[string][]*Allocation)(x.NodeAllocation), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Deployment == nil { + r.EncodeNil() + } else { + x.Deployment.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Deployment")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Deployment == nil { + r.EncodeNil() + } else { + x.Deployment.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.DeploymentUpdates == nil { + r.EncodeNil() + } else { + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + h.encSlicePtrtoDeploymentStatusUpdate(([]*DeploymentStatusUpdate)(x.DeploymentUpdates), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DeploymentUpdates")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.DeploymentUpdates == nil { + r.EncodeNil() + } else { + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + h.encSlicePtrtoDeploymentStatusUpdate(([]*DeploymentStatusUpdate)(x.DeploymentUpdates), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeUint(uint64(x.RefreshIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("RefreshIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeUint(uint64(x.RefreshIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeUint(uint64(x.AllocIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AllocIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeUint(uint64(x.AllocIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *PlanResult) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *PlanResult) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "NodeUpdate": + if r.TryDecodeAsNil() { + x.NodeUpdate = nil + } else { + yyv4 := &x.NodeUpdate + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + h.decMapstringSlicePtrtoAllocation((*map[string][]*Allocation)(yyv4), d) + } + } + case "NodeAllocation": + if r.TryDecodeAsNil() { + x.NodeAllocation = nil + } else { + yyv6 := &x.NodeAllocation + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + h.decMapstringSlicePtrtoAllocation((*map[string][]*Allocation)(yyv6), d) + } + } + case "Deployment": + if r.TryDecodeAsNil() { + if x.Deployment != nil { + x.Deployment = nil + } + } else { + if x.Deployment == nil { + x.Deployment = new(Deployment) + } + x.Deployment.CodecDecodeSelf(d) + } + case "DeploymentUpdates": + if r.TryDecodeAsNil() { + x.DeploymentUpdates = nil + } else { + yyv9 := &x.DeploymentUpdates + yym10 := z.DecBinary() + _ = yym10 + if false { + } else { + h.decSlicePtrtoDeploymentStatusUpdate((*[]*DeploymentStatusUpdate)(yyv9), d) + } + } + case "RefreshIndex": + if r.TryDecodeAsNil() { + x.RefreshIndex = 0 + } else { + yyv11 := &x.RefreshIndex + yym12 := z.DecBinary() + _ = yym12 + if false { + } else { + *((*uint64)(yyv11)) = uint64(r.DecodeUint(64)) + } + } + case "AllocIndex": + if r.TryDecodeAsNil() { + x.AllocIndex = 0 + } else { + yyv13 := &x.AllocIndex + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*uint64)(yyv13)) = uint64(r.DecodeUint(64)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *PlanResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj15 int + var yyb15 bool + var yyhl15 bool = l >= 0 + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.NodeUpdate = nil + } else { + yyv16 := &x.NodeUpdate + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + h.decMapstringSlicePtrtoAllocation((*map[string][]*Allocation)(yyv16), d) + } + } + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.NodeAllocation = nil + } else { + yyv18 := &x.NodeAllocation + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + h.decMapstringSlicePtrtoAllocation((*map[string][]*Allocation)(yyv18), d) + } + } + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Deployment != nil { + x.Deployment = nil + } + } else { + if x.Deployment == nil { + x.Deployment = new(Deployment) + } + x.Deployment.CodecDecodeSelf(d) + } + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.DeploymentUpdates = nil + } else { + yyv21 := &x.DeploymentUpdates + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + h.decSlicePtrtoDeploymentStatusUpdate((*[]*DeploymentStatusUpdate)(yyv21), d) + } + } + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.RefreshIndex = 0 + } else { + yyv23 := &x.RefreshIndex + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*uint64)(yyv23)) = uint64(r.DecodeUint(64)) + } + } + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AllocIndex = 0 + } else { + yyv25 := &x.AllocIndex + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*uint64)(yyv25)) = uint64(r.DecodeUint(64)) + } + } + for { + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj15-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *PlanAnnotations) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [1]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(1) + } else { + yynn2 = 1 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.DesiredTGUpdates == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + h.encMapstringPtrtoDesiredUpdates((map[string]*DesiredUpdates)(x.DesiredTGUpdates), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DesiredTGUpdates")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.DesiredTGUpdates == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + h.encMapstringPtrtoDesiredUpdates((map[string]*DesiredUpdates)(x.DesiredTGUpdates), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *PlanAnnotations) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *PlanAnnotations) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "DesiredTGUpdates": + if r.TryDecodeAsNil() { + x.DesiredTGUpdates = nil + } else { + yyv4 := &x.DesiredTGUpdates + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + h.decMapstringPtrtoDesiredUpdates((*map[string]*DesiredUpdates)(yyv4), d) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *PlanAnnotations) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj6 int + var yyb6 bool + var yyhl6 bool = l >= 0 + yyj6++ + if yyhl6 { + yyb6 = yyj6 > l + } else { + yyb6 = r.CheckBreak() + } + if yyb6 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.DesiredTGUpdates = nil + } else { + yyv7 := &x.DesiredTGUpdates + yym8 := z.DecBinary() + _ = yym8 + if false { + } else { + h.decMapstringPtrtoDesiredUpdates((*map[string]*DesiredUpdates)(yyv7), d) + } + } + for { + yyj6++ + if yyhl6 { + yyb6 = yyj6 > l + } else { + yyb6 = r.CheckBreak() + } + if yyb6 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj6-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *DesiredUpdates) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [7]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(7) + } else { + yynn2 = 7 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeUint(uint64(x.Ignore)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Ignore")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeUint(uint64(x.Ignore)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.Place)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Place")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.Place)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeUint(uint64(x.Migrate)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Migrate")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeUint(uint64(x.Migrate)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeUint(uint64(x.Stop)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Stop")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeUint(uint64(x.Stop)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeUint(uint64(x.InPlaceUpdate)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("InPlaceUpdate")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeUint(uint64(x.InPlaceUpdate)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeUint(uint64(x.DestructiveUpdate)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("DestructiveUpdate")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeUint(uint64(x.DestructiveUpdate)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeUint(uint64(x.Canary)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Canary")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeUint(uint64(x.Canary)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *DesiredUpdates) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *DesiredUpdates) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Ignore": + if r.TryDecodeAsNil() { + x.Ignore = 0 + } else { + yyv4 := &x.Ignore + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*uint64)(yyv4)) = uint64(r.DecodeUint(64)) + } + } + case "Place": + if r.TryDecodeAsNil() { + x.Place = 0 + } else { + yyv6 := &x.Place + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*uint64)(yyv6)) = uint64(r.DecodeUint(64)) + } + } + case "Migrate": + if r.TryDecodeAsNil() { + x.Migrate = 0 + } else { + yyv8 := &x.Migrate + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*uint64)(yyv8)) = uint64(r.DecodeUint(64)) + } + } + case "Stop": + if r.TryDecodeAsNil() { + x.Stop = 0 + } else { + yyv10 := &x.Stop + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*uint64)(yyv10)) = uint64(r.DecodeUint(64)) + } + } + case "InPlaceUpdate": + if r.TryDecodeAsNil() { + x.InPlaceUpdate = 0 + } else { + yyv12 := &x.InPlaceUpdate + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*uint64)(yyv12)) = uint64(r.DecodeUint(64)) + } + } + case "DestructiveUpdate": + if r.TryDecodeAsNil() { + x.DestructiveUpdate = 0 + } else { + yyv14 := &x.DestructiveUpdate + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*uint64)(yyv14)) = uint64(r.DecodeUint(64)) + } + } + case "Canary": + if r.TryDecodeAsNil() { + x.Canary = 0 + } else { + yyv16 := &x.Canary + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*uint64)(yyv16)) = uint64(r.DecodeUint(64)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *DesiredUpdates) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj18 int + var yyb18 bool + var yyhl18 bool = l >= 0 + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Ignore = 0 + } else { + yyv19 := &x.Ignore + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*uint64)(yyv19)) = uint64(r.DecodeUint(64)) + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Place = 0 + } else { + yyv21 := &x.Place + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*uint64)(yyv21)) = uint64(r.DecodeUint(64)) + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Migrate = 0 + } else { + yyv23 := &x.Migrate + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*uint64)(yyv23)) = uint64(r.DecodeUint(64)) + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Stop = 0 + } else { + yyv25 := &x.Stop + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*uint64)(yyv25)) = uint64(r.DecodeUint(64)) + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.InPlaceUpdate = 0 + } else { + yyv27 := &x.InPlaceUpdate + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*uint64)(yyv27)) = uint64(r.DecodeUint(64)) + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.DestructiveUpdate = 0 + } else { + yyv29 := &x.DestructiveUpdate + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*uint64)(yyv29)) = uint64(r.DecodeUint(64)) + } + } + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Canary = 0 + } else { + yyv31 := &x.Canary + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + *((*uint64)(yyv31)) = uint64(r.DecodeUint(64)) + } + } + for { + yyj18++ + if yyhl18 { + yyb18 = yyj18 > l + } else { + yyb18 = r.CheckBreak() + } + if yyb18 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj18-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *KeyringResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [3]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(3) + } else { + yynn2 = 3 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Messages == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + z.F.EncMapStringStringV(x.Messages, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Messages")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Messages == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + z.F.EncMapStringStringV(x.Messages, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Keys == nil { + r.EncodeNil() + } else { + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + z.F.EncMapStringIntV(x.Keys, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Keys")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Keys == nil { + r.EncodeNil() + } else { + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + z.F.EncMapStringIntV(x.Keys, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeInt(int64(x.NumNodes)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("NumNodes")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeInt(int64(x.NumNodes)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *KeyringResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *KeyringResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Messages": + if r.TryDecodeAsNil() { + x.Messages = nil + } else { + yyv4 := &x.Messages + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + z.F.DecMapStringStringX(yyv4, false, d) + } + } + case "Keys": + if r.TryDecodeAsNil() { + x.Keys = nil + } else { + yyv6 := &x.Keys + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + z.F.DecMapStringIntX(yyv6, false, d) + } + } + case "NumNodes": + if r.TryDecodeAsNil() { + x.NumNodes = 0 + } else { + yyv8 := &x.NumNodes + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*int)(yyv8)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *KeyringResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj10 int + var yyb10 bool + var yyhl10 bool = l >= 0 + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Messages = nil + } else { + yyv11 := &x.Messages + yym12 := z.DecBinary() + _ = yym12 + if false { + } else { + z.F.DecMapStringStringX(yyv11, false, d) + } + } + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Keys = nil + } else { + yyv13 := &x.Keys + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + z.F.DecMapStringIntX(yyv13, false, d) + } + } + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.NumNodes = 0 + } else { + yyv15 := &x.NumNodes + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*int)(yyv15)) = int(r.DecodeInt(codecSelferBitsize100)) + } + } + for { + yyj10++ + if yyhl10 { + yyb10 = yyj10 > l + } else { + yyb10 = r.CheckBreak() + } + if yyb10 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj10-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *KeyringRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [1]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(1) + } else { + yynn2 = 1 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Key)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Key")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Key)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *KeyringRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *KeyringRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Key": + if r.TryDecodeAsNil() { + x.Key = "" + } else { + yyv4 := &x.Key + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *KeyringRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj6 int + var yyb6 bool + var yyhl6 bool = l >= 0 + yyj6++ + if yyhl6 { + yyb6 = yyj6 > l + } else { + yyb6 = r.CheckBreak() + } + if yyb6 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Key = "" + } else { + yyv7 := &x.Key + yym8 := z.DecBinary() + _ = yym8 + if false { + } else { + *((*string)(yyv7)) = r.DecodeString() + } + } + for { + yyj6++ + if yyhl6 { + yyb6 = yyj6 > l + } else { + yyb6 = r.CheckBreak() + } + if yyb6 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj6-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *RecoverableError) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [2]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(2) + } else { + yynn2 = 2 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Err)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Err")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Err)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeBool(bool(x.Recoverable)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Recoverable")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeBool(bool(x.Recoverable)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *RecoverableError) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *RecoverableError) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Err": + if r.TryDecodeAsNil() { + x.Err = "" + } else { + yyv4 := &x.Err + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Recoverable": + if r.TryDecodeAsNil() { + x.Recoverable = false + } else { + yyv6 := &x.Recoverable + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*bool)(yyv6)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *RecoverableError) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj8 int + var yyb8 bool + var yyhl8 bool = l >= 0 + yyj8++ + if yyhl8 { + yyb8 = yyj8 > l + } else { + yyb8 = r.CheckBreak() + } + if yyb8 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Err = "" + } else { + yyv9 := &x.Err + yym10 := z.DecBinary() + _ = yym10 + if false { + } else { + *((*string)(yyv9)) = r.DecodeString() + } + } + yyj8++ + if yyhl8 { + yyb8 = yyj8 > l + } else { + yyb8 = r.CheckBreak() + } + if yyb8 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Recoverable = false + } else { + yyv11 := &x.Recoverable + yym12 := z.DecBinary() + _ = yym12 + if false { + } else { + *((*bool)(yyv11)) = r.DecodeBool() + } + } + for { + yyj8++ + if yyhl8 { + yyb8 = yyj8 > l + } else { + yyb8 = r.CheckBreak() + } + if yyb8 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj8-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *WrappedServerError) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [1]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(1) + } else { + yynn2 = 1 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Err == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + z.EncFallback(x.Err) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Err")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Err == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + z.EncFallback(x.Err) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *WrappedServerError) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *WrappedServerError) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Err": + if r.TryDecodeAsNil() { + x.Err = nil + } else { + yyv4 := &x.Err + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + z.DecFallback(yyv4, true) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *WrappedServerError) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj6 int + var yyb6 bool + var yyhl6 bool = l >= 0 + yyj6++ + if yyhl6 { + yyb6 = yyj6 > l + } else { + yyb6 = r.CheckBreak() + } + if yyb6 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Err = nil + } else { + yyv7 := &x.Err + yym8 := z.DecBinary() + _ = yym8 + if false { + } else { + z.DecFallback(yyv7, true) + } + } + for { + yyj6++ + if yyhl6 { + yyb6 = yyj6 > l + } else { + yyb6 = r.CheckBreak() + } + if yyb6 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj6-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *ACLPolicy) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [6]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(6) + } else { + yynn2 = 6 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Name)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Name")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Name)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Description)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Description")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Description)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Rules)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Rules")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Rules)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Hash == nil { + r.EncodeNil() + } else { + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeStringBytes(codecSelferC_RAW100, []byte(x.Hash)) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Hash")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Hash == nil { + r.EncodeNil() + } else { + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeStringBytes(codecSelferC_RAW100, []byte(x.Hash)) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeUint(uint64(x.CreateIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("CreateIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeUint(uint64(x.CreateIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeUint(uint64(x.ModifyIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ModifyIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeUint(uint64(x.ModifyIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *ACLPolicy) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *ACLPolicy) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Name": + if r.TryDecodeAsNil() { + x.Name = "" + } else { + yyv4 := &x.Name + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Description": + if r.TryDecodeAsNil() { + x.Description = "" + } else { + yyv6 := &x.Description + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Rules": + if r.TryDecodeAsNil() { + x.Rules = "" + } else { + yyv8 := &x.Rules + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "Hash": + if r.TryDecodeAsNil() { + x.Hash = nil + } else { + yyv10 := &x.Hash + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *yyv10 = r.DecodeBytes(*(*[]byte)(yyv10), false, false) + } + } + case "CreateIndex": + if r.TryDecodeAsNil() { + x.CreateIndex = 0 + } else { + yyv12 := &x.CreateIndex + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*uint64)(yyv12)) = uint64(r.DecodeUint(64)) + } + } + case "ModifyIndex": + if r.TryDecodeAsNil() { + x.ModifyIndex = 0 + } else { + yyv14 := &x.ModifyIndex + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*uint64)(yyv14)) = uint64(r.DecodeUint(64)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *ACLPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj16 int + var yyb16 bool + var yyhl16 bool = l >= 0 + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Name = "" + } else { + yyv17 := &x.Name + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*string)(yyv17)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Description = "" + } else { + yyv19 := &x.Description + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*string)(yyv19)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Rules = "" + } else { + yyv21 := &x.Rules + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*string)(yyv21)) = r.DecodeString() + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Hash = nil + } else { + yyv23 := &x.Hash + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *yyv23 = r.DecodeBytes(*(*[]byte)(yyv23), false, false) + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.CreateIndex = 0 + } else { + yyv25 := &x.CreateIndex + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*uint64)(yyv25)) = uint64(r.DecodeUint(64)) + } + } + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ModifyIndex = 0 + } else { + yyv27 := &x.ModifyIndex + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*uint64)(yyv27)) = uint64(r.DecodeUint(64)) + } + } + for { + yyj16++ + if yyhl16 { + yyb16 = yyj16 > l + } else { + yyb16 = r.CheckBreak() + } + if yyb16 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj16-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *ACLPolicyListStub) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [5]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(5) + } else { + yynn2 = 5 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Name)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Name")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Name)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Description)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Description")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Description)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Hash == nil { + r.EncodeNil() + } else { + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeStringBytes(codecSelferC_RAW100, []byte(x.Hash)) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Hash")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Hash == nil { + r.EncodeNil() + } else { + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeStringBytes(codecSelferC_RAW100, []byte(x.Hash)) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeUint(uint64(x.CreateIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("CreateIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeUint(uint64(x.CreateIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeUint(uint64(x.ModifyIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ModifyIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeUint(uint64(x.ModifyIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *ACLPolicyListStub) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *ACLPolicyListStub) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Name": + if r.TryDecodeAsNil() { + x.Name = "" + } else { + yyv4 := &x.Name + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Description": + if r.TryDecodeAsNil() { + x.Description = "" + } else { + yyv6 := &x.Description + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Hash": + if r.TryDecodeAsNil() { + x.Hash = nil + } else { + yyv8 := &x.Hash + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *yyv8 = r.DecodeBytes(*(*[]byte)(yyv8), false, false) + } + } + case "CreateIndex": + if r.TryDecodeAsNil() { + x.CreateIndex = 0 + } else { + yyv10 := &x.CreateIndex + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*uint64)(yyv10)) = uint64(r.DecodeUint(64)) + } + } + case "ModifyIndex": + if r.TryDecodeAsNil() { + x.ModifyIndex = 0 + } else { + yyv12 := &x.ModifyIndex + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*uint64)(yyv12)) = uint64(r.DecodeUint(64)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *ACLPolicyListStub) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj14 int + var yyb14 bool + var yyhl14 bool = l >= 0 + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Name = "" + } else { + yyv15 := &x.Name + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*string)(yyv15)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Description = "" + } else { + yyv17 := &x.Description + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*string)(yyv17)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Hash = nil + } else { + yyv19 := &x.Hash + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *yyv19 = r.DecodeBytes(*(*[]byte)(yyv19), false, false) + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.CreateIndex = 0 + } else { + yyv21 := &x.CreateIndex + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*uint64)(yyv21)) = uint64(r.DecodeUint(64)) + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ModifyIndex = 0 + } else { + yyv23 := &x.ModifyIndex + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*uint64)(yyv23)) = uint64(r.DecodeUint(64)) + } + } + for { + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj14-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *ACLPolicyListRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [8]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(8) + } else { + yynn2 = 8 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MinQueryIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MaxQueryTime")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AllowStale")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Prefix")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *ACLPolicyListRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *ACLPolicyListRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv4 := &x.Region + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv6 := &x.Namespace + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "MinQueryIndex": + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv8 := &x.MinQueryIndex + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*uint64)(yyv8)) = uint64(r.DecodeUint(64)) + } + } + case "MaxQueryTime": + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv10 := &x.MaxQueryTime + yym11 := z.DecBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.DecExt(yyv10) { + } else { + *((*int64)(yyv10)) = int64(r.DecodeInt(64)) + } + } + case "AllowStale": + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv12 := &x.AllowStale + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*bool)(yyv12)) = r.DecodeBool() + } + } + case "Prefix": + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv14 := &x.Prefix + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*string)(yyv14)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv16 := &x.AuthToken + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*string)(yyv16)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv18 := &x.Forwarded + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*bool)(yyv18)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *ACLPolicyListRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj20 int + var yyb20 bool + var yyhl20 bool = l >= 0 + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv21 := &x.Region + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*string)(yyv21)) = r.DecodeString() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv23 := &x.Namespace + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*string)(yyv23)) = r.DecodeString() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv25 := &x.MinQueryIndex + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*uint64)(yyv25)) = uint64(r.DecodeUint(64)) + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv27 := &x.MaxQueryTime + yym28 := z.DecBinary() + _ = yym28 + if false { + } else if z.HasExtensions() && z.DecExt(yyv27) { + } else { + *((*int64)(yyv27)) = int64(r.DecodeInt(64)) + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv29 := &x.AllowStale + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*bool)(yyv29)) = r.DecodeBool() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv31 := &x.Prefix + yym32 := z.DecBinary() + _ = yym32 + if false { + } else { + *((*string)(yyv31)) = r.DecodeString() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv33 := &x.AuthToken + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + *((*string)(yyv33)) = r.DecodeString() + } + } + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv35 := &x.Forwarded + yym36 := z.DecBinary() + _ = yym36 + if false { + } else { + *((*bool)(yyv35)) = r.DecodeBool() + } + } + for { + yyj20++ + if yyhl20 { + yyb20 = yyj20 > l + } else { + yyb20 = r.CheckBreak() + } + if yyb20 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj20-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *ACLPolicySpecificRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [9]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(9) + } else { + yynn2 = 9 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Name)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Name")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Name)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MinQueryIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MaxQueryTime")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AllowStale")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Prefix")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym28 := z.EncBinary() + _ = yym28 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym29 := z.EncBinary() + _ = yym29 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *ACLPolicySpecificRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *ACLPolicySpecificRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Name": + if r.TryDecodeAsNil() { + x.Name = "" + } else { + yyv4 := &x.Name + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv6 := &x.Region + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv8 := &x.Namespace + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "MinQueryIndex": + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv10 := &x.MinQueryIndex + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*uint64)(yyv10)) = uint64(r.DecodeUint(64)) + } + } + case "MaxQueryTime": + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv12 := &x.MaxQueryTime + yym13 := z.DecBinary() + _ = yym13 + if false { + } else if z.HasExtensions() && z.DecExt(yyv12) { + } else { + *((*int64)(yyv12)) = int64(r.DecodeInt(64)) + } + } + case "AllowStale": + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv14 := &x.AllowStale + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*bool)(yyv14)) = r.DecodeBool() + } + } + case "Prefix": + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv16 := &x.Prefix + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*string)(yyv16)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv18 := &x.AuthToken + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*string)(yyv18)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv20 := &x.Forwarded + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + *((*bool)(yyv20)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *ACLPolicySpecificRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj22 int + var yyb22 bool + var yyhl22 bool = l >= 0 + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Name = "" + } else { + yyv23 := &x.Name + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*string)(yyv23)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv25 := &x.Region + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*string)(yyv25)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv27 := &x.Namespace + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*string)(yyv27)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv29 := &x.MinQueryIndex + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*uint64)(yyv29)) = uint64(r.DecodeUint(64)) + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv31 := &x.MaxQueryTime + yym32 := z.DecBinary() + _ = yym32 + if false { + } else if z.HasExtensions() && z.DecExt(yyv31) { + } else { + *((*int64)(yyv31)) = int64(r.DecodeInt(64)) + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv33 := &x.AllowStale + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + *((*bool)(yyv33)) = r.DecodeBool() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv35 := &x.Prefix + yym36 := z.DecBinary() + _ = yym36 + if false { + } else { + *((*string)(yyv35)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv37 := &x.AuthToken + yym38 := z.DecBinary() + _ = yym38 + if false { + } else { + *((*string)(yyv37)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv39 := &x.Forwarded + yym40 := z.DecBinary() + _ = yym40 + if false { + } else { + *((*bool)(yyv39)) = r.DecodeBool() + } + } + for { + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj22-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *ACLPolicySetRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [9]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(9) + } else { + yynn2 = 9 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Names == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + z.F.EncSliceStringV(x.Names, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Names")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Names == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + z.F.EncSliceStringV(x.Names, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MinQueryIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MaxQueryTime")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AllowStale")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Prefix")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym28 := z.EncBinary() + _ = yym28 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym29 := z.EncBinary() + _ = yym29 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *ACLPolicySetRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *ACLPolicySetRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Names": + if r.TryDecodeAsNil() { + x.Names = nil + } else { + yyv4 := &x.Names + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + z.F.DecSliceStringX(yyv4, false, d) + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv6 := &x.Region + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv8 := &x.Namespace + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "MinQueryIndex": + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv10 := &x.MinQueryIndex + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*uint64)(yyv10)) = uint64(r.DecodeUint(64)) + } + } + case "MaxQueryTime": + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv12 := &x.MaxQueryTime + yym13 := z.DecBinary() + _ = yym13 + if false { + } else if z.HasExtensions() && z.DecExt(yyv12) { + } else { + *((*int64)(yyv12)) = int64(r.DecodeInt(64)) + } + } + case "AllowStale": + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv14 := &x.AllowStale + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*bool)(yyv14)) = r.DecodeBool() + } + } + case "Prefix": + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv16 := &x.Prefix + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*string)(yyv16)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv18 := &x.AuthToken + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*string)(yyv18)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv20 := &x.Forwarded + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + *((*bool)(yyv20)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *ACLPolicySetRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj22 int + var yyb22 bool + var yyhl22 bool = l >= 0 + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Names = nil + } else { + yyv23 := &x.Names + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + z.F.DecSliceStringX(yyv23, false, d) + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv25 := &x.Region + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*string)(yyv25)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv27 := &x.Namespace + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*string)(yyv27)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv29 := &x.MinQueryIndex + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*uint64)(yyv29)) = uint64(r.DecodeUint(64)) + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv31 := &x.MaxQueryTime + yym32 := z.DecBinary() + _ = yym32 + if false { + } else if z.HasExtensions() && z.DecExt(yyv31) { + } else { + *((*int64)(yyv31)) = int64(r.DecodeInt(64)) + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv33 := &x.AllowStale + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + *((*bool)(yyv33)) = r.DecodeBool() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv35 := &x.Prefix + yym36 := z.DecBinary() + _ = yym36 + if false { + } else { + *((*string)(yyv35)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv37 := &x.AuthToken + yym38 := z.DecBinary() + _ = yym38 + if false { + } else { + *((*string)(yyv37)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv39 := &x.Forwarded + yym40 := z.DecBinary() + _ = yym40 + if false { + } else { + *((*bool)(yyv39)) = r.DecodeBool() + } + } + for { + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj22-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *ACLPolicyListResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Policies == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + h.encSlicePtrtoACLPolicyListStub(([]*ACLPolicyListStub)(x.Policies), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Policies")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Policies == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + h.encSlicePtrtoACLPolicyListStub(([]*ACLPolicyListStub)(x.Policies), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *ACLPolicyListResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *ACLPolicyListResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Policies": + if r.TryDecodeAsNil() { + x.Policies = nil + } else { + yyv4 := &x.Policies + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + h.decSlicePtrtoACLPolicyListStub((*[]*ACLPolicyListStub)(yyv4), d) + } + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv6 := &x.Index + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*uint64)(yyv6)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv8 := &x.LastContact + yym9 := z.DecBinary() + _ = yym9 + if false { + } else if z.HasExtensions() && z.DecExt(yyv8) { + } else { + *((*int64)(yyv8)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv10 := &x.KnownLeader + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*bool)(yyv10)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *ACLPolicyListResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj12 int + var yyb12 bool + var yyhl12 bool = l >= 0 + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Policies = nil + } else { + yyv13 := &x.Policies + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + h.decSlicePtrtoACLPolicyListStub((*[]*ACLPolicyListStub)(yyv13), d) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv15 := &x.Index + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*uint64)(yyv15)) = uint64(r.DecodeUint(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv17 := &x.LastContact + yym18 := z.DecBinary() + _ = yym18 + if false { + } else if z.HasExtensions() && z.DecExt(yyv17) { + } else { + *((*int64)(yyv17)) = int64(r.DecodeInt(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv19 := &x.KnownLeader + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*bool)(yyv19)) = r.DecodeBool() + } + } + for { + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj12-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *SingleACLPolicyResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Policy == nil { + r.EncodeNil() + } else { + x.Policy.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Policy")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Policy == nil { + r.EncodeNil() + } else { + x.Policy.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *SingleACLPolicyResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *SingleACLPolicyResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Policy": + if r.TryDecodeAsNil() { + if x.Policy != nil { + x.Policy = nil + } + } else { + if x.Policy == nil { + x.Policy = new(ACLPolicy) + } + x.Policy.CodecDecodeSelf(d) + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv5 := &x.Index + yym6 := z.DecBinary() + _ = yym6 + if false { + } else { + *((*uint64)(yyv5)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv7 := &x.LastContact + yym8 := z.DecBinary() + _ = yym8 + if false { + } else if z.HasExtensions() && z.DecExt(yyv7) { + } else { + *((*int64)(yyv7)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv9 := &x.KnownLeader + yym10 := z.DecBinary() + _ = yym10 + if false { + } else { + *((*bool)(yyv9)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *SingleACLPolicyResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj11 int + var yyb11 bool + var yyhl11 bool = l >= 0 + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Policy != nil { + x.Policy = nil + } + } else { + if x.Policy == nil { + x.Policy = new(ACLPolicy) + } + x.Policy.CodecDecodeSelf(d) + } + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv13 := &x.Index + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*uint64)(yyv13)) = uint64(r.DecodeUint(64)) + } + } + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv15 := &x.LastContact + yym16 := z.DecBinary() + _ = yym16 + if false { + } else if z.HasExtensions() && z.DecExt(yyv15) { + } else { + *((*int64)(yyv15)) = int64(r.DecodeInt(64)) + } + } + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv17 := &x.KnownLeader + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*bool)(yyv17)) = r.DecodeBool() + } + } + for { + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj11-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *ACLPolicySetResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Policies == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + h.encMapstringPtrtoACLPolicy((map[string]*ACLPolicy)(x.Policies), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Policies")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Policies == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + h.encMapstringPtrtoACLPolicy((map[string]*ACLPolicy)(x.Policies), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *ACLPolicySetResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *ACLPolicySetResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Policies": + if r.TryDecodeAsNil() { + x.Policies = nil + } else { + yyv4 := &x.Policies + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + h.decMapstringPtrtoACLPolicy((*map[string]*ACLPolicy)(yyv4), d) + } + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv6 := &x.Index + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*uint64)(yyv6)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv8 := &x.LastContact + yym9 := z.DecBinary() + _ = yym9 + if false { + } else if z.HasExtensions() && z.DecExt(yyv8) { + } else { + *((*int64)(yyv8)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv10 := &x.KnownLeader + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*bool)(yyv10)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *ACLPolicySetResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj12 int + var yyb12 bool + var yyhl12 bool = l >= 0 + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Policies = nil + } else { + yyv13 := &x.Policies + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + h.decMapstringPtrtoACLPolicy((*map[string]*ACLPolicy)(yyv13), d) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv15 := &x.Index + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*uint64)(yyv15)) = uint64(r.DecodeUint(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv17 := &x.LastContact + yym18 := z.DecBinary() + _ = yym18 + if false { + } else if z.HasExtensions() && z.DecExt(yyv17) { + } else { + *((*int64)(yyv17)) = int64(r.DecodeInt(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv19 := &x.KnownLeader + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*bool)(yyv19)) = r.DecodeBool() + } + } + for { + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj12-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *ACLPolicyDeleteRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [5]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(5) + } else { + yynn2 = 5 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Names == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + z.F.EncSliceStringV(x.Names, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Names")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Names == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + z.F.EncSliceStringV(x.Names, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *ACLPolicyDeleteRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *ACLPolicyDeleteRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Names": + if r.TryDecodeAsNil() { + x.Names = nil + } else { + yyv4 := &x.Names + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + z.F.DecSliceStringX(yyv4, false, d) + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv6 := &x.Region + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv8 := &x.Namespace + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv10 := &x.AuthToken + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv12 := &x.Forwarded + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*bool)(yyv12)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *ACLPolicyDeleteRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj14 int + var yyb14 bool + var yyhl14 bool = l >= 0 + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Names = nil + } else { + yyv15 := &x.Names + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + z.F.DecSliceStringX(yyv15, false, d) + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv17 := &x.Region + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*string)(yyv17)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv19 := &x.Namespace + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*string)(yyv19)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv21 := &x.AuthToken + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*string)(yyv21)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv23 := &x.Forwarded + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*bool)(yyv23)) = r.DecodeBool() + } + } + for { + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj14-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *ACLPolicyUpsertRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [5]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(5) + } else { + yynn2 = 5 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Policies == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + h.encSlicePtrtoACLPolicy(([]*ACLPolicy)(x.Policies), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Policies")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Policies == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + h.encSlicePtrtoACLPolicy(([]*ACLPolicy)(x.Policies), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *ACLPolicyUpsertRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *ACLPolicyUpsertRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Policies": + if r.TryDecodeAsNil() { + x.Policies = nil + } else { + yyv4 := &x.Policies + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + h.decSlicePtrtoACLPolicy((*[]*ACLPolicy)(yyv4), d) + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv6 := &x.Region + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv8 := &x.Namespace + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv10 := &x.AuthToken + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv12 := &x.Forwarded + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*bool)(yyv12)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *ACLPolicyUpsertRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj14 int + var yyb14 bool + var yyhl14 bool = l >= 0 + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Policies = nil + } else { + yyv15 := &x.Policies + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + h.decSlicePtrtoACLPolicy((*[]*ACLPolicy)(yyv15), d) + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv17 := &x.Region + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*string)(yyv17)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv19 := &x.Namespace + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*string)(yyv19)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv21 := &x.AuthToken + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*string)(yyv21)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv23 := &x.Forwarded + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*bool)(yyv23)) = r.DecodeBool() + } + } + for { + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj14-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *ACLToken) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [10]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(10) + } else { + yynn2 = 10 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AccessorID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AccessorID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AccessorID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.SecretID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("SecretID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.SecretID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Name)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Name")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Name)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Type)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Type")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Type)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Policies == nil { + r.EncodeNil() + } else { + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + z.F.EncSliceStringV(x.Policies, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Policies")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Policies == nil { + r.EncodeNil() + } else { + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + z.F.EncSliceStringV(x.Policies, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeBool(bool(x.Global)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Global")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeBool(bool(x.Global)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Hash == nil { + r.EncodeNil() + } else { + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeStringBytes(codecSelferC_RAW100, []byte(x.Hash)) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Hash")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Hash == nil { + r.EncodeNil() + } else { + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeStringBytes(codecSelferC_RAW100, []byte(x.Hash)) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yy25 := &x.CreateTime + yym26 := z.EncBinary() + _ = yym26 + if false { + } else if yym27 := z.TimeRtidIfBinc(); yym27 != 0 { + r.EncodeBuiltin(yym27, yy25) + } else if z.HasExtensions() && z.EncExt(yy25) { + } else if yym26 { + z.EncBinaryMarshal(yy25) + } else if !yym26 && z.IsJSONHandle() { + z.EncJSONMarshal(yy25) + } else { + z.EncFallback(yy25) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("CreateTime")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yy28 := &x.CreateTime + yym29 := z.EncBinary() + _ = yym29 + if false { + } else if yym30 := z.TimeRtidIfBinc(); yym30 != 0 { + r.EncodeBuiltin(yym30, yy28) + } else if z.HasExtensions() && z.EncExt(yy28) { + } else if yym29 { + z.EncBinaryMarshal(yy28) + } else if !yym29 && z.IsJSONHandle() { + z.EncJSONMarshal(yy28) + } else { + z.EncFallback(yy28) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym32 := z.EncBinary() + _ = yym32 + if false { + } else { + r.EncodeUint(uint64(x.CreateIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("CreateIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym33 := z.EncBinary() + _ = yym33 + if false { + } else { + r.EncodeUint(uint64(x.CreateIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym35 := z.EncBinary() + _ = yym35 + if false { + } else { + r.EncodeUint(uint64(x.ModifyIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ModifyIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym36 := z.EncBinary() + _ = yym36 + if false { + } else { + r.EncodeUint(uint64(x.ModifyIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *ACLToken) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *ACLToken) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "AccessorID": + if r.TryDecodeAsNil() { + x.AccessorID = "" + } else { + yyv4 := &x.AccessorID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "SecretID": + if r.TryDecodeAsNil() { + x.SecretID = "" + } else { + yyv6 := &x.SecretID + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Name": + if r.TryDecodeAsNil() { + x.Name = "" + } else { + yyv8 := &x.Name + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "Type": + if r.TryDecodeAsNil() { + x.Type = "" + } else { + yyv10 := &x.Type + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "Policies": + if r.TryDecodeAsNil() { + x.Policies = nil + } else { + yyv12 := &x.Policies + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + z.F.DecSliceStringX(yyv12, false, d) + } + } + case "Global": + if r.TryDecodeAsNil() { + x.Global = false + } else { + yyv14 := &x.Global + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*bool)(yyv14)) = r.DecodeBool() + } + } + case "Hash": + if r.TryDecodeAsNil() { + x.Hash = nil + } else { + yyv16 := &x.Hash + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *yyv16 = r.DecodeBytes(*(*[]byte)(yyv16), false, false) + } + } + case "CreateTime": + if r.TryDecodeAsNil() { + x.CreateTime = time.Time{} + } else { + yyv18 := &x.CreateTime + yym19 := z.DecBinary() + _ = yym19 + if false { + } else if yym20 := z.TimeRtidIfBinc(); yym20 != 0 { + r.DecodeBuiltin(yym20, yyv18) + } else if z.HasExtensions() && z.DecExt(yyv18) { + } else if yym19 { + z.DecBinaryUnmarshal(yyv18) + } else if !yym19 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv18) + } else { + z.DecFallback(yyv18, false) + } + } + case "CreateIndex": + if r.TryDecodeAsNil() { + x.CreateIndex = 0 + } else { + yyv21 := &x.CreateIndex + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*uint64)(yyv21)) = uint64(r.DecodeUint(64)) + } + } + case "ModifyIndex": + if r.TryDecodeAsNil() { + x.ModifyIndex = 0 + } else { + yyv23 := &x.ModifyIndex + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*uint64)(yyv23)) = uint64(r.DecodeUint(64)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *ACLToken) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj25 int + var yyb25 bool + var yyhl25 bool = l >= 0 + yyj25++ + if yyhl25 { + yyb25 = yyj25 > l + } else { + yyb25 = r.CheckBreak() + } + if yyb25 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AccessorID = "" + } else { + yyv26 := &x.AccessorID + yym27 := z.DecBinary() + _ = yym27 + if false { + } else { + *((*string)(yyv26)) = r.DecodeString() + } + } + yyj25++ + if yyhl25 { + yyb25 = yyj25 > l + } else { + yyb25 = r.CheckBreak() + } + if yyb25 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.SecretID = "" + } else { + yyv28 := &x.SecretID + yym29 := z.DecBinary() + _ = yym29 + if false { + } else { + *((*string)(yyv28)) = r.DecodeString() + } + } + yyj25++ + if yyhl25 { + yyb25 = yyj25 > l + } else { + yyb25 = r.CheckBreak() + } + if yyb25 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Name = "" + } else { + yyv30 := &x.Name + yym31 := z.DecBinary() + _ = yym31 + if false { + } else { + *((*string)(yyv30)) = r.DecodeString() + } + } + yyj25++ + if yyhl25 { + yyb25 = yyj25 > l + } else { + yyb25 = r.CheckBreak() + } + if yyb25 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Type = "" + } else { + yyv32 := &x.Type + yym33 := z.DecBinary() + _ = yym33 + if false { + } else { + *((*string)(yyv32)) = r.DecodeString() + } + } + yyj25++ + if yyhl25 { + yyb25 = yyj25 > l + } else { + yyb25 = r.CheckBreak() + } + if yyb25 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Policies = nil + } else { + yyv34 := &x.Policies + yym35 := z.DecBinary() + _ = yym35 + if false { + } else { + z.F.DecSliceStringX(yyv34, false, d) + } + } + yyj25++ + if yyhl25 { + yyb25 = yyj25 > l + } else { + yyb25 = r.CheckBreak() + } + if yyb25 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Global = false + } else { + yyv36 := &x.Global + yym37 := z.DecBinary() + _ = yym37 + if false { + } else { + *((*bool)(yyv36)) = r.DecodeBool() + } + } + yyj25++ + if yyhl25 { + yyb25 = yyj25 > l + } else { + yyb25 = r.CheckBreak() + } + if yyb25 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Hash = nil + } else { + yyv38 := &x.Hash + yym39 := z.DecBinary() + _ = yym39 + if false { + } else { + *yyv38 = r.DecodeBytes(*(*[]byte)(yyv38), false, false) + } + } + yyj25++ + if yyhl25 { + yyb25 = yyj25 > l + } else { + yyb25 = r.CheckBreak() + } + if yyb25 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.CreateTime = time.Time{} + } else { + yyv40 := &x.CreateTime + yym41 := z.DecBinary() + _ = yym41 + if false { + } else if yym42 := z.TimeRtidIfBinc(); yym42 != 0 { + r.DecodeBuiltin(yym42, yyv40) + } else if z.HasExtensions() && z.DecExt(yyv40) { + } else if yym41 { + z.DecBinaryUnmarshal(yyv40) + } else if !yym41 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv40) + } else { + z.DecFallback(yyv40, false) + } + } + yyj25++ + if yyhl25 { + yyb25 = yyj25 > l + } else { + yyb25 = r.CheckBreak() + } + if yyb25 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.CreateIndex = 0 + } else { + yyv43 := &x.CreateIndex + yym44 := z.DecBinary() + _ = yym44 + if false { + } else { + *((*uint64)(yyv43)) = uint64(r.DecodeUint(64)) + } + } + yyj25++ + if yyhl25 { + yyb25 = yyj25 > l + } else { + yyb25 = r.CheckBreak() + } + if yyb25 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ModifyIndex = 0 + } else { + yyv45 := &x.ModifyIndex + yym46 := z.DecBinary() + _ = yym46 + if false { + } else { + *((*uint64)(yyv45)) = uint64(r.DecodeUint(64)) + } + } + for { + yyj25++ + if yyhl25 { + yyb25 = yyj25 > l + } else { + yyb25 = r.CheckBreak() + } + if yyb25 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj25-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *ACLTokenListStub) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [9]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(9) + } else { + yynn2 = 9 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AccessorID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AccessorID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AccessorID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Name)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Name")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Name)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Type)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Type")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Type)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Policies == nil { + r.EncodeNil() + } else { + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + z.F.EncSliceStringV(x.Policies, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Policies")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Policies == nil { + r.EncodeNil() + } else { + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + z.F.EncSliceStringV(x.Policies, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeBool(bool(x.Global)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Global")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeBool(bool(x.Global)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Hash == nil { + r.EncodeNil() + } else { + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeStringBytes(codecSelferC_RAW100, []byte(x.Hash)) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Hash")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Hash == nil { + r.EncodeNil() + } else { + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeStringBytes(codecSelferC_RAW100, []byte(x.Hash)) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yy22 := &x.CreateTime + yym23 := z.EncBinary() + _ = yym23 + if false { + } else if yym24 := z.TimeRtidIfBinc(); yym24 != 0 { + r.EncodeBuiltin(yym24, yy22) + } else if z.HasExtensions() && z.EncExt(yy22) { + } else if yym23 { + z.EncBinaryMarshal(yy22) + } else if !yym23 && z.IsJSONHandle() { + z.EncJSONMarshal(yy22) + } else { + z.EncFallback(yy22) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("CreateTime")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yy25 := &x.CreateTime + yym26 := z.EncBinary() + _ = yym26 + if false { + } else if yym27 := z.TimeRtidIfBinc(); yym27 != 0 { + r.EncodeBuiltin(yym27, yy25) + } else if z.HasExtensions() && z.EncExt(yy25) { + } else if yym26 { + z.EncBinaryMarshal(yy25) + } else if !yym26 && z.IsJSONHandle() { + z.EncJSONMarshal(yy25) + } else { + z.EncFallback(yy25) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym29 := z.EncBinary() + _ = yym29 + if false { + } else { + r.EncodeUint(uint64(x.CreateIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("CreateIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym30 := z.EncBinary() + _ = yym30 + if false { + } else { + r.EncodeUint(uint64(x.CreateIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym32 := z.EncBinary() + _ = yym32 + if false { + } else { + r.EncodeUint(uint64(x.ModifyIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ModifyIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym33 := z.EncBinary() + _ = yym33 + if false { + } else { + r.EncodeUint(uint64(x.ModifyIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *ACLTokenListStub) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *ACLTokenListStub) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "AccessorID": + if r.TryDecodeAsNil() { + x.AccessorID = "" + } else { + yyv4 := &x.AccessorID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Name": + if r.TryDecodeAsNil() { + x.Name = "" + } else { + yyv6 := &x.Name + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Type": + if r.TryDecodeAsNil() { + x.Type = "" + } else { + yyv8 := &x.Type + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "Policies": + if r.TryDecodeAsNil() { + x.Policies = nil + } else { + yyv10 := &x.Policies + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + z.F.DecSliceStringX(yyv10, false, d) + } + } + case "Global": + if r.TryDecodeAsNil() { + x.Global = false + } else { + yyv12 := &x.Global + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*bool)(yyv12)) = r.DecodeBool() + } + } + case "Hash": + if r.TryDecodeAsNil() { + x.Hash = nil + } else { + yyv14 := &x.Hash + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *yyv14 = r.DecodeBytes(*(*[]byte)(yyv14), false, false) + } + } + case "CreateTime": + if r.TryDecodeAsNil() { + x.CreateTime = time.Time{} + } else { + yyv16 := &x.CreateTime + yym17 := z.DecBinary() + _ = yym17 + if false { + } else if yym18 := z.TimeRtidIfBinc(); yym18 != 0 { + r.DecodeBuiltin(yym18, yyv16) + } else if z.HasExtensions() && z.DecExt(yyv16) { + } else if yym17 { + z.DecBinaryUnmarshal(yyv16) + } else if !yym17 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv16) + } else { + z.DecFallback(yyv16, false) + } + } + case "CreateIndex": + if r.TryDecodeAsNil() { + x.CreateIndex = 0 + } else { + yyv19 := &x.CreateIndex + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*uint64)(yyv19)) = uint64(r.DecodeUint(64)) + } + } + case "ModifyIndex": + if r.TryDecodeAsNil() { + x.ModifyIndex = 0 + } else { + yyv21 := &x.ModifyIndex + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*uint64)(yyv21)) = uint64(r.DecodeUint(64)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *ACLTokenListStub) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj23 int + var yyb23 bool + var yyhl23 bool = l >= 0 + yyj23++ + if yyhl23 { + yyb23 = yyj23 > l + } else { + yyb23 = r.CheckBreak() + } + if yyb23 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AccessorID = "" + } else { + yyv24 := &x.AccessorID + yym25 := z.DecBinary() + _ = yym25 + if false { + } else { + *((*string)(yyv24)) = r.DecodeString() + } + } + yyj23++ + if yyhl23 { + yyb23 = yyj23 > l + } else { + yyb23 = r.CheckBreak() + } + if yyb23 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Name = "" + } else { + yyv26 := &x.Name + yym27 := z.DecBinary() + _ = yym27 + if false { + } else { + *((*string)(yyv26)) = r.DecodeString() + } + } + yyj23++ + if yyhl23 { + yyb23 = yyj23 > l + } else { + yyb23 = r.CheckBreak() + } + if yyb23 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Type = "" + } else { + yyv28 := &x.Type + yym29 := z.DecBinary() + _ = yym29 + if false { + } else { + *((*string)(yyv28)) = r.DecodeString() + } + } + yyj23++ + if yyhl23 { + yyb23 = yyj23 > l + } else { + yyb23 = r.CheckBreak() + } + if yyb23 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Policies = nil + } else { + yyv30 := &x.Policies + yym31 := z.DecBinary() + _ = yym31 + if false { + } else { + z.F.DecSliceStringX(yyv30, false, d) + } + } + yyj23++ + if yyhl23 { + yyb23 = yyj23 > l + } else { + yyb23 = r.CheckBreak() + } + if yyb23 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Global = false + } else { + yyv32 := &x.Global + yym33 := z.DecBinary() + _ = yym33 + if false { + } else { + *((*bool)(yyv32)) = r.DecodeBool() + } + } + yyj23++ + if yyhl23 { + yyb23 = yyj23 > l + } else { + yyb23 = r.CheckBreak() + } + if yyb23 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Hash = nil + } else { + yyv34 := &x.Hash + yym35 := z.DecBinary() + _ = yym35 + if false { + } else { + *yyv34 = r.DecodeBytes(*(*[]byte)(yyv34), false, false) + } + } + yyj23++ + if yyhl23 { + yyb23 = yyj23 > l + } else { + yyb23 = r.CheckBreak() + } + if yyb23 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.CreateTime = time.Time{} + } else { + yyv36 := &x.CreateTime + yym37 := z.DecBinary() + _ = yym37 + if false { + } else if yym38 := z.TimeRtidIfBinc(); yym38 != 0 { + r.DecodeBuiltin(yym38, yyv36) + } else if z.HasExtensions() && z.DecExt(yyv36) { + } else if yym37 { + z.DecBinaryUnmarshal(yyv36) + } else if !yym37 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv36) + } else { + z.DecFallback(yyv36, false) + } + } + yyj23++ + if yyhl23 { + yyb23 = yyj23 > l + } else { + yyb23 = r.CheckBreak() + } + if yyb23 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.CreateIndex = 0 + } else { + yyv39 := &x.CreateIndex + yym40 := z.DecBinary() + _ = yym40 + if false { + } else { + *((*uint64)(yyv39)) = uint64(r.DecodeUint(64)) + } + } + yyj23++ + if yyhl23 { + yyb23 = yyj23 > l + } else { + yyb23 = r.CheckBreak() + } + if yyb23 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ModifyIndex = 0 + } else { + yyv41 := &x.ModifyIndex + yym42 := z.DecBinary() + _ = yym42 + if false { + } else { + *((*uint64)(yyv41)) = uint64(r.DecodeUint(64)) + } + } + for { + yyj23++ + if yyhl23 { + yyb23 = yyj23 > l + } else { + yyb23 = r.CheckBreak() + } + if yyb23 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj23-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *ACLTokenListRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [9]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(9) + } else { + yynn2 = 9 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeBool(bool(x.GlobalOnly)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("GlobalOnly")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeBool(bool(x.GlobalOnly)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MinQueryIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MaxQueryTime")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AllowStale")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Prefix")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym28 := z.EncBinary() + _ = yym28 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym29 := z.EncBinary() + _ = yym29 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *ACLTokenListRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *ACLTokenListRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "GlobalOnly": + if r.TryDecodeAsNil() { + x.GlobalOnly = false + } else { + yyv4 := &x.GlobalOnly + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*bool)(yyv4)) = r.DecodeBool() + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv6 := &x.Region + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv8 := &x.Namespace + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "MinQueryIndex": + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv10 := &x.MinQueryIndex + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*uint64)(yyv10)) = uint64(r.DecodeUint(64)) + } + } + case "MaxQueryTime": + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv12 := &x.MaxQueryTime + yym13 := z.DecBinary() + _ = yym13 + if false { + } else if z.HasExtensions() && z.DecExt(yyv12) { + } else { + *((*int64)(yyv12)) = int64(r.DecodeInt(64)) + } + } + case "AllowStale": + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv14 := &x.AllowStale + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*bool)(yyv14)) = r.DecodeBool() + } + } + case "Prefix": + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv16 := &x.Prefix + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*string)(yyv16)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv18 := &x.AuthToken + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*string)(yyv18)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv20 := &x.Forwarded + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + *((*bool)(yyv20)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *ACLTokenListRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj22 int + var yyb22 bool + var yyhl22 bool = l >= 0 + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.GlobalOnly = false + } else { + yyv23 := &x.GlobalOnly + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*bool)(yyv23)) = r.DecodeBool() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv25 := &x.Region + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*string)(yyv25)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv27 := &x.Namespace + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*string)(yyv27)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv29 := &x.MinQueryIndex + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*uint64)(yyv29)) = uint64(r.DecodeUint(64)) + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv31 := &x.MaxQueryTime + yym32 := z.DecBinary() + _ = yym32 + if false { + } else if z.HasExtensions() && z.DecExt(yyv31) { + } else { + *((*int64)(yyv31)) = int64(r.DecodeInt(64)) + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv33 := &x.AllowStale + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + *((*bool)(yyv33)) = r.DecodeBool() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv35 := &x.Prefix + yym36 := z.DecBinary() + _ = yym36 + if false { + } else { + *((*string)(yyv35)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv37 := &x.AuthToken + yym38 := z.DecBinary() + _ = yym38 + if false { + } else { + *((*string)(yyv37)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv39 := &x.Forwarded + yym40 := z.DecBinary() + _ = yym40 + if false { + } else { + *((*bool)(yyv39)) = r.DecodeBool() + } + } + for { + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj22-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *ACLTokenSpecificRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [9]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(9) + } else { + yynn2 = 9 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AccessorID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AccessorID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AccessorID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MinQueryIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MaxQueryTime")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AllowStale")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Prefix")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym28 := z.EncBinary() + _ = yym28 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym29 := z.EncBinary() + _ = yym29 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *ACLTokenSpecificRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *ACLTokenSpecificRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "AccessorID": + if r.TryDecodeAsNil() { + x.AccessorID = "" + } else { + yyv4 := &x.AccessorID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv6 := &x.Region + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv8 := &x.Namespace + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "MinQueryIndex": + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv10 := &x.MinQueryIndex + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*uint64)(yyv10)) = uint64(r.DecodeUint(64)) + } + } + case "MaxQueryTime": + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv12 := &x.MaxQueryTime + yym13 := z.DecBinary() + _ = yym13 + if false { + } else if z.HasExtensions() && z.DecExt(yyv12) { + } else { + *((*int64)(yyv12)) = int64(r.DecodeInt(64)) + } + } + case "AllowStale": + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv14 := &x.AllowStale + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*bool)(yyv14)) = r.DecodeBool() + } + } + case "Prefix": + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv16 := &x.Prefix + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*string)(yyv16)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv18 := &x.AuthToken + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*string)(yyv18)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv20 := &x.Forwarded + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + *((*bool)(yyv20)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *ACLTokenSpecificRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj22 int + var yyb22 bool + var yyhl22 bool = l >= 0 + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AccessorID = "" + } else { + yyv23 := &x.AccessorID + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*string)(yyv23)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv25 := &x.Region + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*string)(yyv25)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv27 := &x.Namespace + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*string)(yyv27)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv29 := &x.MinQueryIndex + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*uint64)(yyv29)) = uint64(r.DecodeUint(64)) + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv31 := &x.MaxQueryTime + yym32 := z.DecBinary() + _ = yym32 + if false { + } else if z.HasExtensions() && z.DecExt(yyv31) { + } else { + *((*int64)(yyv31)) = int64(r.DecodeInt(64)) + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv33 := &x.AllowStale + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + *((*bool)(yyv33)) = r.DecodeBool() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv35 := &x.Prefix + yym36 := z.DecBinary() + _ = yym36 + if false { + } else { + *((*string)(yyv35)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv37 := &x.AuthToken + yym38 := z.DecBinary() + _ = yym38 + if false { + } else { + *((*string)(yyv37)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv39 := &x.Forwarded + yym40 := z.DecBinary() + _ = yym40 + if false { + } else { + *((*bool)(yyv39)) = r.DecodeBool() + } + } + for { + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj22-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *ACLTokenSetRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [9]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(9) + } else { + yynn2 = 9 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.AccessorIDS == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + z.F.EncSliceStringV(x.AccessorIDS, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AccessorIDS")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.AccessorIDS == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + z.F.EncSliceStringV(x.AccessorIDS, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MinQueryIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MaxQueryTime")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AllowStale")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Prefix")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym28 := z.EncBinary() + _ = yym28 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym29 := z.EncBinary() + _ = yym29 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *ACLTokenSetRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *ACLTokenSetRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "AccessorIDS": + if r.TryDecodeAsNil() { + x.AccessorIDS = nil + } else { + yyv4 := &x.AccessorIDS + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + z.F.DecSliceStringX(yyv4, false, d) + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv6 := &x.Region + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv8 := &x.Namespace + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "MinQueryIndex": + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv10 := &x.MinQueryIndex + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*uint64)(yyv10)) = uint64(r.DecodeUint(64)) + } + } + case "MaxQueryTime": + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv12 := &x.MaxQueryTime + yym13 := z.DecBinary() + _ = yym13 + if false { + } else if z.HasExtensions() && z.DecExt(yyv12) { + } else { + *((*int64)(yyv12)) = int64(r.DecodeInt(64)) + } + } + case "AllowStale": + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv14 := &x.AllowStale + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*bool)(yyv14)) = r.DecodeBool() + } + } + case "Prefix": + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv16 := &x.Prefix + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*string)(yyv16)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv18 := &x.AuthToken + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*string)(yyv18)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv20 := &x.Forwarded + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + *((*bool)(yyv20)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *ACLTokenSetRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj22 int + var yyb22 bool + var yyhl22 bool = l >= 0 + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AccessorIDS = nil + } else { + yyv23 := &x.AccessorIDS + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + z.F.DecSliceStringX(yyv23, false, d) + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv25 := &x.Region + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*string)(yyv25)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv27 := &x.Namespace + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*string)(yyv27)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv29 := &x.MinQueryIndex + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*uint64)(yyv29)) = uint64(r.DecodeUint(64)) + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv31 := &x.MaxQueryTime + yym32 := z.DecBinary() + _ = yym32 + if false { + } else if z.HasExtensions() && z.DecExt(yyv31) { + } else { + *((*int64)(yyv31)) = int64(r.DecodeInt(64)) + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv33 := &x.AllowStale + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + *((*bool)(yyv33)) = r.DecodeBool() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv35 := &x.Prefix + yym36 := z.DecBinary() + _ = yym36 + if false { + } else { + *((*string)(yyv35)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv37 := &x.AuthToken + yym38 := z.DecBinary() + _ = yym38 + if false { + } else { + *((*string)(yyv37)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv39 := &x.Forwarded + yym40 := z.DecBinary() + _ = yym40 + if false { + } else { + *((*bool)(yyv39)) = r.DecodeBool() + } + } + for { + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj22-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *ACLTokenListResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Tokens == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + h.encSlicePtrtoACLTokenListStub(([]*ACLTokenListStub)(x.Tokens), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Tokens")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Tokens == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + h.encSlicePtrtoACLTokenListStub(([]*ACLTokenListStub)(x.Tokens), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *ACLTokenListResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *ACLTokenListResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Tokens": + if r.TryDecodeAsNil() { + x.Tokens = nil + } else { + yyv4 := &x.Tokens + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + h.decSlicePtrtoACLTokenListStub((*[]*ACLTokenListStub)(yyv4), d) + } + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv6 := &x.Index + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*uint64)(yyv6)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv8 := &x.LastContact + yym9 := z.DecBinary() + _ = yym9 + if false { + } else if z.HasExtensions() && z.DecExt(yyv8) { + } else { + *((*int64)(yyv8)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv10 := &x.KnownLeader + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*bool)(yyv10)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *ACLTokenListResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj12 int + var yyb12 bool + var yyhl12 bool = l >= 0 + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Tokens = nil + } else { + yyv13 := &x.Tokens + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + h.decSlicePtrtoACLTokenListStub((*[]*ACLTokenListStub)(yyv13), d) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv15 := &x.Index + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*uint64)(yyv15)) = uint64(r.DecodeUint(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv17 := &x.LastContact + yym18 := z.DecBinary() + _ = yym18 + if false { + } else if z.HasExtensions() && z.DecExt(yyv17) { + } else { + *((*int64)(yyv17)) = int64(r.DecodeInt(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv19 := &x.KnownLeader + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*bool)(yyv19)) = r.DecodeBool() + } + } + for { + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj12-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *SingleACLTokenResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Token == nil { + r.EncodeNil() + } else { + x.Token.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Token")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Token == nil { + r.EncodeNil() + } else { + x.Token.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *SingleACLTokenResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *SingleACLTokenResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Token": + if r.TryDecodeAsNil() { + if x.Token != nil { + x.Token = nil + } + } else { + if x.Token == nil { + x.Token = new(ACLToken) + } + x.Token.CodecDecodeSelf(d) + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv5 := &x.Index + yym6 := z.DecBinary() + _ = yym6 + if false { + } else { + *((*uint64)(yyv5)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv7 := &x.LastContact + yym8 := z.DecBinary() + _ = yym8 + if false { + } else if z.HasExtensions() && z.DecExt(yyv7) { + } else { + *((*int64)(yyv7)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv9 := &x.KnownLeader + yym10 := z.DecBinary() + _ = yym10 + if false { + } else { + *((*bool)(yyv9)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *SingleACLTokenResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj11 int + var yyb11 bool + var yyhl11 bool = l >= 0 + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Token != nil { + x.Token = nil + } + } else { + if x.Token == nil { + x.Token = new(ACLToken) + } + x.Token.CodecDecodeSelf(d) + } + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv13 := &x.Index + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*uint64)(yyv13)) = uint64(r.DecodeUint(64)) + } + } + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv15 := &x.LastContact + yym16 := z.DecBinary() + _ = yym16 + if false { + } else if z.HasExtensions() && z.DecExt(yyv15) { + } else { + *((*int64)(yyv15)) = int64(r.DecodeInt(64)) + } + } + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv17 := &x.KnownLeader + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*bool)(yyv17)) = r.DecodeBool() + } + } + for { + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj11-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *ACLTokenSetResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Tokens == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + h.encMapstringPtrtoACLToken((map[string]*ACLToken)(x.Tokens), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Tokens")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Tokens == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + h.encMapstringPtrtoACLToken((map[string]*ACLToken)(x.Tokens), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *ACLTokenSetResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *ACLTokenSetResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Tokens": + if r.TryDecodeAsNil() { + x.Tokens = nil + } else { + yyv4 := &x.Tokens + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + h.decMapstringPtrtoACLToken((*map[string]*ACLToken)(yyv4), d) + } + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv6 := &x.Index + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*uint64)(yyv6)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv8 := &x.LastContact + yym9 := z.DecBinary() + _ = yym9 + if false { + } else if z.HasExtensions() && z.DecExt(yyv8) { + } else { + *((*int64)(yyv8)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv10 := &x.KnownLeader + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*bool)(yyv10)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *ACLTokenSetResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj12 int + var yyb12 bool + var yyhl12 bool = l >= 0 + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Tokens = nil + } else { + yyv13 := &x.Tokens + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + h.decMapstringPtrtoACLToken((*map[string]*ACLToken)(yyv13), d) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv15 := &x.Index + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + *((*uint64)(yyv15)) = uint64(r.DecodeUint(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv17 := &x.LastContact + yym18 := z.DecBinary() + _ = yym18 + if false { + } else if z.HasExtensions() && z.DecExt(yyv17) { + } else { + *((*int64)(yyv17)) = int64(r.DecodeInt(64)) + } + } + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv19 := &x.KnownLeader + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*bool)(yyv19)) = r.DecodeBool() + } + } + for { + yyj12++ + if yyhl12 { + yyb12 = yyj12 > l + } else { + yyb12 = r.CheckBreak() + } + if yyb12 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj12-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *ResolveACLTokenRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [9]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(9) + } else { + yynn2 = 9 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.SecretID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("SecretID")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.SecretID)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MinQueryIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeUint(uint64(x.MinQueryIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("MaxQueryTime")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else if z.HasExtensions() && z.EncExt(x.MaxQueryTime) { + } else { + r.EncodeInt(int64(x.MaxQueryTime)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AllowStale")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeBool(bool(x.AllowStale)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Prefix")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Prefix)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym25 := z.EncBinary() + _ = yym25 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym28 := z.EncBinary() + _ = yym28 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym29 := z.EncBinary() + _ = yym29 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *ResolveACLTokenRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *ResolveACLTokenRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "SecretID": + if r.TryDecodeAsNil() { + x.SecretID = "" + } else { + yyv4 := &x.SecretID + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv6 := &x.Region + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv8 := &x.Namespace + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "MinQueryIndex": + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv10 := &x.MinQueryIndex + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*uint64)(yyv10)) = uint64(r.DecodeUint(64)) + } + } + case "MaxQueryTime": + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv12 := &x.MaxQueryTime + yym13 := z.DecBinary() + _ = yym13 + if false { + } else if z.HasExtensions() && z.DecExt(yyv12) { + } else { + *((*int64)(yyv12)) = int64(r.DecodeInt(64)) + } + } + case "AllowStale": + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv14 := &x.AllowStale + yym15 := z.DecBinary() + _ = yym15 + if false { + } else { + *((*bool)(yyv14)) = r.DecodeBool() + } + } + case "Prefix": + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv16 := &x.Prefix + yym17 := z.DecBinary() + _ = yym17 + if false { + } else { + *((*string)(yyv16)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv18 := &x.AuthToken + yym19 := z.DecBinary() + _ = yym19 + if false { + } else { + *((*string)(yyv18)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv20 := &x.Forwarded + yym21 := z.DecBinary() + _ = yym21 + if false { + } else { + *((*bool)(yyv20)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *ResolveACLTokenRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj22 int + var yyb22 bool + var yyhl22 bool = l >= 0 + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.SecretID = "" + } else { + yyv23 := &x.SecretID + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*string)(yyv23)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv25 := &x.Region + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*string)(yyv25)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv27 := &x.Namespace + yym28 := z.DecBinary() + _ = yym28 + if false { + } else { + *((*string)(yyv27)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MinQueryIndex = 0 + } else { + yyv29 := &x.MinQueryIndex + yym30 := z.DecBinary() + _ = yym30 + if false { + } else { + *((*uint64)(yyv29)) = uint64(r.DecodeUint(64)) + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.MaxQueryTime = 0 + } else { + yyv31 := &x.MaxQueryTime + yym32 := z.DecBinary() + _ = yym32 + if false { + } else if z.HasExtensions() && z.DecExt(yyv31) { + } else { + *((*int64)(yyv31)) = int64(r.DecodeInt(64)) + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AllowStale = false + } else { + yyv33 := &x.AllowStale + yym34 := z.DecBinary() + _ = yym34 + if false { + } else { + *((*bool)(yyv33)) = r.DecodeBool() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Prefix = "" + } else { + yyv35 := &x.Prefix + yym36 := z.DecBinary() + _ = yym36 + if false { + } else { + *((*string)(yyv35)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv37 := &x.AuthToken + yym38 := z.DecBinary() + _ = yym38 + if false { + } else { + *((*string)(yyv37)) = r.DecodeString() + } + } + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv39 := &x.Forwarded + yym40 := z.DecBinary() + _ = yym40 + if false { + } else { + *((*bool)(yyv39)) = r.DecodeBool() + } + } + for { + yyj22++ + if yyhl22 { + yyb22 = yyj22 > l + } else { + yyb22 = r.CheckBreak() + } + if yyb22 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj22-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *ResolveACLTokenResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [4]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(4) + } else { + yynn2 = 4 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Token == nil { + r.EncodeNil() + } else { + x.Token.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Token")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Token == nil { + r.EncodeNil() + } else { + x.Token.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("LastContact")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else if z.HasExtensions() && z.EncExt(x.LastContact) { + } else { + r.EncodeInt(int64(x.LastContact)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("KnownLeader")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeBool(bool(x.KnownLeader)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *ResolveACLTokenResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *ResolveACLTokenResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Token": + if r.TryDecodeAsNil() { + if x.Token != nil { + x.Token = nil + } + } else { + if x.Token == nil { + x.Token = new(ACLToken) + } + x.Token.CodecDecodeSelf(d) + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv5 := &x.Index + yym6 := z.DecBinary() + _ = yym6 + if false { + } else { + *((*uint64)(yyv5)) = uint64(r.DecodeUint(64)) + } + } + case "LastContact": + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv7 := &x.LastContact + yym8 := z.DecBinary() + _ = yym8 + if false { + } else if z.HasExtensions() && z.DecExt(yyv7) { + } else { + *((*int64)(yyv7)) = int64(r.DecodeInt(64)) + } + } + case "KnownLeader": + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv9 := &x.KnownLeader + yym10 := z.DecBinary() + _ = yym10 + if false { + } else { + *((*bool)(yyv9)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *ResolveACLTokenResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj11 int + var yyb11 bool + var yyhl11 bool = l >= 0 + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Token != nil { + x.Token = nil + } + } else { + if x.Token == nil { + x.Token = new(ACLToken) + } + x.Token.CodecDecodeSelf(d) + } + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv13 := &x.Index + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*uint64)(yyv13)) = uint64(r.DecodeUint(64)) + } + } + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.LastContact = 0 + } else { + yyv15 := &x.LastContact + yym16 := z.DecBinary() + _ = yym16 + if false { + } else if z.HasExtensions() && z.DecExt(yyv15) { + } else { + *((*int64)(yyv15)) = int64(r.DecodeInt(64)) + } + } + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.KnownLeader = false + } else { + yyv17 := &x.KnownLeader + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*bool)(yyv17)) = r.DecodeBool() + } + } + for { + yyj11++ + if yyhl11 { + yyb11 = yyj11 > l + } else { + yyb11 = r.CheckBreak() + } + if yyb11 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj11-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *ACLTokenDeleteRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [5]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(5) + } else { + yynn2 = 5 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.AccessorIDs == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + z.F.EncSliceStringV(x.AccessorIDs, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AccessorIDs")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.AccessorIDs == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + z.F.EncSliceStringV(x.AccessorIDs, false, e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *ACLTokenDeleteRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *ACLTokenDeleteRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "AccessorIDs": + if r.TryDecodeAsNil() { + x.AccessorIDs = nil + } else { + yyv4 := &x.AccessorIDs + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + z.F.DecSliceStringX(yyv4, false, d) + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv6 := &x.Region + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv8 := &x.Namespace + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv10 := &x.AuthToken + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv12 := &x.Forwarded + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*bool)(yyv12)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *ACLTokenDeleteRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj14 int + var yyb14 bool + var yyhl14 bool = l >= 0 + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AccessorIDs = nil + } else { + yyv15 := &x.AccessorIDs + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + z.F.DecSliceStringX(yyv15, false, d) + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv17 := &x.Region + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*string)(yyv17)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv19 := &x.Namespace + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*string)(yyv19)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv21 := &x.AuthToken + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*string)(yyv21)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv23 := &x.Forwarded + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*bool)(yyv23)) = r.DecodeBool() + } + } + for { + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj14-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *ACLTokenBootstrapRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [6]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(6) + } else { + yynn2 = 6 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Token == nil { + r.EncodeNil() + } else { + x.Token.CodecEncodeSelf(e) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Token")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Token == nil { + r.EncodeNil() + } else { + x.Token.CodecEncodeSelf(e) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.ResetIndex)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("ResetIndex")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.ResetIndex)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *ACLTokenBootstrapRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *ACLTokenBootstrapRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Token": + if r.TryDecodeAsNil() { + if x.Token != nil { + x.Token = nil + } + } else { + if x.Token == nil { + x.Token = new(ACLToken) + } + x.Token.CodecDecodeSelf(d) + } + case "ResetIndex": + if r.TryDecodeAsNil() { + x.ResetIndex = 0 + } else { + yyv5 := &x.ResetIndex + yym6 := z.DecBinary() + _ = yym6 + if false { + } else { + *((*uint64)(yyv5)) = uint64(r.DecodeUint(64)) + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv7 := &x.Region + yym8 := z.DecBinary() + _ = yym8 + if false { + } else { + *((*string)(yyv7)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv9 := &x.Namespace + yym10 := z.DecBinary() + _ = yym10 + if false { + } else { + *((*string)(yyv9)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv11 := &x.AuthToken + yym12 := z.DecBinary() + _ = yym12 + if false { + } else { + *((*string)(yyv11)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv13 := &x.Forwarded + yym14 := z.DecBinary() + _ = yym14 + if false { + } else { + *((*bool)(yyv13)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *ACLTokenBootstrapRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj15 int + var yyb15 bool + var yyhl15 bool = l >= 0 + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + if x.Token != nil { + x.Token = nil + } + } else { + if x.Token == nil { + x.Token = new(ACLToken) + } + x.Token.CodecDecodeSelf(d) + } + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.ResetIndex = 0 + } else { + yyv17 := &x.ResetIndex + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*uint64)(yyv17)) = uint64(r.DecodeUint(64)) + } + } + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv19 := &x.Region + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*string)(yyv19)) = r.DecodeString() + } + } + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv21 := &x.Namespace + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*string)(yyv21)) = r.DecodeString() + } + } + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv23 := &x.AuthToken + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*string)(yyv23)) = r.DecodeString() + } + } + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv25 := &x.Forwarded + yym26 := z.DecBinary() + _ = yym26 + if false { + } else { + *((*bool)(yyv25)) = r.DecodeBool() + } + } + for { + yyj15++ + if yyhl15 { + yyb15 = yyj15 > l + } else { + yyb15 = r.CheckBreak() + } + if yyb15 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj15-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *ACLTokenUpsertRequest) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [5]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(5) + } else { + yynn2 = 5 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Tokens == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + h.encSlicePtrtoACLToken(([]*ACLToken)(x.Tokens), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Tokens")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Tokens == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + h.encSlicePtrtoACLToken(([]*ACLToken)(x.Tokens), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Region")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Region)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Namespace")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.Namespace)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("AuthToken")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(x.AuthToken)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Forwarded")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeBool(bool(x.Forwarded)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *ACLTokenUpsertRequest) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *ACLTokenUpsertRequest) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Tokens": + if r.TryDecodeAsNil() { + x.Tokens = nil + } else { + yyv4 := &x.Tokens + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + h.decSlicePtrtoACLToken((*[]*ACLToken)(yyv4), d) + } + } + case "Region": + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv6 := &x.Region + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + case "Namespace": + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv8 := &x.Namespace + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + *((*string)(yyv8)) = r.DecodeString() + } + } + case "AuthToken": + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv10 := &x.AuthToken + yym11 := z.DecBinary() + _ = yym11 + if false { + } else { + *((*string)(yyv10)) = r.DecodeString() + } + } + case "Forwarded": + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv12 := &x.Forwarded + yym13 := z.DecBinary() + _ = yym13 + if false { + } else { + *((*bool)(yyv12)) = r.DecodeBool() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *ACLTokenUpsertRequest) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj14 int + var yyb14 bool + var yyhl14 bool = l >= 0 + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Tokens = nil + } else { + yyv15 := &x.Tokens + yym16 := z.DecBinary() + _ = yym16 + if false { + } else { + h.decSlicePtrtoACLToken((*[]*ACLToken)(yyv15), d) + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Region = "" + } else { + yyv17 := &x.Region + yym18 := z.DecBinary() + _ = yym18 + if false { + } else { + *((*string)(yyv17)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Namespace = "" + } else { + yyv19 := &x.Namespace + yym20 := z.DecBinary() + _ = yym20 + if false { + } else { + *((*string)(yyv19)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.AuthToken = "" + } else { + yyv21 := &x.AuthToken + yym22 := z.DecBinary() + _ = yym22 + if false { + } else { + *((*string)(yyv21)) = r.DecodeString() + } + } + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Forwarded = false + } else { + yyv23 := &x.Forwarded + yym24 := z.DecBinary() + _ = yym24 + if false { + } else { + *((*bool)(yyv23)) = r.DecodeBool() + } + } + for { + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj14-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x *ACLTokenUpsertResponse) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [2]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(2) + } else { + yynn2 = 2 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if x.Tokens == nil { + r.EncodeNil() + } else { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + h.encSlicePtrtoACLToken(([]*ACLToken)(x.Tokens), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Tokens")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if x.Tokens == nil { + r.EncodeNil() + } else { + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + h.encSlicePtrtoACLToken(([]*ACLToken)(x.Tokens), e) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey100) + r.EncodeString(codecSelferC_UTF8100, string("Index")) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeUint(uint64(x.Index)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd100) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd100) + } + } + } +} + +func (x *ACLTokenUpsertResponse) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap100 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd100) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray100 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr100) + } + } +} + +func (x *ACLTokenUpsertResponse) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey100) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue100) + switch yys3 { + case "Tokens": + if r.TryDecodeAsNil() { + x.Tokens = nil + } else { + yyv4 := &x.Tokens + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + h.decSlicePtrtoACLToken((*[]*ACLToken)(yyv4), d) + } + } + case "Index": + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv6 := &x.Index + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*uint64)(yyv6)) = uint64(r.DecodeUint(64)) + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x *ACLTokenUpsertResponse) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj8 int + var yyb8 bool + var yyhl8 bool = l >= 0 + yyj8++ + if yyhl8 { + yyb8 = yyj8 > l + } else { + yyb8 = r.CheckBreak() + } + if yyb8 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Tokens = nil + } else { + yyv9 := &x.Tokens + yym10 := z.DecBinary() + _ = yym10 + if false { + } else { + h.decSlicePtrtoACLToken((*[]*ACLToken)(yyv9), d) + } + } + yyj8++ + if yyhl8 { + yyb8 = yyj8 > l + } else { + yyb8 = r.CheckBreak() + } + if yyb8 { + z.DecSendContainerState(codecSelfer_containerArrayEnd100) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + if r.TryDecodeAsNil() { + x.Index = 0 + } else { + yyv11 := &x.Index + yym12 := z.DecBinary() + _ = yym12 + if false { + } else { + *((*uint64)(yyv11)) = uint64(r.DecodeUint(64)) + } + } + for { + yyj8++ + if yyhl8 { + yyb8 = yyj8 > l + } else { + yyb8 = r.CheckBreak() + } + if yyb8 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem100) + z.DecStructFieldNotFound(yyj8-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x codecSelfer100) encMapstringPtrtoDrainUpdate(v map[string]*DrainUpdate, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeMapStart(len(v)) + for yyk1, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerMapKey100) + yym2 := z.EncBinary() + _ = yym2 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(yyk1)) + } + z.EncSendContainerState(codecSelfer_containerMapValue100) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x codecSelfer100) decMapstringPtrtoDrainUpdate(v *map[string]*DrainUpdate, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyl1 := r.ReadMapStart() + yybh1 := z.DecBasicHandle() + if yyv1 == nil { + yyrl1, _ := z.DecInferLen(yyl1, yybh1.MaxInitLen, 24) + yyv1 = make(map[string]*DrainUpdate, yyrl1) + *v = yyv1 + } + var yymk1 string + var yymv1 *DrainUpdate + var yymg1, yyms1, yymok1 bool + if yybh1.MapValueReset { + yymg1 = true + } + if yyl1 > 0 { + for yyj1 := 0; yyj1 < yyl1; yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey100) + if r.TryDecodeAsNil() { + yymk1 = "" + } else { + yyv2 := &yymk1 + yym3 := z.DecBinary() + _ = yym3 + if false { + } else { + *((*string)(yyv2)) = r.DecodeString() + } + } + + yyms1 = true + if yymg1 { + yymv1, yymok1 = yyv1[yymk1] + if yymok1 { + yyms1 = false + } + } else { + yymv1 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue100) + if r.TryDecodeAsNil() { + if yymv1 != nil { + *yymv1 = DrainUpdate{} + } + } else { + if yymv1 == nil { + yymv1 = new(DrainUpdate) + } + yymv1.CodecDecodeSelf(d) + } + + if yyms1 && yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } else if yyl1 < 0 { + for yyj1 := 0; !r.CheckBreak(); yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey100) + if r.TryDecodeAsNil() { + yymk1 = "" + } else { + yyv5 := &yymk1 + yym6 := z.DecBinary() + _ = yym6 + if false { + } else { + *((*string)(yyv5)) = r.DecodeString() + } + } + + yyms1 = true + if yymg1 { + yymv1, yymok1 = yyv1[yymk1] + if yymok1 { + yyms1 = false + } + } else { + yymv1 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue100) + if r.TryDecodeAsNil() { + if yymv1 != nil { + *yymv1 = DrainUpdate{} + } + } else { + if yymv1 == nil { + yymv1 = new(DrainUpdate) + } + yymv1.CodecDecodeSelf(d) + } + + if yyms1 && yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } // else len==0: TODO: Should we clear map entries? + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x codecSelfer100) encMapContextSlicestring(v map[Context][]string, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeMapStart(len(v)) + for yyk1, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerMapKey100) + yyk1.CodecEncodeSelf(e) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if yyv1 == nil { + r.EncodeNil() + } else { + yym3 := z.EncBinary() + _ = yym3 + if false { + } else { + z.F.EncSliceStringV(yyv1, false, e) + } + } + } + z.EncSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x codecSelfer100) decMapContextSlicestring(v *map[Context][]string, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyl1 := r.ReadMapStart() + yybh1 := z.DecBasicHandle() + if yyv1 == nil { + yyrl1, _ := z.DecInferLen(yyl1, yybh1.MaxInitLen, 40) + yyv1 = make(map[Context][]string, yyrl1) + *v = yyv1 + } + var yymk1 Context + var yymv1 []string + var yymg1 bool + if yybh1.MapValueReset { + yymg1 = true + } + if yyl1 > 0 { + for yyj1 := 0; yyj1 < yyl1; yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey100) + if r.TryDecodeAsNil() { + yymk1 = "" + } else { + yyv2 := &yymk1 + yyv2.CodecDecodeSelf(d) + } + + if yymg1 { + yymv1 = yyv1[yymk1] + } else { + yymv1 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue100) + if r.TryDecodeAsNil() { + yymv1 = nil + } else { + yyv3 := &yymv1 + yym4 := z.DecBinary() + _ = yym4 + if false { + } else { + z.F.DecSliceStringX(yyv3, false, d) + } + } + + if yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } else if yyl1 < 0 { + for yyj1 := 0; !r.CheckBreak(); yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey100) + if r.TryDecodeAsNil() { + yymk1 = "" + } else { + yyv5 := &yymk1 + yyv5.CodecDecodeSelf(d) + } + + if yymg1 { + yymv1 = yyv1[yymk1] + } else { + yymv1 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue100) + if r.TryDecodeAsNil() { + yymv1 = nil + } else { + yyv6 := &yymv1 + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + z.F.DecSliceStringX(yyv6, false, d) + } + } + + if yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } // else len==0: TODO: Should we clear map entries? + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x codecSelfer100) encSlicestring(v []string, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yym2 := z.EncBinary() + _ = yym2 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(yyv1)) + } + } + z.EncSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x codecSelfer100) decSlicestring(v *[]string, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyh1, yyl1 := z.DecSliceHelperStart() + var yyc1 bool + _ = yyc1 + if yyl1 == 0 { + if yyv1 == nil { + yyv1 = []string{} + yyc1 = true + } else if len(yyv1) != 0 { + yyv1 = yyv1[:0] + yyc1 = true + } + } else if yyl1 > 0 { + var yyrr1, yyrl1 int + var yyrt1 bool + _, _ = yyrl1, yyrt1 + yyrr1 = yyl1 // len(yyv1) + if yyl1 > cap(yyv1) { + + yyrl1, yyrt1 = z.DecInferLen(yyl1, z.DecBasicHandle().MaxInitLen, 16) + if yyrt1 { + if yyrl1 <= cap(yyv1) { + yyv1 = yyv1[:yyrl1] + } else { + yyv1 = make([]string, yyrl1) + } + } else { + yyv1 = make([]string, yyrl1) + } + yyc1 = true + yyrr1 = len(yyv1) + } else if yyl1 != len(yyv1) { + yyv1 = yyv1[:yyl1] + yyc1 = true + } + yyj1 := 0 + for ; yyj1 < yyrr1; yyj1++ { + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + yyv1[yyj1] = "" + } else { + yyv2 := &yyv1[yyj1] + yym3 := z.DecBinary() + _ = yym3 + if false { + } else { + *((*string)(yyv2)) = r.DecodeString() + } + } + + } + if yyrt1 { + for ; yyj1 < yyl1; yyj1++ { + yyv1 = append(yyv1, "") + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + yyv1[yyj1] = "" + } else { + yyv4 := &yyv1[yyj1] + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + + } + } + + } else { + yyj1 := 0 + for ; !r.CheckBreak(); yyj1++ { + + if yyj1 >= len(yyv1) { + yyv1 = append(yyv1, "") // var yyz1 string + yyc1 = true + } + yyh1.ElemContainerState(yyj1) + if yyj1 < len(yyv1) { + if r.TryDecodeAsNil() { + yyv1[yyj1] = "" + } else { + yyv6 := &yyv1[yyj1] + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + + } else { + z.DecSwallow() + } + + } + if yyj1 < len(yyv1) { + yyv1 = yyv1[:yyj1] + yyc1 = true + } else if yyj1 == 0 && yyv1 == nil { + yyv1 = []string{} + yyc1 = true + } + } + yyh1.End() + if yyc1 { + *v = yyv1 + } +} + +func (x codecSelfer100) encMapContextbool(v map[Context]bool, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeMapStart(len(v)) + for yyk1, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerMapKey100) + yyk1.CodecEncodeSelf(e) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym3 := z.EncBinary() + _ = yym3 + if false { + } else { + r.EncodeBool(bool(yyv1)) + } + } + z.EncSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x codecSelfer100) decMapContextbool(v *map[Context]bool, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyl1 := r.ReadMapStart() + yybh1 := z.DecBasicHandle() + if yyv1 == nil { + yyrl1, _ := z.DecInferLen(yyl1, yybh1.MaxInitLen, 17) + yyv1 = make(map[Context]bool, yyrl1) + *v = yyv1 + } + var yymk1 Context + var yymv1 bool + var yymg1 bool + if yybh1.MapValueReset { + } + if yyl1 > 0 { + for yyj1 := 0; yyj1 < yyl1; yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey100) + if r.TryDecodeAsNil() { + yymk1 = "" + } else { + yyv2 := &yymk1 + yyv2.CodecDecodeSelf(d) + } + + if yymg1 { + yymv1 = yyv1[yymk1] + } + z.DecSendContainerState(codecSelfer_containerMapValue100) + if r.TryDecodeAsNil() { + yymv1 = false + } else { + yyv3 := &yymv1 + yym4 := z.DecBinary() + _ = yym4 + if false { + } else { + *((*bool)(yyv3)) = r.DecodeBool() + } + } + + if yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } else if yyl1 < 0 { + for yyj1 := 0; !r.CheckBreak(); yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey100) + if r.TryDecodeAsNil() { + yymk1 = "" + } else { + yyv5 := &yymk1 + yyv5.CodecDecodeSelf(d) + } + + if yymg1 { + yymv1 = yyv1[yymk1] + } + z.DecSendContainerState(codecSelfer_containerMapValue100) + if r.TryDecodeAsNil() { + yymv1 = false + } else { + yyv6 := &yymv1 + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*bool)(yyv6)) = r.DecodeBool() + } + } + + if yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } // else len==0: TODO: Should we clear map entries? + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x codecSelfer100) encMapNamespacedIDPtrtoJobDeregisterOptions(v map[NamespacedID]*JobDeregisterOptions, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeMapStart(len(v)) + for yyk1, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerMapKey100) + yy2 := &yyk1 + yy2.CodecEncodeSelf(e) + z.EncSendContainerState(codecSelfer_containerMapValue100) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x codecSelfer100) decMapNamespacedIDPtrtoJobDeregisterOptions(v *map[NamespacedID]*JobDeregisterOptions, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyl1 := r.ReadMapStart() + yybh1 := z.DecBasicHandle() + if yyv1 == nil { + yyrl1, _ := z.DecInferLen(yyl1, yybh1.MaxInitLen, 40) + yyv1 = make(map[NamespacedID]*JobDeregisterOptions, yyrl1) + *v = yyv1 + } + var yymk1 NamespacedID + var yymv1 *JobDeregisterOptions + var yymg1, yyms1, yymok1 bool + if yybh1.MapValueReset { + yymg1 = true + } + if yyl1 > 0 { + for yyj1 := 0; yyj1 < yyl1; yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey100) + if r.TryDecodeAsNil() { + yymk1 = NamespacedID{} + } else { + yyv2 := &yymk1 + yyv2.CodecDecodeSelf(d) + } + + yyms1 = true + if yymg1 { + yymv1, yymok1 = yyv1[yymk1] + if yymok1 { + yyms1 = false + } + } else { + yymv1 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue100) + if r.TryDecodeAsNil() { + if yymv1 != nil { + *yymv1 = JobDeregisterOptions{} + } + } else { + if yymv1 == nil { + yymv1 = new(JobDeregisterOptions) + } + yymv1.CodecDecodeSelf(d) + } + + if yyms1 && yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } else if yyl1 < 0 { + for yyj1 := 0; !r.CheckBreak(); yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey100) + if r.TryDecodeAsNil() { + yymk1 = NamespacedID{} + } else { + yyv4 := &yymk1 + yyv4.CodecDecodeSelf(d) + } + + yyms1 = true + if yymg1 { + yymv1, yymok1 = yyv1[yymk1] + if yymok1 { + yyms1 = false + } + } else { + yymv1 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue100) + if r.TryDecodeAsNil() { + if yymv1 != nil { + *yymv1 = JobDeregisterOptions{} + } + } else { + if yymv1 == nil { + yymv1 = new(JobDeregisterOptions) + } + yymv1.CodecDecodeSelf(d) + } + + if yyms1 && yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } // else len==0: TODO: Should we clear map entries? + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x codecSelfer100) encSlicePtrtoEvaluation(v []*Evaluation, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x codecSelfer100) decSlicePtrtoEvaluation(v *[]*Evaluation, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyh1, yyl1 := z.DecSliceHelperStart() + var yyc1 bool + _ = yyc1 + if yyl1 == 0 { + if yyv1 == nil { + yyv1 = []*Evaluation{} + yyc1 = true + } else if len(yyv1) != 0 { + yyv1 = yyv1[:0] + yyc1 = true + } + } else if yyl1 > 0 { + var yyrr1, yyrl1 int + var yyrt1 bool + _, _ = yyrl1, yyrt1 + yyrr1 = yyl1 // len(yyv1) + if yyl1 > cap(yyv1) { + + yyrg1 := len(yyv1) > 0 + yyv21 := yyv1 + yyrl1, yyrt1 = z.DecInferLen(yyl1, z.DecBasicHandle().MaxInitLen, 8) + if yyrt1 { + if yyrl1 <= cap(yyv1) { + yyv1 = yyv1[:yyrl1] + } else { + yyv1 = make([]*Evaluation, yyrl1) + } + } else { + yyv1 = make([]*Evaluation, yyrl1) + } + yyc1 = true + yyrr1 = len(yyv1) + if yyrg1 { + copy(yyv1, yyv21) + } + } else if yyl1 != len(yyv1) { + yyv1 = yyv1[:yyl1] + yyc1 = true + } + yyj1 := 0 + for ; yyj1 < yyrr1; yyj1++ { + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = Evaluation{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(Evaluation) + } + yyw2 := yyv1[yyj1] + yyw2.CodecDecodeSelf(d) + } + + } + if yyrt1 { + for ; yyj1 < yyl1; yyj1++ { + yyv1 = append(yyv1, nil) + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = Evaluation{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(Evaluation) + } + yyw3 := yyv1[yyj1] + yyw3.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj1 := 0 + for ; !r.CheckBreak(); yyj1++ { + + if yyj1 >= len(yyv1) { + yyv1 = append(yyv1, nil) // var yyz1 *Evaluation + yyc1 = true + } + yyh1.ElemContainerState(yyj1) + if yyj1 < len(yyv1) { + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = Evaluation{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(Evaluation) + } + yyw4 := yyv1[yyj1] + yyw4.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj1 < len(yyv1) { + yyv1 = yyv1[:yyj1] + yyc1 = true + } else if yyj1 == 0 && yyv1 == nil { + yyv1 = []*Evaluation{} + yyc1 = true + } + } + yyh1.End() + if yyc1 { + *v = yyv1 + } +} + +func (x codecSelfer100) encSlicePtrtoAllocation(v []*Allocation, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x codecSelfer100) decSlicePtrtoAllocation(v *[]*Allocation, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyh1, yyl1 := z.DecSliceHelperStart() + var yyc1 bool + _ = yyc1 + if yyl1 == 0 { + if yyv1 == nil { + yyv1 = []*Allocation{} + yyc1 = true + } else if len(yyv1) != 0 { + yyv1 = yyv1[:0] + yyc1 = true + } + } else if yyl1 > 0 { + var yyrr1, yyrl1 int + var yyrt1 bool + _, _ = yyrl1, yyrt1 + yyrr1 = yyl1 // len(yyv1) + if yyl1 > cap(yyv1) { + + yyrg1 := len(yyv1) > 0 + yyv21 := yyv1 + yyrl1, yyrt1 = z.DecInferLen(yyl1, z.DecBasicHandle().MaxInitLen, 8) + if yyrt1 { + if yyrl1 <= cap(yyv1) { + yyv1 = yyv1[:yyrl1] + } else { + yyv1 = make([]*Allocation, yyrl1) + } + } else { + yyv1 = make([]*Allocation, yyrl1) + } + yyc1 = true + yyrr1 = len(yyv1) + if yyrg1 { + copy(yyv1, yyv21) + } + } else if yyl1 != len(yyv1) { + yyv1 = yyv1[:yyl1] + yyc1 = true + } + yyj1 := 0 + for ; yyj1 < yyrr1; yyj1++ { + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = Allocation{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(Allocation) + } + yyw2 := yyv1[yyj1] + yyw2.CodecDecodeSelf(d) + } + + } + if yyrt1 { + for ; yyj1 < yyl1; yyj1++ { + yyv1 = append(yyv1, nil) + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = Allocation{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(Allocation) + } + yyw3 := yyv1[yyj1] + yyw3.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj1 := 0 + for ; !r.CheckBreak(); yyj1++ { + + if yyj1 >= len(yyv1) { + yyv1 = append(yyv1, nil) // var yyz1 *Allocation + yyc1 = true + } + yyh1.ElemContainerState(yyj1) + if yyj1 < len(yyv1) { + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = Allocation{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(Allocation) + } + yyw4 := yyv1[yyj1] + yyw4.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj1 < len(yyv1) { + yyv1 = yyv1[:yyj1] + yyc1 = true + } else if yyj1 == 0 && yyv1 == nil { + yyv1 = []*Allocation{} + yyc1 = true + } + } + yyh1.End() + if yyc1 { + *v = yyv1 + } +} + +func (x codecSelfer100) encSlicePtrtoDeploymentStatusUpdate(v []*DeploymentStatusUpdate, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x codecSelfer100) decSlicePtrtoDeploymentStatusUpdate(v *[]*DeploymentStatusUpdate, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyh1, yyl1 := z.DecSliceHelperStart() + var yyc1 bool + _ = yyc1 + if yyl1 == 0 { + if yyv1 == nil { + yyv1 = []*DeploymentStatusUpdate{} + yyc1 = true + } else if len(yyv1) != 0 { + yyv1 = yyv1[:0] + yyc1 = true + } + } else if yyl1 > 0 { + var yyrr1, yyrl1 int + var yyrt1 bool + _, _ = yyrl1, yyrt1 + yyrr1 = yyl1 // len(yyv1) + if yyl1 > cap(yyv1) { + + yyrg1 := len(yyv1) > 0 + yyv21 := yyv1 + yyrl1, yyrt1 = z.DecInferLen(yyl1, z.DecBasicHandle().MaxInitLen, 8) + if yyrt1 { + if yyrl1 <= cap(yyv1) { + yyv1 = yyv1[:yyrl1] + } else { + yyv1 = make([]*DeploymentStatusUpdate, yyrl1) + } + } else { + yyv1 = make([]*DeploymentStatusUpdate, yyrl1) + } + yyc1 = true + yyrr1 = len(yyv1) + if yyrg1 { + copy(yyv1, yyv21) + } + } else if yyl1 != len(yyv1) { + yyv1 = yyv1[:yyl1] + yyc1 = true + } + yyj1 := 0 + for ; yyj1 < yyrr1; yyj1++ { + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = DeploymentStatusUpdate{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(DeploymentStatusUpdate) + } + yyw2 := yyv1[yyj1] + yyw2.CodecDecodeSelf(d) + } + + } + if yyrt1 { + for ; yyj1 < yyl1; yyj1++ { + yyv1 = append(yyv1, nil) + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = DeploymentStatusUpdate{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(DeploymentStatusUpdate) + } + yyw3 := yyv1[yyj1] + yyw3.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj1 := 0 + for ; !r.CheckBreak(); yyj1++ { + + if yyj1 >= len(yyv1) { + yyv1 = append(yyv1, nil) // var yyz1 *DeploymentStatusUpdate + yyc1 = true + } + yyh1.ElemContainerState(yyj1) + if yyj1 < len(yyv1) { + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = DeploymentStatusUpdate{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(DeploymentStatusUpdate) + } + yyw4 := yyv1[yyj1] + yyw4.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj1 < len(yyv1) { + yyv1 = yyv1[:yyj1] + yyc1 = true + } else if yyj1 == 0 && yyv1 == nil { + yyv1 = []*DeploymentStatusUpdate{} + yyc1 = true + } + } + yyh1.End() + if yyc1 { + *v = yyv1 + } +} + +func (x codecSelfer100) encMapstringPtrtoDesiredTransition(v map[string]*DesiredTransition, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeMapStart(len(v)) + for yyk1, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerMapKey100) + yym2 := z.EncBinary() + _ = yym2 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(yyk1)) + } + z.EncSendContainerState(codecSelfer_containerMapValue100) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x codecSelfer100) decMapstringPtrtoDesiredTransition(v *map[string]*DesiredTransition, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyl1 := r.ReadMapStart() + yybh1 := z.DecBasicHandle() + if yyv1 == nil { + yyrl1, _ := z.DecInferLen(yyl1, yybh1.MaxInitLen, 24) + yyv1 = make(map[string]*DesiredTransition, yyrl1) + *v = yyv1 + } + var yymk1 string + var yymv1 *DesiredTransition + var yymg1, yyms1, yymok1 bool + if yybh1.MapValueReset { + yymg1 = true + } + if yyl1 > 0 { + for yyj1 := 0; yyj1 < yyl1; yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey100) + if r.TryDecodeAsNil() { + yymk1 = "" + } else { + yyv2 := &yymk1 + yym3 := z.DecBinary() + _ = yym3 + if false { + } else { + *((*string)(yyv2)) = r.DecodeString() + } + } + + yyms1 = true + if yymg1 { + yymv1, yymok1 = yyv1[yymk1] + if yymok1 { + yyms1 = false + } + } else { + yymv1 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue100) + if r.TryDecodeAsNil() { + if yymv1 != nil { + *yymv1 = DesiredTransition{} + } + } else { + if yymv1 == nil { + yymv1 = new(DesiredTransition) + } + yymv1.CodecDecodeSelf(d) + } + + if yyms1 && yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } else if yyl1 < 0 { + for yyj1 := 0; !r.CheckBreak(); yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey100) + if r.TryDecodeAsNil() { + yymk1 = "" + } else { + yyv5 := &yymk1 + yym6 := z.DecBinary() + _ = yym6 + if false { + } else { + *((*string)(yyv5)) = r.DecodeString() + } + } + + yyms1 = true + if yymg1 { + yymv1, yymok1 = yyv1[yymk1] + if yymok1 { + yyms1 = false + } + } else { + yymv1 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue100) + if r.TryDecodeAsNil() { + if yymv1 != nil { + *yymv1 = DesiredTransition{} + } + } else { + if yymv1 == nil { + yymv1 = new(DesiredTransition) + } + yymv1.CodecDecodeSelf(d) + } + + if yyms1 && yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } // else len==0: TODO: Should we clear map entries? + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x codecSelfer100) encSlicePtrtoServerMember(v []*ServerMember, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x codecSelfer100) decSlicePtrtoServerMember(v *[]*ServerMember, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyh1, yyl1 := z.DecSliceHelperStart() + var yyc1 bool + _ = yyc1 + if yyl1 == 0 { + if yyv1 == nil { + yyv1 = []*ServerMember{} + yyc1 = true + } else if len(yyv1) != 0 { + yyv1 = yyv1[:0] + yyc1 = true + } + } else if yyl1 > 0 { + var yyrr1, yyrl1 int + var yyrt1 bool + _, _ = yyrl1, yyrt1 + yyrr1 = yyl1 // len(yyv1) + if yyl1 > cap(yyv1) { + + yyrg1 := len(yyv1) > 0 + yyv21 := yyv1 + yyrl1, yyrt1 = z.DecInferLen(yyl1, z.DecBasicHandle().MaxInitLen, 8) + if yyrt1 { + if yyrl1 <= cap(yyv1) { + yyv1 = yyv1[:yyrl1] + } else { + yyv1 = make([]*ServerMember, yyrl1) + } + } else { + yyv1 = make([]*ServerMember, yyrl1) + } + yyc1 = true + yyrr1 = len(yyv1) + if yyrg1 { + copy(yyv1, yyv21) + } + } else if yyl1 != len(yyv1) { + yyv1 = yyv1[:yyl1] + yyc1 = true + } + yyj1 := 0 + for ; yyj1 < yyrr1; yyj1++ { + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = ServerMember{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(ServerMember) + } + yyw2 := yyv1[yyj1] + yyw2.CodecDecodeSelf(d) + } + + } + if yyrt1 { + for ; yyj1 < yyl1; yyj1++ { + yyv1 = append(yyv1, nil) + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = ServerMember{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(ServerMember) + } + yyw3 := yyv1[yyj1] + yyw3.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj1 := 0 + for ; !r.CheckBreak(); yyj1++ { + + if yyj1 >= len(yyv1) { + yyv1 = append(yyv1, nil) // var yyz1 *ServerMember + yyc1 = true + } + yyh1.ElemContainerState(yyj1) + if yyj1 < len(yyv1) { + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = ServerMember{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(ServerMember) + } + yyw4 := yyv1[yyj1] + yyw4.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj1 < len(yyv1) { + yyv1 = yyv1[:yyj1] + yyc1 = true + } else if yyj1 == 0 && yyv1 == nil { + yyv1 = []*ServerMember{} + yyc1 = true + } + } + yyh1.End() + if yyc1 { + *v = yyv1 + } +} + +func (x codecSelfer100) encnet_IP(v net.IP, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeStringBytes(codecSelferC_RAW100, []byte(v)) +} + +func (x codecSelfer100) decnet_IP(v *net.IP, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + *v = r.DecodeBytes(*((*[]byte)(v)), false, false) +} + +func (x codecSelfer100) encSlicePtrtoVaultAccessor(v []*VaultAccessor, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x codecSelfer100) decSlicePtrtoVaultAccessor(v *[]*VaultAccessor, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyh1, yyl1 := z.DecSliceHelperStart() + var yyc1 bool + _ = yyc1 + if yyl1 == 0 { + if yyv1 == nil { + yyv1 = []*VaultAccessor{} + yyc1 = true + } else if len(yyv1) != 0 { + yyv1 = yyv1[:0] + yyc1 = true + } + } else if yyl1 > 0 { + var yyrr1, yyrl1 int + var yyrt1 bool + _, _ = yyrl1, yyrt1 + yyrr1 = yyl1 // len(yyv1) + if yyl1 > cap(yyv1) { + + yyrg1 := len(yyv1) > 0 + yyv21 := yyv1 + yyrl1, yyrt1 = z.DecInferLen(yyl1, z.DecBasicHandle().MaxInitLen, 8) + if yyrt1 { + if yyrl1 <= cap(yyv1) { + yyv1 = yyv1[:yyrl1] + } else { + yyv1 = make([]*VaultAccessor, yyrl1) + } + } else { + yyv1 = make([]*VaultAccessor, yyrl1) + } + yyc1 = true + yyrr1 = len(yyv1) + if yyrg1 { + copy(yyv1, yyv21) + } + } else if yyl1 != len(yyv1) { + yyv1 = yyv1[:yyl1] + yyc1 = true + } + yyj1 := 0 + for ; yyj1 < yyrr1; yyj1++ { + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = VaultAccessor{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(VaultAccessor) + } + yyw2 := yyv1[yyj1] + yyw2.CodecDecodeSelf(d) + } + + } + if yyrt1 { + for ; yyj1 < yyl1; yyj1++ { + yyv1 = append(yyv1, nil) + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = VaultAccessor{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(VaultAccessor) + } + yyw3 := yyv1[yyj1] + yyw3.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj1 := 0 + for ; !r.CheckBreak(); yyj1++ { + + if yyj1 >= len(yyv1) { + yyv1 = append(yyv1, nil) // var yyz1 *VaultAccessor + yyc1 = true + } + yyh1.ElemContainerState(yyj1) + if yyj1 < len(yyv1) { + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = VaultAccessor{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(VaultAccessor) + } + yyw4 := yyv1[yyj1] + yyw4.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj1 < len(yyv1) { + yyv1 = yyv1[:yyj1] + yyc1 = true + } else if yyj1 == 0 && yyv1 == nil { + yyv1 = []*VaultAccessor{} + yyc1 = true + } + } + yyh1.End() + if yyc1 { + *v = yyv1 + } +} + +func (x codecSelfer100) encMapNamespacedIDstring(v map[NamespacedID]string, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeMapStart(len(v)) + for yyk1, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerMapKey100) + yy2 := &yyk1 + yy2.CodecEncodeSelf(e) + z.EncSendContainerState(codecSelfer_containerMapValue100) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(yyv1)) + } + } + z.EncSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x codecSelfer100) decMapNamespacedIDstring(v *map[NamespacedID]string, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyl1 := r.ReadMapStart() + yybh1 := z.DecBasicHandle() + if yyv1 == nil { + yyrl1, _ := z.DecInferLen(yyl1, yybh1.MaxInitLen, 48) + yyv1 = make(map[NamespacedID]string, yyrl1) + *v = yyv1 + } + var yymk1 NamespacedID + var yymv1 string + var yymg1 bool + if yybh1.MapValueReset { + } + if yyl1 > 0 { + for yyj1 := 0; yyj1 < yyl1; yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey100) + if r.TryDecodeAsNil() { + yymk1 = NamespacedID{} + } else { + yyv2 := &yymk1 + yyv2.CodecDecodeSelf(d) + } + + if yymg1 { + yymv1 = yyv1[yymk1] + } + z.DecSendContainerState(codecSelfer_containerMapValue100) + if r.TryDecodeAsNil() { + yymv1 = "" + } else { + yyv3 := &yymv1 + yym4 := z.DecBinary() + _ = yym4 + if false { + } else { + *((*string)(yyv3)) = r.DecodeString() + } + } + + if yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } else if yyl1 < 0 { + for yyj1 := 0; !r.CheckBreak(); yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey100) + if r.TryDecodeAsNil() { + yymk1 = NamespacedID{} + } else { + yyv5 := &yymk1 + yyv5.CodecDecodeSelf(d) + } + + if yymg1 { + yymv1 = yyv1[yymk1] + } + z.DecSendContainerState(codecSelfer_containerMapValue100) + if r.TryDecodeAsNil() { + yymv1 = "" + } else { + yyv6 := &yymv1 + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + + if yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } // else len==0: TODO: Should we clear map entries? + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x codecSelfer100) encSlicePtrtoNodeServerInfo(v []*NodeServerInfo, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x codecSelfer100) decSlicePtrtoNodeServerInfo(v *[]*NodeServerInfo, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyh1, yyl1 := z.DecSliceHelperStart() + var yyc1 bool + _ = yyc1 + if yyl1 == 0 { + if yyv1 == nil { + yyv1 = []*NodeServerInfo{} + yyc1 = true + } else if len(yyv1) != 0 { + yyv1 = yyv1[:0] + yyc1 = true + } + } else if yyl1 > 0 { + var yyrr1, yyrl1 int + var yyrt1 bool + _, _ = yyrl1, yyrt1 + yyrr1 = yyl1 // len(yyv1) + if yyl1 > cap(yyv1) { + + yyrg1 := len(yyv1) > 0 + yyv21 := yyv1 + yyrl1, yyrt1 = z.DecInferLen(yyl1, z.DecBasicHandle().MaxInitLen, 8) + if yyrt1 { + if yyrl1 <= cap(yyv1) { + yyv1 = yyv1[:yyrl1] + } else { + yyv1 = make([]*NodeServerInfo, yyrl1) + } + } else { + yyv1 = make([]*NodeServerInfo, yyrl1) + } + yyc1 = true + yyrr1 = len(yyv1) + if yyrg1 { + copy(yyv1, yyv21) + } + } else if yyl1 != len(yyv1) { + yyv1 = yyv1[:yyl1] + yyc1 = true + } + yyj1 := 0 + for ; yyj1 < yyrr1; yyj1++ { + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = NodeServerInfo{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(NodeServerInfo) + } + yyw2 := yyv1[yyj1] + yyw2.CodecDecodeSelf(d) + } + + } + if yyrt1 { + for ; yyj1 < yyl1; yyj1++ { + yyv1 = append(yyv1, nil) + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = NodeServerInfo{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(NodeServerInfo) + } + yyw3 := yyv1[yyj1] + yyw3.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj1 := 0 + for ; !r.CheckBreak(); yyj1++ { + + if yyj1 >= len(yyv1) { + yyv1 = append(yyv1, nil) // var yyz1 *NodeServerInfo + yyc1 = true + } + yyh1.ElemContainerState(yyj1) + if yyj1 < len(yyv1) { + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = NodeServerInfo{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(NodeServerInfo) + } + yyw4 := yyv1[yyj1] + yyw4.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj1 < len(yyv1) { + yyv1 = yyv1[:yyj1] + yyc1 = true + } else if yyj1 == 0 && yyv1 == nil { + yyv1 = []*NodeServerInfo{} + yyc1 = true + } + } + yyh1.End() + if yyc1 { + *v = yyv1 + } +} + +func (x codecSelfer100) encSlicePtrtoNodeListStub(v []*NodeListStub, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x codecSelfer100) decSlicePtrtoNodeListStub(v *[]*NodeListStub, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyh1, yyl1 := z.DecSliceHelperStart() + var yyc1 bool + _ = yyc1 + if yyl1 == 0 { + if yyv1 == nil { + yyv1 = []*NodeListStub{} + yyc1 = true + } else if len(yyv1) != 0 { + yyv1 = yyv1[:0] + yyc1 = true + } + } else if yyl1 > 0 { + var yyrr1, yyrl1 int + var yyrt1 bool + _, _ = yyrl1, yyrt1 + yyrr1 = yyl1 // len(yyv1) + if yyl1 > cap(yyv1) { + + yyrg1 := len(yyv1) > 0 + yyv21 := yyv1 + yyrl1, yyrt1 = z.DecInferLen(yyl1, z.DecBasicHandle().MaxInitLen, 8) + if yyrt1 { + if yyrl1 <= cap(yyv1) { + yyv1 = yyv1[:yyrl1] + } else { + yyv1 = make([]*NodeListStub, yyrl1) + } + } else { + yyv1 = make([]*NodeListStub, yyrl1) + } + yyc1 = true + yyrr1 = len(yyv1) + if yyrg1 { + copy(yyv1, yyv21) + } + } else if yyl1 != len(yyv1) { + yyv1 = yyv1[:yyl1] + yyc1 = true + } + yyj1 := 0 + for ; yyj1 < yyrr1; yyj1++ { + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = NodeListStub{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(NodeListStub) + } + yyw2 := yyv1[yyj1] + yyw2.CodecDecodeSelf(d) + } + + } + if yyrt1 { + for ; yyj1 < yyl1; yyj1++ { + yyv1 = append(yyv1, nil) + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = NodeListStub{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(NodeListStub) + } + yyw3 := yyv1[yyj1] + yyw3.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj1 := 0 + for ; !r.CheckBreak(); yyj1++ { + + if yyj1 >= len(yyv1) { + yyv1 = append(yyv1, nil) // var yyz1 *NodeListStub + yyc1 = true + } + yyh1.ElemContainerState(yyj1) + if yyj1 < len(yyv1) { + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = NodeListStub{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(NodeListStub) + } + yyw4 := yyv1[yyj1] + yyw4.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj1 < len(yyv1) { + yyv1 = yyv1[:yyj1] + yyc1 = true + } else if yyj1 == 0 && yyv1 == nil { + yyv1 = []*NodeListStub{} + yyc1 = true + } + } + yyh1.End() + if yyc1 { + *v = yyv1 + } +} + +func (x codecSelfer100) encSlicePtrtoJobListStub(v []*JobListStub, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x codecSelfer100) decSlicePtrtoJobListStub(v *[]*JobListStub, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyh1, yyl1 := z.DecSliceHelperStart() + var yyc1 bool + _ = yyc1 + if yyl1 == 0 { + if yyv1 == nil { + yyv1 = []*JobListStub{} + yyc1 = true + } else if len(yyv1) != 0 { + yyv1 = yyv1[:0] + yyc1 = true + } + } else if yyl1 > 0 { + var yyrr1, yyrl1 int + var yyrt1 bool + _, _ = yyrl1, yyrt1 + yyrr1 = yyl1 // len(yyv1) + if yyl1 > cap(yyv1) { + + yyrg1 := len(yyv1) > 0 + yyv21 := yyv1 + yyrl1, yyrt1 = z.DecInferLen(yyl1, z.DecBasicHandle().MaxInitLen, 8) + if yyrt1 { + if yyrl1 <= cap(yyv1) { + yyv1 = yyv1[:yyrl1] + } else { + yyv1 = make([]*JobListStub, yyrl1) + } + } else { + yyv1 = make([]*JobListStub, yyrl1) + } + yyc1 = true + yyrr1 = len(yyv1) + if yyrg1 { + copy(yyv1, yyv21) + } + } else if yyl1 != len(yyv1) { + yyv1 = yyv1[:yyl1] + yyc1 = true + } + yyj1 := 0 + for ; yyj1 < yyrr1; yyj1++ { + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = JobListStub{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(JobListStub) + } + yyw2 := yyv1[yyj1] + yyw2.CodecDecodeSelf(d) + } + + } + if yyrt1 { + for ; yyj1 < yyl1; yyj1++ { + yyv1 = append(yyv1, nil) + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = JobListStub{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(JobListStub) + } + yyw3 := yyv1[yyj1] + yyw3.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj1 := 0 + for ; !r.CheckBreak(); yyj1++ { + + if yyj1 >= len(yyv1) { + yyv1 = append(yyv1, nil) // var yyz1 *JobListStub + yyc1 = true + } + yyh1.ElemContainerState(yyj1) + if yyj1 < len(yyv1) { + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = JobListStub{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(JobListStub) + } + yyw4 := yyv1[yyj1] + yyw4.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj1 < len(yyv1) { + yyv1 = yyv1[:yyj1] + yyc1 = true + } else if yyj1 == 0 && yyv1 == nil { + yyv1 = []*JobListStub{} + yyc1 = true + } + } + yyh1.End() + if yyc1 { + *v = yyv1 + } +} + +func (x codecSelfer100) encSlicePtrtoJob(v []*Job, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x codecSelfer100) decSlicePtrtoJob(v *[]*Job, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyh1, yyl1 := z.DecSliceHelperStart() + var yyc1 bool + _ = yyc1 + if yyl1 == 0 { + if yyv1 == nil { + yyv1 = []*Job{} + yyc1 = true + } else if len(yyv1) != 0 { + yyv1 = yyv1[:0] + yyc1 = true + } + } else if yyl1 > 0 { + var yyrr1, yyrl1 int + var yyrt1 bool + _, _ = yyrl1, yyrt1 + yyrr1 = yyl1 // len(yyv1) + if yyl1 > cap(yyv1) { + + yyrg1 := len(yyv1) > 0 + yyv21 := yyv1 + yyrl1, yyrt1 = z.DecInferLen(yyl1, z.DecBasicHandle().MaxInitLen, 8) + if yyrt1 { + if yyrl1 <= cap(yyv1) { + yyv1 = yyv1[:yyrl1] + } else { + yyv1 = make([]*Job, yyrl1) + } + } else { + yyv1 = make([]*Job, yyrl1) + } + yyc1 = true + yyrr1 = len(yyv1) + if yyrg1 { + copy(yyv1, yyv21) + } + } else if yyl1 != len(yyv1) { + yyv1 = yyv1[:yyl1] + yyc1 = true + } + yyj1 := 0 + for ; yyj1 < yyrr1; yyj1++ { + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = Job{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(Job) + } + yyw2 := yyv1[yyj1] + yyw2.CodecDecodeSelf(d) + } + + } + if yyrt1 { + for ; yyj1 < yyl1; yyj1++ { + yyv1 = append(yyv1, nil) + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = Job{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(Job) + } + yyw3 := yyv1[yyj1] + yyw3.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj1 := 0 + for ; !r.CheckBreak(); yyj1++ { + + if yyj1 >= len(yyv1) { + yyv1 = append(yyv1, nil) // var yyz1 *Job + yyc1 = true + } + yyh1.ElemContainerState(yyj1) + if yyj1 < len(yyv1) { + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = Job{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(Job) + } + yyw4 := yyv1[yyj1] + yyw4.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj1 < len(yyv1) { + yyv1 = yyv1[:yyj1] + yyc1 = true + } else if yyj1 == 0 && yyv1 == nil { + yyv1 = []*Job{} + yyc1 = true + } + } + yyh1.End() + if yyc1 { + *v = yyv1 + } +} + +func (x codecSelfer100) encSlicePtrtoJobDiff(v []*JobDiff, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if yyv1 == nil { + r.EncodeNil() + } else { + yym2 := z.EncBinary() + _ = yym2 + if false { + } else if z.HasExtensions() && z.EncExt(yyv1) { + } else { + z.EncFallback(yyv1) + } + } + } + z.EncSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x codecSelfer100) decSlicePtrtoJobDiff(v *[]*JobDiff, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyh1, yyl1 := z.DecSliceHelperStart() + var yyc1 bool + _ = yyc1 + if yyl1 == 0 { + if yyv1 == nil { + yyv1 = []*JobDiff{} + yyc1 = true + } else if len(yyv1) != 0 { + yyv1 = yyv1[:0] + yyc1 = true + } + } else if yyl1 > 0 { + var yyrr1, yyrl1 int + var yyrt1 bool + _, _ = yyrl1, yyrt1 + yyrr1 = yyl1 // len(yyv1) + if yyl1 > cap(yyv1) { + + yyrg1 := len(yyv1) > 0 + yyv21 := yyv1 + yyrl1, yyrt1 = z.DecInferLen(yyl1, z.DecBasicHandle().MaxInitLen, 8) + if yyrt1 { + if yyrl1 <= cap(yyv1) { + yyv1 = yyv1[:yyrl1] + } else { + yyv1 = make([]*JobDiff, yyrl1) + } + } else { + yyv1 = make([]*JobDiff, yyrl1) + } + yyc1 = true + yyrr1 = len(yyv1) + if yyrg1 { + copy(yyv1, yyv21) + } + } else if yyl1 != len(yyv1) { + yyv1 = yyv1[:yyl1] + yyc1 = true + } + yyj1 := 0 + for ; yyj1 < yyrr1; yyj1++ { + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = JobDiff{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(JobDiff) + } + yyw2 := yyv1[yyj1] + yym3 := z.DecBinary() + _ = yym3 + if false { + } else if z.HasExtensions() && z.DecExt(yyw2) { + } else { + z.DecFallback(yyw2, false) + } + } + + } + if yyrt1 { + for ; yyj1 < yyl1; yyj1++ { + yyv1 = append(yyv1, nil) + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = JobDiff{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(JobDiff) + } + yyw4 := yyv1[yyj1] + yym5 := z.DecBinary() + _ = yym5 + if false { + } else if z.HasExtensions() && z.DecExt(yyw4) { + } else { + z.DecFallback(yyw4, false) + } + } + + } + } + + } else { + yyj1 := 0 + for ; !r.CheckBreak(); yyj1++ { + + if yyj1 >= len(yyv1) { + yyv1 = append(yyv1, nil) // var yyz1 *JobDiff + yyc1 = true + } + yyh1.ElemContainerState(yyj1) + if yyj1 < len(yyv1) { + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = JobDiff{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(JobDiff) + } + yyw6 := yyv1[yyj1] + yym7 := z.DecBinary() + _ = yym7 + if false { + } else if z.HasExtensions() && z.DecExt(yyw6) { + } else { + z.DecFallback(yyw6, false) + } + } + + } else { + z.DecSwallow() + } + + } + if yyj1 < len(yyv1) { + yyv1 = yyv1[:yyj1] + yyc1 = true + } else if yyj1 == 0 && yyv1 == nil { + yyv1 = []*JobDiff{} + yyc1 = true + } + } + yyh1.End() + if yyc1 { + *v = yyv1 + } +} + +func (x codecSelfer100) encMapstringPtrtoAllocMetric(v map[string]*AllocMetric, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeMapStart(len(v)) + for yyk1, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerMapKey100) + yym2 := z.EncBinary() + _ = yym2 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(yyk1)) + } + z.EncSendContainerState(codecSelfer_containerMapValue100) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x codecSelfer100) decMapstringPtrtoAllocMetric(v *map[string]*AllocMetric, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyl1 := r.ReadMapStart() + yybh1 := z.DecBasicHandle() + if yyv1 == nil { + yyrl1, _ := z.DecInferLen(yyl1, yybh1.MaxInitLen, 24) + yyv1 = make(map[string]*AllocMetric, yyrl1) + *v = yyv1 + } + var yymk1 string + var yymv1 *AllocMetric + var yymg1, yyms1, yymok1 bool + if yybh1.MapValueReset { + yymg1 = true + } + if yyl1 > 0 { + for yyj1 := 0; yyj1 < yyl1; yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey100) + if r.TryDecodeAsNil() { + yymk1 = "" + } else { + yyv2 := &yymk1 + yym3 := z.DecBinary() + _ = yym3 + if false { + } else { + *((*string)(yyv2)) = r.DecodeString() + } + } + + yyms1 = true + if yymg1 { + yymv1, yymok1 = yyv1[yymk1] + if yymok1 { + yyms1 = false + } + } else { + yymv1 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue100) + if r.TryDecodeAsNil() { + if yymv1 != nil { + *yymv1 = AllocMetric{} + } + } else { + if yymv1 == nil { + yymv1 = new(AllocMetric) + } + yymv1.CodecDecodeSelf(d) + } + + if yyms1 && yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } else if yyl1 < 0 { + for yyj1 := 0; !r.CheckBreak(); yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey100) + if r.TryDecodeAsNil() { + yymk1 = "" + } else { + yyv5 := &yymk1 + yym6 := z.DecBinary() + _ = yym6 + if false { + } else { + *((*string)(yyv5)) = r.DecodeString() + } + } + + yyms1 = true + if yymg1 { + yymv1, yymok1 = yyv1[yymk1] + if yymok1 { + yyms1 = false + } + } else { + yymv1 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue100) + if r.TryDecodeAsNil() { + if yymv1 != nil { + *yymv1 = AllocMetric{} + } + } else { + if yymv1 == nil { + yymv1 = new(AllocMetric) + } + yymv1.CodecDecodeSelf(d) + } + + if yyms1 && yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } // else len==0: TODO: Should we clear map entries? + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x codecSelfer100) encSlicePtrtoAllocListStub(v []*AllocListStub, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x codecSelfer100) decSlicePtrtoAllocListStub(v *[]*AllocListStub, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyh1, yyl1 := z.DecSliceHelperStart() + var yyc1 bool + _ = yyc1 + if yyl1 == 0 { + if yyv1 == nil { + yyv1 = []*AllocListStub{} + yyc1 = true + } else if len(yyv1) != 0 { + yyv1 = yyv1[:0] + yyc1 = true + } + } else if yyl1 > 0 { + var yyrr1, yyrl1 int + var yyrt1 bool + _, _ = yyrl1, yyrt1 + yyrr1 = yyl1 // len(yyv1) + if yyl1 > cap(yyv1) { + + yyrg1 := len(yyv1) > 0 + yyv21 := yyv1 + yyrl1, yyrt1 = z.DecInferLen(yyl1, z.DecBasicHandle().MaxInitLen, 8) + if yyrt1 { + if yyrl1 <= cap(yyv1) { + yyv1 = yyv1[:yyrl1] + } else { + yyv1 = make([]*AllocListStub, yyrl1) + } + } else { + yyv1 = make([]*AllocListStub, yyrl1) + } + yyc1 = true + yyrr1 = len(yyv1) + if yyrg1 { + copy(yyv1, yyv21) + } + } else if yyl1 != len(yyv1) { + yyv1 = yyv1[:yyl1] + yyc1 = true + } + yyj1 := 0 + for ; yyj1 < yyrr1; yyj1++ { + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = AllocListStub{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(AllocListStub) + } + yyw2 := yyv1[yyj1] + yyw2.CodecDecodeSelf(d) + } + + } + if yyrt1 { + for ; yyj1 < yyl1; yyj1++ { + yyv1 = append(yyv1, nil) + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = AllocListStub{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(AllocListStub) + } + yyw3 := yyv1[yyj1] + yyw3.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj1 := 0 + for ; !r.CheckBreak(); yyj1++ { + + if yyj1 >= len(yyv1) { + yyv1 = append(yyv1, nil) // var yyz1 *AllocListStub + yyc1 = true + } + yyh1.ElemContainerState(yyj1) + if yyj1 < len(yyv1) { + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = AllocListStub{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(AllocListStub) + } + yyw4 := yyv1[yyj1] + yyw4.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj1 < len(yyv1) { + yyv1 = yyv1[:yyj1] + yyc1 = true + } else if yyj1 == 0 && yyv1 == nil { + yyv1 = []*AllocListStub{} + yyc1 = true + } + } + yyh1.End() + if yyc1 { + *v = yyv1 + } +} + +func (x codecSelfer100) encSlicePtrtoDeployment(v []*Deployment, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x codecSelfer100) decSlicePtrtoDeployment(v *[]*Deployment, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyh1, yyl1 := z.DecSliceHelperStart() + var yyc1 bool + _ = yyc1 + if yyl1 == 0 { + if yyv1 == nil { + yyv1 = []*Deployment{} + yyc1 = true + } else if len(yyv1) != 0 { + yyv1 = yyv1[:0] + yyc1 = true + } + } else if yyl1 > 0 { + var yyrr1, yyrl1 int + var yyrt1 bool + _, _ = yyrl1, yyrt1 + yyrr1 = yyl1 // len(yyv1) + if yyl1 > cap(yyv1) { + + yyrg1 := len(yyv1) > 0 + yyv21 := yyv1 + yyrl1, yyrt1 = z.DecInferLen(yyl1, z.DecBasicHandle().MaxInitLen, 8) + if yyrt1 { + if yyrl1 <= cap(yyv1) { + yyv1 = yyv1[:yyrl1] + } else { + yyv1 = make([]*Deployment, yyrl1) + } + } else { + yyv1 = make([]*Deployment, yyrl1) + } + yyc1 = true + yyrr1 = len(yyv1) + if yyrg1 { + copy(yyv1, yyv21) + } + } else if yyl1 != len(yyv1) { + yyv1 = yyv1[:yyl1] + yyc1 = true + } + yyj1 := 0 + for ; yyj1 < yyrr1; yyj1++ { + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = Deployment{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(Deployment) + } + yyw2 := yyv1[yyj1] + yyw2.CodecDecodeSelf(d) + } + + } + if yyrt1 { + for ; yyj1 < yyl1; yyj1++ { + yyv1 = append(yyv1, nil) + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = Deployment{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(Deployment) + } + yyw3 := yyv1[yyj1] + yyw3.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj1 := 0 + for ; !r.CheckBreak(); yyj1++ { + + if yyj1 >= len(yyv1) { + yyv1 = append(yyv1, nil) // var yyz1 *Deployment + yyc1 = true + } + yyh1.ElemContainerState(yyj1) + if yyj1 < len(yyv1) { + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = Deployment{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(Deployment) + } + yyw4 := yyv1[yyj1] + yyw4.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj1 < len(yyv1) { + yyv1 = yyv1[:yyj1] + yyc1 = true + } else if yyj1 == 0 && yyv1 == nil { + yyv1 = []*Deployment{} + yyc1 = true + } + } + yyh1.End() + if yyc1 { + *v = yyv1 + } +} + +func (x codecSelfer100) encMapstringSlicePtrtoNodeEvent(v map[string][]*NodeEvent, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeMapStart(len(v)) + for yyk1, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerMapKey100) + yym2 := z.EncBinary() + _ = yym2 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(yyk1)) + } + z.EncSendContainerState(codecSelfer_containerMapValue100) + if yyv1 == nil { + r.EncodeNil() + } else { + yym3 := z.EncBinary() + _ = yym3 + if false { + } else { + h.encSlicePtrtoNodeEvent(([]*NodeEvent)(yyv1), e) + } + } + } + z.EncSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x codecSelfer100) decMapstringSlicePtrtoNodeEvent(v *map[string][]*NodeEvent, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyl1 := r.ReadMapStart() + yybh1 := z.DecBasicHandle() + if yyv1 == nil { + yyrl1, _ := z.DecInferLen(yyl1, yybh1.MaxInitLen, 40) + yyv1 = make(map[string][]*NodeEvent, yyrl1) + *v = yyv1 + } + var yymk1 string + var yymv1 []*NodeEvent + var yymg1 bool + if yybh1.MapValueReset { + yymg1 = true + } + if yyl1 > 0 { + for yyj1 := 0; yyj1 < yyl1; yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey100) + if r.TryDecodeAsNil() { + yymk1 = "" + } else { + yyv2 := &yymk1 + yym3 := z.DecBinary() + _ = yym3 + if false { + } else { + *((*string)(yyv2)) = r.DecodeString() + } + } + + if yymg1 { + yymv1 = yyv1[yymk1] + } else { + yymv1 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue100) + if r.TryDecodeAsNil() { + yymv1 = nil + } else { + yyv4 := &yymv1 + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + h.decSlicePtrtoNodeEvent((*[]*NodeEvent)(yyv4), d) + } + } + + if yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } else if yyl1 < 0 { + for yyj1 := 0; !r.CheckBreak(); yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey100) + if r.TryDecodeAsNil() { + yymk1 = "" + } else { + yyv6 := &yymk1 + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + + if yymg1 { + yymv1 = yyv1[yymk1] + } else { + yymv1 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue100) + if r.TryDecodeAsNil() { + yymv1 = nil + } else { + yyv8 := &yymv1 + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + h.decSlicePtrtoNodeEvent((*[]*NodeEvent)(yyv8), d) + } + } + + if yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } // else len==0: TODO: Should we clear map entries? + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x codecSelfer100) encSlicePtrtoNodeEvent(v []*NodeEvent, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x codecSelfer100) decSlicePtrtoNodeEvent(v *[]*NodeEvent, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyh1, yyl1 := z.DecSliceHelperStart() + var yyc1 bool + _ = yyc1 + if yyl1 == 0 { + if yyv1 == nil { + yyv1 = []*NodeEvent{} + yyc1 = true + } else if len(yyv1) != 0 { + yyv1 = yyv1[:0] + yyc1 = true + } + } else if yyl1 > 0 { + var yyrr1, yyrl1 int + var yyrt1 bool + _, _ = yyrl1, yyrt1 + yyrr1 = yyl1 // len(yyv1) + if yyl1 > cap(yyv1) { + + yyrg1 := len(yyv1) > 0 + yyv21 := yyv1 + yyrl1, yyrt1 = z.DecInferLen(yyl1, z.DecBasicHandle().MaxInitLen, 8) + if yyrt1 { + if yyrl1 <= cap(yyv1) { + yyv1 = yyv1[:yyrl1] + } else { + yyv1 = make([]*NodeEvent, yyrl1) + } + } else { + yyv1 = make([]*NodeEvent, yyrl1) + } + yyc1 = true + yyrr1 = len(yyv1) + if yyrg1 { + copy(yyv1, yyv21) + } + } else if yyl1 != len(yyv1) { + yyv1 = yyv1[:yyl1] + yyc1 = true + } + yyj1 := 0 + for ; yyj1 < yyrr1; yyj1++ { + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = NodeEvent{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(NodeEvent) + } + yyw2 := yyv1[yyj1] + yyw2.CodecDecodeSelf(d) + } + + } + if yyrt1 { + for ; yyj1 < yyl1; yyj1++ { + yyv1 = append(yyv1, nil) + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = NodeEvent{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(NodeEvent) + } + yyw3 := yyv1[yyj1] + yyw3.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj1 := 0 + for ; !r.CheckBreak(); yyj1++ { + + if yyj1 >= len(yyv1) { + yyv1 = append(yyv1, nil) // var yyz1 *NodeEvent + yyc1 = true + } + yyh1.ElemContainerState(yyj1) + if yyj1 < len(yyv1) { + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = NodeEvent{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(NodeEvent) + } + yyw4 := yyv1[yyj1] + yyw4.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj1 < len(yyv1) { + yyv1 = yyv1[:yyj1] + yyc1 = true + } else if yyj1 == 0 && yyv1 == nil { + yyv1 = []*NodeEvent{} + yyc1 = true + } + } + yyh1.End() + if yyc1 { + *v = yyv1 + } +} + +func (x codecSelfer100) encMapstringPtrtoDriverInfo(v map[string]*DriverInfo, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeMapStart(len(v)) + for yyk1, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerMapKey100) + yym2 := z.EncBinary() + _ = yym2 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(yyk1)) + } + z.EncSendContainerState(codecSelfer_containerMapValue100) + if yyv1 == nil { + r.EncodeNil() + } else { + yym3 := z.EncBinary() + _ = yym3 + if false { + } else if z.HasExtensions() && z.EncExt(yyv1) { + } else { + z.EncFallback(yyv1) + } + } + } + z.EncSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x codecSelfer100) decMapstringPtrtoDriverInfo(v *map[string]*DriverInfo, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyl1 := r.ReadMapStart() + yybh1 := z.DecBasicHandle() + if yyv1 == nil { + yyrl1, _ := z.DecInferLen(yyl1, yybh1.MaxInitLen, 24) + yyv1 = make(map[string]*DriverInfo, yyrl1) + *v = yyv1 + } + var yymk1 string + var yymv1 *DriverInfo + var yymg1, yyms1, yymok1 bool + if yybh1.MapValueReset { + yymg1 = true + } + if yyl1 > 0 { + for yyj1 := 0; yyj1 < yyl1; yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey100) + if r.TryDecodeAsNil() { + yymk1 = "" + } else { + yyv2 := &yymk1 + yym3 := z.DecBinary() + _ = yym3 + if false { + } else { + *((*string)(yyv2)) = r.DecodeString() + } + } + + yyms1 = true + if yymg1 { + yymv1, yymok1 = yyv1[yymk1] + if yymok1 { + yyms1 = false + } + } else { + yymv1 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue100) + if r.TryDecodeAsNil() { + if yymv1 != nil { + *yymv1 = DriverInfo{} + } + } else { + if yymv1 == nil { + yymv1 = new(DriverInfo) + } + yym5 := z.DecBinary() + _ = yym5 + if false { + } else if z.HasExtensions() && z.DecExt(yymv1) { + } else { + z.DecFallback(yymv1, false) + } + } + + if yyms1 && yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } else if yyl1 < 0 { + for yyj1 := 0; !r.CheckBreak(); yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey100) + if r.TryDecodeAsNil() { + yymk1 = "" + } else { + yyv6 := &yymk1 + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + + yyms1 = true + if yymg1 { + yymv1, yymok1 = yyv1[yymk1] + if yymok1 { + yyms1 = false + } + } else { + yymv1 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue100) + if r.TryDecodeAsNil() { + if yymv1 != nil { + *yymv1 = DriverInfo{} + } + } else { + if yymv1 == nil { + yymv1 = new(DriverInfo) + } + yym9 := z.DecBinary() + _ = yym9 + if false { + } else if z.HasExtensions() && z.DecExt(yymv1) { + } else { + z.DecFallback(yymv1, false) + } + } + + if yyms1 && yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } // else len==0: TODO: Should we clear map entries? + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x codecSelfer100) encNetworks(v Networks, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x codecSelfer100) decNetworks(v *Networks, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyh1, yyl1 := z.DecSliceHelperStart() + var yyc1 bool + _ = yyc1 + if yyl1 == 0 { + if yyv1 == nil { + yyv1 = []*NetworkResource{} + yyc1 = true + } else if len(yyv1) != 0 { + yyv1 = yyv1[:0] + yyc1 = true + } + } else if yyl1 > 0 { + var yyrr1, yyrl1 int + var yyrt1 bool + _, _ = yyrl1, yyrt1 + yyrr1 = yyl1 // len(yyv1) + if yyl1 > cap(yyv1) { + + yyrg1 := len(yyv1) > 0 + yyv21 := yyv1 + yyrl1, yyrt1 = z.DecInferLen(yyl1, z.DecBasicHandle().MaxInitLen, 8) + if yyrt1 { + if yyrl1 <= cap(yyv1) { + yyv1 = yyv1[:yyrl1] + } else { + yyv1 = make([]*NetworkResource, yyrl1) + } + } else { + yyv1 = make([]*NetworkResource, yyrl1) + } + yyc1 = true + yyrr1 = len(yyv1) + if yyrg1 { + copy(yyv1, yyv21) + } + } else if yyl1 != len(yyv1) { + yyv1 = yyv1[:yyl1] + yyc1 = true + } + yyj1 := 0 + for ; yyj1 < yyrr1; yyj1++ { + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = NetworkResource{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(NetworkResource) + } + yyw2 := yyv1[yyj1] + yyw2.CodecDecodeSelf(d) + } + + } + if yyrt1 { + for ; yyj1 < yyl1; yyj1++ { + yyv1 = append(yyv1, nil) + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = NetworkResource{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(NetworkResource) + } + yyw3 := yyv1[yyj1] + yyw3.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj1 := 0 + for ; !r.CheckBreak(); yyj1++ { + + if yyj1 >= len(yyv1) { + yyv1 = append(yyv1, nil) // var yyz1 *NetworkResource + yyc1 = true + } + yyh1.ElemContainerState(yyj1) + if yyj1 < len(yyv1) { + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = NetworkResource{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(NetworkResource) + } + yyw4 := yyv1[yyj1] + yyw4.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj1 < len(yyv1) { + yyv1 = yyv1[:yyj1] + yyc1 = true + } else if yyj1 == 0 && yyv1 == nil { + yyv1 = []*NetworkResource{} + yyc1 = true + } + } + yyh1.End() + if yyc1 { + *v = yyv1 + } +} + +func (x codecSelfer100) encSlicePort(v []Port, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + yy2 := &yyv1 + yy2.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x codecSelfer100) decSlicePort(v *[]Port, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyh1, yyl1 := z.DecSliceHelperStart() + var yyc1 bool + _ = yyc1 + if yyl1 == 0 { + if yyv1 == nil { + yyv1 = []Port{} + yyc1 = true + } else if len(yyv1) != 0 { + yyv1 = yyv1[:0] + yyc1 = true + } + } else if yyl1 > 0 { + var yyrr1, yyrl1 int + var yyrt1 bool + _, _ = yyrl1, yyrt1 + yyrr1 = yyl1 // len(yyv1) + if yyl1 > cap(yyv1) { + + yyrg1 := len(yyv1) > 0 + yyv21 := yyv1 + yyrl1, yyrt1 = z.DecInferLen(yyl1, z.DecBasicHandle().MaxInitLen, 24) + if yyrt1 { + if yyrl1 <= cap(yyv1) { + yyv1 = yyv1[:yyrl1] + } else { + yyv1 = make([]Port, yyrl1) + } + } else { + yyv1 = make([]Port, yyrl1) + } + yyc1 = true + yyrr1 = len(yyv1) + if yyrg1 { + copy(yyv1, yyv21) + } + } else if yyl1 != len(yyv1) { + yyv1 = yyv1[:yyl1] + yyc1 = true + } + yyj1 := 0 + for ; yyj1 < yyrr1; yyj1++ { + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + yyv1[yyj1] = Port{} + } else { + yyv2 := &yyv1[yyj1] + yyv2.CodecDecodeSelf(d) + } + + } + if yyrt1 { + for ; yyj1 < yyl1; yyj1++ { + yyv1 = append(yyv1, Port{}) + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + yyv1[yyj1] = Port{} + } else { + yyv3 := &yyv1[yyj1] + yyv3.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj1 := 0 + for ; !r.CheckBreak(); yyj1++ { + + if yyj1 >= len(yyv1) { + yyv1 = append(yyv1, Port{}) // var yyz1 Port + yyc1 = true + } + yyh1.ElemContainerState(yyj1) + if yyj1 < len(yyv1) { + if r.TryDecodeAsNil() { + yyv1[yyj1] = Port{} + } else { + yyv4 := &yyv1[yyj1] + yyv4.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj1 < len(yyv1) { + yyv1 = yyv1[:yyj1] + yyc1 = true + } else if yyj1 == 0 && yyv1 == nil { + yyv1 = []Port{} + yyc1 = true + } + } + yyh1.End() + if yyc1 { + *v = yyv1 + } +} + +func (x codecSelfer100) encSlicePtrtoConstraint(v []*Constraint, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x codecSelfer100) decSlicePtrtoConstraint(v *[]*Constraint, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyh1, yyl1 := z.DecSliceHelperStart() + var yyc1 bool + _ = yyc1 + if yyl1 == 0 { + if yyv1 == nil { + yyv1 = []*Constraint{} + yyc1 = true + } else if len(yyv1) != 0 { + yyv1 = yyv1[:0] + yyc1 = true + } + } else if yyl1 > 0 { + var yyrr1, yyrl1 int + var yyrt1 bool + _, _ = yyrl1, yyrt1 + yyrr1 = yyl1 // len(yyv1) + if yyl1 > cap(yyv1) { + + yyrg1 := len(yyv1) > 0 + yyv21 := yyv1 + yyrl1, yyrt1 = z.DecInferLen(yyl1, z.DecBasicHandle().MaxInitLen, 8) + if yyrt1 { + if yyrl1 <= cap(yyv1) { + yyv1 = yyv1[:yyrl1] + } else { + yyv1 = make([]*Constraint, yyrl1) + } + } else { + yyv1 = make([]*Constraint, yyrl1) + } + yyc1 = true + yyrr1 = len(yyv1) + if yyrg1 { + copy(yyv1, yyv21) + } + } else if yyl1 != len(yyv1) { + yyv1 = yyv1[:yyl1] + yyc1 = true + } + yyj1 := 0 + for ; yyj1 < yyrr1; yyj1++ { + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = Constraint{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(Constraint) + } + yyw2 := yyv1[yyj1] + yyw2.CodecDecodeSelf(d) + } + + } + if yyrt1 { + for ; yyj1 < yyl1; yyj1++ { + yyv1 = append(yyv1, nil) + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = Constraint{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(Constraint) + } + yyw3 := yyv1[yyj1] + yyw3.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj1 := 0 + for ; !r.CheckBreak(); yyj1++ { + + if yyj1 >= len(yyv1) { + yyv1 = append(yyv1, nil) // var yyz1 *Constraint + yyc1 = true + } + yyh1.ElemContainerState(yyj1) + if yyj1 < len(yyv1) { + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = Constraint{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(Constraint) + } + yyw4 := yyv1[yyj1] + yyw4.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj1 < len(yyv1) { + yyv1 = yyv1[:yyj1] + yyc1 = true + } else if yyj1 == 0 && yyv1 == nil { + yyv1 = []*Constraint{} + yyc1 = true + } + } + yyh1.End() + if yyc1 { + *v = yyv1 + } +} + +func (x codecSelfer100) encSlicePtrtoTaskGroup(v []*TaskGroup, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x codecSelfer100) decSlicePtrtoTaskGroup(v *[]*TaskGroup, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyh1, yyl1 := z.DecSliceHelperStart() + var yyc1 bool + _ = yyc1 + if yyl1 == 0 { + if yyv1 == nil { + yyv1 = []*TaskGroup{} + yyc1 = true + } else if len(yyv1) != 0 { + yyv1 = yyv1[:0] + yyc1 = true + } + } else if yyl1 > 0 { + var yyrr1, yyrl1 int + var yyrt1 bool + _, _ = yyrl1, yyrt1 + yyrr1 = yyl1 // len(yyv1) + if yyl1 > cap(yyv1) { + + yyrg1 := len(yyv1) > 0 + yyv21 := yyv1 + yyrl1, yyrt1 = z.DecInferLen(yyl1, z.DecBasicHandle().MaxInitLen, 8) + if yyrt1 { + if yyrl1 <= cap(yyv1) { + yyv1 = yyv1[:yyrl1] + } else { + yyv1 = make([]*TaskGroup, yyrl1) + } + } else { + yyv1 = make([]*TaskGroup, yyrl1) + } + yyc1 = true + yyrr1 = len(yyv1) + if yyrg1 { + copy(yyv1, yyv21) + } + } else if yyl1 != len(yyv1) { + yyv1 = yyv1[:yyl1] + yyc1 = true + } + yyj1 := 0 + for ; yyj1 < yyrr1; yyj1++ { + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = TaskGroup{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(TaskGroup) + } + yyw2 := yyv1[yyj1] + yyw2.CodecDecodeSelf(d) + } + + } + if yyrt1 { + for ; yyj1 < yyl1; yyj1++ { + yyv1 = append(yyv1, nil) + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = TaskGroup{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(TaskGroup) + } + yyw3 := yyv1[yyj1] + yyw3.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj1 := 0 + for ; !r.CheckBreak(); yyj1++ { + + if yyj1 >= len(yyv1) { + yyv1 = append(yyv1, nil) // var yyz1 *TaskGroup + yyc1 = true + } + yyh1.ElemContainerState(yyj1) + if yyj1 < len(yyv1) { + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = TaskGroup{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(TaskGroup) + } + yyw4 := yyv1[yyj1] + yyw4.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj1 < len(yyv1) { + yyv1 = yyv1[:yyj1] + yyc1 = true + } else if yyj1 == 0 && yyv1 == nil { + yyv1 = []*TaskGroup{} + yyc1 = true + } + } + yyh1.End() + if yyc1 { + *v = yyv1 + } +} + +func (x codecSelfer100) encMapstringTaskGroupSummary(v map[string]TaskGroupSummary, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeMapStart(len(v)) + for yyk1, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerMapKey100) + yym2 := z.EncBinary() + _ = yym2 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(yyk1)) + } + z.EncSendContainerState(codecSelfer_containerMapValue100) + yy3 := &yyv1 + yy3.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x codecSelfer100) decMapstringTaskGroupSummary(v *map[string]TaskGroupSummary, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyl1 := r.ReadMapStart() + yybh1 := z.DecBasicHandle() + if yyv1 == nil { + yyrl1, _ := z.DecInferLen(yyl1, yybh1.MaxInitLen, 64) + yyv1 = make(map[string]TaskGroupSummary, yyrl1) + *v = yyv1 + } + var yymk1 string + var yymv1 TaskGroupSummary + var yymg1 bool + if yybh1.MapValueReset { + yymg1 = true + } + if yyl1 > 0 { + for yyj1 := 0; yyj1 < yyl1; yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey100) + if r.TryDecodeAsNil() { + yymk1 = "" + } else { + yyv2 := &yymk1 + yym3 := z.DecBinary() + _ = yym3 + if false { + } else { + *((*string)(yyv2)) = r.DecodeString() + } + } + + if yymg1 { + yymv1 = yyv1[yymk1] + } else { + yymv1 = TaskGroupSummary{} + } + z.DecSendContainerState(codecSelfer_containerMapValue100) + if r.TryDecodeAsNil() { + yymv1 = TaskGroupSummary{} + } else { + yyv4 := &yymv1 + yyv4.CodecDecodeSelf(d) + } + + if yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } else if yyl1 < 0 { + for yyj1 := 0; !r.CheckBreak(); yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey100) + if r.TryDecodeAsNil() { + yymk1 = "" + } else { + yyv5 := &yymk1 + yym6 := z.DecBinary() + _ = yym6 + if false { + } else { + *((*string)(yyv5)) = r.DecodeString() + } + } + + if yymg1 { + yymv1 = yyv1[yymk1] + } else { + yymv1 = TaskGroupSummary{} + } + z.DecSendContainerState(codecSelfer_containerMapValue100) + if r.TryDecodeAsNil() { + yymv1 = TaskGroupSummary{} + } else { + yyv7 := &yymv1 + yyv7.CodecDecodeSelf(d) + } + + if yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } // else len==0: TODO: Should we clear map entries? + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x codecSelfer100) encSlicePtrtoTask(v []*Task, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x codecSelfer100) decSlicePtrtoTask(v *[]*Task, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyh1, yyl1 := z.DecSliceHelperStart() + var yyc1 bool + _ = yyc1 + if yyl1 == 0 { + if yyv1 == nil { + yyv1 = []*Task{} + yyc1 = true + } else if len(yyv1) != 0 { + yyv1 = yyv1[:0] + yyc1 = true + } + } else if yyl1 > 0 { + var yyrr1, yyrl1 int + var yyrt1 bool + _, _ = yyrl1, yyrt1 + yyrr1 = yyl1 // len(yyv1) + if yyl1 > cap(yyv1) { + + yyrg1 := len(yyv1) > 0 + yyv21 := yyv1 + yyrl1, yyrt1 = z.DecInferLen(yyl1, z.DecBasicHandle().MaxInitLen, 8) + if yyrt1 { + if yyrl1 <= cap(yyv1) { + yyv1 = yyv1[:yyrl1] + } else { + yyv1 = make([]*Task, yyrl1) + } + } else { + yyv1 = make([]*Task, yyrl1) + } + yyc1 = true + yyrr1 = len(yyv1) + if yyrg1 { + copy(yyv1, yyv21) + } + } else if yyl1 != len(yyv1) { + yyv1 = yyv1[:yyl1] + yyc1 = true + } + yyj1 := 0 + for ; yyj1 < yyrr1; yyj1++ { + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = Task{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(Task) + } + yyw2 := yyv1[yyj1] + yyw2.CodecDecodeSelf(d) + } + + } + if yyrt1 { + for ; yyj1 < yyl1; yyj1++ { + yyv1 = append(yyv1, nil) + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = Task{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(Task) + } + yyw3 := yyv1[yyj1] + yyw3.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj1 := 0 + for ; !r.CheckBreak(); yyj1++ { + + if yyj1 >= len(yyv1) { + yyv1 = append(yyv1, nil) // var yyz1 *Task + yyc1 = true + } + yyh1.ElemContainerState(yyj1) + if yyj1 < len(yyv1) { + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = Task{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(Task) + } + yyw4 := yyv1[yyj1] + yyw4.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj1 < len(yyv1) { + yyv1 = yyv1[:yyj1] + yyc1 = true + } else if yyj1 == 0 && yyv1 == nil { + yyv1 = []*Task{} + yyc1 = true + } + } + yyh1.End() + if yyc1 { + *v = yyv1 + } +} + +func (x codecSelfer100) encMapstringSlicestring(v map[string][]string, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeMapStart(len(v)) + for yyk1, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerMapKey100) + yym2 := z.EncBinary() + _ = yym2 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(yyk1)) + } + z.EncSendContainerState(codecSelfer_containerMapValue100) + if yyv1 == nil { + r.EncodeNil() + } else { + yym3 := z.EncBinary() + _ = yym3 + if false { + } else { + z.F.EncSliceStringV(yyv1, false, e) + } + } + } + z.EncSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x codecSelfer100) decMapstringSlicestring(v *map[string][]string, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyl1 := r.ReadMapStart() + yybh1 := z.DecBasicHandle() + if yyv1 == nil { + yyrl1, _ := z.DecInferLen(yyl1, yybh1.MaxInitLen, 40) + yyv1 = make(map[string][]string, yyrl1) + *v = yyv1 + } + var yymk1 string + var yymv1 []string + var yymg1 bool + if yybh1.MapValueReset { + yymg1 = true + } + if yyl1 > 0 { + for yyj1 := 0; yyj1 < yyl1; yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey100) + if r.TryDecodeAsNil() { + yymk1 = "" + } else { + yyv2 := &yymk1 + yym3 := z.DecBinary() + _ = yym3 + if false { + } else { + *((*string)(yyv2)) = r.DecodeString() + } + } + + if yymg1 { + yymv1 = yyv1[yymk1] + } else { + yymv1 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue100) + if r.TryDecodeAsNil() { + yymv1 = nil + } else { + yyv4 := &yymv1 + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + z.F.DecSliceStringX(yyv4, false, d) + } + } + + if yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } else if yyl1 < 0 { + for yyj1 := 0; !r.CheckBreak(); yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey100) + if r.TryDecodeAsNil() { + yymk1 = "" + } else { + yyv6 := &yymk1 + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + + if yymg1 { + yymv1 = yyv1[yymk1] + } else { + yymv1 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue100) + if r.TryDecodeAsNil() { + yymv1 = nil + } else { + yyv8 := &yymv1 + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + z.F.DecSliceStringX(yyv8, false, d) + } + } + + if yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } // else len==0: TODO: Should we clear map entries? + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x codecSelfer100) encSlicePtrtoServiceCheck(v []*ServiceCheck, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x codecSelfer100) decSlicePtrtoServiceCheck(v *[]*ServiceCheck, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyh1, yyl1 := z.DecSliceHelperStart() + var yyc1 bool + _ = yyc1 + if yyl1 == 0 { + if yyv1 == nil { + yyv1 = []*ServiceCheck{} + yyc1 = true + } else if len(yyv1) != 0 { + yyv1 = yyv1[:0] + yyc1 = true + } + } else if yyl1 > 0 { + var yyrr1, yyrl1 int + var yyrt1 bool + _, _ = yyrl1, yyrt1 + yyrr1 = yyl1 // len(yyv1) + if yyl1 > cap(yyv1) { + + yyrg1 := len(yyv1) > 0 + yyv21 := yyv1 + yyrl1, yyrt1 = z.DecInferLen(yyl1, z.DecBasicHandle().MaxInitLen, 8) + if yyrt1 { + if yyrl1 <= cap(yyv1) { + yyv1 = yyv1[:yyrl1] + } else { + yyv1 = make([]*ServiceCheck, yyrl1) + } + } else { + yyv1 = make([]*ServiceCheck, yyrl1) + } + yyc1 = true + yyrr1 = len(yyv1) + if yyrg1 { + copy(yyv1, yyv21) + } + } else if yyl1 != len(yyv1) { + yyv1 = yyv1[:yyl1] + yyc1 = true + } + yyj1 := 0 + for ; yyj1 < yyrr1; yyj1++ { + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = ServiceCheck{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(ServiceCheck) + } + yyw2 := yyv1[yyj1] + yyw2.CodecDecodeSelf(d) + } + + } + if yyrt1 { + for ; yyj1 < yyl1; yyj1++ { + yyv1 = append(yyv1, nil) + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = ServiceCheck{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(ServiceCheck) + } + yyw3 := yyv1[yyj1] + yyw3.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj1 := 0 + for ; !r.CheckBreak(); yyj1++ { + + if yyj1 >= len(yyv1) { + yyv1 = append(yyv1, nil) // var yyz1 *ServiceCheck + yyc1 = true + } + yyh1.ElemContainerState(yyj1) + if yyj1 < len(yyv1) { + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = ServiceCheck{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(ServiceCheck) + } + yyw4 := yyv1[yyj1] + yyw4.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj1 < len(yyv1) { + yyv1 = yyv1[:yyj1] + yyc1 = true + } else if yyj1 == 0 && yyv1 == nil { + yyv1 = []*ServiceCheck{} + yyc1 = true + } + } + yyh1.End() + if yyc1 { + *v = yyv1 + } +} + +func (x codecSelfer100) encSlicePtrtoService(v []*Service, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x codecSelfer100) decSlicePtrtoService(v *[]*Service, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyh1, yyl1 := z.DecSliceHelperStart() + var yyc1 bool + _ = yyc1 + if yyl1 == 0 { + if yyv1 == nil { + yyv1 = []*Service{} + yyc1 = true + } else if len(yyv1) != 0 { + yyv1 = yyv1[:0] + yyc1 = true + } + } else if yyl1 > 0 { + var yyrr1, yyrl1 int + var yyrt1 bool + _, _ = yyrl1, yyrt1 + yyrr1 = yyl1 // len(yyv1) + if yyl1 > cap(yyv1) { + + yyrg1 := len(yyv1) > 0 + yyv21 := yyv1 + yyrl1, yyrt1 = z.DecInferLen(yyl1, z.DecBasicHandle().MaxInitLen, 8) + if yyrt1 { + if yyrl1 <= cap(yyv1) { + yyv1 = yyv1[:yyrl1] + } else { + yyv1 = make([]*Service, yyrl1) + } + } else { + yyv1 = make([]*Service, yyrl1) + } + yyc1 = true + yyrr1 = len(yyv1) + if yyrg1 { + copy(yyv1, yyv21) + } + } else if yyl1 != len(yyv1) { + yyv1 = yyv1[:yyl1] + yyc1 = true + } + yyj1 := 0 + for ; yyj1 < yyrr1; yyj1++ { + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = Service{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(Service) + } + yyw2 := yyv1[yyj1] + yyw2.CodecDecodeSelf(d) + } + + } + if yyrt1 { + for ; yyj1 < yyl1; yyj1++ { + yyv1 = append(yyv1, nil) + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = Service{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(Service) + } + yyw3 := yyv1[yyj1] + yyw3.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj1 := 0 + for ; !r.CheckBreak(); yyj1++ { + + if yyj1 >= len(yyv1) { + yyv1 = append(yyv1, nil) // var yyz1 *Service + yyc1 = true + } + yyh1.ElemContainerState(yyj1) + if yyj1 < len(yyv1) { + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = Service{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(Service) + } + yyw4 := yyv1[yyj1] + yyw4.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj1 < len(yyv1) { + yyv1 = yyv1[:yyj1] + yyc1 = true + } else if yyj1 == 0 && yyv1 == nil { + yyv1 = []*Service{} + yyc1 = true + } + } + yyh1.End() + if yyc1 { + *v = yyv1 + } +} + +func (x codecSelfer100) encSlicePtrtoTemplate(v []*Template, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x codecSelfer100) decSlicePtrtoTemplate(v *[]*Template, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyh1, yyl1 := z.DecSliceHelperStart() + var yyc1 bool + _ = yyc1 + if yyl1 == 0 { + if yyv1 == nil { + yyv1 = []*Template{} + yyc1 = true + } else if len(yyv1) != 0 { + yyv1 = yyv1[:0] + yyc1 = true + } + } else if yyl1 > 0 { + var yyrr1, yyrl1 int + var yyrt1 bool + _, _ = yyrl1, yyrt1 + yyrr1 = yyl1 // len(yyv1) + if yyl1 > cap(yyv1) { + + yyrg1 := len(yyv1) > 0 + yyv21 := yyv1 + yyrl1, yyrt1 = z.DecInferLen(yyl1, z.DecBasicHandle().MaxInitLen, 8) + if yyrt1 { + if yyrl1 <= cap(yyv1) { + yyv1 = yyv1[:yyrl1] + } else { + yyv1 = make([]*Template, yyrl1) + } + } else { + yyv1 = make([]*Template, yyrl1) + } + yyc1 = true + yyrr1 = len(yyv1) + if yyrg1 { + copy(yyv1, yyv21) + } + } else if yyl1 != len(yyv1) { + yyv1 = yyv1[:yyl1] + yyc1 = true + } + yyj1 := 0 + for ; yyj1 < yyrr1; yyj1++ { + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = Template{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(Template) + } + yyw2 := yyv1[yyj1] + yyw2.CodecDecodeSelf(d) + } + + } + if yyrt1 { + for ; yyj1 < yyl1; yyj1++ { + yyv1 = append(yyv1, nil) + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = Template{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(Template) + } + yyw3 := yyv1[yyj1] + yyw3.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj1 := 0 + for ; !r.CheckBreak(); yyj1++ { + + if yyj1 >= len(yyv1) { + yyv1 = append(yyv1, nil) // var yyz1 *Template + yyc1 = true + } + yyh1.ElemContainerState(yyj1) + if yyj1 < len(yyv1) { + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = Template{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(Template) + } + yyw4 := yyv1[yyj1] + yyw4.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj1 < len(yyv1) { + yyv1 = yyv1[:yyj1] + yyc1 = true + } else if yyj1 == 0 && yyv1 == nil { + yyv1 = []*Template{} + yyc1 = true + } + } + yyh1.End() + if yyc1 { + *v = yyv1 + } +} + +func (x codecSelfer100) encSlicePtrtoTaskArtifact(v []*TaskArtifact, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x codecSelfer100) decSlicePtrtoTaskArtifact(v *[]*TaskArtifact, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyh1, yyl1 := z.DecSliceHelperStart() + var yyc1 bool + _ = yyc1 + if yyl1 == 0 { + if yyv1 == nil { + yyv1 = []*TaskArtifact{} + yyc1 = true + } else if len(yyv1) != 0 { + yyv1 = yyv1[:0] + yyc1 = true + } + } else if yyl1 > 0 { + var yyrr1, yyrl1 int + var yyrt1 bool + _, _ = yyrl1, yyrt1 + yyrr1 = yyl1 // len(yyv1) + if yyl1 > cap(yyv1) { + + yyrg1 := len(yyv1) > 0 + yyv21 := yyv1 + yyrl1, yyrt1 = z.DecInferLen(yyl1, z.DecBasicHandle().MaxInitLen, 8) + if yyrt1 { + if yyrl1 <= cap(yyv1) { + yyv1 = yyv1[:yyrl1] + } else { + yyv1 = make([]*TaskArtifact, yyrl1) + } + } else { + yyv1 = make([]*TaskArtifact, yyrl1) + } + yyc1 = true + yyrr1 = len(yyv1) + if yyrg1 { + copy(yyv1, yyv21) + } + } else if yyl1 != len(yyv1) { + yyv1 = yyv1[:yyl1] + yyc1 = true + } + yyj1 := 0 + for ; yyj1 < yyrr1; yyj1++ { + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = TaskArtifact{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(TaskArtifact) + } + yyw2 := yyv1[yyj1] + yyw2.CodecDecodeSelf(d) + } + + } + if yyrt1 { + for ; yyj1 < yyl1; yyj1++ { + yyv1 = append(yyv1, nil) + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = TaskArtifact{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(TaskArtifact) + } + yyw3 := yyv1[yyj1] + yyw3.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj1 := 0 + for ; !r.CheckBreak(); yyj1++ { + + if yyj1 >= len(yyv1) { + yyv1 = append(yyv1, nil) // var yyz1 *TaskArtifact + yyc1 = true + } + yyh1.ElemContainerState(yyj1) + if yyj1 < len(yyv1) { + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = TaskArtifact{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(TaskArtifact) + } + yyw4 := yyv1[yyj1] + yyw4.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj1 < len(yyv1) { + yyv1 = yyv1[:yyj1] + yyc1 = true + } else if yyj1 == 0 && yyv1 == nil { + yyv1 = []*TaskArtifact{} + yyc1 = true + } + } + yyh1.End() + if yyc1 { + *v = yyv1 + } +} + +func (x codecSelfer100) encSlicePtrtoTaskEvent(v []*TaskEvent, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x codecSelfer100) decSlicePtrtoTaskEvent(v *[]*TaskEvent, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyh1, yyl1 := z.DecSliceHelperStart() + var yyc1 bool + _ = yyc1 + if yyl1 == 0 { + if yyv1 == nil { + yyv1 = []*TaskEvent{} + yyc1 = true + } else if len(yyv1) != 0 { + yyv1 = yyv1[:0] + yyc1 = true + } + } else if yyl1 > 0 { + var yyrr1, yyrl1 int + var yyrt1 bool + _, _ = yyrl1, yyrt1 + yyrr1 = yyl1 // len(yyv1) + if yyl1 > cap(yyv1) { + + yyrg1 := len(yyv1) > 0 + yyv21 := yyv1 + yyrl1, yyrt1 = z.DecInferLen(yyl1, z.DecBasicHandle().MaxInitLen, 8) + if yyrt1 { + if yyrl1 <= cap(yyv1) { + yyv1 = yyv1[:yyrl1] + } else { + yyv1 = make([]*TaskEvent, yyrl1) + } + } else { + yyv1 = make([]*TaskEvent, yyrl1) + } + yyc1 = true + yyrr1 = len(yyv1) + if yyrg1 { + copy(yyv1, yyv21) + } + } else if yyl1 != len(yyv1) { + yyv1 = yyv1[:yyl1] + yyc1 = true + } + yyj1 := 0 + for ; yyj1 < yyrr1; yyj1++ { + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = TaskEvent{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(TaskEvent) + } + yyw2 := yyv1[yyj1] + yyw2.CodecDecodeSelf(d) + } + + } + if yyrt1 { + for ; yyj1 < yyl1; yyj1++ { + yyv1 = append(yyv1, nil) + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = TaskEvent{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(TaskEvent) + } + yyw3 := yyv1[yyj1] + yyw3.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj1 := 0 + for ; !r.CheckBreak(); yyj1++ { + + if yyj1 >= len(yyv1) { + yyv1 = append(yyv1, nil) // var yyz1 *TaskEvent + yyc1 = true + } + yyh1.ElemContainerState(yyj1) + if yyj1 < len(yyv1) { + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = TaskEvent{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(TaskEvent) + } + yyw4 := yyv1[yyj1] + yyw4.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj1 < len(yyv1) { + yyv1 = yyv1[:yyj1] + yyc1 = true + } else if yyj1 == 0 && yyv1 == nil { + yyv1 = []*TaskEvent{} + yyc1 = true + } + } + yyh1.End() + if yyc1 { + *v = yyv1 + } +} + +func (x codecSelfer100) encMapstringPtrtoDeploymentState(v map[string]*DeploymentState, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeMapStart(len(v)) + for yyk1, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerMapKey100) + yym2 := z.EncBinary() + _ = yym2 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(yyk1)) + } + z.EncSendContainerState(codecSelfer_containerMapValue100) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x codecSelfer100) decMapstringPtrtoDeploymentState(v *map[string]*DeploymentState, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyl1 := r.ReadMapStart() + yybh1 := z.DecBasicHandle() + if yyv1 == nil { + yyrl1, _ := z.DecInferLen(yyl1, yybh1.MaxInitLen, 24) + yyv1 = make(map[string]*DeploymentState, yyrl1) + *v = yyv1 + } + var yymk1 string + var yymv1 *DeploymentState + var yymg1, yyms1, yymok1 bool + if yybh1.MapValueReset { + yymg1 = true + } + if yyl1 > 0 { + for yyj1 := 0; yyj1 < yyl1; yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey100) + if r.TryDecodeAsNil() { + yymk1 = "" + } else { + yyv2 := &yymk1 + yym3 := z.DecBinary() + _ = yym3 + if false { + } else { + *((*string)(yyv2)) = r.DecodeString() + } + } + + yyms1 = true + if yymg1 { + yymv1, yymok1 = yyv1[yymk1] + if yymok1 { + yyms1 = false + } + } else { + yymv1 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue100) + if r.TryDecodeAsNil() { + if yymv1 != nil { + *yymv1 = DeploymentState{} + } + } else { + if yymv1 == nil { + yymv1 = new(DeploymentState) + } + yymv1.CodecDecodeSelf(d) + } + + if yyms1 && yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } else if yyl1 < 0 { + for yyj1 := 0; !r.CheckBreak(); yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey100) + if r.TryDecodeAsNil() { + yymk1 = "" + } else { + yyv5 := &yymk1 + yym6 := z.DecBinary() + _ = yym6 + if false { + } else { + *((*string)(yyv5)) = r.DecodeString() + } + } + + yyms1 = true + if yymg1 { + yymv1, yymok1 = yyv1[yymk1] + if yymok1 { + yyms1 = false + } + } else { + yymv1 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue100) + if r.TryDecodeAsNil() { + if yymv1 != nil { + *yymv1 = DeploymentState{} + } + } else { + if yymv1 == nil { + yymv1 = new(DeploymentState) + } + yymv1.CodecDecodeSelf(d) + } + + if yyms1 && yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } // else len==0: TODO: Should we clear map entries? + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x codecSelfer100) encSlicePtrtoRescheduleEvent(v []*RescheduleEvent, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x codecSelfer100) decSlicePtrtoRescheduleEvent(v *[]*RescheduleEvent, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyh1, yyl1 := z.DecSliceHelperStart() + var yyc1 bool + _ = yyc1 + if yyl1 == 0 { + if yyv1 == nil { + yyv1 = []*RescheduleEvent{} + yyc1 = true + } else if len(yyv1) != 0 { + yyv1 = yyv1[:0] + yyc1 = true + } + } else if yyl1 > 0 { + var yyrr1, yyrl1 int + var yyrt1 bool + _, _ = yyrl1, yyrt1 + yyrr1 = yyl1 // len(yyv1) + if yyl1 > cap(yyv1) { + + yyrg1 := len(yyv1) > 0 + yyv21 := yyv1 + yyrl1, yyrt1 = z.DecInferLen(yyl1, z.DecBasicHandle().MaxInitLen, 8) + if yyrt1 { + if yyrl1 <= cap(yyv1) { + yyv1 = yyv1[:yyrl1] + } else { + yyv1 = make([]*RescheduleEvent, yyrl1) + } + } else { + yyv1 = make([]*RescheduleEvent, yyrl1) + } + yyc1 = true + yyrr1 = len(yyv1) + if yyrg1 { + copy(yyv1, yyv21) + } + } else if yyl1 != len(yyv1) { + yyv1 = yyv1[:yyl1] + yyc1 = true + } + yyj1 := 0 + for ; yyj1 < yyrr1; yyj1++ { + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = RescheduleEvent{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(RescheduleEvent) + } + yyw2 := yyv1[yyj1] + yyw2.CodecDecodeSelf(d) + } + + } + if yyrt1 { + for ; yyj1 < yyl1; yyj1++ { + yyv1 = append(yyv1, nil) + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = RescheduleEvent{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(RescheduleEvent) + } + yyw3 := yyv1[yyj1] + yyw3.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj1 := 0 + for ; !r.CheckBreak(); yyj1++ { + + if yyj1 >= len(yyv1) { + yyv1 = append(yyv1, nil) // var yyz1 *RescheduleEvent + yyc1 = true + } + yyh1.ElemContainerState(yyj1) + if yyj1 < len(yyv1) { + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = RescheduleEvent{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(RescheduleEvent) + } + yyw4 := yyv1[yyj1] + yyw4.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj1 < len(yyv1) { + yyv1 = yyv1[:yyj1] + yyc1 = true + } else if yyj1 == 0 && yyv1 == nil { + yyv1 = []*RescheduleEvent{} + yyc1 = true + } + } + yyh1.End() + if yyc1 { + *v = yyv1 + } +} + +func (x codecSelfer100) encMapstringPtrtoResources(v map[string]*Resources, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeMapStart(len(v)) + for yyk1, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerMapKey100) + yym2 := z.EncBinary() + _ = yym2 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(yyk1)) + } + z.EncSendContainerState(codecSelfer_containerMapValue100) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x codecSelfer100) decMapstringPtrtoResources(v *map[string]*Resources, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyl1 := r.ReadMapStart() + yybh1 := z.DecBasicHandle() + if yyv1 == nil { + yyrl1, _ := z.DecInferLen(yyl1, yybh1.MaxInitLen, 24) + yyv1 = make(map[string]*Resources, yyrl1) + *v = yyv1 + } + var yymk1 string + var yymv1 *Resources + var yymg1, yyms1, yymok1 bool + if yybh1.MapValueReset { + yymg1 = true + } + if yyl1 > 0 { + for yyj1 := 0; yyj1 < yyl1; yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey100) + if r.TryDecodeAsNil() { + yymk1 = "" + } else { + yyv2 := &yymk1 + yym3 := z.DecBinary() + _ = yym3 + if false { + } else { + *((*string)(yyv2)) = r.DecodeString() + } + } + + yyms1 = true + if yymg1 { + yymv1, yymok1 = yyv1[yymk1] + if yymok1 { + yyms1 = false + } + } else { + yymv1 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue100) + if r.TryDecodeAsNil() { + if yymv1 != nil { + *yymv1 = Resources{} + } + } else { + if yymv1 == nil { + yymv1 = new(Resources) + } + yymv1.CodecDecodeSelf(d) + } + + if yyms1 && yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } else if yyl1 < 0 { + for yyj1 := 0; !r.CheckBreak(); yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey100) + if r.TryDecodeAsNil() { + yymk1 = "" + } else { + yyv5 := &yymk1 + yym6 := z.DecBinary() + _ = yym6 + if false { + } else { + *((*string)(yyv5)) = r.DecodeString() + } + } + + yyms1 = true + if yymg1 { + yymv1, yymok1 = yyv1[yymk1] + if yymok1 { + yyms1 = false + } + } else { + yymv1 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue100) + if r.TryDecodeAsNil() { + if yymv1 != nil { + *yymv1 = Resources{} + } + } else { + if yymv1 == nil { + yymv1 = new(Resources) + } + yymv1.CodecDecodeSelf(d) + } + + if yyms1 && yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } // else len==0: TODO: Should we clear map entries? + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x codecSelfer100) encMapstringPtrtoTaskState(v map[string]*TaskState, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeMapStart(len(v)) + for yyk1, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerMapKey100) + yym2 := z.EncBinary() + _ = yym2 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(yyk1)) + } + z.EncSendContainerState(codecSelfer_containerMapValue100) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x codecSelfer100) decMapstringPtrtoTaskState(v *map[string]*TaskState, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyl1 := r.ReadMapStart() + yybh1 := z.DecBasicHandle() + if yyv1 == nil { + yyrl1, _ := z.DecInferLen(yyl1, yybh1.MaxInitLen, 24) + yyv1 = make(map[string]*TaskState, yyrl1) + *v = yyv1 + } + var yymk1 string + var yymv1 *TaskState + var yymg1, yyms1, yymok1 bool + if yybh1.MapValueReset { + yymg1 = true + } + if yyl1 > 0 { + for yyj1 := 0; yyj1 < yyl1; yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey100) + if r.TryDecodeAsNil() { + yymk1 = "" + } else { + yyv2 := &yymk1 + yym3 := z.DecBinary() + _ = yym3 + if false { + } else { + *((*string)(yyv2)) = r.DecodeString() + } + } + + yyms1 = true + if yymg1 { + yymv1, yymok1 = yyv1[yymk1] + if yymok1 { + yyms1 = false + } + } else { + yymv1 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue100) + if r.TryDecodeAsNil() { + if yymv1 != nil { + *yymv1 = TaskState{} + } + } else { + if yymv1 == nil { + yymv1 = new(TaskState) + } + yymv1.CodecDecodeSelf(d) + } + + if yyms1 && yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } else if yyl1 < 0 { + for yyj1 := 0; !r.CheckBreak(); yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey100) + if r.TryDecodeAsNil() { + yymk1 = "" + } else { + yyv5 := &yymk1 + yym6 := z.DecBinary() + _ = yym6 + if false { + } else { + *((*string)(yyv5)) = r.DecodeString() + } + } + + yyms1 = true + if yymg1 { + yymv1, yymok1 = yyv1[yymk1] + if yymok1 { + yyms1 = false + } + } else { + yymv1 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue100) + if r.TryDecodeAsNil() { + if yymv1 != nil { + *yymv1 = TaskState{} + } + } else { + if yymv1 == nil { + yymv1 = new(TaskState) + } + yymv1.CodecDecodeSelf(d) + } + + if yyms1 && yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } // else len==0: TODO: Should we clear map entries? + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x codecSelfer100) encMapstringSlicePtrtoAllocation(v map[string][]*Allocation, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeMapStart(len(v)) + for yyk1, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerMapKey100) + yym2 := z.EncBinary() + _ = yym2 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(yyk1)) + } + z.EncSendContainerState(codecSelfer_containerMapValue100) + if yyv1 == nil { + r.EncodeNil() + } else { + yym3 := z.EncBinary() + _ = yym3 + if false { + } else { + h.encSlicePtrtoAllocation(([]*Allocation)(yyv1), e) + } + } + } + z.EncSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x codecSelfer100) decMapstringSlicePtrtoAllocation(v *map[string][]*Allocation, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyl1 := r.ReadMapStart() + yybh1 := z.DecBasicHandle() + if yyv1 == nil { + yyrl1, _ := z.DecInferLen(yyl1, yybh1.MaxInitLen, 40) + yyv1 = make(map[string][]*Allocation, yyrl1) + *v = yyv1 + } + var yymk1 string + var yymv1 []*Allocation + var yymg1 bool + if yybh1.MapValueReset { + yymg1 = true + } + if yyl1 > 0 { + for yyj1 := 0; yyj1 < yyl1; yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey100) + if r.TryDecodeAsNil() { + yymk1 = "" + } else { + yyv2 := &yymk1 + yym3 := z.DecBinary() + _ = yym3 + if false { + } else { + *((*string)(yyv2)) = r.DecodeString() + } + } + + if yymg1 { + yymv1 = yyv1[yymk1] + } else { + yymv1 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue100) + if r.TryDecodeAsNil() { + yymv1 = nil + } else { + yyv4 := &yymv1 + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + h.decSlicePtrtoAllocation((*[]*Allocation)(yyv4), d) + } + } + + if yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } else if yyl1 < 0 { + for yyj1 := 0; !r.CheckBreak(); yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey100) + if r.TryDecodeAsNil() { + yymk1 = "" + } else { + yyv6 := &yymk1 + yym7 := z.DecBinary() + _ = yym7 + if false { + } else { + *((*string)(yyv6)) = r.DecodeString() + } + } + + if yymg1 { + yymv1 = yyv1[yymk1] + } else { + yymv1 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue100) + if r.TryDecodeAsNil() { + yymv1 = nil + } else { + yyv8 := &yymv1 + yym9 := z.DecBinary() + _ = yym9 + if false { + } else { + h.decSlicePtrtoAllocation((*[]*Allocation)(yyv8), d) + } + } + + if yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } // else len==0: TODO: Should we clear map entries? + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x codecSelfer100) encMapstringPtrtoDesiredUpdates(v map[string]*DesiredUpdates, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeMapStart(len(v)) + for yyk1, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerMapKey100) + yym2 := z.EncBinary() + _ = yym2 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(yyk1)) + } + z.EncSendContainerState(codecSelfer_containerMapValue100) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x codecSelfer100) decMapstringPtrtoDesiredUpdates(v *map[string]*DesiredUpdates, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyl1 := r.ReadMapStart() + yybh1 := z.DecBasicHandle() + if yyv1 == nil { + yyrl1, _ := z.DecInferLen(yyl1, yybh1.MaxInitLen, 24) + yyv1 = make(map[string]*DesiredUpdates, yyrl1) + *v = yyv1 + } + var yymk1 string + var yymv1 *DesiredUpdates + var yymg1, yyms1, yymok1 bool + if yybh1.MapValueReset { + yymg1 = true + } + if yyl1 > 0 { + for yyj1 := 0; yyj1 < yyl1; yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey100) + if r.TryDecodeAsNil() { + yymk1 = "" + } else { + yyv2 := &yymk1 + yym3 := z.DecBinary() + _ = yym3 + if false { + } else { + *((*string)(yyv2)) = r.DecodeString() + } + } + + yyms1 = true + if yymg1 { + yymv1, yymok1 = yyv1[yymk1] + if yymok1 { + yyms1 = false + } + } else { + yymv1 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue100) + if r.TryDecodeAsNil() { + if yymv1 != nil { + *yymv1 = DesiredUpdates{} + } + } else { + if yymv1 == nil { + yymv1 = new(DesiredUpdates) + } + yymv1.CodecDecodeSelf(d) + } + + if yyms1 && yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } else if yyl1 < 0 { + for yyj1 := 0; !r.CheckBreak(); yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey100) + if r.TryDecodeAsNil() { + yymk1 = "" + } else { + yyv5 := &yymk1 + yym6 := z.DecBinary() + _ = yym6 + if false { + } else { + *((*string)(yyv5)) = r.DecodeString() + } + } + + yyms1 = true + if yymg1 { + yymv1, yymok1 = yyv1[yymk1] + if yymok1 { + yyms1 = false + } + } else { + yymv1 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue100) + if r.TryDecodeAsNil() { + if yymv1 != nil { + *yymv1 = DesiredUpdates{} + } + } else { + if yymv1 == nil { + yymv1 = new(DesiredUpdates) + } + yymv1.CodecDecodeSelf(d) + } + + if yyms1 && yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } // else len==0: TODO: Should we clear map entries? + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x codecSelfer100) encSlicePtrtoACLPolicyListStub(v []*ACLPolicyListStub, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x codecSelfer100) decSlicePtrtoACLPolicyListStub(v *[]*ACLPolicyListStub, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyh1, yyl1 := z.DecSliceHelperStart() + var yyc1 bool + _ = yyc1 + if yyl1 == 0 { + if yyv1 == nil { + yyv1 = []*ACLPolicyListStub{} + yyc1 = true + } else if len(yyv1) != 0 { + yyv1 = yyv1[:0] + yyc1 = true + } + } else if yyl1 > 0 { + var yyrr1, yyrl1 int + var yyrt1 bool + _, _ = yyrl1, yyrt1 + yyrr1 = yyl1 // len(yyv1) + if yyl1 > cap(yyv1) { + + yyrg1 := len(yyv1) > 0 + yyv21 := yyv1 + yyrl1, yyrt1 = z.DecInferLen(yyl1, z.DecBasicHandle().MaxInitLen, 8) + if yyrt1 { + if yyrl1 <= cap(yyv1) { + yyv1 = yyv1[:yyrl1] + } else { + yyv1 = make([]*ACLPolicyListStub, yyrl1) + } + } else { + yyv1 = make([]*ACLPolicyListStub, yyrl1) + } + yyc1 = true + yyrr1 = len(yyv1) + if yyrg1 { + copy(yyv1, yyv21) + } + } else if yyl1 != len(yyv1) { + yyv1 = yyv1[:yyl1] + yyc1 = true + } + yyj1 := 0 + for ; yyj1 < yyrr1; yyj1++ { + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = ACLPolicyListStub{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(ACLPolicyListStub) + } + yyw2 := yyv1[yyj1] + yyw2.CodecDecodeSelf(d) + } + + } + if yyrt1 { + for ; yyj1 < yyl1; yyj1++ { + yyv1 = append(yyv1, nil) + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = ACLPolicyListStub{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(ACLPolicyListStub) + } + yyw3 := yyv1[yyj1] + yyw3.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj1 := 0 + for ; !r.CheckBreak(); yyj1++ { + + if yyj1 >= len(yyv1) { + yyv1 = append(yyv1, nil) // var yyz1 *ACLPolicyListStub + yyc1 = true + } + yyh1.ElemContainerState(yyj1) + if yyj1 < len(yyv1) { + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = ACLPolicyListStub{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(ACLPolicyListStub) + } + yyw4 := yyv1[yyj1] + yyw4.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj1 < len(yyv1) { + yyv1 = yyv1[:yyj1] + yyc1 = true + } else if yyj1 == 0 && yyv1 == nil { + yyv1 = []*ACLPolicyListStub{} + yyc1 = true + } + } + yyh1.End() + if yyc1 { + *v = yyv1 + } +} + +func (x codecSelfer100) encMapstringPtrtoACLPolicy(v map[string]*ACLPolicy, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeMapStart(len(v)) + for yyk1, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerMapKey100) + yym2 := z.EncBinary() + _ = yym2 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(yyk1)) + } + z.EncSendContainerState(codecSelfer_containerMapValue100) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x codecSelfer100) decMapstringPtrtoACLPolicy(v *map[string]*ACLPolicy, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyl1 := r.ReadMapStart() + yybh1 := z.DecBasicHandle() + if yyv1 == nil { + yyrl1, _ := z.DecInferLen(yyl1, yybh1.MaxInitLen, 24) + yyv1 = make(map[string]*ACLPolicy, yyrl1) + *v = yyv1 + } + var yymk1 string + var yymv1 *ACLPolicy + var yymg1, yyms1, yymok1 bool + if yybh1.MapValueReset { + yymg1 = true + } + if yyl1 > 0 { + for yyj1 := 0; yyj1 < yyl1; yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey100) + if r.TryDecodeAsNil() { + yymk1 = "" + } else { + yyv2 := &yymk1 + yym3 := z.DecBinary() + _ = yym3 + if false { + } else { + *((*string)(yyv2)) = r.DecodeString() + } + } + + yyms1 = true + if yymg1 { + yymv1, yymok1 = yyv1[yymk1] + if yymok1 { + yyms1 = false + } + } else { + yymv1 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue100) + if r.TryDecodeAsNil() { + if yymv1 != nil { + *yymv1 = ACLPolicy{} + } + } else { + if yymv1 == nil { + yymv1 = new(ACLPolicy) + } + yymv1.CodecDecodeSelf(d) + } + + if yyms1 && yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } else if yyl1 < 0 { + for yyj1 := 0; !r.CheckBreak(); yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey100) + if r.TryDecodeAsNil() { + yymk1 = "" + } else { + yyv5 := &yymk1 + yym6 := z.DecBinary() + _ = yym6 + if false { + } else { + *((*string)(yyv5)) = r.DecodeString() + } + } + + yyms1 = true + if yymg1 { + yymv1, yymok1 = yyv1[yymk1] + if yymok1 { + yyms1 = false + } + } else { + yymv1 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue100) + if r.TryDecodeAsNil() { + if yymv1 != nil { + *yymv1 = ACLPolicy{} + } + } else { + if yymv1 == nil { + yymv1 = new(ACLPolicy) + } + yymv1.CodecDecodeSelf(d) + } + + if yyms1 && yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } // else len==0: TODO: Should we clear map entries? + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x codecSelfer100) encSlicePtrtoACLPolicy(v []*ACLPolicy, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x codecSelfer100) decSlicePtrtoACLPolicy(v *[]*ACLPolicy, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyh1, yyl1 := z.DecSliceHelperStart() + var yyc1 bool + _ = yyc1 + if yyl1 == 0 { + if yyv1 == nil { + yyv1 = []*ACLPolicy{} + yyc1 = true + } else if len(yyv1) != 0 { + yyv1 = yyv1[:0] + yyc1 = true + } + } else if yyl1 > 0 { + var yyrr1, yyrl1 int + var yyrt1 bool + _, _ = yyrl1, yyrt1 + yyrr1 = yyl1 // len(yyv1) + if yyl1 > cap(yyv1) { + + yyrg1 := len(yyv1) > 0 + yyv21 := yyv1 + yyrl1, yyrt1 = z.DecInferLen(yyl1, z.DecBasicHandle().MaxInitLen, 8) + if yyrt1 { + if yyrl1 <= cap(yyv1) { + yyv1 = yyv1[:yyrl1] + } else { + yyv1 = make([]*ACLPolicy, yyrl1) + } + } else { + yyv1 = make([]*ACLPolicy, yyrl1) + } + yyc1 = true + yyrr1 = len(yyv1) + if yyrg1 { + copy(yyv1, yyv21) + } + } else if yyl1 != len(yyv1) { + yyv1 = yyv1[:yyl1] + yyc1 = true + } + yyj1 := 0 + for ; yyj1 < yyrr1; yyj1++ { + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = ACLPolicy{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(ACLPolicy) + } + yyw2 := yyv1[yyj1] + yyw2.CodecDecodeSelf(d) + } + + } + if yyrt1 { + for ; yyj1 < yyl1; yyj1++ { + yyv1 = append(yyv1, nil) + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = ACLPolicy{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(ACLPolicy) + } + yyw3 := yyv1[yyj1] + yyw3.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj1 := 0 + for ; !r.CheckBreak(); yyj1++ { + + if yyj1 >= len(yyv1) { + yyv1 = append(yyv1, nil) // var yyz1 *ACLPolicy + yyc1 = true + } + yyh1.ElemContainerState(yyj1) + if yyj1 < len(yyv1) { + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = ACLPolicy{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(ACLPolicy) + } + yyw4 := yyv1[yyj1] + yyw4.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj1 < len(yyv1) { + yyv1 = yyv1[:yyj1] + yyc1 = true + } else if yyj1 == 0 && yyv1 == nil { + yyv1 = []*ACLPolicy{} + yyc1 = true + } + } + yyh1.End() + if yyc1 { + *v = yyv1 + } +} + +func (x codecSelfer100) encSlicePtrtoACLTokenListStub(v []*ACLTokenListStub, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x codecSelfer100) decSlicePtrtoACLTokenListStub(v *[]*ACLTokenListStub, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyh1, yyl1 := z.DecSliceHelperStart() + var yyc1 bool + _ = yyc1 + if yyl1 == 0 { + if yyv1 == nil { + yyv1 = []*ACLTokenListStub{} + yyc1 = true + } else if len(yyv1) != 0 { + yyv1 = yyv1[:0] + yyc1 = true + } + } else if yyl1 > 0 { + var yyrr1, yyrl1 int + var yyrt1 bool + _, _ = yyrl1, yyrt1 + yyrr1 = yyl1 // len(yyv1) + if yyl1 > cap(yyv1) { + + yyrg1 := len(yyv1) > 0 + yyv21 := yyv1 + yyrl1, yyrt1 = z.DecInferLen(yyl1, z.DecBasicHandle().MaxInitLen, 8) + if yyrt1 { + if yyrl1 <= cap(yyv1) { + yyv1 = yyv1[:yyrl1] + } else { + yyv1 = make([]*ACLTokenListStub, yyrl1) + } + } else { + yyv1 = make([]*ACLTokenListStub, yyrl1) + } + yyc1 = true + yyrr1 = len(yyv1) + if yyrg1 { + copy(yyv1, yyv21) + } + } else if yyl1 != len(yyv1) { + yyv1 = yyv1[:yyl1] + yyc1 = true + } + yyj1 := 0 + for ; yyj1 < yyrr1; yyj1++ { + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = ACLTokenListStub{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(ACLTokenListStub) + } + yyw2 := yyv1[yyj1] + yyw2.CodecDecodeSelf(d) + } + + } + if yyrt1 { + for ; yyj1 < yyl1; yyj1++ { + yyv1 = append(yyv1, nil) + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = ACLTokenListStub{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(ACLTokenListStub) + } + yyw3 := yyv1[yyj1] + yyw3.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj1 := 0 + for ; !r.CheckBreak(); yyj1++ { + + if yyj1 >= len(yyv1) { + yyv1 = append(yyv1, nil) // var yyz1 *ACLTokenListStub + yyc1 = true + } + yyh1.ElemContainerState(yyj1) + if yyj1 < len(yyv1) { + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = ACLTokenListStub{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(ACLTokenListStub) + } + yyw4 := yyv1[yyj1] + yyw4.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj1 < len(yyv1) { + yyv1 = yyv1[:yyj1] + yyc1 = true + } else if yyj1 == 0 && yyv1 == nil { + yyv1 = []*ACLTokenListStub{} + yyc1 = true + } + } + yyh1.End() + if yyc1 { + *v = yyv1 + } +} + +func (x codecSelfer100) encMapstringPtrtoACLToken(v map[string]*ACLToken, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeMapStart(len(v)) + for yyk1, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerMapKey100) + yym2 := z.EncBinary() + _ = yym2 + if false { + } else { + r.EncodeString(codecSelferC_UTF8100, string(yyk1)) + } + z.EncSendContainerState(codecSelfer_containerMapValue100) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x codecSelfer100) decMapstringPtrtoACLToken(v *map[string]*ACLToken, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyl1 := r.ReadMapStart() + yybh1 := z.DecBasicHandle() + if yyv1 == nil { + yyrl1, _ := z.DecInferLen(yyl1, yybh1.MaxInitLen, 24) + yyv1 = make(map[string]*ACLToken, yyrl1) + *v = yyv1 + } + var yymk1 string + var yymv1 *ACLToken + var yymg1, yyms1, yymok1 bool + if yybh1.MapValueReset { + yymg1 = true + } + if yyl1 > 0 { + for yyj1 := 0; yyj1 < yyl1; yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey100) + if r.TryDecodeAsNil() { + yymk1 = "" + } else { + yyv2 := &yymk1 + yym3 := z.DecBinary() + _ = yym3 + if false { + } else { + *((*string)(yyv2)) = r.DecodeString() + } + } + + yyms1 = true + if yymg1 { + yymv1, yymok1 = yyv1[yymk1] + if yymok1 { + yyms1 = false + } + } else { + yymv1 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue100) + if r.TryDecodeAsNil() { + if yymv1 != nil { + *yymv1 = ACLToken{} + } + } else { + if yymv1 == nil { + yymv1 = new(ACLToken) + } + yymv1.CodecDecodeSelf(d) + } + + if yyms1 && yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } else if yyl1 < 0 { + for yyj1 := 0; !r.CheckBreak(); yyj1++ { + z.DecSendContainerState(codecSelfer_containerMapKey100) + if r.TryDecodeAsNil() { + yymk1 = "" + } else { + yyv5 := &yymk1 + yym6 := z.DecBinary() + _ = yym6 + if false { + } else { + *((*string)(yyv5)) = r.DecodeString() + } + } + + yyms1 = true + if yymg1 { + yymv1, yymok1 = yyv1[yymk1] + if yymok1 { + yyms1 = false + } + } else { + yymv1 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue100) + if r.TryDecodeAsNil() { + if yymv1 != nil { + *yymv1 = ACLToken{} + } + } else { + if yymv1 == nil { + yymv1 = new(ACLToken) + } + yymv1.CodecDecodeSelf(d) + } + + if yyms1 && yyv1 != nil { + yyv1[yymk1] = yymv1 + } + } + } // else len==0: TODO: Should we clear map entries? + z.DecSendContainerState(codecSelfer_containerMapEnd100) +} + +func (x codecSelfer100) encSlicePtrtoACLToken(v []*ACLToken, e *codec1978.Encoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv1 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem100) + if yyv1 == nil { + r.EncodeNil() + } else { + yyv1.CodecEncodeSelf(e) + } + } + z.EncSendContainerState(codecSelfer_containerArrayEnd100) +} + +func (x codecSelfer100) decSlicePtrtoACLToken(v *[]*ACLToken, d *codec1978.Decoder) { + var h codecSelfer100 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1 := *v + yyh1, yyl1 := z.DecSliceHelperStart() + var yyc1 bool + _ = yyc1 + if yyl1 == 0 { + if yyv1 == nil { + yyv1 = []*ACLToken{} + yyc1 = true + } else if len(yyv1) != 0 { + yyv1 = yyv1[:0] + yyc1 = true + } + } else if yyl1 > 0 { + var yyrr1, yyrl1 int + var yyrt1 bool + _, _ = yyrl1, yyrt1 + yyrr1 = yyl1 // len(yyv1) + if yyl1 > cap(yyv1) { + + yyrg1 := len(yyv1) > 0 + yyv21 := yyv1 + yyrl1, yyrt1 = z.DecInferLen(yyl1, z.DecBasicHandle().MaxInitLen, 8) + if yyrt1 { + if yyrl1 <= cap(yyv1) { + yyv1 = yyv1[:yyrl1] + } else { + yyv1 = make([]*ACLToken, yyrl1) + } + } else { + yyv1 = make([]*ACLToken, yyrl1) + } + yyc1 = true + yyrr1 = len(yyv1) + if yyrg1 { + copy(yyv1, yyv21) + } + } else if yyl1 != len(yyv1) { + yyv1 = yyv1[:yyl1] + yyc1 = true + } + yyj1 := 0 + for ; yyj1 < yyrr1; yyj1++ { + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = ACLToken{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(ACLToken) + } + yyw2 := yyv1[yyj1] + yyw2.CodecDecodeSelf(d) + } + + } + if yyrt1 { + for ; yyj1 < yyl1; yyj1++ { + yyv1 = append(yyv1, nil) + yyh1.ElemContainerState(yyj1) + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = ACLToken{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(ACLToken) + } + yyw3 := yyv1[yyj1] + yyw3.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj1 := 0 + for ; !r.CheckBreak(); yyj1++ { + + if yyj1 >= len(yyv1) { + yyv1 = append(yyv1, nil) // var yyz1 *ACLToken + yyc1 = true + } + yyh1.ElemContainerState(yyj1) + if yyj1 < len(yyv1) { + if r.TryDecodeAsNil() { + if yyv1[yyj1] != nil { + *yyv1[yyj1] = ACLToken{} + } + } else { + if yyv1[yyj1] == nil { + yyv1[yyj1] = new(ACLToken) + } + yyw4 := yyv1[yyj1] + yyw4.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj1 < len(yyv1) { + yyv1 = yyv1[:yyj1] + yyc1 = true + } else if yyj1 == 0 && yyv1 == nil { + yyv1 = []*ACLToken{} + yyc1 = true + } + } + yyh1.End() + if yyc1 { + *v = yyv1 + } +} diff --git a/version/version.go b/version/version.go index 0c4e423d0..a55d594e1 100644 --- a/version/version.go +++ b/version/version.go @@ -16,7 +16,7 @@ var ( // A pre-release marker for the version. If this is "" (empty string) // then it means that it is a final release. Otherwise, this is a pre-release // such as "dev" (in development), "beta", "rc1", etc. - VersionPrerelease = "rc1" + VersionPrerelease = "" // VersionMetadata is metadata further describing the build type. VersionMetadata = ""