Searched defs:FuncMap (Results 1 – 4 of 4) sorted by relevance
33 type FuncMap map[string]any type80 func createValueFuncs(funcMap FuncMap) map[string]reflect.Value {87 func addValueFuncs(out map[string]reflect.Value, in FuncMap) {105 func addFuncs(out, in FuncMap) {
331 type FuncMap = template.FuncMap talias
54 using FuncMap = std::map<string, std::optional<string>>; typedef
135 DenseMap<const Function *, Register> FuncMap; member