Home | History | Annotate | Download | only in doc

Lines Matching refs:vars

143 		docPkg.Vars = append(docPkg.Vars, typ.Vars...)
386 pkg.valueSummary(pkg.doc.Vars, false)
434 for _, v := range typ.Vars {
481 // Now print the consts, vars, and constructors.
487 for _, v := range typ.Vars {
578 values = append(values, pkg.findValues(symbol, pkg.doc.Vars)...)
637 if len(typ.Consts) > 0 || len(typ.Vars) > 0 || len(typ.Funcs) > 0 || len(typ.Methods) > 0 {
641 pkg.valueSummary(typ.Vars, true)