type golang.org/x/pkgsite/internal/frontend.subResult

10 uses

	golang.org/x/pkgsite/internal/frontend (current package)
		search.go#L47: 	Symbols        *subResult
		search.go#L48: 	SameModule     *subResult // package paths in the same module
		search.go#L49: 	LowerMajor     *subResult // package paths in lower major versions
		search.go#L52: type subResult struct {
		search.go#L135: func packagePaths(heading string, rs []*internal.SearchResult, max int) *subResult {
		search.go#L150: 	return &subResult{
		search.go#L157: func modulePaths(heading string, rs []*internal.SearchResult) *subResult {
		search.go#L178: 	return &subResult{
		search.go#L184: func symbolResults(heading, packagePath string, symbols []string, max int) *subResult {
		search.go#L200: 	return &subResult{