Typedefs | Enumerations | Functions | Variables
address.upb.h File Reference
#include "upb/msg_internal.h"
#include "upb/decode.h"
#include "upb/decode_fast.h"
#include "upb/encode.h"
#include "upb/port_def.inc"
#include "upb/port_undef.inc"
Include dependency graph for address.upb.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct envoy_config_core_v3_Address envoy_config_core_v3_Address
 
typedef struct envoy_config_core_v3_BindConfig envoy_config_core_v3_BindConfig
 
typedef struct envoy_config_core_v3_CidrRange envoy_config_core_v3_CidrRange
 
typedef struct envoy_config_core_v3_EnvoyInternalAddress envoy_config_core_v3_EnvoyInternalAddress
 
typedef struct envoy_config_core_v3_Pipe envoy_config_core_v3_Pipe
 
typedef struct envoy_config_core_v3_SocketAddress envoy_config_core_v3_SocketAddress
 
typedef struct envoy_config_core_v3_TcpKeepalive envoy_config_core_v3_TcpKeepalive
 

Enumerations

enum  envoy_config_core_v3_Address_address_oneofcases { envoy_config_core_v3_Address_address_socket_address = 1, envoy_config_core_v3_Address_address_pipe = 2, envoy_config_core_v3_Address_address_envoy_internal_address = 3, envoy_config_core_v3_Address_address_NOT_SET = 0 }
 
enum  envoy_config_core_v3_EnvoyInternalAddress_address_name_specifier_oneofcases { envoy_config_core_v3_EnvoyInternalAddress_address_name_specifier_server_listener_name = 1, envoy_config_core_v3_EnvoyInternalAddress_address_name_specifier_NOT_SET = 0 }
 
enum  envoy_config_core_v3_SocketAddress_port_specifier_oneofcases { envoy_config_core_v3_SocketAddress_port_specifier_port_value = 3, envoy_config_core_v3_SocketAddress_port_specifier_named_port = 4, envoy_config_core_v3_SocketAddress_port_specifier_NOT_SET = 0 }
 
enum  envoy_config_core_v3_SocketAddress_Protocol { envoy_config_core_v3_SocketAddress_TCP = 0, envoy_config_core_v3_SocketAddress_UDP = 1 }
 

Functions

UPB_INLINE envoy_config_core_v3_Address_address_oneofcases envoy_config_core_v3_Address_address_case (const envoy_config_core_v3_Address *msg)
 
UPB_INLINE void envoy_config_core_v3_Address_clear_envoy_internal_address (const envoy_config_core_v3_Address *msg)
 
UPB_INLINE void envoy_config_core_v3_Address_clear_pipe (const envoy_config_core_v3_Address *msg)
 
UPB_INLINE void envoy_config_core_v3_Address_clear_socket_address (const envoy_config_core_v3_Address *msg)
 
const UPB_INLINE envoy_config_core_v3_EnvoyInternalAddressenvoy_config_core_v3_Address_envoy_internal_address (const envoy_config_core_v3_Address *msg)
 
UPB_INLINE bool envoy_config_core_v3_Address_has_envoy_internal_address (const envoy_config_core_v3_Address *msg)
 
UPB_INLINE bool envoy_config_core_v3_Address_has_pipe (const envoy_config_core_v3_Address *msg)
 
UPB_INLINE bool envoy_config_core_v3_Address_has_socket_address (const envoy_config_core_v3_Address *msg)
 
UPB_INLINE struct envoy_config_core_v3_EnvoyInternalAddressenvoy_config_core_v3_Address_mutable_envoy_internal_address (envoy_config_core_v3_Address *msg, upb_Arena *arena)
 
UPB_INLINE struct envoy_config_core_v3_Pipeenvoy_config_core_v3_Address_mutable_pipe (envoy_config_core_v3_Address *msg, upb_Arena *arena)
 
UPB_INLINE struct envoy_config_core_v3_SocketAddressenvoy_config_core_v3_Address_mutable_socket_address (envoy_config_core_v3_Address *msg, upb_Arena *arena)
 
UPB_INLINE envoy_config_core_v3_Addressenvoy_config_core_v3_Address_new (upb_Arena *arena)
 
UPB_INLINE envoy_config_core_v3_Addressenvoy_config_core_v3_Address_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE envoy_config_core_v3_Addressenvoy_config_core_v3_Address_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
const UPB_INLINE envoy_config_core_v3_Pipeenvoy_config_core_v3_Address_pipe (const envoy_config_core_v3_Address *msg)
 
UPB_INLINE char * envoy_config_core_v3_Address_serialize (const envoy_config_core_v3_Address *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * envoy_config_core_v3_Address_serialize_ex (const envoy_config_core_v3_Address *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void envoy_config_core_v3_Address_set_envoy_internal_address (envoy_config_core_v3_Address *msg, envoy_config_core_v3_EnvoyInternalAddress *value)
 
UPB_INLINE void envoy_config_core_v3_Address_set_pipe (envoy_config_core_v3_Address *msg, envoy_config_core_v3_Pipe *value)
 
UPB_INLINE void envoy_config_core_v3_Address_set_socket_address (envoy_config_core_v3_Address *msg, envoy_config_core_v3_SocketAddress *value)
 
const UPB_INLINE envoy_config_core_v3_SocketAddressenvoy_config_core_v3_Address_socket_address (const envoy_config_core_v3_Address *msg)
 
UPB_INLINE struct envoy_config_core_v3_SocketOptionenvoy_config_core_v3_BindConfig_add_socket_options (envoy_config_core_v3_BindConfig *msg, upb_Arena *arena)
 
UPB_INLINE void envoy_config_core_v3_BindConfig_clear_freebind (const envoy_config_core_v3_BindConfig *msg)
 
UPB_INLINE void envoy_config_core_v3_BindConfig_clear_socket_options (const envoy_config_core_v3_BindConfig *msg)
 
UPB_INLINE void envoy_config_core_v3_BindConfig_clear_source_address (const envoy_config_core_v3_BindConfig *msg)
 
UPB_INLINE const struct google_protobuf_BoolValueenvoy_config_core_v3_BindConfig_freebind (const envoy_config_core_v3_BindConfig *msg)
 
UPB_INLINE bool envoy_config_core_v3_BindConfig_has_freebind (const envoy_config_core_v3_BindConfig *msg)
 
UPB_INLINE bool envoy_config_core_v3_BindConfig_has_socket_options (const envoy_config_core_v3_BindConfig *msg)
 
UPB_INLINE bool envoy_config_core_v3_BindConfig_has_source_address (const envoy_config_core_v3_BindConfig *msg)
 
UPB_INLINE struct google_protobuf_BoolValueenvoy_config_core_v3_BindConfig_mutable_freebind (envoy_config_core_v3_BindConfig *msg, upb_Arena *arena)
 
UPB_INLINE struct envoy_config_core_v3_SocketOption ** envoy_config_core_v3_BindConfig_mutable_socket_options (envoy_config_core_v3_BindConfig *msg, size_t *len)
 
UPB_INLINE struct envoy_config_core_v3_SocketAddressenvoy_config_core_v3_BindConfig_mutable_source_address (envoy_config_core_v3_BindConfig *msg, upb_Arena *arena)
 
UPB_INLINE envoy_config_core_v3_BindConfigenvoy_config_core_v3_BindConfig_new (upb_Arena *arena)
 
UPB_INLINE envoy_config_core_v3_BindConfigenvoy_config_core_v3_BindConfig_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE envoy_config_core_v3_BindConfigenvoy_config_core_v3_BindConfig_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE struct envoy_config_core_v3_SocketOption ** envoy_config_core_v3_BindConfig_resize_socket_options (envoy_config_core_v3_BindConfig *msg, size_t len, upb_Arena *arena)
 
UPB_INLINE char * envoy_config_core_v3_BindConfig_serialize (const envoy_config_core_v3_BindConfig *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * envoy_config_core_v3_BindConfig_serialize_ex (const envoy_config_core_v3_BindConfig *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void envoy_config_core_v3_BindConfig_set_freebind (envoy_config_core_v3_BindConfig *msg, struct google_protobuf_BoolValue *value)
 
UPB_INLINE void envoy_config_core_v3_BindConfig_set_source_address (envoy_config_core_v3_BindConfig *msg, envoy_config_core_v3_SocketAddress *value)
 
UPB_INLINE const struct envoy_config_core_v3_SocketOption *constenvoy_config_core_v3_BindConfig_socket_options (const envoy_config_core_v3_BindConfig *msg, size_t *len)
 
const UPB_INLINE envoy_config_core_v3_SocketAddressenvoy_config_core_v3_BindConfig_source_address (const envoy_config_core_v3_BindConfig *msg)
 
UPB_INLINE upb_StringView envoy_config_core_v3_CidrRange_address_prefix (const envoy_config_core_v3_CidrRange *msg)
 
UPB_INLINE void envoy_config_core_v3_CidrRange_clear_address_prefix (const envoy_config_core_v3_CidrRange *msg)
 
UPB_INLINE void envoy_config_core_v3_CidrRange_clear_prefix_len (const envoy_config_core_v3_CidrRange *msg)
 
UPB_INLINE bool envoy_config_core_v3_CidrRange_has_prefix_len (const envoy_config_core_v3_CidrRange *msg)
 
UPB_INLINE struct google_protobuf_UInt32Valueenvoy_config_core_v3_CidrRange_mutable_prefix_len (envoy_config_core_v3_CidrRange *msg, upb_Arena *arena)
 
UPB_INLINE envoy_config_core_v3_CidrRangeenvoy_config_core_v3_CidrRange_new (upb_Arena *arena)
 
UPB_INLINE envoy_config_core_v3_CidrRangeenvoy_config_core_v3_CidrRange_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE envoy_config_core_v3_CidrRangeenvoy_config_core_v3_CidrRange_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE const struct google_protobuf_UInt32Valueenvoy_config_core_v3_CidrRange_prefix_len (const envoy_config_core_v3_CidrRange *msg)
 
UPB_INLINE char * envoy_config_core_v3_CidrRange_serialize (const envoy_config_core_v3_CidrRange *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * envoy_config_core_v3_CidrRange_serialize_ex (const envoy_config_core_v3_CidrRange *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void envoy_config_core_v3_CidrRange_set_address_prefix (envoy_config_core_v3_CidrRange *msg, upb_StringView value)
 
UPB_INLINE void envoy_config_core_v3_CidrRange_set_prefix_len (envoy_config_core_v3_CidrRange *msg, struct google_protobuf_UInt32Value *value)
 
UPB_INLINE envoy_config_core_v3_EnvoyInternalAddress_address_name_specifier_oneofcases envoy_config_core_v3_EnvoyInternalAddress_address_name_specifier_case (const envoy_config_core_v3_EnvoyInternalAddress *msg)
 
UPB_INLINE void envoy_config_core_v3_EnvoyInternalAddress_clear_server_listener_name (const envoy_config_core_v3_EnvoyInternalAddress *msg)
 
UPB_INLINE bool envoy_config_core_v3_EnvoyInternalAddress_has_server_listener_name (const envoy_config_core_v3_EnvoyInternalAddress *msg)
 
UPB_INLINE envoy_config_core_v3_EnvoyInternalAddressenvoy_config_core_v3_EnvoyInternalAddress_new (upb_Arena *arena)
 
UPB_INLINE envoy_config_core_v3_EnvoyInternalAddressenvoy_config_core_v3_EnvoyInternalAddress_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE envoy_config_core_v3_EnvoyInternalAddressenvoy_config_core_v3_EnvoyInternalAddress_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE char * envoy_config_core_v3_EnvoyInternalAddress_serialize (const envoy_config_core_v3_EnvoyInternalAddress *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * envoy_config_core_v3_EnvoyInternalAddress_serialize_ex (const envoy_config_core_v3_EnvoyInternalAddress *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE upb_StringView envoy_config_core_v3_EnvoyInternalAddress_server_listener_name (const envoy_config_core_v3_EnvoyInternalAddress *msg)
 
UPB_INLINE void envoy_config_core_v3_EnvoyInternalAddress_set_server_listener_name (envoy_config_core_v3_EnvoyInternalAddress *msg, upb_StringView value)
 
UPB_INLINE void envoy_config_core_v3_Pipe_clear_mode (const envoy_config_core_v3_Pipe *msg)
 
UPB_INLINE void envoy_config_core_v3_Pipe_clear_path (const envoy_config_core_v3_Pipe *msg)
 
UPB_INLINE uint32_t envoy_config_core_v3_Pipe_mode (const envoy_config_core_v3_Pipe *msg)
 
UPB_INLINE envoy_config_core_v3_Pipeenvoy_config_core_v3_Pipe_new (upb_Arena *arena)
 
UPB_INLINE envoy_config_core_v3_Pipeenvoy_config_core_v3_Pipe_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE envoy_config_core_v3_Pipeenvoy_config_core_v3_Pipe_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE upb_StringView envoy_config_core_v3_Pipe_path (const envoy_config_core_v3_Pipe *msg)
 
UPB_INLINE char * envoy_config_core_v3_Pipe_serialize (const envoy_config_core_v3_Pipe *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * envoy_config_core_v3_Pipe_serialize_ex (const envoy_config_core_v3_Pipe *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void envoy_config_core_v3_Pipe_set_mode (envoy_config_core_v3_Pipe *msg, uint32_t value)
 
UPB_INLINE void envoy_config_core_v3_Pipe_set_path (envoy_config_core_v3_Pipe *msg, upb_StringView value)
 
UPB_INLINE upb_StringView envoy_config_core_v3_SocketAddress_address (const envoy_config_core_v3_SocketAddress *msg)
 
UPB_INLINE void envoy_config_core_v3_SocketAddress_clear_address (const envoy_config_core_v3_SocketAddress *msg)
 
UPB_INLINE void envoy_config_core_v3_SocketAddress_clear_ipv4_compat (const envoy_config_core_v3_SocketAddress *msg)
 
UPB_INLINE void envoy_config_core_v3_SocketAddress_clear_named_port (const envoy_config_core_v3_SocketAddress *msg)
 
UPB_INLINE void envoy_config_core_v3_SocketAddress_clear_port_value (const envoy_config_core_v3_SocketAddress *msg)
 
UPB_INLINE void envoy_config_core_v3_SocketAddress_clear_protocol (const envoy_config_core_v3_SocketAddress *msg)
 
UPB_INLINE void envoy_config_core_v3_SocketAddress_clear_resolver_name (const envoy_config_core_v3_SocketAddress *msg)
 
UPB_INLINE bool envoy_config_core_v3_SocketAddress_has_named_port (const envoy_config_core_v3_SocketAddress *msg)
 
UPB_INLINE bool envoy_config_core_v3_SocketAddress_has_port_value (const envoy_config_core_v3_SocketAddress *msg)
 
UPB_INLINE bool envoy_config_core_v3_SocketAddress_ipv4_compat (const envoy_config_core_v3_SocketAddress *msg)
 
UPB_INLINE upb_StringView envoy_config_core_v3_SocketAddress_named_port (const envoy_config_core_v3_SocketAddress *msg)
 
UPB_INLINE envoy_config_core_v3_SocketAddressenvoy_config_core_v3_SocketAddress_new (upb_Arena *arena)
 
UPB_INLINE envoy_config_core_v3_SocketAddressenvoy_config_core_v3_SocketAddress_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE envoy_config_core_v3_SocketAddressenvoy_config_core_v3_SocketAddress_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE envoy_config_core_v3_SocketAddress_port_specifier_oneofcases envoy_config_core_v3_SocketAddress_port_specifier_case (const envoy_config_core_v3_SocketAddress *msg)
 
UPB_INLINE uint32_t envoy_config_core_v3_SocketAddress_port_value (const envoy_config_core_v3_SocketAddress *msg)
 
UPB_INLINE int32_t envoy_config_core_v3_SocketAddress_protocol (const envoy_config_core_v3_SocketAddress *msg)
 
UPB_INLINE upb_StringView envoy_config_core_v3_SocketAddress_resolver_name (const envoy_config_core_v3_SocketAddress *msg)
 
UPB_INLINE char * envoy_config_core_v3_SocketAddress_serialize (const envoy_config_core_v3_SocketAddress *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * envoy_config_core_v3_SocketAddress_serialize_ex (const envoy_config_core_v3_SocketAddress *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void envoy_config_core_v3_SocketAddress_set_address (envoy_config_core_v3_SocketAddress *msg, upb_StringView value)
 
UPB_INLINE void envoy_config_core_v3_SocketAddress_set_ipv4_compat (envoy_config_core_v3_SocketAddress *msg, bool value)
 
UPB_INLINE void envoy_config_core_v3_SocketAddress_set_named_port (envoy_config_core_v3_SocketAddress *msg, upb_StringView value)
 
UPB_INLINE void envoy_config_core_v3_SocketAddress_set_port_value (envoy_config_core_v3_SocketAddress *msg, uint32_t value)
 
UPB_INLINE void envoy_config_core_v3_SocketAddress_set_protocol (envoy_config_core_v3_SocketAddress *msg, int32_t value)
 
UPB_INLINE void envoy_config_core_v3_SocketAddress_set_resolver_name (envoy_config_core_v3_SocketAddress *msg, upb_StringView value)
 
UPB_INLINE void envoy_config_core_v3_TcpKeepalive_clear_keepalive_interval (const envoy_config_core_v3_TcpKeepalive *msg)
 
UPB_INLINE void envoy_config_core_v3_TcpKeepalive_clear_keepalive_probes (const envoy_config_core_v3_TcpKeepalive *msg)
 
UPB_INLINE void envoy_config_core_v3_TcpKeepalive_clear_keepalive_time (const envoy_config_core_v3_TcpKeepalive *msg)
 
UPB_INLINE bool envoy_config_core_v3_TcpKeepalive_has_keepalive_interval (const envoy_config_core_v3_TcpKeepalive *msg)
 
UPB_INLINE bool envoy_config_core_v3_TcpKeepalive_has_keepalive_probes (const envoy_config_core_v3_TcpKeepalive *msg)
 
UPB_INLINE bool envoy_config_core_v3_TcpKeepalive_has_keepalive_time (const envoy_config_core_v3_TcpKeepalive *msg)
 
UPB_INLINE const struct google_protobuf_UInt32Valueenvoy_config_core_v3_TcpKeepalive_keepalive_interval (const envoy_config_core_v3_TcpKeepalive *msg)
 
UPB_INLINE const struct google_protobuf_UInt32Valueenvoy_config_core_v3_TcpKeepalive_keepalive_probes (const envoy_config_core_v3_TcpKeepalive *msg)
 
UPB_INLINE const struct google_protobuf_UInt32Valueenvoy_config_core_v3_TcpKeepalive_keepalive_time (const envoy_config_core_v3_TcpKeepalive *msg)
 
UPB_INLINE struct google_protobuf_UInt32Valueenvoy_config_core_v3_TcpKeepalive_mutable_keepalive_interval (envoy_config_core_v3_TcpKeepalive *msg, upb_Arena *arena)
 
UPB_INLINE struct google_protobuf_UInt32Valueenvoy_config_core_v3_TcpKeepalive_mutable_keepalive_probes (envoy_config_core_v3_TcpKeepalive *msg, upb_Arena *arena)
 
UPB_INLINE struct google_protobuf_UInt32Valueenvoy_config_core_v3_TcpKeepalive_mutable_keepalive_time (envoy_config_core_v3_TcpKeepalive *msg, upb_Arena *arena)
 
UPB_INLINE envoy_config_core_v3_TcpKeepaliveenvoy_config_core_v3_TcpKeepalive_new (upb_Arena *arena)
 
UPB_INLINE envoy_config_core_v3_TcpKeepaliveenvoy_config_core_v3_TcpKeepalive_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE envoy_config_core_v3_TcpKeepaliveenvoy_config_core_v3_TcpKeepalive_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE char * envoy_config_core_v3_TcpKeepalive_serialize (const envoy_config_core_v3_TcpKeepalive *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * envoy_config_core_v3_TcpKeepalive_serialize_ex (const envoy_config_core_v3_TcpKeepalive *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void envoy_config_core_v3_TcpKeepalive_set_keepalive_interval (envoy_config_core_v3_TcpKeepalive *msg, struct google_protobuf_UInt32Value *value)
 
UPB_INLINE void envoy_config_core_v3_TcpKeepalive_set_keepalive_probes (envoy_config_core_v3_TcpKeepalive *msg, struct google_protobuf_UInt32Value *value)
 
UPB_INLINE void envoy_config_core_v3_TcpKeepalive_set_keepalive_time (envoy_config_core_v3_TcpKeepalive *msg, struct google_protobuf_UInt32Value *value)
 

Variables

const upb_MiniTable envoy_config_core_v3_Address_msginit
 
const upb_MiniTable_File envoy_config_core_v3_address_proto_upb_file_layout
 
const upb_MiniTable envoy_config_core_v3_BindConfig_msginit
 
const upb_MiniTable envoy_config_core_v3_CidrRange_msginit
 
const upb_MiniTable envoy_config_core_v3_EnvoyInternalAddress_msginit
 
const upb_MiniTable envoy_config_core_v3_Pipe_msginit
 
const upb_MiniTable envoy_config_core_v3_SocketAddress_msginit
 
const upb_MiniTable envoy_config_core_v3_SocketOption_msginit
 
const upb_MiniTable envoy_config_core_v3_TcpKeepalive_msginit
 
const upb_MiniTable google_protobuf_BoolValue_msginit
 
const upb_MiniTable google_protobuf_UInt32Value_msginit
 

Typedef Documentation

◆ envoy_config_core_v3_Address

Definition at line 35 of file address.upb.h.

◆ envoy_config_core_v3_BindConfig

Definition at line 34 of file address.upb.h.

◆ envoy_config_core_v3_CidrRange

Definition at line 36 of file address.upb.h.

◆ envoy_config_core_v3_EnvoyInternalAddress

Definition at line 31 of file address.upb.h.

◆ envoy_config_core_v3_Pipe

Definition at line 30 of file address.upb.h.

◆ envoy_config_core_v3_SocketAddress

Definition at line 32 of file address.upb.h.

◆ envoy_config_core_v3_TcpKeepalive

Definition at line 33 of file address.upb.h.

Enumeration Type Documentation

◆ envoy_config_core_v3_Address_address_oneofcases

Enumerator
envoy_config_core_v3_Address_address_socket_address 
envoy_config_core_v3_Address_address_pipe 
envoy_config_core_v3_Address_address_envoy_internal_address 
envoy_config_core_v3_Address_address_NOT_SET 

Definition at line 490 of file address.upb.h.

◆ envoy_config_core_v3_EnvoyInternalAddress_address_name_specifier_oneofcases

Enumerator
envoy_config_core_v3_EnvoyInternalAddress_address_name_specifier_server_listener_name 
envoy_config_core_v3_EnvoyInternalAddress_address_name_specifier_NOT_SET 

Definition at line 140 of file address.upb.h.

◆ envoy_config_core_v3_SocketAddress_port_specifier_oneofcases

Enumerator
envoy_config_core_v3_SocketAddress_port_specifier_port_value 
envoy_config_core_v3_SocketAddress_port_specifier_named_port 
envoy_config_core_v3_SocketAddress_port_specifier_NOT_SET 

Definition at line 192 of file address.upb.h.

◆ envoy_config_core_v3_SocketAddress_Protocol

Enumerator
envoy_config_core_v3_SocketAddress_TCP 
envoy_config_core_v3_SocketAddress_UDP 

Definition at line 51 of file address.upb.h.

Function Documentation

◆ envoy_config_core_v3_Address_address_case()

Definition at line 496 of file address.upb.h.

◆ envoy_config_core_v3_Address_clear_envoy_internal_address()

UPB_INLINE void envoy_config_core_v3_Address_clear_envoy_internal_address ( const envoy_config_core_v3_Address msg)

Definition at line 520 of file address.upb.h.

◆ envoy_config_core_v3_Address_clear_pipe()

UPB_INLINE void envoy_config_core_v3_Address_clear_pipe ( const envoy_config_core_v3_Address msg)

Definition at line 511 of file address.upb.h.

◆ envoy_config_core_v3_Address_clear_socket_address()

UPB_INLINE void envoy_config_core_v3_Address_clear_socket_address ( const envoy_config_core_v3_Address msg)

Definition at line 502 of file address.upb.h.

◆ envoy_config_core_v3_Address_envoy_internal_address()

const UPB_INLINE envoy_config_core_v3_EnvoyInternalAddress* envoy_config_core_v3_Address_envoy_internal_address ( const envoy_config_core_v3_Address msg)

Definition at line 523 of file address.upb.h.

◆ envoy_config_core_v3_Address_has_envoy_internal_address()

UPB_INLINE bool envoy_config_core_v3_Address_has_envoy_internal_address ( const envoy_config_core_v3_Address msg)

Definition at line 517 of file address.upb.h.

◆ envoy_config_core_v3_Address_has_pipe()

UPB_INLINE bool envoy_config_core_v3_Address_has_pipe ( const envoy_config_core_v3_Address msg)

Definition at line 508 of file address.upb.h.

◆ envoy_config_core_v3_Address_has_socket_address()

UPB_INLINE bool envoy_config_core_v3_Address_has_socket_address ( const envoy_config_core_v3_Address msg)

Definition at line 499 of file address.upb.h.

◆ envoy_config_core_v3_Address_mutable_envoy_internal_address()

UPB_INLINE struct envoy_config_core_v3_EnvoyInternalAddress* envoy_config_core_v3_Address_mutable_envoy_internal_address ( envoy_config_core_v3_Address msg,
upb_Arena arena 
)

Definition at line 554 of file address.upb.h.

◆ envoy_config_core_v3_Address_mutable_pipe()

UPB_INLINE struct envoy_config_core_v3_Pipe* envoy_config_core_v3_Address_mutable_pipe ( envoy_config_core_v3_Address msg,
upb_Arena arena 
)

Definition at line 542 of file address.upb.h.

◆ envoy_config_core_v3_Address_mutable_socket_address()

UPB_INLINE struct envoy_config_core_v3_SocketAddress* envoy_config_core_v3_Address_mutable_socket_address ( envoy_config_core_v3_Address msg,
upb_Arena arena 
)

Definition at line 530 of file address.upb.h.

◆ envoy_config_core_v3_Address_new()

UPB_INLINE envoy_config_core_v3_Address* envoy_config_core_v3_Address_new ( upb_Arena arena)

Definition at line 461 of file address.upb.h.

◆ envoy_config_core_v3_Address_parse()

UPB_INLINE envoy_config_core_v3_Address* envoy_config_core_v3_Address_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

Definition at line 464 of file address.upb.h.

◆ envoy_config_core_v3_Address_parse_ex()

UPB_INLINE envoy_config_core_v3_Address* envoy_config_core_v3_Address_parse_ex ( const char *  buf,
size_t  size,
const upb_ExtensionRegistry extreg,
int  options,
upb_Arena arena 
)

Definition at line 472 of file address.upb.h.

◆ envoy_config_core_v3_Address_pipe()

const UPB_INLINE envoy_config_core_v3_Pipe* envoy_config_core_v3_Address_pipe ( const envoy_config_core_v3_Address msg)

Definition at line 514 of file address.upb.h.

◆ envoy_config_core_v3_Address_serialize()

UPB_INLINE char* envoy_config_core_v3_Address_serialize ( const envoy_config_core_v3_Address msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 483 of file address.upb.h.

◆ envoy_config_core_v3_Address_serialize_ex()

UPB_INLINE char* envoy_config_core_v3_Address_serialize_ex ( const envoy_config_core_v3_Address msg,
int  options,
upb_Arena arena,
size_t *  len 
)

Definition at line 486 of file address.upb.h.

◆ envoy_config_core_v3_Address_set_envoy_internal_address()

UPB_INLINE void envoy_config_core_v3_Address_set_envoy_internal_address ( envoy_config_core_v3_Address msg,
envoy_config_core_v3_EnvoyInternalAddress value 
)

Definition at line 551 of file address.upb.h.

◆ envoy_config_core_v3_Address_set_pipe()

UPB_INLINE void envoy_config_core_v3_Address_set_pipe ( envoy_config_core_v3_Address msg,
envoy_config_core_v3_Pipe value 
)

Definition at line 539 of file address.upb.h.

◆ envoy_config_core_v3_Address_set_socket_address()

UPB_INLINE void envoy_config_core_v3_Address_set_socket_address ( envoy_config_core_v3_Address msg,
envoy_config_core_v3_SocketAddress value 
)

Definition at line 527 of file address.upb.h.

◆ envoy_config_core_v3_Address_socket_address()

const UPB_INLINE envoy_config_core_v3_SocketAddress* envoy_config_core_v3_Address_socket_address ( const envoy_config_core_v3_Address msg)

Definition at line 505 of file address.upb.h.

◆ envoy_config_core_v3_BindConfig_add_socket_options()

UPB_INLINE struct envoy_config_core_v3_SocketOption* envoy_config_core_v3_BindConfig_add_socket_options ( envoy_config_core_v3_BindConfig msg,
upb_Arena arena 
)

Definition at line 452 of file address.upb.h.

◆ envoy_config_core_v3_BindConfig_clear_freebind()

UPB_INLINE void envoy_config_core_v3_BindConfig_clear_freebind ( const envoy_config_core_v3_BindConfig msg)

Definition at line 404 of file address.upb.h.

◆ envoy_config_core_v3_BindConfig_clear_socket_options()

UPB_INLINE void envoy_config_core_v3_BindConfig_clear_socket_options ( const envoy_config_core_v3_BindConfig msg)

Definition at line 413 of file address.upb.h.

◆ envoy_config_core_v3_BindConfig_clear_source_address()

UPB_INLINE void envoy_config_core_v3_BindConfig_clear_source_address ( const envoy_config_core_v3_BindConfig msg)

Definition at line 395 of file address.upb.h.

◆ envoy_config_core_v3_BindConfig_freebind()

UPB_INLINE const struct google_protobuf_BoolValue* envoy_config_core_v3_BindConfig_freebind ( const envoy_config_core_v3_BindConfig msg)

Definition at line 407 of file address.upb.h.

◆ envoy_config_core_v3_BindConfig_has_freebind()

UPB_INLINE bool envoy_config_core_v3_BindConfig_has_freebind ( const envoy_config_core_v3_BindConfig msg)

Definition at line 401 of file address.upb.h.

◆ envoy_config_core_v3_BindConfig_has_socket_options()

UPB_INLINE bool envoy_config_core_v3_BindConfig_has_socket_options ( const envoy_config_core_v3_BindConfig msg)

Definition at line 410 of file address.upb.h.

◆ envoy_config_core_v3_BindConfig_has_source_address()

UPB_INLINE bool envoy_config_core_v3_BindConfig_has_source_address ( const envoy_config_core_v3_BindConfig msg)

Definition at line 392 of file address.upb.h.

◆ envoy_config_core_v3_BindConfig_mutable_freebind()

UPB_INLINE struct google_protobuf_BoolValue* envoy_config_core_v3_BindConfig_mutable_freebind ( envoy_config_core_v3_BindConfig msg,
upb_Arena arena 
)

Definition at line 437 of file address.upb.h.

◆ envoy_config_core_v3_BindConfig_mutable_socket_options()

UPB_INLINE struct envoy_config_core_v3_SocketOption** envoy_config_core_v3_BindConfig_mutable_socket_options ( envoy_config_core_v3_BindConfig msg,
size_t *  len 
)

Definition at line 446 of file address.upb.h.

◆ envoy_config_core_v3_BindConfig_mutable_source_address()

UPB_INLINE struct envoy_config_core_v3_SocketAddress* envoy_config_core_v3_BindConfig_mutable_source_address ( envoy_config_core_v3_BindConfig msg,
upb_Arena arena 
)

Definition at line 424 of file address.upb.h.

◆ envoy_config_core_v3_BindConfig_new()

UPB_INLINE envoy_config_core_v3_BindConfig* envoy_config_core_v3_BindConfig_new ( upb_Arena arena)

Definition at line 363 of file address.upb.h.

◆ envoy_config_core_v3_BindConfig_parse()

UPB_INLINE envoy_config_core_v3_BindConfig* envoy_config_core_v3_BindConfig_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

Definition at line 366 of file address.upb.h.

◆ envoy_config_core_v3_BindConfig_parse_ex()

UPB_INLINE envoy_config_core_v3_BindConfig* envoy_config_core_v3_BindConfig_parse_ex ( const char *  buf,
size_t  size,
const upb_ExtensionRegistry extreg,
int  options,
upb_Arena arena 
)

Definition at line 374 of file address.upb.h.

◆ envoy_config_core_v3_BindConfig_resize_socket_options()

UPB_INLINE struct envoy_config_core_v3_SocketOption** envoy_config_core_v3_BindConfig_resize_socket_options ( envoy_config_core_v3_BindConfig msg,
size_t  len,
upb_Arena arena 
)

Definition at line 449 of file address.upb.h.

◆ envoy_config_core_v3_BindConfig_serialize()

UPB_INLINE char* envoy_config_core_v3_BindConfig_serialize ( const envoy_config_core_v3_BindConfig msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 385 of file address.upb.h.

◆ envoy_config_core_v3_BindConfig_serialize_ex()

UPB_INLINE char* envoy_config_core_v3_BindConfig_serialize_ex ( const envoy_config_core_v3_BindConfig msg,
int  options,
upb_Arena arena,
size_t *  len 
)

Definition at line 388 of file address.upb.h.

◆ envoy_config_core_v3_BindConfig_set_freebind()

UPB_INLINE void envoy_config_core_v3_BindConfig_set_freebind ( envoy_config_core_v3_BindConfig msg,
struct google_protobuf_BoolValue value 
)

Definition at line 433 of file address.upb.h.

◆ envoy_config_core_v3_BindConfig_set_source_address()

UPB_INLINE void envoy_config_core_v3_BindConfig_set_source_address ( envoy_config_core_v3_BindConfig msg,
envoy_config_core_v3_SocketAddress value 
)

Definition at line 420 of file address.upb.h.

◆ envoy_config_core_v3_BindConfig_socket_options()

UPB_INLINE const struct envoy_config_core_v3_SocketOption* const* envoy_config_core_v3_BindConfig_socket_options ( const envoy_config_core_v3_BindConfig msg,
size_t *  len 
)

Definition at line 416 of file address.upb.h.

◆ envoy_config_core_v3_BindConfig_source_address()

const UPB_INLINE envoy_config_core_v3_SocketAddress* envoy_config_core_v3_BindConfig_source_address ( const envoy_config_core_v3_BindConfig msg)

Definition at line 398 of file address.upb.h.

◆ envoy_config_core_v3_CidrRange_address_prefix()

UPB_INLINE upb_StringView envoy_config_core_v3_CidrRange_address_prefix ( const envoy_config_core_v3_CidrRange msg)

Definition at line 598 of file address.upb.h.

◆ envoy_config_core_v3_CidrRange_clear_address_prefix()

UPB_INLINE void envoy_config_core_v3_CidrRange_clear_address_prefix ( const envoy_config_core_v3_CidrRange msg)

Definition at line 595 of file address.upb.h.

◆ envoy_config_core_v3_CidrRange_clear_prefix_len()

UPB_INLINE void envoy_config_core_v3_CidrRange_clear_prefix_len ( const envoy_config_core_v3_CidrRange msg)

Definition at line 604 of file address.upb.h.

◆ envoy_config_core_v3_CidrRange_has_prefix_len()

UPB_INLINE bool envoy_config_core_v3_CidrRange_has_prefix_len ( const envoy_config_core_v3_CidrRange msg)

Definition at line 601 of file address.upb.h.

◆ envoy_config_core_v3_CidrRange_mutable_prefix_len()

UPB_INLINE struct google_protobuf_UInt32Value* envoy_config_core_v3_CidrRange_mutable_prefix_len ( envoy_config_core_v3_CidrRange msg,
upb_Arena arena 
)

Definition at line 618 of file address.upb.h.

◆ envoy_config_core_v3_CidrRange_new()

UPB_INLINE envoy_config_core_v3_CidrRange* envoy_config_core_v3_CidrRange_new ( upb_Arena arena)

Definition at line 566 of file address.upb.h.

◆ envoy_config_core_v3_CidrRange_parse()

UPB_INLINE envoy_config_core_v3_CidrRange* envoy_config_core_v3_CidrRange_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

Definition at line 569 of file address.upb.h.

◆ envoy_config_core_v3_CidrRange_parse_ex()

UPB_INLINE envoy_config_core_v3_CidrRange* envoy_config_core_v3_CidrRange_parse_ex ( const char *  buf,
size_t  size,
const upb_ExtensionRegistry extreg,
int  options,
upb_Arena arena 
)

Definition at line 577 of file address.upb.h.

◆ envoy_config_core_v3_CidrRange_prefix_len()

UPB_INLINE const struct google_protobuf_UInt32Value* envoy_config_core_v3_CidrRange_prefix_len ( const envoy_config_core_v3_CidrRange msg)

Definition at line 607 of file address.upb.h.

◆ envoy_config_core_v3_CidrRange_serialize()

UPB_INLINE char* envoy_config_core_v3_CidrRange_serialize ( const envoy_config_core_v3_CidrRange msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 588 of file address.upb.h.

◆ envoy_config_core_v3_CidrRange_serialize_ex()

UPB_INLINE char* envoy_config_core_v3_CidrRange_serialize_ex ( const envoy_config_core_v3_CidrRange msg,
int  options,
upb_Arena arena,
size_t *  len 
)

Definition at line 591 of file address.upb.h.

◆ envoy_config_core_v3_CidrRange_set_address_prefix()

UPB_INLINE void envoy_config_core_v3_CidrRange_set_address_prefix ( envoy_config_core_v3_CidrRange msg,
upb_StringView  value 
)

Definition at line 611 of file address.upb.h.

◆ envoy_config_core_v3_CidrRange_set_prefix_len()

UPB_INLINE void envoy_config_core_v3_CidrRange_set_prefix_len ( envoy_config_core_v3_CidrRange msg,
struct google_protobuf_UInt32Value value 
)

Definition at line 614 of file address.upb.h.

◆ envoy_config_core_v3_EnvoyInternalAddress_address_name_specifier_case()

Definition at line 144 of file address.upb.h.

◆ envoy_config_core_v3_EnvoyInternalAddress_clear_server_listener_name()

UPB_INLINE void envoy_config_core_v3_EnvoyInternalAddress_clear_server_listener_name ( const envoy_config_core_v3_EnvoyInternalAddress msg)

Definition at line 150 of file address.upb.h.

◆ envoy_config_core_v3_EnvoyInternalAddress_has_server_listener_name()

UPB_INLINE bool envoy_config_core_v3_EnvoyInternalAddress_has_server_listener_name ( const envoy_config_core_v3_EnvoyInternalAddress msg)

Definition at line 147 of file address.upb.h.

◆ envoy_config_core_v3_EnvoyInternalAddress_new()

UPB_INLINE envoy_config_core_v3_EnvoyInternalAddress* envoy_config_core_v3_EnvoyInternalAddress_new ( upb_Arena arena)

Definition at line 111 of file address.upb.h.

◆ envoy_config_core_v3_EnvoyInternalAddress_parse()

UPB_INLINE envoy_config_core_v3_EnvoyInternalAddress* envoy_config_core_v3_EnvoyInternalAddress_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

Definition at line 114 of file address.upb.h.

◆ envoy_config_core_v3_EnvoyInternalAddress_parse_ex()

UPB_INLINE envoy_config_core_v3_EnvoyInternalAddress* envoy_config_core_v3_EnvoyInternalAddress_parse_ex ( const char *  buf,
size_t  size,
const upb_ExtensionRegistry extreg,
int  options,
upb_Arena arena 
)

Definition at line 122 of file address.upb.h.

◆ envoy_config_core_v3_EnvoyInternalAddress_serialize()

UPB_INLINE char* envoy_config_core_v3_EnvoyInternalAddress_serialize ( const envoy_config_core_v3_EnvoyInternalAddress msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 133 of file address.upb.h.

◆ envoy_config_core_v3_EnvoyInternalAddress_serialize_ex()

UPB_INLINE char* envoy_config_core_v3_EnvoyInternalAddress_serialize_ex ( const envoy_config_core_v3_EnvoyInternalAddress msg,
int  options,
upb_Arena arena,
size_t *  len 
)

Definition at line 136 of file address.upb.h.

◆ envoy_config_core_v3_EnvoyInternalAddress_server_listener_name()

UPB_INLINE upb_StringView envoy_config_core_v3_EnvoyInternalAddress_server_listener_name ( const envoy_config_core_v3_EnvoyInternalAddress msg)

Definition at line 153 of file address.upb.h.

◆ envoy_config_core_v3_EnvoyInternalAddress_set_server_listener_name()

UPB_INLINE void envoy_config_core_v3_EnvoyInternalAddress_set_server_listener_name ( envoy_config_core_v3_EnvoyInternalAddress msg,
upb_StringView  value 
)

Definition at line 157 of file address.upb.h.

◆ envoy_config_core_v3_Pipe_clear_mode()

UPB_INLINE void envoy_config_core_v3_Pipe_clear_mode ( const envoy_config_core_v3_Pipe msg)

Definition at line 95 of file address.upb.h.

◆ envoy_config_core_v3_Pipe_clear_path()

UPB_INLINE void envoy_config_core_v3_Pipe_clear_path ( const envoy_config_core_v3_Pipe msg)

Definition at line 89 of file address.upb.h.

◆ envoy_config_core_v3_Pipe_mode()

UPB_INLINE uint32_t envoy_config_core_v3_Pipe_mode ( const envoy_config_core_v3_Pipe msg)

Definition at line 98 of file address.upb.h.

◆ envoy_config_core_v3_Pipe_new()

UPB_INLINE envoy_config_core_v3_Pipe* envoy_config_core_v3_Pipe_new ( upb_Arena arena)

Definition at line 60 of file address.upb.h.

◆ envoy_config_core_v3_Pipe_parse()

UPB_INLINE envoy_config_core_v3_Pipe* envoy_config_core_v3_Pipe_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

Definition at line 63 of file address.upb.h.

◆ envoy_config_core_v3_Pipe_parse_ex()

UPB_INLINE envoy_config_core_v3_Pipe* envoy_config_core_v3_Pipe_parse_ex ( const char *  buf,
size_t  size,
const upb_ExtensionRegistry extreg,
int  options,
upb_Arena arena 
)

Definition at line 71 of file address.upb.h.

◆ envoy_config_core_v3_Pipe_path()

UPB_INLINE upb_StringView envoy_config_core_v3_Pipe_path ( const envoy_config_core_v3_Pipe msg)

Definition at line 92 of file address.upb.h.

◆ envoy_config_core_v3_Pipe_serialize()

UPB_INLINE char* envoy_config_core_v3_Pipe_serialize ( const envoy_config_core_v3_Pipe msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 82 of file address.upb.h.

◆ envoy_config_core_v3_Pipe_serialize_ex()

UPB_INLINE char* envoy_config_core_v3_Pipe_serialize_ex ( const envoy_config_core_v3_Pipe msg,
int  options,
upb_Arena arena,
size_t *  len 
)

Definition at line 85 of file address.upb.h.

◆ envoy_config_core_v3_Pipe_set_mode()

UPB_INLINE void envoy_config_core_v3_Pipe_set_mode ( envoy_config_core_v3_Pipe msg,
uint32_t  value 
)

Definition at line 105 of file address.upb.h.

◆ envoy_config_core_v3_Pipe_set_path()

UPB_INLINE void envoy_config_core_v3_Pipe_set_path ( envoy_config_core_v3_Pipe msg,
upb_StringView  value 
)

Definition at line 102 of file address.upb.h.

◆ envoy_config_core_v3_SocketAddress_address()

UPB_INLINE upb_StringView envoy_config_core_v3_SocketAddress_address ( const envoy_config_core_v3_SocketAddress msg)

Definition at line 209 of file address.upb.h.

◆ envoy_config_core_v3_SocketAddress_clear_address()

UPB_INLINE void envoy_config_core_v3_SocketAddress_clear_address ( const envoy_config_core_v3_SocketAddress msg)

Definition at line 206 of file address.upb.h.

◆ envoy_config_core_v3_SocketAddress_clear_ipv4_compat()

UPB_INLINE void envoy_config_core_v3_SocketAddress_clear_ipv4_compat ( const envoy_config_core_v3_SocketAddress msg)

Definition at line 236 of file address.upb.h.

◆ envoy_config_core_v3_SocketAddress_clear_named_port()

UPB_INLINE void envoy_config_core_v3_SocketAddress_clear_named_port ( const envoy_config_core_v3_SocketAddress msg)

Definition at line 224 of file address.upb.h.

◆ envoy_config_core_v3_SocketAddress_clear_port_value()

UPB_INLINE void envoy_config_core_v3_SocketAddress_clear_port_value ( const envoy_config_core_v3_SocketAddress msg)

Definition at line 215 of file address.upb.h.

◆ envoy_config_core_v3_SocketAddress_clear_protocol()

UPB_INLINE void envoy_config_core_v3_SocketAddress_clear_protocol ( const envoy_config_core_v3_SocketAddress msg)

Definition at line 200 of file address.upb.h.

◆ envoy_config_core_v3_SocketAddress_clear_resolver_name()

UPB_INLINE void envoy_config_core_v3_SocketAddress_clear_resolver_name ( const envoy_config_core_v3_SocketAddress msg)

Definition at line 230 of file address.upb.h.

◆ envoy_config_core_v3_SocketAddress_has_named_port()

UPB_INLINE bool envoy_config_core_v3_SocketAddress_has_named_port ( const envoy_config_core_v3_SocketAddress msg)

Definition at line 221 of file address.upb.h.

◆ envoy_config_core_v3_SocketAddress_has_port_value()

UPB_INLINE bool envoy_config_core_v3_SocketAddress_has_port_value ( const envoy_config_core_v3_SocketAddress msg)

Definition at line 212 of file address.upb.h.

◆ envoy_config_core_v3_SocketAddress_ipv4_compat()

UPB_INLINE bool envoy_config_core_v3_SocketAddress_ipv4_compat ( const envoy_config_core_v3_SocketAddress msg)

Definition at line 239 of file address.upb.h.

◆ envoy_config_core_v3_SocketAddress_named_port()

UPB_INLINE upb_StringView envoy_config_core_v3_SocketAddress_named_port ( const envoy_config_core_v3_SocketAddress msg)

Definition at line 227 of file address.upb.h.

◆ envoy_config_core_v3_SocketAddress_new()

UPB_INLINE envoy_config_core_v3_SocketAddress* envoy_config_core_v3_SocketAddress_new ( upb_Arena arena)

Definition at line 163 of file address.upb.h.

◆ envoy_config_core_v3_SocketAddress_parse()

UPB_INLINE envoy_config_core_v3_SocketAddress* envoy_config_core_v3_SocketAddress_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

Definition at line 166 of file address.upb.h.

◆ envoy_config_core_v3_SocketAddress_parse_ex()

UPB_INLINE envoy_config_core_v3_SocketAddress* envoy_config_core_v3_SocketAddress_parse_ex ( const char *  buf,
size_t  size,
const upb_ExtensionRegistry extreg,
int  options,
upb_Arena arena 
)

Definition at line 174 of file address.upb.h.

◆ envoy_config_core_v3_SocketAddress_port_specifier_case()

Definition at line 197 of file address.upb.h.

◆ envoy_config_core_v3_SocketAddress_port_value()

UPB_INLINE uint32_t envoy_config_core_v3_SocketAddress_port_value ( const envoy_config_core_v3_SocketAddress msg)

Definition at line 218 of file address.upb.h.

◆ envoy_config_core_v3_SocketAddress_protocol()

UPB_INLINE int32_t envoy_config_core_v3_SocketAddress_protocol ( const envoy_config_core_v3_SocketAddress msg)

Definition at line 203 of file address.upb.h.

◆ envoy_config_core_v3_SocketAddress_resolver_name()

UPB_INLINE upb_StringView envoy_config_core_v3_SocketAddress_resolver_name ( const envoy_config_core_v3_SocketAddress msg)

Definition at line 233 of file address.upb.h.

◆ envoy_config_core_v3_SocketAddress_serialize()

UPB_INLINE char* envoy_config_core_v3_SocketAddress_serialize ( const envoy_config_core_v3_SocketAddress msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 185 of file address.upb.h.

◆ envoy_config_core_v3_SocketAddress_serialize_ex()

UPB_INLINE char* envoy_config_core_v3_SocketAddress_serialize_ex ( const envoy_config_core_v3_SocketAddress msg,
int  options,
upb_Arena arena,
size_t *  len 
)

Definition at line 188 of file address.upb.h.

◆ envoy_config_core_v3_SocketAddress_set_address()

UPB_INLINE void envoy_config_core_v3_SocketAddress_set_address ( envoy_config_core_v3_SocketAddress msg,
upb_StringView  value 
)

Definition at line 246 of file address.upb.h.

◆ envoy_config_core_v3_SocketAddress_set_ipv4_compat()

UPB_INLINE void envoy_config_core_v3_SocketAddress_set_ipv4_compat ( envoy_config_core_v3_SocketAddress msg,
bool  value 
)

Definition at line 258 of file address.upb.h.

◆ envoy_config_core_v3_SocketAddress_set_named_port()

UPB_INLINE void envoy_config_core_v3_SocketAddress_set_named_port ( envoy_config_core_v3_SocketAddress msg,
upb_StringView  value 
)

Definition at line 252 of file address.upb.h.

◆ envoy_config_core_v3_SocketAddress_set_port_value()

UPB_INLINE void envoy_config_core_v3_SocketAddress_set_port_value ( envoy_config_core_v3_SocketAddress msg,
uint32_t  value 
)

Definition at line 249 of file address.upb.h.

◆ envoy_config_core_v3_SocketAddress_set_protocol()

UPB_INLINE void envoy_config_core_v3_SocketAddress_set_protocol ( envoy_config_core_v3_SocketAddress msg,
int32_t  value 
)

Definition at line 243 of file address.upb.h.

◆ envoy_config_core_v3_SocketAddress_set_resolver_name()

UPB_INLINE void envoy_config_core_v3_SocketAddress_set_resolver_name ( envoy_config_core_v3_SocketAddress msg,
upb_StringView  value 
)

Definition at line 255 of file address.upb.h.

◆ envoy_config_core_v3_TcpKeepalive_clear_keepalive_interval()

UPB_INLINE void envoy_config_core_v3_TcpKeepalive_clear_keepalive_interval ( const envoy_config_core_v3_TcpKeepalive msg)

Definition at line 314 of file address.upb.h.

◆ envoy_config_core_v3_TcpKeepalive_clear_keepalive_probes()

UPB_INLINE void envoy_config_core_v3_TcpKeepalive_clear_keepalive_probes ( const envoy_config_core_v3_TcpKeepalive msg)

Definition at line 296 of file address.upb.h.

◆ envoy_config_core_v3_TcpKeepalive_clear_keepalive_time()

UPB_INLINE void envoy_config_core_v3_TcpKeepalive_clear_keepalive_time ( const envoy_config_core_v3_TcpKeepalive msg)

Definition at line 305 of file address.upb.h.

◆ envoy_config_core_v3_TcpKeepalive_has_keepalive_interval()

UPB_INLINE bool envoy_config_core_v3_TcpKeepalive_has_keepalive_interval ( const envoy_config_core_v3_TcpKeepalive msg)

Definition at line 311 of file address.upb.h.

◆ envoy_config_core_v3_TcpKeepalive_has_keepalive_probes()

UPB_INLINE bool envoy_config_core_v3_TcpKeepalive_has_keepalive_probes ( const envoy_config_core_v3_TcpKeepalive msg)

Definition at line 293 of file address.upb.h.

◆ envoy_config_core_v3_TcpKeepalive_has_keepalive_time()

UPB_INLINE bool envoy_config_core_v3_TcpKeepalive_has_keepalive_time ( const envoy_config_core_v3_TcpKeepalive msg)

Definition at line 302 of file address.upb.h.

◆ envoy_config_core_v3_TcpKeepalive_keepalive_interval()

UPB_INLINE const struct google_protobuf_UInt32Value* envoy_config_core_v3_TcpKeepalive_keepalive_interval ( const envoy_config_core_v3_TcpKeepalive msg)

Definition at line 317 of file address.upb.h.

◆ envoy_config_core_v3_TcpKeepalive_keepalive_probes()

UPB_INLINE const struct google_protobuf_UInt32Value* envoy_config_core_v3_TcpKeepalive_keepalive_probes ( const envoy_config_core_v3_TcpKeepalive msg)

Definition at line 299 of file address.upb.h.

◆ envoy_config_core_v3_TcpKeepalive_keepalive_time()

UPB_INLINE const struct google_protobuf_UInt32Value* envoy_config_core_v3_TcpKeepalive_keepalive_time ( const envoy_config_core_v3_TcpKeepalive msg)

Definition at line 308 of file address.upb.h.

◆ envoy_config_core_v3_TcpKeepalive_mutable_keepalive_interval()

UPB_INLINE struct google_protobuf_UInt32Value* envoy_config_core_v3_TcpKeepalive_mutable_keepalive_interval ( envoy_config_core_v3_TcpKeepalive msg,
upb_Arena arena 
)

Definition at line 351 of file address.upb.h.

◆ envoy_config_core_v3_TcpKeepalive_mutable_keepalive_probes()

UPB_INLINE struct google_protobuf_UInt32Value* envoy_config_core_v3_TcpKeepalive_mutable_keepalive_probes ( envoy_config_core_v3_TcpKeepalive msg,
upb_Arena arena 
)

Definition at line 325 of file address.upb.h.

◆ envoy_config_core_v3_TcpKeepalive_mutable_keepalive_time()

UPB_INLINE struct google_protobuf_UInt32Value* envoy_config_core_v3_TcpKeepalive_mutable_keepalive_time ( envoy_config_core_v3_TcpKeepalive msg,
upb_Arena arena 
)

Definition at line 338 of file address.upb.h.

◆ envoy_config_core_v3_TcpKeepalive_new()

UPB_INLINE envoy_config_core_v3_TcpKeepalive* envoy_config_core_v3_TcpKeepalive_new ( upb_Arena arena)

Definition at line 264 of file address.upb.h.

◆ envoy_config_core_v3_TcpKeepalive_parse()

UPB_INLINE envoy_config_core_v3_TcpKeepalive* envoy_config_core_v3_TcpKeepalive_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

Definition at line 267 of file address.upb.h.

◆ envoy_config_core_v3_TcpKeepalive_parse_ex()

UPB_INLINE envoy_config_core_v3_TcpKeepalive* envoy_config_core_v3_TcpKeepalive_parse_ex ( const char *  buf,
size_t  size,
const upb_ExtensionRegistry extreg,
int  options,
upb_Arena arena 
)

Definition at line 275 of file address.upb.h.

◆ envoy_config_core_v3_TcpKeepalive_serialize()

UPB_INLINE char* envoy_config_core_v3_TcpKeepalive_serialize ( const envoy_config_core_v3_TcpKeepalive msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 286 of file address.upb.h.

◆ envoy_config_core_v3_TcpKeepalive_serialize_ex()

UPB_INLINE char* envoy_config_core_v3_TcpKeepalive_serialize_ex ( const envoy_config_core_v3_TcpKeepalive msg,
int  options,
upb_Arena arena,
size_t *  len 
)

Definition at line 289 of file address.upb.h.

◆ envoy_config_core_v3_TcpKeepalive_set_keepalive_interval()

UPB_INLINE void envoy_config_core_v3_TcpKeepalive_set_keepalive_interval ( envoy_config_core_v3_TcpKeepalive msg,
struct google_protobuf_UInt32Value value 
)

Definition at line 347 of file address.upb.h.

◆ envoy_config_core_v3_TcpKeepalive_set_keepalive_probes()

UPB_INLINE void envoy_config_core_v3_TcpKeepalive_set_keepalive_probes ( envoy_config_core_v3_TcpKeepalive msg,
struct google_protobuf_UInt32Value value 
)

Definition at line 321 of file address.upb.h.

◆ envoy_config_core_v3_TcpKeepalive_set_keepalive_time()

UPB_INLINE void envoy_config_core_v3_TcpKeepalive_set_keepalive_time ( envoy_config_core_v3_TcpKeepalive msg,
struct google_protobuf_UInt32Value value 
)

Definition at line 334 of file address.upb.h.

Variable Documentation

◆ envoy_config_core_v3_Address_msginit

const upb_MiniTable envoy_config_core_v3_Address_msginit

Definition at line 104 of file address.upb.c.

◆ envoy_config_core_v3_address_proto_upb_file_layout

const upb_MiniTable_File envoy_config_core_v3_address_proto_upb_file_layout

Definition at line 135 of file address.upb.c.

◆ envoy_config_core_v3_BindConfig_msginit

const upb_MiniTable envoy_config_core_v3_BindConfig_msginit

Definition at line 86 of file address.upb.c.

◆ envoy_config_core_v3_CidrRange_msginit

const upb_MiniTable envoy_config_core_v3_CidrRange_msginit

Definition at line 119 of file address.upb.c.

◆ envoy_config_core_v3_EnvoyInternalAddress_msginit

const upb_MiniTable envoy_config_core_v3_EnvoyInternalAddress_msginit

Definition at line 35 of file address.upb.c.

◆ envoy_config_core_v3_Pipe_msginit

const upb_MiniTable envoy_config_core_v3_Pipe_msginit

Definition at line 25 of file address.upb.c.

◆ envoy_config_core_v3_SocketAddress_msginit

const upb_MiniTable envoy_config_core_v3_SocketAddress_msginit

Definition at line 50 of file address.upb.c.

◆ envoy_config_core_v3_SocketOption_msginit

const upb_MiniTable envoy_config_core_v3_SocketOption_msginit

Definition at line 27 of file socket_option.upb.c.

◆ envoy_config_core_v3_TcpKeepalive_msginit

const upb_MiniTable envoy_config_core_v3_TcpKeepalive_msginit

Definition at line 68 of file address.upb.c.

◆ google_protobuf_BoolValue_msginit

const upb_MiniTable google_protobuf_BoolValue_msginit

Definition at line 79 of file wrappers.upb.c.

◆ google_protobuf_UInt32Value_msginit

const upb_MiniTable google_protobuf_UInt32Value_msginit

Definition at line 69 of file wrappers.upb.c.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:02