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