Home | History | Annotate | Download | only in gob

Lines Matching refs:boolResult

114 var boolResult = []byte{0x07, 0x01}
152 if !bytes.Equal(boolResult, b.Bytes()) {
153 t.Errorf("bool enc instructions: expected % x got % x", boolResult, b.Bytes())
352 state := newDecodeStateFromData(boolResult)