Lines Matching refs:ptr3
2600 ptr3 := rv.Pointer()
2601 if ptr3 != ptr2 {
2602 t.Errorf("xs.Slice(3,4).Slice3(5,5).Pointer() = %#x, want %#x", ptr3, ptr2)
2647 ptr3 := rv.Pointer()
2648 if ptr3 != ptr2 {
2649 t.Errorf("xs.Slice3(3,5,7).Slice3(4,4,4).Pointer() = %#x, want %#x", ptr3, ptr2)