• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* This file was generated by upbc (the upb compiler) from the input
2  * file:
3  *
4  *     google/api/http.proto
5  *
6  * Do not edit -- your changes will be discarded when the file is
7  * regenerated. */
8 
9 #ifndef GOOGLE_API_HTTP_PROTO_UPBDEFS_H_
10 #define GOOGLE_API_HTTP_PROTO_UPBDEFS_H_
11 
12 #include "upb/def.h"
13 #include "upb/port_def.inc"
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
18 #include "upb/def.h"
19 
20 #include "upb/port_def.inc"
21 
22 extern upb_def_init google_api_http_proto_upbdefinit;
23 
google_api_Http_getmsgdef(upb_symtab * s)24 UPB_INLINE const upb_msgdef *google_api_Http_getmsgdef(upb_symtab *s) {
25   _upb_symtab_loaddefinit(s, &google_api_http_proto_upbdefinit);
26   return upb_symtab_lookupmsg(s, "google.api.Http");
27 }
28 
google_api_HttpRule_getmsgdef(upb_symtab * s)29 UPB_INLINE const upb_msgdef *google_api_HttpRule_getmsgdef(upb_symtab *s) {
30   _upb_symtab_loaddefinit(s, &google_api_http_proto_upbdefinit);
31   return upb_symtab_lookupmsg(s, "google.api.HttpRule");
32 }
33 
google_api_CustomHttpPattern_getmsgdef(upb_symtab * s)34 UPB_INLINE const upb_msgdef *google_api_CustomHttpPattern_getmsgdef(upb_symtab *s) {
35   _upb_symtab_loaddefinit(s, &google_api_http_proto_upbdefinit);
36   return upb_symtab_lookupmsg(s, "google.api.CustomHttpPattern");
37 }
38 
39 #ifdef __cplusplus
40 }  /* extern "C" */
41 #endif
42 
43 #include "upb/port_undef.inc"
44 
45 #endif  /* GOOGLE_API_HTTP_PROTO_UPBDEFS_H_ */
46