func github.com/golang/protobuf/proto.Marshal
16 uses
github.com/golang/protobuf/proto (current package)
wire.go#L22: func Marshal(m Message) ([]byte, error) {
github.com/golang/protobuf/ptypes
any.go#L51: b, err := proto.Marshal(m)
github.com/matttproud/golang_protobuf_extensions/pbutil
encode.go#L31: buffer, err := proto.Marshal(m)
github.com/prometheus/client_model/go
metrics.pb.go#L11: var _ = proto.Marshal
contrib.go.opencensus.io/exporter/stackdriver
metrics.go#L516: bytes, _ := proto.Marshal(&pbSpanCtx)
google.golang.org/grpc/balancer/grpclb/grpc_lb_v1
load_balancer.pb.go#L19: var _ = proto.Marshal
google.golang.org/grpc/binarylog/grpc_binarylog_v1
binarylog.pb.go#L15: var _ = proto.Marshal
google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp
altscontext.pb.go#L13: var _ = proto.Marshal
handshaker.pb.go#L17: var _ = proto.Marshal
transport_security_common.pb.go#L13: var _ = proto.Marshal
google.golang.org/grpc/internal/binarylog
method_logger.go#L219: data, err = proto.Marshal(m)
method_logger.go#L259: data, err = proto.Marshal(m)
method_logger.go#L325: detailsBytes, err = proto.Marshal(stProto)
sink.go#L78: b, err := proto.Marshal(e)
google.golang.org/grpc/internal/transport
handler_server.go#L207: stBytes, err := proto.Marshal(p)
http2_server.go#L869: stBytes, err := proto.Marshal(p)
 |
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. |