- Sort Score
- Result 10 results
- Languages All
Results 31 - 35 of 35 for AppendString (0.07 sec)
-
cmd/bucket-stats_gen.go
// map header, size 11 // string "Stats" o = append(o, 0x8b, 0xa5, 0x53, 0x74, 0x61, 0x74, 0x73) o = msgp.AppendMapHeader(o, uint32(len(z.Stats))) for za0001, za0002 := range z.Stats { o = msgp.AppendString(o, za0001) if za0002 == nil { o = msgp.AppendNil(o) } else { o, err = za0002.MarshalMsg(o) if err != nil { err = msgp.WrapError(err, "Stats", za0001) return } } }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Feb 06 06:00:45 UTC 2024 - 57.5K bytes - Viewed (0) -
cmd/xl-storage-format-v2_gen.go
} else { o = msgp.AppendMapHeader(o, uint32(len(z.MetaUser))) for za0011, za0012 := range z.MetaUser { o = msgp.AppendString(o, za0011) o = msgp.AppendString(o, za0012) } } return } // UnmarshalMsg implements msgp.Unmarshaler func (z *xlMetaV2Object) UnmarshalMsg(bts []byte) (o []byte, err error) { var field []byte _ = field var zb0001 uint32
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 22 15:30:50 UTC 2024 - 55.5K bytes - Viewed (0) -
cmd/data-usage-cache_gen.go
o = msgp.Require(b, z.Msgsize()) // map header, size 1 // string "ts" o = append(o, 0x81, 0xa2, 0x74, 0x73) o = msgp.AppendMapHeader(o, uint32(len(z.Tiers))) for za0001, za0002 := range z.Tiers { o = msgp.AppendString(o, za0001) // map header, size 3 // string "ts" o = append(o, 0x83, 0xa2, 0x74, 0x73) o = msgp.AppendUint64(o, za0002.TotalSize) // string "nv" o = append(o, 0xa2, 0x6e, 0x76)
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 22 15:30:50 UTC 2024 - 75K bytes - Viewed (0) -
cmd/bucket-metadata_gen.go
func (z *BucketMetadata) MarshalMsg(b []byte) (o []byte, err error) { o = msgp.Require(b, z.Msgsize()) // map header, size 25 // string "Name" o = append(o, 0xde, 0x0, 0x19, 0xa4, 0x4e, 0x61, 0x6d, 0x65) o = msgp.AppendString(o, z.Name) // string "Created" o = append(o, 0xa7, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64) o = msgp.AppendTime(o, z.Created) // string "LockEnabled"
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Aug 28 15:32:18 UTC 2024 - 25.4K bytes - Viewed (0) -
cmd/data-usage-cache.go
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 func (z *dataUsageHashMap) UnmarshalMsg(bts []byte) (o []byte, err error) { var zb0002 uint32
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 22 15:30:50 UTC 2024 - 34.7K bytes - Viewed (0)