Home
last modified time | relevance | path

Searched refs:methodWeight (Results 1 – 1 of 1) sorted by relevance

/dports/www/gohugo/hugo-0.91.2/codegen/
H A Dmethods.go51 methodWeight map[string]map[string]int member
159 wi := c.methodWeight[mi.OwnerName][mi.Name]
160 wj := c.methodWeight[mj.OwnerName][mj.Name]
178 c.methodWeight = make(map[string]map[string]int)
223 c.methodWeight[iface] = weights
233 for _, v1 := range c.methodWeight {
235 if v, found := c.methodWeight[k2]; found {