func google.golang.org/protobuf/proto.Unmarshal
3 uses
google.golang.org/protobuf/proto (current package)
decode.go#L61: func Unmarshal(b []byte, m Message) error {
google.golang.org/grpc/encoding/proto
proto.go#L80: return proto.Unmarshal(buf.ReadOnlyData(), vv)
google.golang.org/grpc/internal/status
status.go#L55: if err := proto.Unmarshal([]byte(statusProto[0]), st); err != nil {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)