Home
last modified time | relevance | path

Searched defs:mapSorter (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/go-cmp/cmp/cmpopts/
H A Dsort.go109 type mapSorter struct { struct
110 in reflect.Type // T
111 fnc reflect.Value // func(T, T) bool
114 func (ms mapSorter) filter(x, y interface{}) bool {
120 func (ms mapSorter) sort(x interface{}) interface{} {
137 func (ms mapSorter) checkSort(v reflect.Value) {
144 func (ms mapSorter) less(v reflect.Value, i, j int) bool {