github.com/andybalholm/brotli/matchfinder.Writer.MatchFinder (field)

4 uses

	github.com/andybalholm/brotli/matchfinder (current package)
		matchfinder.go#L46: 	MatchFinder MatchFinder
		matchfinder.go#L83: 	w.matches = w.MatchFinder.FindMatches(w.matches[:0], p)
		matchfinder.go#L96: 	w.MatchFinder.Reset()

	github.com/andybalholm/brotli
		writer.go#L170: 		MatchFinder: mf,