func github.com/golang/protobuf/proto.Unmarshal
5 uses
github.com/golang/protobuf/proto (current package)
wire.go#L56: func Unmarshal(b []byte, m Message) error {
github.com/golang/protobuf/ptypes
any.go#L99: return proto.Unmarshal(any.Value, m)
github.com/matttproud/golang_protobuf_extensions/pbutil
decode.go#L74: return bytesRead, proto.Unmarshal(messageBuf, m)
cloud.google.com/go/profiler
profiler.go#L286: if err := proto.Unmarshal([]byte(elem[0]), &retryInfo); err != nil {
google.golang.org/grpc/internal/transport
http_util.go#L336: if err := proto.Unmarshal(v, s); err != nil {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |