WPILibC++ 2027.0.0-alpha-3
Loading...
Searching...
No Matches
descriptor_bootstrap.h
Go to the documentation of this file.
1#ifndef GOOGLE_UPB_UPB_REFLECTION_DESCRIPTOR_BOOTSTRAP_H__
2#define GOOGLE_UPB_UPB_REFLECTION_DESCRIPTOR_BOOTSTRAP_H__
3
4// IWYU pragma: begin_exports
5#define UPB_BOOTSTRAP_STAGE 0
6#if defined(UPB_BOOTSTRAP_STAGE) && UPB_BOOTSTRAP_STAGE == 0
7// This header is checked in.
9#elif defined(UPB_BOOTSTRAP_STAGE) && UPB_BOOTSTRAP_STAGE == 1
10// This header is generated at build time by the bootstrapping process.
11// #include "upb/reflection/stage1/google/protobuf/descriptor.upb.h"
12#else
13// This is the normal header, generated by upb_c_proto_library().
14// #include "google/protobuf/descriptor.upb.h"
15#endif
16
17// IWYU pragma: end_exports
18
19#endif // GOOGLE_UPB_UPB_REFLECTION_DESCRIPTOR_BOOTSTRAP_H__