github.com/andybalholm/brotli/matchfinder.Encoder.Encode (method)

2 uses

	github.com/andybalholm/brotli/matchfinder (current package)
		matchfinder.go#L36: 	Encode(dst []byte, src []byte, matches []Match, lastBlock bool) []byte
		matchfinder.go#L84: 	w.outBuf = w.Encoder.Encode(w.outBuf, p, w.matches, lastBlock)