Home
last modified time | relevance | path

Searched defs:SliceIndex (Results 1 – 1 of 1) sorted by relevance

/external/go-cmp/cmp/
Dpath.go211 type SliceIndex struct{ *sliceIndex } struct
218 func (si SliceIndex) Type() reflect.Type { return si.typ }
219 func (si SliceIndex) Values() (vx, vy reflect.Value) { return si.vx, si.vy }
220 func (si SliceIndex) String() string {
237 func (si SliceIndex) Key() int {
253 func (si SliceIndex) SplitKeys() (ix, iy int) { return si.xkey, si.ykey }