func google.golang.org/protobuf/proto.Marshal
3 uses
google.golang.org/protobuf/proto (current package)
encode.go#L74: func Marshal(m Message) ([]byte, error) {
github.com/golang/protobuf/jsonpb
decode.go#L200: rawWire, err := protoV2.Marshal(m2.Interface())
github.com/golang/protobuf/proto
text_decode.go#L209: b, err := protoV2.Marshal(m2.Interface())
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)