type github.com/google/go-cmp/cmp/cmpopts.mapSorter

6 uses

	github.com/google/go-cmp/cmp/cmpopts (current package)
		sort.go#L105: 	ms := mapSorter{vf.Type().In(0), vf}
		sort.go#L109: type mapSorter struct {
		sort.go#L114: func (ms mapSorter) filter(x, y interface{}) bool {
		sort.go#L120: func (ms mapSorter) sort(x interface{}) interface{} {
		sort.go#L137: func (ms mapSorter) checkSort(v reflect.Value) {
		sort.go#L144: func (ms mapSorter) less(v reflect.Value, i, j int) bool {