Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/grpc/
Drpc_util.go115 type gzipDecompressor struct { struct
123 return &gzipDecompressor{}
126 func (d *gzipDecompressor) Do(r io.Reader) ([]byte, error) { argument
150 func (d *gzipDecompressor) Type() string { argument