Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for AppendMapHeader (0.23 sec)

  1. cmd/xl-storage-format-v2_gen.go

    	o = msgp.AppendInt64(o, z.ModTime)
    	if (zb0001Mask & 0x4) == 0 { // if not omitted
    		// string "MetaSys"
    		o = append(o, 0xa7, 0x4d, 0x65, 0x74, 0x61, 0x53, 0x79, 0x73)
    		o = msgp.AppendMapHeader(o, uint32(len(z.MetaSys)))
    		for za0002, za0003 := range z.MetaSys {
    			o = msgp.AppendString(o, za0002)
    			o = msgp.AppendBytes(o, za0003)
    		}
    	}
    	return
    }
    
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Apr 19 16:43:43 GMT 2024
    - 53.8K bytes
    - Viewed (0)
  2. 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