Lines Matching refs:BW
201 BW *BinaryValueGobber
211 BW BinaryValueGobber
442 bw := BinaryValueGobber("?seconds")
451 if err := enc.Encode(GobTest6{42, v, &w, bv, &bw, tv, &tw}); err != nil {
472 if got, want := x.BW, bw; got == nil {
473 t.Errorf("bw = nil, want %q", want)
475 t.Errorf("bw = %q, want %q", *got, want)
494 bw := BinaryValueGobber("?seconds")
500 if err := enc.Encode(GobTest7{42, &v, w, &bv, bw, &tv, tw}); err != nil {
523 if got, want := x.BW, bw; got != want {
524 t.Errorf("bw = %q, want %q", got, want)