Home
last modified time | relevance | path

Searched defs:gzipDecompressor (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/google.golang.org/grpc/
Drpc_util.go115 type gzipDecompressor struct { struct
116 pool sync.Pool
126 func (d *gzipDecompressor) Do(r io.Reader) ([]byte, error) {
150 func (d *gzipDecompressor) Type() string {