Searched refs:ykey (Results 1 – 2 of 2) sorted by relevance
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/ |
D | path.go | 178 xkey, ykey int member 222 case si.xkey == si.ykey: 224 case si.ykey == -1: 229 return fmt.Sprintf("[?->%d]", si.ykey) 232 return fmt.Sprintf("[%d->%d]", si.xkey, si.ykey) 242 if si.xkey != si.ykey { 247 func (si sliceIndex) SplitKeys() (x, y int) { return si.xkey, si.ykey }
|
D | compare.go | 381 step.xkey, step.ykey = ix, iy 397 step.xkey, step.ykey = ix, -1 401 step.xkey, step.ykey = -1, iy 405 step.xkey, step.ykey = ix, iy
|