Lines Matching refs:comparable
3648 if ok := tt.typ.Comparable(); ok != tt.ok {
3649 t.Errorf("TypeOf(%v).Comparable() = %v, want %v", tt.typ, ok, tt.ok)
3704 comparable bool
3710 comparable: true,
3716 comparable: true,
3722 comparable: true,
3728 comparable: true,
3734 comparable: true,
3740 comparable: false,
3746 comparable: true,
3752 comparable: true,
3758 comparable: false,
3764 comparable: true,
3776 comparable: true,
3798 if table.comparable != at.Comparable() {
3799 t.Errorf("constructed array (%#v) is comparable=%v, want=%v", v.Interface(), at.Comparable(), table.comparable)
3801 if table.comparable {