1 /* This file was generated by upb_generator from the input file: 2 * 3 * envoy/config/core/v3/proxy_protocol.proto 4 * 5 * Do not edit -- your changes will be discarded when the file is 6 * regenerated. */ 7 8 #ifndef ENVOY_CONFIG_CORE_V3_PROXY_PROTOCOL_PROTO_UPBDEFS_H_ 9 #define ENVOY_CONFIG_CORE_V3_PROXY_PROTOCOL_PROTO_UPBDEFS_H_ 10 11 #include "upb/reflection/def.h" 12 #include "upb/reflection/internal/def_pool.h" 13 14 #include "upb/port/def.inc" // Must be last. 15 #ifdef __cplusplus 16 extern "C" { 17 #endif 18 19 extern _upb_DefPool_Init envoy_config_core_v3_proxy_protocol_proto_upbdefinit; 20 envoy_config_core_v3_ProxyProtocolPassThroughTLVs_getmsgdef(upb_DefPool * s)21UPB_INLINE const upb_MessageDef *envoy_config_core_v3_ProxyProtocolPassThroughTLVs_getmsgdef(upb_DefPool *s) { 22 _upb_DefPool_LoadDefInit(s, &envoy_config_core_v3_proxy_protocol_proto_upbdefinit); 23 return upb_DefPool_FindMessageByName(s, "envoy.config.core.v3.ProxyProtocolPassThroughTLVs"); 24 } 25 envoy_config_core_v3_ProxyProtocolConfig_getmsgdef(upb_DefPool * s)26UPB_INLINE const upb_MessageDef *envoy_config_core_v3_ProxyProtocolConfig_getmsgdef(upb_DefPool *s) { 27 _upb_DefPool_LoadDefInit(s, &envoy_config_core_v3_proxy_protocol_proto_upbdefinit); 28 return upb_DefPool_FindMessageByName(s, "envoy.config.core.v3.ProxyProtocolConfig"); 29 } 30 31 #ifdef __cplusplus 32 } /* extern "C" */ 33 #endif 34 35 #include "upb/port/undef.inc" 36 37 #endif /* ENVOY_CONFIG_CORE_V3_PROXY_PROTOCOL_PROTO_UPBDEFS_H_ */ 38