Home
last modified time | relevance | path

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

/aosp_15_r20/external/starlark-go/starlark/
H A Dlibrary.go1024 type sortSlice struct { struct
1025 keys []Value // nil => values[i] is key
1026 values []Value
1027 err error
1030 func (s *sortSlice) Len() int { return len(s.values) }
1031 func (s *sortSlice) Less(i, j int) bool {
1042 func (s *sortSlice) Swap(i, j int) {