Home
last modified time | relevance | path

Searched refs:testDataMap (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/concurrent/
Dhashtriemap_test.go125 testAll(t, m, testDataMap(testData[:]), func(_ string, _ int) bool {
132 testAll(t, m, testDataMap(testData[:]), func(s string, i int) bool {
311 func testDataMap(data []string) map[string]int { func