Home | History | Annotate | Download | only in doc

Lines Matching refs:td

76 	for _, td := range a {
78 if matchDecl(td.Decl, f) {
82 td.Consts = filterValues(td.Consts, f)
83 td.Vars = filterValues(td.Vars, f)
84 td.Funcs = filterFuncs(td.Funcs, f)
85 td.Methods = filterFuncs(td.Methods, f)
86 n += len(td.Consts) + len(td.Vars) + len(td.Funcs) + len(td.Methods)
89 a[w] = td