Lines Matching full:newbool
419 func newBool(b bool) *bool { return &b }497 {[]byte{0x01, 0x01, 0x00}, newBool(false)},498 {[]byte{0x01, 0x01, 0xff}, newBool(true)},