func github.com/google/go-cmp/cmp/cmpopts.canonicalName

3 uses

	github.com/google/go-cmp/cmp/cmpopts (current package)
		struct_filter.go#L49: 		cname, err := canonicalName(t, name)
		struct_filter.go#L141: func canonicalName(t reflect.Type, sel string) ([]string, error) {
		struct_filter.go#L185: 	ssPost, err := canonicalName(sf.Type, sel)