Searched refs:functionAndType (Results 1 – 1 of 1) sorted by relevance
268 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