func google.golang.org/protobuf/proto.Marshal
8 uses
google.golang.org/protobuf/proto (current package)
encode.go#L105: func Marshal(m Message) ([]byte, error) {
google.golang.org/grpc/encoding/proto
proto.go#L51: buf, err := proto.Marshal(vv)
google.golang.org/grpc/internal/binarylog
method_logger.go#L243: data, err = proto.Marshal(m)
method_logger.go#L283: data, err = proto.Marshal(m)
method_logger.go#L349: detailsBytes, err = proto.Marshal(stProto)
sink.go#L70: b, err := proto.Marshal(e)
google.golang.org/grpc/internal/transport
handler_server.go#L253: stBytes, err := proto.Marshal(p)
http2_server.go#L1106: stBytes, err := proto.Marshal(p)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)