1 /* This file was generated by upbc (the upb compiler) from the input 2 * file: 3 * 4 * envoy/config/core/v3/proxy_protocol.proto 5 * 6 * Do not edit -- your changes will be discarded when the file is 7 * regenerated. */ 8 9 #ifndef ENVOY_CONFIG_CORE_V3_PROXY_PROTOCOL_PROTO_UPBDEFS_H_ 10 #define ENVOY_CONFIG_CORE_V3_PROXY_PROTOCOL_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 envoy_config_core_v3_proxy_protocol_proto_upbdefinit; 24 envoy_config_core_v3_ProxyProtocolPassThroughTLVs_getmsgdef(upb_DefPool * s)25UPB_INLINE const upb_MessageDef *envoy_config_core_v3_ProxyProtocolPassThroughTLVs_getmsgdef(upb_DefPool *s) { 26 _upb_DefPool_LoadDefInit(s, &envoy_config_core_v3_proxy_protocol_proto_upbdefinit); 27 return upb_DefPool_FindMessageByName(s, "envoy.config.core.v3.ProxyProtocolPassThroughTLVs"); 28 } 29 envoy_config_core_v3_ProxyProtocolConfig_getmsgdef(upb_DefPool * s)30UPB_INLINE const upb_MessageDef *envoy_config_core_v3_ProxyProtocolConfig_getmsgdef(upb_DefPool *s) { 31 _upb_DefPool_LoadDefInit(s, &envoy_config_core_v3_proxy_protocol_proto_upbdefinit); 32 return upb_DefPool_FindMessageByName(s, "envoy.config.core.v3.ProxyProtocolConfig"); 33 } 34 35 #ifdef __cplusplus 36 } /* extern "C" */ 37 #endif 38 39 #include "upb/port/undef.inc" 40 41 #endif /* ENVOY_CONFIG_CORE_V3_PROXY_PROTOCOL_PROTO_UPBDEFS_H_ */ 42