WPILibC++ 2027.0.0-alpha-3
Loading...
Searching...
No Matches
common.h
Go to the documentation of this file.
1// Protocol Buffers - Google's data interchange format
2// Copyright 2023 Google LLC. All rights reserved.
3//
4// Use of this source code is governed by a BSD-style
5// license that can be found in the LICENSE file or at
6// https://developers.google.com/open-source/licenses/bsd
7
8// IWYU pragma: private, include "upb/reflection/def.h"
9
10// Declarations common to all public def types.
11
12#ifndef UPB_REFLECTION_COMMON_H_
13#define UPB_REFLECTION_COMMON_H_
14
15#include "upb/reflection/descriptor_bootstrap.h" // IWYU pragma: export
16
22
23// Forward declarations for circular references.
24typedef struct upb_DefPool upb_DefPool;
25typedef struct upb_EnumDef upb_EnumDef;
30typedef struct upb_FileDef upb_FileDef;
36
37// EVERYTHING BELOW THIS LINE IS INTERNAL - DO NOT USE /////////////////////////
38
40
41#endif /* UPB_REFLECTION_COMMON_H_ */
struct upb_FieldDef upb_FieldDef
Definition common.h:29
upb_Syntax
Definition common.h:17
@ kUpb_Syntax_Proto3
Definition common.h:19
@ kUpb_Syntax_Editions
Definition common.h:20
@ kUpb_Syntax_Proto2
Definition common.h:18
struct upb_FileDef upb_FileDef
Definition common.h:30
struct upb_ExtensionRange upb_ExtensionRange
Definition common.h:28
struct upb_EnumDef upb_EnumDef
Definition common.h:25
struct upb_ServiceDef upb_ServiceDef
Definition common.h:35
struct upb_OneofDef upb_OneofDef
Definition common.h:34
struct upb_DefPool upb_DefPool
Definition common.h:24
struct upb_EnumReservedRange upb_EnumReservedRange
Definition common.h:26
struct upb_MessageReservedRange upb_MessageReservedRange
Definition common.h:32
struct upb_MessageDef upb_MessageDef
Definition common.h:31
struct upb_MethodDef upb_MethodDef
Definition common.h:33
struct upb_EnumValueDef upb_EnumValueDef
Definition common.h:27
Definition def_builder.h:49