Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 0x0a4 (0.05 sec)

  1. cmd/object-api-datatypes_gen.go

    	o = msgp.AppendString(o, z.Bucket)
    	// string "Name"
    	o = append(o, 0xa4, 0x4e, 0x61, 0x6d, 0x65)
    	o = msgp.AppendString(o, z.Name)
    	// string "ModTime"
    	o = append(o, 0xa7, 0x4d, 0x6f, 0x64, 0x54, 0x69, 0x6d, 0x65)
    	o = msgp.AppendTime(o, z.ModTime)
    	// string "Size"
    	o = append(o, 0xa4, 0x53, 0x69, 0x7a, 0x65)
    	o = msgp.AppendInt64(o, z.Size)
    	// string "ActualSize"
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 70.1K bytes
    - Viewed (0)
  2. cmd/xl-storage-format-v2_gen.go

    			return
    		}
    		if z.ObjectV2 == nil {
    			err = en.WriteNil()
    			if err != nil {
    				return
    			}
    		} else {
    			// map header, size 1
    			// write "DDir"
    			err = en.Append(0x81, 0xa4, 0x44, 0x44, 0x69, 0x72)
    			if err != nil {
    				return
    			}
    			err = en.WriteBytes((z.ObjectV2.DataDir)[:])
    			if err != nil {
    				err = msgp.WrapError(err, "ObjectV2", "DataDir")
    				return
    			}
    		}
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Oct 22 15:30:50 UTC 2024
    - 55.5K bytes
    - Viewed (0)
  3. cmd/data-usage-cache_gen.go

    	o = msgp.Require(b, z.Msgsize())
    	// map header, size 4
    	// string "current"
    	o = append(o, 0x84, 0xa7, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74)
    	o = msgp.AppendUint64(o, z.current)
    	// string "next"
    	o = append(o, 0xa4, 0x6e, 0x65, 0x78, 0x74)
    	o = msgp.AppendUint64(o, z.next)
    	// string "started"
    	o = append(o, 0xa7, 0x73, 0x74, 0x61, 0x72, 0x74, 0x65, 0x64)
    	o = msgp.AppendTime(o, z.started)
    	// string "cycleCompleted"
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Oct 22 15:30:50 UTC 2024
    - 75K bytes
    - Viewed (0)
Back to top