Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/slices/
Dslices.go107 func IndexFunc[S ~[]E, E any](s S, f func(E) bool) int { func
/aosp_15_r20/prebuilts/go/linux-x86/src/strings/
Dstrings.go862 func IndexFunc(s string, f func(rune) bool) int { func
/aosp_15_r20/prebuilts/go/linux-x86/src/bytes/
Dbytes.go844 func IndexFunc(s []byte, f func(r rune) bool) int { func