Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/sort/
Dsort_test.go172 type nonDeterministicTestingData struct { struct
173 r *rand.Rand
176 func (t *nonDeterministicTestingData) Len() int {
179 func (t *nonDeterministicTestingData) Less(i, j int) bool {
185 func (t *nonDeterministicTestingData) Swap(i, j int) {