Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for AppendArrayHeader (0.08 sec)

  1. 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)
  2. 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)
  3. 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)
  4. cmd/bucket-stats_gen.go

    	o = append(o, 0xaa, 0x51, 0x75, 0x65, 0x75, 0x65, 0x53, 0x74, 0x61, 0x74, 0x73)
    	// map header, size 2
    	// string "Nodes"
    	o = append(o, 0x82, 0xa5, 0x4e, 0x6f, 0x64, 0x65, 0x73)
    	o = msgp.AppendArrayHeader(o, uint32(len(z.QueueStats.Nodes)))
    	for za0001 := range z.QueueStats.Nodes {
    		o, err = z.QueueStats.Nodes[za0001].MarshalMsg(o)
    		if err != nil {
    			err = msgp.WrapError(err, "QueueStats", "Nodes", za0001)
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue Feb 06 06:00:45 UTC 2024
    - 57.5K bytes
    - Viewed (0)
  5. 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)
Back to top