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
0005
0006 #if defined(UPB_BOOTSTRAP_STAGE) && UPB_BOOTSTRAP_STAGE == 0
0007
0008 #include "upb/reflection/stage0/google/protobuf/descriptor.upb.h"
0009 #elif defined(UPB_BOOTSTRAP_STAGE) && UPB_BOOTSTRAP_STAGE == 1
0010
0011 #include "upb/reflection/stage1/google/protobuf/descriptor.upb.h"
0012 #else
0013
0014 #include "google/protobuf/descriptor.upb.h"
0015 #endif
0016
0017
0018
0019 #endif