1 /* This file was generated by upb_generator from the input file: 2 * 3 * envoy/service/load_stats/v3/lrs.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 ENVOY_SERVICE_LOAD_STATS_V3_LRS_PROTO_UPB_H__UPBDEFS_H_ 10 #define ENVOY_SERVICE_LOAD_STATS_V3_LRS_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 envoy_service_load_stats_v3_lrs_proto_upbdefinit; 21 envoy_service_load_stats_v3_LoadStatsRequest_getmsgdef(upb_DefPool * s)22UPB_INLINE const upb_MessageDef *envoy_service_load_stats_v3_LoadStatsRequest_getmsgdef(upb_DefPool *s) { 23 _upb_DefPool_LoadDefInit(s, &envoy_service_load_stats_v3_lrs_proto_upbdefinit); 24 return upb_DefPool_FindMessageByName(s, "envoy.service.load_stats.v3.LoadStatsRequest"); 25 } 26 envoy_service_load_stats_v3_LoadStatsResponse_getmsgdef(upb_DefPool * s)27UPB_INLINE const upb_MessageDef *envoy_service_load_stats_v3_LoadStatsResponse_getmsgdef(upb_DefPool *s) { 28 _upb_DefPool_LoadDefInit(s, &envoy_service_load_stats_v3_lrs_proto_upbdefinit); 29 return upb_DefPool_FindMessageByName(s, "envoy.service.load_stats.v3.LoadStatsResponse"); 30 } 31 32 #ifdef __cplusplus 33 } /* extern "C" */ 34 #endif 35 36 #include "upb/port/undef.inc" 37 38 #endif /* ENVOY_SERVICE_LOAD_STATS_V3_LRS_PROTO_UPB_H__UPBDEFS_H_ */ 39