Sha256: 1a2fb1ed8a8956b85a7a0d59980f6f8d5fff24108be91e384326240c28020ba0

Contents?: true

Size: 541 Bytes

Versions: 8

Compression:

Stored size: 541 Bytes

Contents

// Protocol Buffers - Google's data interchange format
// Copyright 2023 Google LLC.  All rights reserved.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file or at
// https://developers.google.com/open-source/licenses/bsd

#ifndef UPB_MESSAGE_INTERNAL_TYPES_H_
#define UPB_MESSAGE_INTERNAL_TYPES_H_

struct upb_Message {
  union {
    struct upb_Message_Internal* internal;
    double d;  // Forces same size for 32-bit/64-bit builds
  };
};

#endif /* UPB_MESSAGE_INTERNAL_TYPES_H_ */

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
grpc-1.63.2 third_party/upb/upb/message/internal/types.h
grpc-1.64.3 third_party/upb/upb/message/internal/types.h
grpc-1.65.2 third_party/upb/upb/message/internal/types.h
grpc-1.65.1 third_party/upb/upb/message/internal/types.h
grpc-1.65.0 third_party/upb/upb/message/internal/types.h
grpc-1.65.0.pre2 third_party/upb/upb/message/internal/types.h
grpc-1.65.0.pre1 third_party/upb/upb/message/internal/types.h
grpc-1.63.0 third_party/upb/upb/message/internal/types.h