blob: 872706b42bbc713f00aa7fd8dbc1e584f6f95538 [file] [log] [blame]
/* This file was generated by upbc (the upb compiler) from the input
* file:
*
* google/api/http.proto
*
* Do not edit -- your changes will be discarded when the file is
* regenerated. */
#ifndef GOOGLE_API_HTTP_PROTO_UPBDEFS_H_
#define GOOGLE_API_HTTP_PROTO_UPBDEFS_H_
#include "upb/def.h"
#include "upb/port_def.inc"
#ifdef __cplusplus
extern "C" {
#endif
#include "upb/def.h"
#include "upb/port_def.inc"
extern upb_def_init google_api_http_proto_upbdefinit;
UPB_INLINE const upb_msgdef *google_api_Http_getmsgdef(upb_symtab *s) {
_upb_symtab_loaddefinit(s, &google_api_http_proto_upbdefinit);
return upb_symtab_lookupmsg(s, "google.api.Http");
}
UPB_INLINE const upb_msgdef *google_api_HttpRule_getmsgdef(upb_symtab *s) {
_upb_symtab_loaddefinit(s, &google_api_http_proto_upbdefinit);
return upb_symtab_lookupmsg(s, "google.api.HttpRule");
}
UPB_INLINE const upb_msgdef *google_api_CustomHttpPattern_getmsgdef(upb_symtab *s) {
_upb_symtab_loaddefinit(s, &google_api_http_proto_upbdefinit);
return upb_symtab_lookupmsg(s, "google.api.CustomHttpPattern");
}
#ifdef __cplusplus
} /* extern "C" */
#endif
#include "upb/port_undef.inc"
#endif /* GOOGLE_API_HTTP_PROTO_UPBDEFS_H_ */