- Sort Score
- Result 10 results
- Languages All
Results 11 - 17 of 17 for AppendUint64 (0.05 sec)
-
cmd/batch-handlers_gen.go
// string "ob" o = append(o, 0xa2, 0x6f, 0x62) o = msgp.AppendInt64(o, z.Objects) // string "dm" o = append(o, 0xa2, 0x64, 0x6d) o = msgp.AppendInt64(o, z.DeleteMarkers) // string "obf" o = append(o, 0xa3, 0x6f, 0x62, 0x66) o = msgp.AppendInt64(o, z.ObjectsFailed) // string "dmf" o = append(o, 0xa3, 0x64, 0x6d, 0x66) o = msgp.AppendInt64(o, z.DeleteMarkersFailed) // string "bt"
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Aug 01 12:53:30 UTC 2024 - 20.4K bytes - Viewed (0) -
cmd/site-replication-metrics_gen.go
o = msgp.Require(b, z.Msgsize()) // map header, size 2 // string "Count" o = append(o, 0x82, 0xa5, 0x43, 0x6f, 0x75, 0x6e, 0x74) o = msgp.AppendInt64(o, z.Count) // string "Bytes" o = append(o, 0xa5, 0x42, 0x79, 0x74, 0x65, 0x73) o = msgp.AppendInt64(o, z.Bytes) return } // UnmarshalMsg implements msgp.Unmarshaler func (z *RStat) UnmarshalMsg(bts []byte) (o []byte, err error) { var field []byte
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Feb 06 06:00:45 UTC 2024 - 40.6K bytes - Viewed (0) -
cmd/batch-job-common-types_gen.go
// map header, size 2 // string "UpperBound" o = append(o, 0x82, 0xaa, 0x55, 0x70, 0x70, 0x65, 0x72, 0x42, 0x6f, 0x75, 0x6e, 0x64) o = msgp.AppendInt64(o, int64(z.UpperBound)) // string "LowerBound" o = append(o, 0xaa, 0x4c, 0x6f, 0x77, 0x65, 0x72, 0x42, 0x6f, 0x75, 0x6e, 0x64) o = msgp.AppendInt64(o, int64(z.LowerBound)) return } // UnmarshalMsg implements msgp.Unmarshaler
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sat Dec 02 10:51:33 UTC 2023 - 21.9K bytes - Viewed (0) -
cmd/local-locker_gen.go
// string "Timestamp" o = append(o, 0xa9, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70) o = msgp.AppendInt64(o, z.Timestamp) // string "TimeLastRefresh" o = append(o, 0xaf, 0x54, 0x69, 0x6d, 0x65, 0x4c, 0x61, 0x73, 0x74, 0x52, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68) o = msgp.AppendInt64(o, z.TimeLastRefresh) // string "Source" o = append(o, 0xa6, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65)
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/bucket-replication-utils_gen.go
// string "fs" o = append(o, 0xa2, 0x66, 0x73) o = msgp.AppendInt64(o, z.FailedSize) // string "frc" o = append(o, 0xa3, 0x66, 0x72, 0x63) o = msgp.AppendInt64(o, z.FailedCount) // string "rs" o = append(o, 0xa2, 0x72, 0x73) o = msgp.AppendInt64(o, z.ReplicatedSize) // string "rrc" o = append(o, 0xa3, 0x72, 0x72, 0x63) o = msgp.AppendInt64(o, z.ReplicatedCount) // string "bkt"
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Apr 03 06:45:06 UTC 2025 - 59.8K bytes - Viewed (0) -
cmd/object-api-datatypes_gen.go
o = msgp.AppendTime(o, z.ModTime) // string "Size" o = append(o, 0xa4, 0x53, 0x69, 0x7a, 0x65) o = msgp.AppendInt64(o, z.Size) // string "ActualSize" o = append(o, 0xaa, 0x41, 0x63, 0x74, 0x75, 0x61, 0x6c, 0x53, 0x69, 0x7a, 0x65) if z.ActualSize == nil { o = msgp.AppendNil(o) } else { o = msgp.AppendInt64(o, *z.ActualSize) } // string "IsDir" o = append(o, 0xa5, 0x49, 0x73, 0x44, 0x69, 0x72)
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-v1_gen.go
// string "n" o = append(o, 0xa1, 0x6e) o = msgp.AppendInt(o, z.Number) // string "s" o = append(o, 0xa1, 0x73) o = msgp.AppendInt64(o, z.Size) // string "as" o = append(o, 0xa2, 0x61, 0x73) o = msgp.AppendInt64(o, z.ActualSize) // string "mt" o = append(o, 0xa2, 0x6d, 0x74) o = msgp.AppendTime(o, z.ModTime) if (zb0001Mask & 0x20) == 0 { // if not omitted
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Dec 15 22:50:12 UTC 2024 - 41.4K bytes - Viewed (0)