Searched refs:recDepth (Results 1 – 1 of 1) sorted by relevance
22 recDepth map[string]int member29 recDepth: make(map[string]int),510 r.recDepth[name]++512 r.recDepth[name]--513 if r.recDepth[name] == 0 {514 delete(r.recDepth, name)517 if r.recDepth[name] >= 3 {