Searched defs:mapSorter (Results 1 – 1 of 1) sorted by relevance
109 type mapSorter struct { struct110 in reflect.Type // T111 fnc reflect.Value // func(T, T) bool114 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 {