google.golang.org/grpc/mem.Buffer.ReadOnlyData (method)

9 uses

	google.golang.org/grpc/mem (current package)
		buffer_slice.go#L81: 		off += copy(dst[off:], b.ReadOnlyData())
		buffer_slice.go#L172: 	if len(r.data) == 0 || r.bufferIdx != len(r.data[0].ReadOnlyData()) {
		buffer_slice.go#L190: 		data := r.data[0].ReadOnlyData()
		buffer_slice.go#L215: 	b := r.data[0].ReadOnlyData()[r.bufferIdx]
		buffers.go#L48: 	ReadOnlyData() []byte

	google.golang.org/grpc
		rpc_util.go#L754: 			if _, err := z.Write(b.ReadOnlyData()); err != nil {
		rpc_util.go#L768: 		if err := cp.Do(w, buf.ReadOnlyData()); err != nil {

	google.golang.org/grpc/encoding/proto
		proto.go#L80: 	return proto.Unmarshal(buf.ReadOnlyData(), vv)

	google.golang.org/grpc/internal/transport
		handler_server.go#L351: 			_, _ = ht.rw.Write(b.ReadOnlyData())