Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/sort/
Dsort_impl_120.go9 func intsImpl(x []int) { Sort(IntSlice(x)) } func
Dsort_impl_go121.go16 func intsImpl(x []int) { slices.Sort(x) } func