- Sort Score
- Result 10 results
- Languages All
Results 1 - 8 of 8 for AppendArrayHeader (0.13 sec)
-
cmd/object-api-datatypes_gen.go
o = msgp.AppendArrayHeader(o, uint32(len(z.Objects))) for za0001 := range z.Objects { o, err = z.Objects[za0001].MarshalMsg(o) if err != nil { err = msgp.WrapError(err, "Objects", za0001) return } } // string "Prefixes" o = append(o, 0xa8, 0x50, 0x72, 0x65, 0x66, 0x69, 0x78, 0x65, 0x73) o = msgp.AppendArrayHeader(o, uint32(len(z.Prefixes)))
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Mon Jan 20 14:49:07 UTC 2025 - 71.9K bytes - Viewed (0) -
cmd/xl-storage-format-v2_gen.go
o = msgp.AppendNil(o) } else { o = msgp.AppendArrayHeader(o, uint32(len(z.PartETags))) for za0005 := range z.PartETags { o = msgp.AppendString(o, z.PartETags[za0005]) } } // string "PartSizes" o = append(o, 0xa9, 0x50, 0x61, 0x72, 0x74, 0x53, 0x69, 0x7a, 0x65, 0x73) o = msgp.AppendArrayHeader(o, uint32(len(z.PartSizes))) for za0006 := range z.PartSizes {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Dec 15 22:50:12 UTC 2024 - 56K bytes - Viewed (0) -
cmd/storage-datatypes_gen.go
o = msgp.AppendString(o, z.Name) o = msgp.AppendTime(o, z.LatestModTime) o = msgp.AppendArrayHeader(o, uint32(len(z.Versions))) for za0001 := range z.Versions { o, err = z.Versions[za0001].MarshalMsg(o) if err != nil { err = msgp.WrapError(err, "Versions", za0001) return } } o = msgp.AppendArrayHeader(o, uint32(len(z.FreeVersions))) for za0002 := range z.FreeVersions {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Apr 25 05:41:04 UTC 2025 - 152K bytes - Viewed (0) -
cmd/data-usage-cache_gen.go
// string "szs" o = append(o, 0xa3, 0x73, 0x7a, 0x73) o = msgp.AppendArrayHeader(o, uint32(dataUsageBucketLen)) for za0001 := range z.ObjSizes { o = msgp.AppendUint64(o, z.ObjSizes[za0001]) } // string "vh" o = append(o, 0xa2, 0x76, 0x68) o = msgp.AppendArrayHeader(o, uint32(dataUsageVersionLen)) for za0002 := range z.ObjVersions {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Dec 15 22:50:12 UTC 2024 - 86.4K bytes - Viewed (0) -
cmd/local-locker_gen.go
func (z localLockMap) MarshalMsg(b []byte) (o []byte, err error) { o = msgp.Require(b, z.Msgsize()) o = msgp.AppendMapHeader(o, uint32(len(z))) for zb0006, zb0007 := range z { o = msgp.AppendString(o, zb0006) o = msgp.AppendArrayHeader(o, uint32(len(zb0007))) for zb0008 := range zb0007 { o, err = zb0007[zb0008].MarshalMsg(o) if err != nil { err = msgp.WrapError(err, zb0006, zb0008) return } } } return }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Jan 31 19:54:34 UTC 2025 - 16.7K bytes - Viewed (0) -
cmd/xl-storage-format-v1_gen.go
o = msgp.AppendArrayHeader(o, uint32(len(z.Distribution))) for za0001 := range z.Distribution { o = msgp.AppendInt(o, z.Distribution[za0001]) } // string "Checksums" o = append(o, 0xa9, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x73, 0x75, 0x6d, 0x73) o = msgp.AppendArrayHeader(o, uint32(len(z.Checksums))) for za0002 := range z.Checksums {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Dec 15 22:50:12 UTC 2024 - 41.4K bytes - Viewed (0) -
cmd/data-usage-cache.go
return } } return } // MarshalMsg implements msgp.Marshaler func (z dataUsageHashMap) MarshalMsg(b []byte) (o []byte, err error) { o = msgp.Require(b, z.Msgsize()) o = msgp.AppendArrayHeader(o, uint32(len(z))) for zb0004 := range z { o = msgp.AppendString(o, zb0004) } return } // UnmarshalMsg implements msgp.Unmarshaler
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 34.7K bytes - Viewed (0) -
cmd/bucket-replication-utils_gen.go
o = msgp.Require(b, z.Msgsize()) // map header, size 1 // string "Targets" o = append(o, 0x81, 0xa7, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73) o = msgp.AppendArrayHeader(o, uint32(len(z.Targets))) for za0001 := range z.Targets { o, err = z.Targets[za0001].MarshalMsg(o) if err != nil { err = msgp.WrapError(err, "Targets", za0001) return } }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Apr 03 06:45:06 UTC 2025 - 59.8K bytes - Viewed (0)