Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 17 of 17 for AppendMapHeader (0.23 sec)

  1. cmd/site-replication-metrics_gen.go

    	if err != nil {
    		err = msgp.WrapError(err, "LastMinute")
    		return
    	}
    	// string "ErrCounts"
    	o = append(o, 0xa9, 0x45, 0x72, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73)
    	o = msgp.AppendMapHeader(o, uint32(len(z.ErrCounts)))
    	for za0001, za0002 := range z.ErrCounts {
    		o = msgp.AppendString(o, za0001)
    		o = msgp.AppendInt(o, za0002)
    	}
    	return
    }
    
    // UnmarshalMsg implements msgp.Unmarshaler
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Feb 06 06:00:45 GMT 2024
    - 40.6K bytes
    - Viewed (0)
  2. cmd/local-locker_gen.go

    				return
    			}
    		}
    	}
    	return
    }
    
    // MarshalMsg implements msgp.Marshaler
    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)
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Mar 21 17:21:35 GMT 2024
    - 13.8K bytes
    - Viewed (0)
  3. cmd/xl-storage-format-v1_gen.go

    		o = append(o, 0xa5, 0x69, 0x6e, 0x64, 0x65, 0x78)
    		o = msgp.AppendBytes(o, z.Index)
    	}
    	if (zb0001Mask & 0x40) == 0 { // if not omitted
    		// string "crc"
    		o = append(o, 0xa3, 0x63, 0x72, 0x63)
    		o = msgp.AppendMapHeader(o, uint32(len(z.Checksums)))
    		for za0001, za0002 := range z.Checksums {
    			o = msgp.AppendString(o, za0001)
    			o = msgp.AppendString(o, za0002)
    		}
    	}
    	return
    }
    
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Mar 21 17:21:35 GMT 2024
    - 40.2K bytes
    - Viewed (0)
  4. cmd/bucket-stats_gen.go

    	o = msgp.Require(b, z.Msgsize())
    	// 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)
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Feb 06 06:00:45 GMT 2024
    - 57.5K bytes
    - Viewed (0)
  5. internal/config/cache/remote_gen.go

    	o = append(o, 0xa7, 0x45, 0x78, 0x70, 0x69, 0x72, 0x65, 0x73)
    	o = msgp.AppendString(o, z.Expires)
    	// string "Metadata"
    	o = append(o, 0xa8, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61)
    	o = msgp.AppendMapHeader(o, uint32(len(z.Metadata)))
    	for za0001, za0002 := range z.Metadata {
    		o = msgp.AppendString(o, za0001)
    		o = msgp.AppendString(o, za0002)
    	}
    	// string "Range"
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed Nov 22 21:46:17 GMT 2023
    - 18.9K bytes
    - Viewed (0)
  6. cmd/data-usage-cache_gen.go

    func (z *allTierStats) MarshalMsg(b []byte) (o []byte, err error) {
    	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)
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Mar 21 17:21:35 GMT 2024
    - 100.8K bytes
    - Viewed (0)
  7. cmd/storage-datatypes_gen.go

    	o = msgp.Require(b, z.Msgsize())
    	// map header, size 7
    	// string "LastMinute"
    	o = append(o, 0x87, 0xaa, 0x4c, 0x61, 0x73, 0x74, 0x4d, 0x69, 0x6e, 0x75, 0x74, 0x65)
    	o = msgp.AppendMapHeader(o, uint32(len(z.LastMinute)))
    	for za0001, za0002 := range z.LastMinute {
    		o = msgp.AppendString(o, za0001)
    		o, err = za0002.MarshalMsg(o)
    		if err != nil {
    			err = msgp.WrapError(err, "LastMinute", za0001)
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Apr 23 17:15:52 GMT 2024
    - 127.5K bytes
    - Viewed (0)
Back to top