Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-07-13 08:34:20

0001 #ifndef GOOGLE_UPB_UPB_REFLECTION_DESCRIPTOR_BOOTSTRAP_H__
0002 #define GOOGLE_UPB_UPB_REFLECTION_DESCRIPTOR_BOOTSTRAP_H__
0003 
0004 // IWYU pragma: begin_exports
0005 
0006 #if defined(UPB_BOOTSTRAP_STAGE) && UPB_BOOTSTRAP_STAGE == 0
0007 // This header is checked in.
0008 #include "upb/reflection/stage0/google/protobuf/descriptor.upb.h"
0009 #elif defined(UPB_BOOTSTRAP_STAGE) && UPB_BOOTSTRAP_STAGE == 1
0010 // This header is generated at build time by the bootstrapping process.
0011 #include "upb/reflection/stage1/google/protobuf/descriptor.upb.h"
0012 #else
0013 // This is the normal header, generated by upb_c_proto_library().
0014 #include "google/protobuf/descriptor.upb.h"
0015 #endif
0016 
0017 // IWYU pragma: end_exports
0018 
0019 #endif  // GOOGLE_UPB_UPB_REFLECTION_DESCRIPTOR_BOOTSTRAP_H__