Home | History | Annotate | Download | only in doc

Lines Matching refs:funcs

131 	funcs   methodSet
158 funcs methodSet
185 funcs: make(methodSet),
397 typ.funcs.set(fun)
405 r.funcs.set(fun)
539 r.funcs = make(methodSet)
659 // move any associated values, funcs, and methods back to the top-level so
664 for name, f := range t.funcs {
667 r.funcs[name] = f
673 if _, found := r.funcs[name]; !found {
674 r.funcs[name] = m
761 Funcs: sortedFuncs(t.funcs, true),