Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for AppendInt64 (0.08 sec)

  1. cmd/last-minute_gen.go

    	// map header, size 3
    	// string "Total"
    	o = append(o, 0x83, 0xa5, 0x54, 0x6f, 0x74, 0x61, 0x6c)
    	o = msgp.AppendInt64(o, z.Total)
    	// string "Size"
    	o = append(o, 0xa4, 0x53, 0x69, 0x7a, 0x65)
    	o = msgp.AppendInt64(o, z.Size)
    	// string "N"
    	o = append(o, 0xa1, 0x4e)
    	o = msgp.AppendInt64(o, z.N)
    	return
    }
    
    // UnmarshalMsg implements msgp.Unmarshaler
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Jul 05 21:45:49 UTC 2022
    - 17.2K bytes
    - Viewed (0)
  2. cmd/bucket-stats_gen.go

    	o = msgp.AppendInt64(o, z.PendingSize)
    	// string "FailedSize"
    	o = append(o, 0xaa, 0x46, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x53, 0x69, 0x7a, 0x65)
    	o = msgp.AppendInt64(o, z.FailedSize)
    	// string "PendingCount"
    	o = append(o, 0xac, 0x50, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x75, 0x6e, 0x74)
    	o = msgp.AppendInt64(o, z.PendingCount)
    	// string "FailedCount"
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Feb 06 06:00:45 UTC 2024
    - 57.5K bytes
    - Viewed (0)
  3. cmd/erasure-server-pool-decom_gen.go

    	// string "id"
    	o = append(o, 0xa2, 0x69, 0x64)
    	o = msgp.AppendInt64(o, z.ItemsDecommissioned)
    	// string "idf"
    	o = append(o, 0xa3, 0x69, 0x64, 0x66)
    	o = msgp.AppendInt64(o, z.ItemsDecommissionFailed)
    	// string "bd"
    	o = append(o, 0xa2, 0x62, 0x64)
    	o = msgp.AppendInt64(o, z.BytesDone)
    	// string "bf"
    	o = append(o, 0xa2, 0x62, 0x66)
    	o = msgp.AppendInt64(o, z.BytesFailed)
    	return
    }
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Jul 04 21:02:54 UTC 2022
    - 26.7K bytes
    - Viewed (0)
  4. 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 Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Aug 01 12:53:30 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  5. 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 Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Feb 06 06:00:45 UTC 2024
    - 40.6K bytes
    - Viewed (0)
  6. 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 Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Dec 02 10:51:33 UTC 2023
    - 21.9K bytes
    - Viewed (0)
  7. 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 Nov 03 19:28:11 UTC 2024
    - Last Modified: Wed Jul 24 10:24:01 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  8. 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 Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Mar 21 17:21:35 UTC 2024
    - 61.1K bytes
    - Viewed (0)
  9. internal/bucket/bandwidth/monitor_gen.go

    	// map header, size 2
    	// string "LimitInBytesPerSecond"
    	o = append(o, 0x82, 0xb5, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x49, 0x6e, 0x42, 0x79, 0x74, 0x65, 0x73, 0x50, 0x65, 0x72, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64)
    	o = msgp.AppendInt64(o, z.LimitInBytesPerSecond)
    	// string "CurrentBandwidthInBytesPerSecond"
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Mar 21 17:21:35 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  10. cmd/xl-storage-format-v2_gen.go

    		}
    	}
    	// string "Size"
    	o = append(o, 0xa4, 0x53, 0x69, 0x7a, 0x65)
    	o = msgp.AppendInt64(o, z.Size)
    	// string "MTime"
    	o = append(o, 0xa5, 0x4d, 0x54, 0x69, 0x6d, 0x65)
    	o = msgp.AppendInt64(o, z.ModTime)
    	// string "MetaSys"
    	o = append(o, 0xa7, 0x4d, 0x65, 0x74, 0x61, 0x53, 0x79, 0x73)
    	if z.MetaSys == nil { // allownil: if nil
    		o = msgp.AppendNil(o)
    	} else {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Oct 22 15:30:50 UTC 2024
    - 55.5K bytes
    - Viewed (0)
Back to top