func github.com/google/go-cmp/cmp.FilterPath

9 uses

	github.com/google/go-cmp/cmp (current package)
		options.go#L116: func FilterPath(f func(Path) bool, opt Option) Option {

	github.com/google/go-cmp/cmp/cmpopts
		ignore.go#L26: 	return cmp.FilterPath(sf.filter, cmp.Ignore())
		ignore.go#L33: 	return cmp.FilterPath(tf.filter, cmp.Ignore())
		ignore.go#L68: 	return cmp.FilterPath(tf.filter, cmp.Ignore())
		ignore.go#L121: 	return cmp.FilterPath(ux.filter, cmp.Ignore())
		ignore.go#L160: 	return cmp.FilterPath(func(p cmp.Path) bool {
		ignore.go#L188: 	return cmp.FilterPath(func(p cmp.Path) bool {
		struct_filter.go#L27: 	return cmp.FilterPath(sf.filter, opt)
		xform.go#L34: 	return cmp.FilterPath(xf.filter, xf.xform)