Sha256: 10cf3e1bedfd6add96cf992fd8bf6ff0ea82772a3b28070b8112a301a8eaebbb

Contents?: true

Size: 696 Bytes

Versions: 9

Compression:

Stored size: 696 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_MINI_TABLE_INTERNAL_TYPES_H_
#define UPB_MINI_TABLE_INTERNAL_TYPES_H_

typedef struct upb_Message_InternalData upb_Message_InternalData;

typedef struct {
  union {
    upb_Message_InternalData* internal;

    // Force 8-byte alignment, since the data members may contain members that
    // require 8-byte alignment.
    double d;
  };
} upb_Message_Internal;

#endif  // UPB_MINI_TABLE_INTERNAL_TYPES_H_

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
grpc-1.60.2 third_party/upb/upb/message/internal/types.h
grpc-1.61.3 third_party/upb/upb/message/internal/types.h
grpc-1.62.3 third_party/upb/upb/message/internal/types.h
grpc-1.62.0 third_party/upb/upb/message/internal/types.h
grpc-1.62.0.pre1 third_party/upb/upb/message/internal/types.h
grpc-1.61.0 third_party/upb/upb/message/internal/types.h
grpc-1.61.0.pre2 third_party/upb/upb/message/internal/types.h
grpc-1.60.0 third_party/upb/upb/message/internal/types.h
grpc-1.60.0.pre1 third_party/upb/upb/message/internal/types.h