Home
last modified time | relevance | path

Searched refs:pathStep (Results 1 – 3 of 3) sorted by relevance

/external/syzkaller/vendor/github.com/google/go-cmp/cmp/
Dpath.go100 return pathStep{}
172 pathStep struct { struct
177 pathStep anonMember
181 pathStep anonMember
185 pathStep anonMember
188 pathStep anonMember
200 pathStep anonMember
203 pathStep anonMember
208 func (ps pathStep) Type() reflect.Type { return ps.typ } argument
209 func (ps pathStep) String() string { argument
[all …]
Dcompare.go196 s.curPath.push(&pathStep{typ: t})
242 s.curPath.push(&indirect{pathStep{t.Elem()}})
255 s.curPath.push(&typeAssertion{pathStep{vx.Elem().Type()}})
376 step := &sliceIndex{pathStep{t.Elem()}, 0, 0}
427 step := &mapIndex{pathStep: pathStep{t.Elem()}}
Doptions.go261 s.curPath.push(&transform{pathStep{tr.fnc.Type().Out(0)}, tr})