type github.com/google/go-cmp/cmp.PathStep

19 uses

	github.com/google/go-cmp/cmp (current package)
		compare.go#L141: func rootStep(x, y interface{}) PathStep {
		compare.go#L223: func (s *state) statelessCompare(step PathStep) diff.Result {
		compare.go#L238: func (s *state) compareAny(step PathStep) {
		options.go#L498: 	PushStep(PathStep)
		options.go#L515: 	PushStep(PathStep)
		path.go#L26: type Path []PathStep
		path.go#L39: type PathStep interface {
		path.go#L62: 	_ PathStep = StructField{}
		path.go#L63: 	_ PathStep = SliceIndex{}
		path.go#L64: 	_ PathStep = MapIndex{}
		path.go#L65: 	_ PathStep = Indirect{}
		path.go#L66: 	_ PathStep = TypeAssertion{}
		path.go#L67: 	_ PathStep = Transform{}
		path.go#L70: func (pa *Path) push(s PathStep) {
		path.go#L81: func (pa Path) Last() PathStep {
		path.go#L90: func (pa Path) Index(i int) PathStep {
		path.go#L125: 		var nextStep PathStep
		report.go#L23: func (r *defaultReporter) PushStep(ps PathStep) {
		report_value.go#L53: func (parent *valueNode) PushStep(ps PathStep) (child *valueNode) {