type github.com/andybalholm/brotli/matchfinder.M4

5 uses

	github.com/andybalholm/brotli/matchfinder (current package)
		m4.go#L15: type M4 struct {
		m4.go#L51: func (q *M4) Reset() {
		m4.go#L59: func (q *M4) score(m absoluteMatch) int {
		m4.go#L63: func (q *M4) FindMatches(dst []Match, src []byte) []Match {

	github.com/andybalholm/brotli
		writer.go#L148: 		mf = &matchfinder.M4{