Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-30 10:25:24

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 #ifndef UPB_REFLECTION_DEF_H_
0009 #define UPB_REFLECTION_DEF_H_
0010 
0011 // IWYU pragma: begin_exports
0012 #include "upb/reflection/def_pool.h"
0013 #include "upb/reflection/enum_def.h"
0014 #include "upb/reflection/enum_value_def.h"
0015 #include "upb/reflection/extension_range.h"
0016 #include "upb/reflection/field_def.h"
0017 #include "upb/reflection/file_def.h"
0018 #include "upb/reflection/message_def.h"
0019 #include "upb/reflection/method_def.h"
0020 #include "upb/reflection/oneof_def.h"
0021 #include "upb/reflection/service_def.h"
0022 // IWYU pragma: end_exports
0023 
0024 #endif /* UPB_REFLECTION_DEF_H_ */