1 /* This file was generated by upb_generator from the input file: 2 * 3 * envoy/extensions/http/stateful_session/cookie/v3/cookie.proto 4 * 5 * Do not edit -- your changes will be discarded when the file is 6 * regenerated. */ 7 8 #ifndef ENVOY_EXTENSIONS_HTTP_STATEFUL_SESSION_COOKIE_V3_COOKIE_PROTO_UPBDEFS_H_ 9 #define ENVOY_EXTENSIONS_HTTP_STATEFUL_SESSION_COOKIE_V3_COOKIE_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_extensions_http_stateful_session_cookie_v3_cookie_proto_upbdefinit; 20 envoy_extensions_http_stateful_session_cookie_v3_CookieBasedSessionState_getmsgdef(upb_DefPool * s)21UPB_INLINE const upb_MessageDef *envoy_extensions_http_stateful_session_cookie_v3_CookieBasedSessionState_getmsgdef(upb_DefPool *s) { 22 _upb_DefPool_LoadDefInit(s, &envoy_extensions_http_stateful_session_cookie_v3_cookie_proto_upbdefinit); 23 return upb_DefPool_FindMessageByName(s, "envoy.extensions.http.stateful_session.cookie.v3.CookieBasedSessionState"); 24 } 25 26 #ifdef __cplusplus 27 } /* extern "C" */ 28 #endif 29 30 #include "upb/port/undef.inc" 31 32 #endif /* ENVOY_EXTENSIONS_HTTP_STATEFUL_SESSION_COOKIE_V3_COOKIE_PROTO_UPBDEFS_H_ */ 33