type google.golang.org/grpc/mem.NopBufferPool

4 uses

	google.golang.org/grpc/mem (current package)
		buffer_pool.go#L181: var _ BufferPool = NopBufferPool{}
		buffer_pool.go#L184: type NopBufferPool struct{}
		buffer_pool.go#L187: func (NopBufferPool) Get(length int) *[]byte {
		buffer_pool.go#L193: func (NopBufferPool) Put(*[]byte) {