Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:13:18

0001 // Protocol Buffers - Google's data interchange format
0002 // Copyright 2023 Google LLC.  All rights reserved.
0003 //
0004 // Use of this source code is governed by a BSD-style
0005 // license that can be found in the LICENSE file or at
0006 // https://developers.google.com/open-source/licenses/bsd
0007 
0008 // IWYU pragma: private, include "upb/reflection/def.h"
0009 
0010 #ifndef UPB_REFLECTION_MESSAGE_RESERVED_RANGE_H_
0011 #define UPB_REFLECTION_MESSAGE_RESERVED_RANGE_H_
0012 
0013 #include "upb/reflection/common.h"
0014 
0015 // Must be last.
0016 #include "upb/port/def.inc"
0017 
0018 #ifdef __cplusplus
0019 extern "C" {
0020 #endif
0021 
0022 int32_t upb_MessageReservedRange_Start(const upb_MessageReservedRange* r);
0023 int32_t upb_MessageReservedRange_End(const upb_MessageReservedRange* r);
0024 
0025 #ifdef __cplusplus
0026 } /* extern "C" */
0027 #endif
0028 
0029 #include "upb/port/undef.inc"
0030 
0031 #endif /* UPB_REFLECTION_MESSAGE_RESERVED_RANGE_H_ */