WPILibC++ 2027.0.0-alpha-3
Loading...
Searching...
No Matches
enum_reserved_range.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#ifndef UPB_REFLECTION_ENUM_RESERVED_RANGE_INTERNAL_H_
9#define UPB_REFLECTION_ENUM_RESERVED_RANGE_INTERNAL_H_
10
12
13// Must be last.
14#include "upb/port/def.inc"
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
21 int i);
22
23// Allocate and initialize an array of |n| reserved ranges owned by |e|.
25 upb_DefBuilder* ctx, int n,
26 const UPB_DESC(EnumDescriptorProto_EnumReservedRange*) const* protos,
27 const upb_EnumDef* e);
28
29#ifdef __cplusplus
30} /* extern "C" */
31#endif
32
33#include "upb/port/undef.inc"
34
35#endif /* UPB_REFLECTION_ENUM_RESERVED_RANGE_INTERNAL_H_ */
#define UPB_DESC(sym)
Definition def.inc:496
upb_EnumReservedRange * _upb_EnumReservedRange_At(const upb_EnumReservedRange *r, int i)
upb_EnumReservedRange * _upb_EnumReservedRanges_New(upb_DefBuilder *ctx, int n, const UPB_DESC(EnumDescriptorProto_EnumReservedRange *) const *protos, const upb_EnumDef *e)
struct upb_EnumDef upb_EnumDef
Definition common.h:25
struct upb_EnumReservedRange upb_EnumReservedRange
Definition common.h:26
Definition def_builder.h:49