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

19 uses

	github.com/google/go-cmp/cmp (current package)
		compare.go#L139: func rootStep(x, y interface{}) PathStep {
		compare.go#L221: func (s *state) statelessCompare(step PathStep) diff.Result {
		compare.go#L236: func (s *state) compareAny(step PathStep) {
		options.go#L498: 	PushStep(PathStep)
		options.go#L515: 	PushStep(PathStep)
		path.go#L26: type Path []PathStep
		path.go#L34: type PathStep interface {
		path.go#L57: 	_ PathStep = StructField{}
		path.go#L58: 	_ PathStep = SliceIndex{}
		path.go#L59: 	_ PathStep = MapIndex{}
		path.go#L60: 	_ PathStep = Indirect{}
		path.go#L61: 	_ PathStep = TypeAssertion{}
		path.go#L62: 	_ PathStep = Transform{}
		path.go#L65: func (pa *Path) push(s PathStep) {
		path.go#L75: func (pa Path) Last() PathStep {
		path.go#L83: func (pa Path) Index(i int) PathStep {
		path.go#L118: 		var nextStep PathStep
		report.go#L23: func (r *defaultReporter) PushStep(ps PathStep) {
		report_value.go#L53: func (parent *valueNode) PushStep(ps PathStep) (child *valueNode) {