google.golang.org/protobuf/proto.MarshalOptions.marshal (method)
6 uses
google.golang.org/protobuf/proto (current package)
encode.go#L82: out, err := MarshalOptions{}.marshal(nil, m.ProtoReflect())
encode.go#L96: out, err := o.marshal(nil, m.ProtoReflect())
encode.go#L125: out, err := o.marshal(b, m.ProtoReflect())
encode.go#L134: return o.marshal(in.Buf, in.Message)
encode.go#L140: func (o MarshalOptions) marshal(b []byte, m protoreflect.Message) (out protoiface.MarshalOutput, err error) {
encode.go#L180: out, err := o.marshal(b, m)
 |
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. |