type google.golang.org/protobuf/runtime/protoiface.MarshalInput
7 uses
google.golang.org/protobuf/runtime/protoiface (current package)
methods.go#L31: Marshal func(MarshalInput) (MarshalOutput, error)
methods.go#L71: type MarshalInput = struct {
google.golang.org/protobuf/internal/impl
encode.go#L99: func (mi *MessageInfo) marshal(in piface.MarshalInput) (out piface.MarshalOutput, err error) {
legacy_message.go#L385: func legacyMarshal(in piface.MarshalInput) (piface.MarshalOutput, error) {
google.golang.org/protobuf/proto
encode.go#L133: func (o MarshalOptions) MarshalState(in protoiface.MarshalInput) (protoiface.MarshalOutput, error) {
encode.go#L145: in := protoiface.MarshalInput{
size.go#L43: out, _ := methods.Marshal(protoiface.MarshalInput{
![]() |
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. |