Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/
Dmakefunc.go19 type makeFuncImpl struct { struct
20 makeFuncCtxt
21 ftyp *funcType
22 fn func([]Value) []Value
Dvalue.go692 func callReflect(ctxt *makeFuncImpl, frame unsafe.Pointer, retValid *bool, regs *abi.RegArgs) {
/aosp_15_r20/external/mesa3d/src/gfxstream/codegen/scripts/cereal/common/
H A Dcodegen.py429 def makeFuncImpl(self, vulkanApi, codegenFunc): member in CodeGen