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

5 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#L154: 		MatchFinder: mf,

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