1 /* This file was generated by upbc (the upb compiler) from the input
2  * file:
3  *
4  *     google/protobuf/empty.proto
5  *
6  * Do not edit -- your changes will be discarded when the file is
7  * regenerated. */
8 
9 #ifndef GOOGLE_PROTOBUF_EMPTY_PROTO_UPBDEFS_H_
10 #define GOOGLE_PROTOBUF_EMPTY_PROTO_UPBDEFS_H_
11 
12 #include "upb/reflection/def.h"
13 #include "upb/reflection/def_pool_internal.h"
14 #include "upb/port/def.inc"
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
19 #include "upb/reflection/def.h"
20 
21 #include "upb/port/def.inc"
22 
23 extern _upb_DefPool_Init google_protobuf_empty_proto_upbdefinit;
24 
google_protobuf_Empty_getmsgdef(upb_DefPool * s)25 UPB_INLINE const upb_MessageDef *google_protobuf_Empty_getmsgdef(upb_DefPool *s) {
26   _upb_DefPool_LoadDefInit(s, &google_protobuf_empty_proto_upbdefinit);
27   return upb_DefPool_FindMessageByName(s, "google.protobuf.Empty");
28 }
29 
30 #ifdef __cplusplus
31 }  /* extern "C" */
32 #endif
33 
34 #include "upb/port/undef.inc"
35 
36 #endif  /* GOOGLE_PROTOBUF_EMPTY_PROTO_UPBDEFS_H_ */
37