parent
19c800c4f8
commit
27eae8f404
11 changed files with 28 additions and 31 deletions
@ -1,21 +0,0 @@ |
||||
// 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_TYPES_H_ |
||||
#define UPB_MINI_TABLE_TYPES_H_ |
||||
|
||||
// Minitable types are recursively defined so declare them all together here.
|
||||
|
||||
typedef struct upb_MiniTable upb_MiniTable; |
||||
typedef struct upb_MiniTableEnum upb_MiniTableEnum; |
||||
typedef struct upb_MiniTableExtension upb_MiniTableExtension; |
||||
typedef struct upb_MiniTableField upb_MiniTableField; |
||||
typedef struct upb_MiniTableFile upb_MiniTableFile; |
||||
|
||||
typedef union upb_MiniTableSub upb_MiniTableSub; |
||||
|
||||
#endif /* UPB_MINI_TABLE_TYPES_H_ */ |
Loading…
Reference in new issue