Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/grpc/
Drpc_util.go56 type gzipCompressor struct { struct
57 pool sync.Pool
91 func (c *gzipCompressor) Do(w io.Writer, p []byte) error {
101 func (c *gzipCompressor) Type() string {