• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* This file was generated by upb_generator from the input file:
2  *
3  *     google/protobuf/timestamp.proto
4  *
5  * Do not edit -- your changes will be discarded when the file is
6  * regenerated.
7  * NO CHECKED-IN PROTOBUF GENCODE */
8 
9 #ifndef GOOGLE_PROTOBUF_TIMESTAMP_PROTO_UPB_H__UPBDEFS_H_
10 #define GOOGLE_PROTOBUF_TIMESTAMP_PROTO_UPB_H__UPBDEFS_H_
11 
12 #include "upb/reflection/def.h"
13 #include "upb/reflection/internal/def_pool.h"
14 
15 #include "upb/port/def.inc" // Must be last.
16 #ifdef __cplusplus
17 extern "C" {
18 #endif
19 
20 extern _upb_DefPool_Init google_protobuf_timestamp_proto_upbdefinit;
21 
google_protobuf_Timestamp_getmsgdef(upb_DefPool * s)22 UPB_INLINE const upb_MessageDef *google_protobuf_Timestamp_getmsgdef(upb_DefPool *s) {
23   _upb_DefPool_LoadDefInit(s, &google_protobuf_timestamp_proto_upbdefinit);
24   return upb_DefPool_FindMessageByName(s, "google.protobuf.Timestamp");
25 }
26 
27 #ifdef __cplusplus
28 }  /* extern "C" */
29 #endif
30 
31 #include "upb/port/undef.inc"
32 
33 #endif  /* GOOGLE_PROTOBUF_TIMESTAMP_PROTO_UPB_H__UPBDEFS_H_ */
34