Sha256: 57974767470f93d9f011b0a7d5f3254fd8e1aa94546a3fe1bb5847bc68094264

Contents?: true

Size: 563 Bytes

Versions: 9

Compression:

Stored size: 563 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

#include "upb/mini_table/internal/message.h"

const struct upb_MiniTable _kUpb_MiniTable_Empty = {
    .subs = NULL,
    .fields = NULL,
    .size = 0,
    .field_count = 0,
    .ext = kUpb_ExtMode_NonExtendable,
    .dense_below = 0,
    .table_mask = -1,
    .required_count = 0,
};

Version data entries

9 entries across 9 versions & 1 rubygems

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