google.golang.org/protobuf/internal/impl.MessageInfo.MessageOf (method)

20 uses

	google.golang.org/protobuf/internal/impl (current package)
		legacy_message.go#L30: 	return mt.MessageOf(v.Interface())
		message.go#L232: 	return mi.MessageOf(m)
		message.go#L235: 	return mi.MessageOf(reflect.Zero(mi.GoReflectType).Interface())
		message_reflect.go#L396: func (mi *MessageInfo) MessageOf(m any) protoreflect.Message {

	google.golang.org/protobuf/types/known/anypb
		any.pb.go#L391: 	return mi.MessageOf(x)

	google.golang.org/protobuf/types/known/durationpb
		duration.pb.go#L268: 	return mi.MessageOf(x)

	google.golang.org/protobuf/types/known/timestamppb
		timestamp.pb.go#L277: 	return mi.MessageOf(x)

	google.golang.org/genproto/googleapis/rpc/status
		status.pb.go#L88: 	return mi.MessageOf(x)

	google.golang.org/grpc/binarylog/grpc_binarylog_v1
		binarylog.pb.go#L297: 	return mi.MessageOf(x)
		binarylog.pb.go#L468: 	return mi.MessageOf(x)
		binarylog.pb.go#L534: 	return mi.MessageOf(x)
		binarylog.pb.go#L587: 	return mi.MessageOf(x)
		binarylog.pb.go#L657: 	return mi.MessageOf(x)
		binarylog.pb.go#L729: 	return mi.MessageOf(x)
		binarylog.pb.go#L775: 	return mi.MessageOf(x)
		binarylog.pb.go#L830: 	return mi.MessageOf(x)

	google.golang.org/grpc/health/grpc_health_v1
		health.pb.go#L122: 	return mi.MessageOf(x)
		health.pb.go#L166: 	return mi.MessageOf(x)
		health.pb.go#L209: 	return mi.MessageOf(x)
		health.pb.go#L247: 	return mi.MessageOf(x)