Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/testing/quick/
Dquick.go268 fVal, fType, ok := functionAndType(f)
307 x, xType, ok := functionAndType(f)
311 y, yType, ok := functionAndType(g)
361 func functionAndType(f any) (v reflect.Value, t reflect.Type, ok bool) { func