Home
last modified time | relevance | path

Searched defs:SetFunc (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/build/soong/androidmk/parser/
H A Dscope.go23 SetFunc(name string, f func([]string) []string) methodSpec
56 func (s *scope) SetFunc(name string, f func([]string) []string) { func
/aosp_15_r20/build/soong/mk2rbc/
H A Dandroid_products.go50 func (l *localDirEval) SetFunc(_ string, _ func([]string) []string) { func
H A Dtypes.go89 func (s ScopeBase) SetFunc(_ string, _ func([]string) []string) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types/
Dsym.go63 func (sym *Sym) SetFunc(b bool) { sym.flags.set(symFunc, b) } func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ir/
Dname.go158 func (n *Name) SetFunc(x *Func) { n.Func = x } func