Home | History | Annotate | Download | only in gob

Lines Matching full:uint16

217 	// uint16
220 var data uint16 = 17
225 t.Errorf("uint16 enc instructions: expected % x got % x", unsignedResult, b.Bytes())
413 // uint16
415 var data uint16
418 execDec("uint16", instr, state, t, reflect.ValueOf(&data))
420 t.Errorf("uint16 a = %v not 17", data)
708 // uint16
714 Maxu uint16
720 t.Error("wrong overflow error for uint16:", err)
1154 Uint, Uint8, Uint16, Uint32, Uint64 interface{}
1166 uint(1), uint8(1), uint16(1), uint32(1), uint64(1),