File indexing completed on 2025-01-30 10:25:24
0001
0002
0003
0004
0005
0006
0007
0008 #ifndef UPB_REFLECTION_DEF_H_
0009 #define UPB_REFLECTION_DEF_H_
0010
0011
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
0023
0024 #endif