Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/sort/
Dsort_test.go397 type testingData struct { struct
398 desc string
399 t *testing.T
400 data []int
401 maxswap int // number of swaps allowed
402 ncmp, nswap int
405 func (d *testingData) Len() int { return len(d.data) }
406 func (d *testingData) Less(i, j int) bool {
410 func (d *testingData) Swap(i, j int) {