func github.com/golang/protobuf/proto.RegisterMapType

4 uses

	github.com/golang/protobuf/proto (current package)
		registry.go#L197: func RegisterMapType(m interface{}, s messageName) {

	google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp
		altscontext.pb.go#L119: 	proto.RegisterMapType((map[string]string)(nil), "grpc.gcp.AltsContext.PeerAttributesEntry")
		handshaker.pb.go#L889: 	proto.RegisterMapType((map[string]string)(nil), "grpc.gcp.Identity.AttributesEntry")
		handshaker.pb.go#L893: 	proto.RegisterMapType((map[int32]*ServerHandshakeParameters)(nil), "grpc.gcp.StartServerHandshakeReq.HandshakeParametersEntry")