func golang.org/x/pkgsite/internal/frontend.symbolResults

2 uses

	golang.org/x/pkgsite/internal/frontend (current package)
		search.go#L86: 			Symbols:        symbolResults("Identifiers:", r.PackagePath, r.Symbols, 5),
		search.go#L184: func symbolResults(heading, packagePath string, symbols []string, max int) *subResult {