#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"
Go to the source code of this file.
Definition at line 67 of file base.upb.h.
Definition at line 48 of file base.upb.h.
Definition at line 70 of file base.upb.h.
typedef struct envoy_config_core_v3_DataSource envoy_config_core_v3_DataSource |
Definition at line 64 of file base.upb.h.
typedef struct envoy_config_core_v3_Extension envoy_config_core_v3_Extension |
Definition at line 49 of file base.upb.h.
typedef struct envoy_config_core_v3_HeaderMap envoy_config_core_v3_HeaderMap |
Definition at line 62 of file base.upb.h.
typedef struct envoy_config_core_v3_HeaderValue envoy_config_core_v3_HeaderValue |
Definition at line 60 of file base.upb.h.
Definition at line 61 of file base.upb.h.
typedef struct envoy_config_core_v3_Locality envoy_config_core_v3_Locality |
Definition at line 47 of file base.upb.h.
typedef struct envoy_config_core_v3_Metadata envoy_config_core_v3_Metadata |
Definition at line 52 of file base.upb.h.
typedef struct envoy_config_core_v3_Metadata_FilterMetadataEntry envoy_config_core_v3_Metadata_FilterMetadataEntry |
Definition at line 53 of file base.upb.h.
typedef struct envoy_config_core_v3_Metadata_TypedFilterMetadataEntry envoy_config_core_v3_Metadata_TypedFilterMetadataEntry |
Definition at line 54 of file base.upb.h.
typedef struct envoy_config_core_v3_Node envoy_config_core_v3_Node |
Definition at line 50 of file base.upb.h.
typedef struct envoy_config_core_v3_Node_DynamicParametersEntry envoy_config_core_v3_Node_DynamicParametersEntry |
Definition at line 51 of file base.upb.h.
Definition at line 59 of file base.upb.h.
Definition at line 66 of file base.upb.h.
typedef struct envoy_config_core_v3_RetryPolicy envoy_config_core_v3_RetryPolicy |
Definition at line 65 of file base.upb.h.
Definition at line 57 of file base.upb.h.
Definition at line 58 of file base.upb.h.
typedef struct envoy_config_core_v3_RuntimeFractionalPercent envoy_config_core_v3_RuntimeFractionalPercent |
Definition at line 69 of file base.upb.h.
Definition at line 56 of file base.upb.h.
Definition at line 55 of file base.upb.h.
Definition at line 68 of file base.upb.h.
Definition at line 63 of file base.upb.h.
Enumerator | |
---|---|
envoy_config_core_v3_AsyncDataSource_specifier_local | |
envoy_config_core_v3_AsyncDataSource_specifier_remote | |
envoy_config_core_v3_AsyncDataSource_specifier_NOT_SET |
Definition at line 1547 of file base.upb.h.
Definition at line 1293 of file base.upb.h.
Enumerator | |
---|---|
envoy_config_core_v3_HeaderValueOption_APPEND_IF_EXISTS_OR_ADD | |
envoy_config_core_v3_HeaderValueOption_ADD_IF_ABSENT | |
envoy_config_core_v3_HeaderValueOption_OVERWRITE_IF_EXISTS_OR_ADD |
Definition at line 118 of file base.upb.h.
Definition at line 409 of file base.upb.h.
Definition at line 124 of file base.upb.h.
Enumerator | |
---|---|
envoy_config_core_v3_DEFAULT | |
envoy_config_core_v3_HIGH |
Definition at line 137 of file base.upb.h.
Enumerator | |
---|---|
envoy_config_core_v3_UNSPECIFIED | |
envoy_config_core_v3_INBOUND | |
envoy_config_core_v3_OUTBOUND |
Definition at line 142 of file base.upb.h.
Enumerator | |
---|---|
envoy_config_core_v3_TransportSocket_config_type_typed_config | |
envoy_config_core_v3_TransportSocket_config_type_NOT_SET |
Definition at line 1630 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_AsyncDataSource_clear_local | ( | const envoy_config_core_v3_AsyncDataSource * | msg | ) |
Definition at line 1558 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_AsyncDataSource_clear_remote | ( | const envoy_config_core_v3_AsyncDataSource * | msg | ) |
Definition at line 1567 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_AsyncDataSource_has_local | ( | const envoy_config_core_v3_AsyncDataSource * | msg | ) |
Definition at line 1555 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_AsyncDataSource_has_remote | ( | const envoy_config_core_v3_AsyncDataSource * | msg | ) |
Definition at line 1564 of file base.upb.h.
const UPB_INLINE envoy_config_core_v3_DataSource* envoy_config_core_v3_AsyncDataSource_local | ( | const envoy_config_core_v3_AsyncDataSource * | msg | ) |
Definition at line 1561 of file base.upb.h.
UPB_INLINE struct envoy_config_core_v3_DataSource* envoy_config_core_v3_AsyncDataSource_mutable_local | ( | envoy_config_core_v3_AsyncDataSource * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 1577 of file base.upb.h.
UPB_INLINE struct envoy_config_core_v3_RemoteDataSource* envoy_config_core_v3_AsyncDataSource_mutable_remote | ( | envoy_config_core_v3_AsyncDataSource * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 1589 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_AsyncDataSource* envoy_config_core_v3_AsyncDataSource_new | ( | upb_Arena * | arena | ) |
Definition at line 1518 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_AsyncDataSource* envoy_config_core_v3_AsyncDataSource_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 1521 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_AsyncDataSource* envoy_config_core_v3_AsyncDataSource_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 1529 of file base.upb.h.
const UPB_INLINE envoy_config_core_v3_RemoteDataSource* envoy_config_core_v3_AsyncDataSource_remote | ( | const envoy_config_core_v3_AsyncDataSource * | msg | ) |
Definition at line 1570 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_AsyncDataSource_serialize | ( | const envoy_config_core_v3_AsyncDataSource * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 1540 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_AsyncDataSource_serialize_ex | ( | const envoy_config_core_v3_AsyncDataSource * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 1543 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_AsyncDataSource_set_local | ( | envoy_config_core_v3_AsyncDataSource * | msg, |
envoy_config_core_v3_DataSource * | value | ||
) |
Definition at line 1574 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_AsyncDataSource_set_remote | ( | envoy_config_core_v3_AsyncDataSource * | msg, |
envoy_config_core_v3_RemoteDataSource * | value | ||
) |
Definition at line 1586 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_AsyncDataSource_specifier_oneofcases envoy_config_core_v3_AsyncDataSource_specifier_case | ( | const envoy_config_core_v3_AsyncDataSource * | msg | ) |
Definition at line 1552 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_BuildVersion_clear_metadata | ( | const envoy_config_core_v3_BuildVersion * | msg | ) |
Definition at line 253 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_BuildVersion_clear_version | ( | const envoy_config_core_v3_BuildVersion * | msg | ) |
Definition at line 244 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_BuildVersion_has_metadata | ( | const envoy_config_core_v3_BuildVersion * | msg | ) |
Definition at line 250 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_BuildVersion_has_version | ( | const envoy_config_core_v3_BuildVersion * | msg | ) |
Definition at line 241 of file base.upb.h.
UPB_INLINE const struct google_protobuf_Struct* envoy_config_core_v3_BuildVersion_metadata | ( | const envoy_config_core_v3_BuildVersion * | msg | ) |
Definition at line 256 of file base.upb.h.
UPB_INLINE struct google_protobuf_Struct* envoy_config_core_v3_BuildVersion_mutable_metadata | ( | envoy_config_core_v3_BuildVersion * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 277 of file base.upb.h.
UPB_INLINE struct envoy_type_v3_SemanticVersion* envoy_config_core_v3_BuildVersion_mutable_version | ( | envoy_config_core_v3_BuildVersion * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 264 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_BuildVersion* envoy_config_core_v3_BuildVersion_new | ( | upb_Arena * | arena | ) |
Definition at line 212 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_BuildVersion* envoy_config_core_v3_BuildVersion_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 215 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_BuildVersion* envoy_config_core_v3_BuildVersion_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 223 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_BuildVersion_serialize | ( | const envoy_config_core_v3_BuildVersion * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 234 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_BuildVersion_serialize_ex | ( | const envoy_config_core_v3_BuildVersion * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 237 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_BuildVersion_set_metadata | ( | envoy_config_core_v3_BuildVersion * | msg, |
struct google_protobuf_Struct * | value | ||
) |
Definition at line 273 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_BuildVersion_set_version | ( | envoy_config_core_v3_BuildVersion * | msg, |
struct envoy_type_v3_SemanticVersion * | value | ||
) |
Definition at line 260 of file base.upb.h.
UPB_INLINE const struct envoy_type_v3_SemanticVersion* envoy_config_core_v3_BuildVersion_version | ( | const envoy_config_core_v3_BuildVersion * | msg | ) |
Definition at line 247 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_ControlPlane_clear_identifier | ( | const envoy_config_core_v3_ControlPlane * | msg | ) |
Definition at line 1764 of file base.upb.h.
UPB_INLINE upb_StringView envoy_config_core_v3_ControlPlane_identifier | ( | const envoy_config_core_v3_ControlPlane * | msg | ) |
Definition at line 1767 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_ControlPlane* envoy_config_core_v3_ControlPlane_new | ( | upb_Arena * | arena | ) |
Definition at line 1735 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_ControlPlane* envoy_config_core_v3_ControlPlane_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 1738 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_ControlPlane* envoy_config_core_v3_ControlPlane_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 1746 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_ControlPlane_serialize | ( | const envoy_config_core_v3_ControlPlane * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 1757 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_ControlPlane_serialize_ex | ( | const envoy_config_core_v3_ControlPlane * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 1760 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_ControlPlane_set_identifier | ( | envoy_config_core_v3_ControlPlane * | msg, |
upb_StringView | value | ||
) |
Definition at line 1771 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_DataSource_clear_environment_variable | ( | const envoy_config_core_v3_DataSource * | msg | ) |
Definition at line 1333 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_DataSource_clear_filename | ( | const envoy_config_core_v3_DataSource * | msg | ) |
Definition at line 1306 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_DataSource_clear_inline_bytes | ( | const envoy_config_core_v3_DataSource * | msg | ) |
Definition at line 1315 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_DataSource_clear_inline_string | ( | const envoy_config_core_v3_DataSource * | msg | ) |
Definition at line 1324 of file base.upb.h.
UPB_INLINE upb_StringView envoy_config_core_v3_DataSource_environment_variable | ( | const envoy_config_core_v3_DataSource * | msg | ) |
Definition at line 1336 of file base.upb.h.
UPB_INLINE upb_StringView envoy_config_core_v3_DataSource_filename | ( | const envoy_config_core_v3_DataSource * | msg | ) |
Definition at line 1309 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_DataSource_has_environment_variable | ( | const envoy_config_core_v3_DataSource * | msg | ) |
Definition at line 1330 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_DataSource_has_filename | ( | const envoy_config_core_v3_DataSource * | msg | ) |
Definition at line 1303 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_DataSource_has_inline_bytes | ( | const envoy_config_core_v3_DataSource * | msg | ) |
Definition at line 1312 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_DataSource_has_inline_string | ( | const envoy_config_core_v3_DataSource * | msg | ) |
Definition at line 1321 of file base.upb.h.
UPB_INLINE upb_StringView envoy_config_core_v3_DataSource_inline_bytes | ( | const envoy_config_core_v3_DataSource * | msg | ) |
Definition at line 1318 of file base.upb.h.
UPB_INLINE upb_StringView envoy_config_core_v3_DataSource_inline_string | ( | const envoy_config_core_v3_DataSource * | msg | ) |
Definition at line 1327 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_DataSource* envoy_config_core_v3_DataSource_new | ( | upb_Arena * | arena | ) |
Definition at line 1264 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_DataSource* envoy_config_core_v3_DataSource_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 1267 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_DataSource* envoy_config_core_v3_DataSource_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 1275 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_DataSource_serialize | ( | const envoy_config_core_v3_DataSource * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 1286 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_DataSource_serialize_ex | ( | const envoy_config_core_v3_DataSource * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 1289 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_DataSource_set_environment_variable | ( | envoy_config_core_v3_DataSource * | msg, |
upb_StringView | value | ||
) |
Definition at line 1349 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_DataSource_set_filename | ( | envoy_config_core_v3_DataSource * | msg, |
upb_StringView | value | ||
) |
Definition at line 1340 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_DataSource_set_inline_bytes | ( | envoy_config_core_v3_DataSource * | msg, |
upb_StringView | value | ||
) |
Definition at line 1343 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_DataSource_set_inline_string | ( | envoy_config_core_v3_DataSource * | msg, |
upb_StringView | value | ||
) |
Definition at line 1346 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_DataSource_specifier_oneofcases envoy_config_core_v3_DataSource_specifier_case | ( | const envoy_config_core_v3_DataSource * | msg | ) |
Definition at line 1300 of file base.upb.h.
UPB_INLINE upb_StringView envoy_config_core_v3_Extension_category | ( | const envoy_config_core_v3_Extension * | msg | ) |
Definition at line 327 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Extension_clear_category | ( | const envoy_config_core_v3_Extension * | msg | ) |
Definition at line 324 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Extension_clear_disabled | ( | const envoy_config_core_v3_Extension * | msg | ) |
Definition at line 345 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Extension_clear_name | ( | const envoy_config_core_v3_Extension * | msg | ) |
Definition at line 318 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Extension_clear_type_descriptor | ( | const envoy_config_core_v3_Extension * | msg | ) |
Definition at line 330 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Extension_clear_version | ( | const envoy_config_core_v3_Extension * | msg | ) |
Definition at line 339 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_Extension_disabled | ( | const envoy_config_core_v3_Extension * | msg | ) |
Definition at line 348 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_Extension_has_version | ( | const envoy_config_core_v3_Extension * | msg | ) |
Definition at line 336 of file base.upb.h.
UPB_INLINE struct envoy_config_core_v3_BuildVersion* envoy_config_core_v3_Extension_mutable_version | ( | envoy_config_core_v3_Extension * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 365 of file base.upb.h.
UPB_INLINE upb_StringView envoy_config_core_v3_Extension_name | ( | const envoy_config_core_v3_Extension * | msg | ) |
Definition at line 321 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_Extension* envoy_config_core_v3_Extension_new | ( | upb_Arena * | arena | ) |
Definition at line 289 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_Extension* envoy_config_core_v3_Extension_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 292 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_Extension* envoy_config_core_v3_Extension_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 300 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_Extension_serialize | ( | const envoy_config_core_v3_Extension * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 311 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_Extension_serialize_ex | ( | const envoy_config_core_v3_Extension * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 314 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Extension_set_category | ( | envoy_config_core_v3_Extension * | msg, |
upb_StringView | value | ||
) |
Definition at line 355 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Extension_set_disabled | ( | envoy_config_core_v3_Extension * | msg, |
bool | value | ||
) |
Definition at line 374 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Extension_set_name | ( | envoy_config_core_v3_Extension * | msg, |
upb_StringView | value | ||
) |
Definition at line 352 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Extension_set_type_descriptor | ( | envoy_config_core_v3_Extension * | msg, |
upb_StringView | value | ||
) |
Definition at line 358 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Extension_set_version | ( | envoy_config_core_v3_Extension * | msg, |
envoy_config_core_v3_BuildVersion * | value | ||
) |
Definition at line 361 of file base.upb.h.
UPB_INLINE upb_StringView envoy_config_core_v3_Extension_type_descriptor | ( | const envoy_config_core_v3_Extension * | msg | ) |
Definition at line 333 of file base.upb.h.
const UPB_INLINE envoy_config_core_v3_BuildVersion* envoy_config_core_v3_Extension_version | ( | const envoy_config_core_v3_Extension * | msg | ) |
Definition at line 342 of file base.upb.h.
UPB_INLINE struct envoy_config_core_v3_HeaderValue* envoy_config_core_v3_HeaderMap_add_headers | ( | envoy_config_core_v3_HeaderMap * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 1213 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_HeaderMap_clear_headers | ( | const envoy_config_core_v3_HeaderMap * | msg | ) |
Definition at line 1200 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_HeaderMap_has_headers | ( | const envoy_config_core_v3_HeaderMap * | msg | ) |
Definition at line 1197 of file base.upb.h.
const UPB_INLINE envoy_config_core_v3_HeaderValue* const* envoy_config_core_v3_HeaderMap_headers | ( | const envoy_config_core_v3_HeaderMap * | msg, |
size_t * | len | ||
) |
Definition at line 1203 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_HeaderValue** envoy_config_core_v3_HeaderMap_mutable_headers | ( | envoy_config_core_v3_HeaderMap * | msg, |
size_t * | len | ||
) |
Definition at line 1207 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_HeaderMap* envoy_config_core_v3_HeaderMap_new | ( | upb_Arena * | arena | ) |
Definition at line 1168 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_HeaderMap* envoy_config_core_v3_HeaderMap_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 1171 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_HeaderMap* envoy_config_core_v3_HeaderMap_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 1179 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_HeaderValue** envoy_config_core_v3_HeaderMap_resize_headers | ( | envoy_config_core_v3_HeaderMap * | msg, |
size_t | len, | ||
upb_Arena * | arena | ||
) |
Definition at line 1210 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_HeaderMap_serialize | ( | const envoy_config_core_v3_HeaderMap * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 1190 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_HeaderMap_serialize_ex | ( | const envoy_config_core_v3_HeaderMap * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 1193 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_HeaderValue_clear_key | ( | const envoy_config_core_v3_HeaderValue * | msg | ) |
Definition at line 1060 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_HeaderValue_clear_value | ( | const envoy_config_core_v3_HeaderValue * | msg | ) |
Definition at line 1066 of file base.upb.h.
UPB_INLINE upb_StringView envoy_config_core_v3_HeaderValue_key | ( | const envoy_config_core_v3_HeaderValue * | msg | ) |
Definition at line 1063 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_HeaderValue* envoy_config_core_v3_HeaderValue_new | ( | upb_Arena * | arena | ) |
Definition at line 1031 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_HeaderValue* envoy_config_core_v3_HeaderValue_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 1034 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_HeaderValue* envoy_config_core_v3_HeaderValue_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 1042 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_HeaderValue_serialize | ( | const envoy_config_core_v3_HeaderValue * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 1053 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_HeaderValue_serialize_ex | ( | const envoy_config_core_v3_HeaderValue * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 1056 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_HeaderValue_set_key | ( | envoy_config_core_v3_HeaderValue * | msg, |
upb_StringView | value | ||
) |
Definition at line 1073 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_HeaderValue_set_value | ( | envoy_config_core_v3_HeaderValue * | msg, |
upb_StringView | value | ||
) |
Definition at line 1076 of file base.upb.h.
UPB_INLINE upb_StringView envoy_config_core_v3_HeaderValue_value | ( | const envoy_config_core_v3_HeaderValue * | msg | ) |
Definition at line 1069 of file base.upb.h.
UPB_INLINE const struct google_protobuf_BoolValue* envoy_config_core_v3_HeaderValueOption_append | ( | const envoy_config_core_v3_HeaderValueOption * | msg | ) |
Definition at line 1126 of file base.upb.h.
UPB_INLINE int32_t envoy_config_core_v3_HeaderValueOption_append_action | ( | const envoy_config_core_v3_HeaderValueOption * | msg | ) |
Definition at line 1132 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_HeaderValueOption_clear_append | ( | const envoy_config_core_v3_HeaderValueOption * | msg | ) |
Definition at line 1123 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_HeaderValueOption_clear_append_action | ( | const envoy_config_core_v3_HeaderValueOption * | msg | ) |
Definition at line 1129 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_HeaderValueOption_clear_header | ( | const envoy_config_core_v3_HeaderValueOption * | msg | ) |
Definition at line 1114 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_HeaderValueOption_has_append | ( | const envoy_config_core_v3_HeaderValueOption * | msg | ) |
Definition at line 1120 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_HeaderValueOption_has_header | ( | const envoy_config_core_v3_HeaderValueOption * | msg | ) |
Definition at line 1111 of file base.upb.h.
const UPB_INLINE envoy_config_core_v3_HeaderValue* envoy_config_core_v3_HeaderValueOption_header | ( | const envoy_config_core_v3_HeaderValueOption * | msg | ) |
Definition at line 1117 of file base.upb.h.
UPB_INLINE struct google_protobuf_BoolValue* envoy_config_core_v3_HeaderValueOption_mutable_append | ( | envoy_config_core_v3_HeaderValueOption * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 1153 of file base.upb.h.
UPB_INLINE struct envoy_config_core_v3_HeaderValue* envoy_config_core_v3_HeaderValueOption_mutable_header | ( | envoy_config_core_v3_HeaderValueOption * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 1140 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_HeaderValueOption* envoy_config_core_v3_HeaderValueOption_new | ( | upb_Arena * | arena | ) |
Definition at line 1082 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_HeaderValueOption* envoy_config_core_v3_HeaderValueOption_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 1085 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_HeaderValueOption* envoy_config_core_v3_HeaderValueOption_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 1093 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_HeaderValueOption_serialize | ( | const envoy_config_core_v3_HeaderValueOption * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 1104 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_HeaderValueOption_serialize_ex | ( | const envoy_config_core_v3_HeaderValueOption * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 1107 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_HeaderValueOption_set_append | ( | envoy_config_core_v3_HeaderValueOption * | msg, |
struct google_protobuf_BoolValue * | value | ||
) |
Definition at line 1149 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_HeaderValueOption_set_append_action | ( | envoy_config_core_v3_HeaderValueOption * | msg, |
int32_t | value | ||
) |
Definition at line 1162 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_HeaderValueOption_set_header | ( | envoy_config_core_v3_HeaderValueOption * | msg, |
envoy_config_core_v3_HeaderValue * | value | ||
) |
Definition at line 1136 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Locality_clear_region | ( | const envoy_config_core_v3_Locality * | msg | ) |
Definition at line 181 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Locality_clear_sub_zone | ( | const envoy_config_core_v3_Locality * | msg | ) |
Definition at line 193 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Locality_clear_zone | ( | const envoy_config_core_v3_Locality * | msg | ) |
Definition at line 187 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_Locality* envoy_config_core_v3_Locality_new | ( | upb_Arena * | arena | ) |
Definition at line 152 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_Locality* envoy_config_core_v3_Locality_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 155 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_Locality* envoy_config_core_v3_Locality_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 163 of file base.upb.h.
UPB_INLINE upb_StringView envoy_config_core_v3_Locality_region | ( | const envoy_config_core_v3_Locality * | msg | ) |
Definition at line 184 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_Locality_serialize | ( | const envoy_config_core_v3_Locality * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 174 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_Locality_serialize_ex | ( | const envoy_config_core_v3_Locality * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 177 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Locality_set_region | ( | envoy_config_core_v3_Locality * | msg, |
upb_StringView | value | ||
) |
Definition at line 200 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Locality_set_sub_zone | ( | envoy_config_core_v3_Locality * | msg, |
upb_StringView | value | ||
) |
Definition at line 206 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Locality_set_zone | ( | envoy_config_core_v3_Locality * | msg, |
upb_StringView | value | ||
) |
Definition at line 203 of file base.upb.h.
UPB_INLINE upb_StringView envoy_config_core_v3_Locality_sub_zone | ( | const envoy_config_core_v3_Locality * | msg | ) |
Definition at line 196 of file base.upb.h.
UPB_INLINE upb_StringView envoy_config_core_v3_Locality_zone | ( | const envoy_config_core_v3_Locality * | msg | ) |
Definition at line 190 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Metadata_clear_filter_metadata | ( | const envoy_config_core_v3_Metadata * | msg | ) |
Definition at line 659 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Metadata_clear_typed_filter_metadata | ( | const envoy_config_core_v3_Metadata * | msg | ) |
Definition at line 674 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Metadata_filter_metadata_clear | ( | envoy_config_core_v3_Metadata * | msg | ) |
Definition at line 687 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_Metadata_filter_metadata_delete | ( | envoy_config_core_v3_Metadata * | msg, |
upb_StringView | key | ||
) |
Definition at line 691 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_Metadata_filter_metadata_get | ( | const envoy_config_core_v3_Metadata * | msg, |
upb_StringView | key, | ||
struct google_protobuf_Struct ** | val | ||
) |
Definition at line 665 of file base.upb.h.
const UPB_INLINE envoy_config_core_v3_Metadata_FilterMetadataEntry* envoy_config_core_v3_Metadata_filter_metadata_next | ( | const envoy_config_core_v3_Metadata * | msg, |
size_t * | iter | ||
) |
Definition at line 668 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_Metadata_FilterMetadataEntry* envoy_config_core_v3_Metadata_filter_metadata_nextmutable | ( | envoy_config_core_v3_Metadata * | msg, |
size_t * | iter | ||
) |
Definition at line 694 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_Metadata_filter_metadata_set | ( | envoy_config_core_v3_Metadata * | msg, |
upb_StringView | key, | ||
struct google_protobuf_Struct * | val, | ||
upb_Arena * | a | ||
) |
Definition at line 688 of file base.upb.h.
UPB_INLINE size_t envoy_config_core_v3_Metadata_filter_metadata_size | ( | const envoy_config_core_v3_Metadata * | msg | ) |
Definition at line 662 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_Metadata_FilterMetadataEntry_has_value | ( | const envoy_config_core_v3_Metadata_FilterMetadataEntry * | msg | ) |
Definition at line 715 of file base.upb.h.
UPB_INLINE upb_StringView envoy_config_core_v3_Metadata_FilterMetadataEntry_key | ( | const envoy_config_core_v3_Metadata_FilterMetadataEntry * | msg | ) |
Definition at line 710 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Metadata_FilterMetadataEntry_set_value | ( | envoy_config_core_v3_Metadata_FilterMetadataEntry * | msg, |
struct google_protobuf_Struct * | value | ||
) |
Definition at line 724 of file base.upb.h.
UPB_INLINE const struct google_protobuf_Struct* envoy_config_core_v3_Metadata_FilterMetadataEntry_value | ( | const envoy_config_core_v3_Metadata_FilterMetadataEntry * | msg | ) |
Definition at line 718 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_Metadata_has_filter_metadata | ( | const envoy_config_core_v3_Metadata * | msg | ) |
Definition at line 656 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_Metadata_has_typed_filter_metadata | ( | const envoy_config_core_v3_Metadata * | msg | ) |
Definition at line 671 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_Metadata* envoy_config_core_v3_Metadata_new | ( | upb_Arena * | arena | ) |
Definition at line 627 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_Metadata* envoy_config_core_v3_Metadata_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 630 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_Metadata* envoy_config_core_v3_Metadata_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 638 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_Metadata_serialize | ( | const envoy_config_core_v3_Metadata * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 649 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_Metadata_serialize_ex | ( | const envoy_config_core_v3_Metadata * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 652 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Metadata_typed_filter_metadata_clear | ( | envoy_config_core_v3_Metadata * | msg | ) |
Definition at line 697 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_Metadata_typed_filter_metadata_delete | ( | envoy_config_core_v3_Metadata * | msg, |
upb_StringView | key | ||
) |
Definition at line 701 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_Metadata_typed_filter_metadata_get | ( | const envoy_config_core_v3_Metadata * | msg, |
upb_StringView | key, | ||
struct google_protobuf_Any ** | val | ||
) |
Definition at line 680 of file base.upb.h.
const UPB_INLINE envoy_config_core_v3_Metadata_TypedFilterMetadataEntry* envoy_config_core_v3_Metadata_typed_filter_metadata_next | ( | const envoy_config_core_v3_Metadata * | msg, |
size_t * | iter | ||
) |
Definition at line 683 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_Metadata_TypedFilterMetadataEntry* envoy_config_core_v3_Metadata_typed_filter_metadata_nextmutable | ( | envoy_config_core_v3_Metadata * | msg, |
size_t * | iter | ||
) |
Definition at line 704 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_Metadata_typed_filter_metadata_set | ( | envoy_config_core_v3_Metadata * | msg, |
upb_StringView | key, | ||
struct google_protobuf_Any * | val, | ||
upb_Arena * | a | ||
) |
Definition at line 698 of file base.upb.h.
UPB_INLINE size_t envoy_config_core_v3_Metadata_typed_filter_metadata_size | ( | const envoy_config_core_v3_Metadata * | msg | ) |
Definition at line 677 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_Metadata_TypedFilterMetadataEntry_has_value | ( | const envoy_config_core_v3_Metadata_TypedFilterMetadataEntry * | msg | ) |
Definition at line 735 of file base.upb.h.
UPB_INLINE upb_StringView envoy_config_core_v3_Metadata_TypedFilterMetadataEntry_key | ( | const envoy_config_core_v3_Metadata_TypedFilterMetadataEntry * | msg | ) |
Definition at line 730 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Metadata_TypedFilterMetadataEntry_set_value | ( | envoy_config_core_v3_Metadata_TypedFilterMetadataEntry * | msg, |
struct google_protobuf_Any * | value | ||
) |
Definition at line 744 of file base.upb.h.
UPB_INLINE const struct google_protobuf_Any* envoy_config_core_v3_Metadata_TypedFilterMetadataEntry_value | ( | const envoy_config_core_v3_Metadata_TypedFilterMetadataEntry * | msg | ) |
Definition at line 738 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_Node_add_client_features | ( | envoy_config_core_v3_Node * | msg, |
upb_StringView | val, | ||
upb_Arena * | arena | ||
) |
Definition at line 579 of file base.upb.h.
UPB_INLINE struct envoy_config_core_v3_Extension* envoy_config_core_v3_Node_add_extensions | ( | envoy_config_core_v3_Node * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 567 of file base.upb.h.
UPB_INLINE struct envoy_config_core_v3_Address* envoy_config_core_v3_Node_add_listening_addresses | ( | envoy_config_core_v3_Node * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 588 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Node_clear_client_features | ( | const envoy_config_core_v3_Node * | msg | ) |
Definition at line 480 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Node_clear_cluster | ( | const envoy_config_core_v3_Node * | msg | ) |
Definition at line 423 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Node_clear_dynamic_parameters | ( | const envoy_config_core_v3_Node * | msg | ) |
Definition at line 498 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Node_clear_extensions | ( | const envoy_config_core_v3_Node * | msg | ) |
Definition at line 474 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Node_clear_id | ( | const envoy_config_core_v3_Node * | msg | ) |
Definition at line 417 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Node_clear_listening_addresses | ( | const envoy_config_core_v3_Node * | msg | ) |
Definition at line 489 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Node_clear_locality | ( | const envoy_config_core_v3_Node * | msg | ) |
Definition at line 441 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Node_clear_metadata | ( | const envoy_config_core_v3_Node * | msg | ) |
Definition at line 432 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Node_clear_user_agent_build_version | ( | const envoy_config_core_v3_Node * | msg | ) |
Definition at line 465 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Node_clear_user_agent_name | ( | const envoy_config_core_v3_Node * | msg | ) |
Definition at line 447 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Node_clear_user_agent_version | ( | const envoy_config_core_v3_Node * | msg | ) |
Definition at line 456 of file base.upb.h.
UPB_INLINE upb_StringView const* envoy_config_core_v3_Node_client_features | ( | const envoy_config_core_v3_Node * | msg, |
size_t * | len | ||
) |
Definition at line 483 of file base.upb.h.
UPB_INLINE upb_StringView envoy_config_core_v3_Node_cluster | ( | const envoy_config_core_v3_Node * | msg | ) |
Definition at line 426 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Node_dynamic_parameters_clear | ( | envoy_config_core_v3_Node * | msg | ) |
Definition at line 594 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_Node_dynamic_parameters_delete | ( | envoy_config_core_v3_Node * | msg, |
upb_StringView | key | ||
) |
Definition at line 598 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_Node_dynamic_parameters_get | ( | const envoy_config_core_v3_Node * | msg, |
upb_StringView | key, | ||
struct xds_core_v3_ContextParams ** | val | ||
) |
Definition at line 504 of file base.upb.h.
const UPB_INLINE envoy_config_core_v3_Node_DynamicParametersEntry* envoy_config_core_v3_Node_dynamic_parameters_next | ( | const envoy_config_core_v3_Node * | msg, |
size_t * | iter | ||
) |
Definition at line 507 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_Node_DynamicParametersEntry* envoy_config_core_v3_Node_dynamic_parameters_nextmutable | ( | envoy_config_core_v3_Node * | msg, |
size_t * | iter | ||
) |
Definition at line 601 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_Node_dynamic_parameters_set | ( | envoy_config_core_v3_Node * | msg, |
upb_StringView | key, | ||
struct xds_core_v3_ContextParams * | val, | ||
upb_Arena * | a | ||
) |
Definition at line 595 of file base.upb.h.
UPB_INLINE size_t envoy_config_core_v3_Node_dynamic_parameters_size | ( | const envoy_config_core_v3_Node * | msg | ) |
Definition at line 501 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_Node_DynamicParametersEntry_has_value | ( | const envoy_config_core_v3_Node_DynamicParametersEntry * | msg | ) |
Definition at line 612 of file base.upb.h.
UPB_INLINE upb_StringView envoy_config_core_v3_Node_DynamicParametersEntry_key | ( | const envoy_config_core_v3_Node_DynamicParametersEntry * | msg | ) |
Definition at line 607 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Node_DynamicParametersEntry_set_value | ( | envoy_config_core_v3_Node_DynamicParametersEntry * | msg, |
struct xds_core_v3_ContextParams * | value | ||
) |
Definition at line 621 of file base.upb.h.
UPB_INLINE const struct xds_core_v3_ContextParams* envoy_config_core_v3_Node_DynamicParametersEntry_value | ( | const envoy_config_core_v3_Node_DynamicParametersEntry * | msg | ) |
Definition at line 615 of file base.upb.h.
const UPB_INLINE envoy_config_core_v3_Extension* const* envoy_config_core_v3_Node_extensions | ( | const envoy_config_core_v3_Node * | msg, |
size_t * | len | ||
) |
Definition at line 477 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_Node_has_dynamic_parameters | ( | const envoy_config_core_v3_Node * | msg | ) |
Definition at line 495 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_Node_has_extensions | ( | const envoy_config_core_v3_Node * | msg | ) |
Definition at line 471 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_Node_has_listening_addresses | ( | const envoy_config_core_v3_Node * | msg | ) |
Definition at line 486 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_Node_has_locality | ( | const envoy_config_core_v3_Node * | msg | ) |
Definition at line 438 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_Node_has_metadata | ( | const envoy_config_core_v3_Node * | msg | ) |
Definition at line 429 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_Node_has_user_agent_build_version | ( | const envoy_config_core_v3_Node * | msg | ) |
Definition at line 462 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_Node_has_user_agent_version | ( | const envoy_config_core_v3_Node * | msg | ) |
Definition at line 453 of file base.upb.h.
UPB_INLINE upb_StringView envoy_config_core_v3_Node_id | ( | const envoy_config_core_v3_Node * | msg | ) |
Definition at line 420 of file base.upb.h.
UPB_INLINE const struct envoy_config_core_v3_Address* const* envoy_config_core_v3_Node_listening_addresses | ( | const envoy_config_core_v3_Node * | msg, |
size_t * | len | ||
) |
Definition at line 492 of file base.upb.h.
const UPB_INLINE envoy_config_core_v3_Locality* envoy_config_core_v3_Node_locality | ( | const envoy_config_core_v3_Node * | msg | ) |
Definition at line 444 of file base.upb.h.
UPB_INLINE const struct google_protobuf_Struct* envoy_config_core_v3_Node_metadata | ( | const envoy_config_core_v3_Node * | msg | ) |
Definition at line 435 of file base.upb.h.
UPB_INLINE upb_StringView* envoy_config_core_v3_Node_mutable_client_features | ( | envoy_config_core_v3_Node * | msg, |
size_t * | len | ||
) |
Definition at line 573 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_Extension** envoy_config_core_v3_Node_mutable_extensions | ( | envoy_config_core_v3_Node * | msg, |
size_t * | len | ||
) |
Definition at line 561 of file base.upb.h.
UPB_INLINE struct envoy_config_core_v3_Address** envoy_config_core_v3_Node_mutable_listening_addresses | ( | envoy_config_core_v3_Node * | msg, |
size_t * | len | ||
) |
Definition at line 582 of file base.upb.h.
UPB_INLINE struct envoy_config_core_v3_Locality* envoy_config_core_v3_Node_mutable_locality | ( | envoy_config_core_v3_Node * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 534 of file base.upb.h.
UPB_INLINE struct google_protobuf_Struct* envoy_config_core_v3_Node_mutable_metadata | ( | envoy_config_core_v3_Node * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 521 of file base.upb.h.
UPB_INLINE struct envoy_config_core_v3_BuildVersion* envoy_config_core_v3_Node_mutable_user_agent_build_version | ( | envoy_config_core_v3_Node * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 552 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_Node* envoy_config_core_v3_Node_new | ( | upb_Arena * | arena | ) |
Definition at line 380 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_Node* envoy_config_core_v3_Node_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 383 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_Node* envoy_config_core_v3_Node_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 391 of file base.upb.h.
UPB_INLINE upb_StringView* envoy_config_core_v3_Node_resize_client_features | ( | envoy_config_core_v3_Node * | msg, |
size_t | len, | ||
upb_Arena * | arena | ||
) |
Definition at line 576 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_Extension** envoy_config_core_v3_Node_resize_extensions | ( | envoy_config_core_v3_Node * | msg, |
size_t | len, | ||
upb_Arena * | arena | ||
) |
Definition at line 564 of file base.upb.h.
UPB_INLINE struct envoy_config_core_v3_Address** envoy_config_core_v3_Node_resize_listening_addresses | ( | envoy_config_core_v3_Node * | msg, |
size_t | len, | ||
upb_Arena * | arena | ||
) |
Definition at line 585 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_Node_serialize | ( | const envoy_config_core_v3_Node * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 402 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_Node_serialize_ex | ( | const envoy_config_core_v3_Node * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 405 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Node_set_cluster | ( | envoy_config_core_v3_Node * | msg, |
upb_StringView | value | ||
) |
Definition at line 514 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Node_set_id | ( | envoy_config_core_v3_Node * | msg, |
upb_StringView | value | ||
) |
Definition at line 511 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Node_set_locality | ( | envoy_config_core_v3_Node * | msg, |
envoy_config_core_v3_Locality * | value | ||
) |
Definition at line 530 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Node_set_metadata | ( | envoy_config_core_v3_Node * | msg, |
struct google_protobuf_Struct * | value | ||
) |
Definition at line 517 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Node_set_user_agent_build_version | ( | envoy_config_core_v3_Node * | msg, |
envoy_config_core_v3_BuildVersion * | value | ||
) |
Definition at line 549 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Node_set_user_agent_name | ( | envoy_config_core_v3_Node * | msg, |
upb_StringView | value | ||
) |
Definition at line 543 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_Node_set_user_agent_version | ( | envoy_config_core_v3_Node * | msg, |
upb_StringView | value | ||
) |
Definition at line 546 of file base.upb.h.
const UPB_INLINE envoy_config_core_v3_BuildVersion* envoy_config_core_v3_Node_user_agent_build_version | ( | const envoy_config_core_v3_Node * | msg | ) |
Definition at line 468 of file base.upb.h.
UPB_INLINE upb_StringView envoy_config_core_v3_Node_user_agent_name | ( | const envoy_config_core_v3_Node * | msg | ) |
Definition at line 450 of file base.upb.h.
UPB_INLINE upb_StringView envoy_config_core_v3_Node_user_agent_version | ( | const envoy_config_core_v3_Node * | msg | ) |
Definition at line 459 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_Node_user_agent_version_type_oneofcases envoy_config_core_v3_Node_user_agent_version_type_case | ( | const envoy_config_core_v3_Node * | msg | ) |
Definition at line 414 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_QueryParameter_clear_key | ( | const envoy_config_core_v3_QueryParameter * | msg | ) |
Definition at line 1009 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_QueryParameter_clear_value | ( | const envoy_config_core_v3_QueryParameter * | msg | ) |
Definition at line 1015 of file base.upb.h.
UPB_INLINE upb_StringView envoy_config_core_v3_QueryParameter_key | ( | const envoy_config_core_v3_QueryParameter * | msg | ) |
Definition at line 1012 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_QueryParameter* envoy_config_core_v3_QueryParameter_new | ( | upb_Arena * | arena | ) |
Definition at line 980 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_QueryParameter* envoy_config_core_v3_QueryParameter_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 983 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_QueryParameter* envoy_config_core_v3_QueryParameter_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 991 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_QueryParameter_serialize | ( | const envoy_config_core_v3_QueryParameter * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 1002 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_QueryParameter_serialize_ex | ( | const envoy_config_core_v3_QueryParameter * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 1005 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_QueryParameter_set_key | ( | envoy_config_core_v3_QueryParameter * | msg, |
upb_StringView | value | ||
) |
Definition at line 1022 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_QueryParameter_set_value | ( | envoy_config_core_v3_QueryParameter * | msg, |
upb_StringView | value | ||
) |
Definition at line 1025 of file base.upb.h.
UPB_INLINE upb_StringView envoy_config_core_v3_QueryParameter_value | ( | const envoy_config_core_v3_QueryParameter * | msg | ) |
Definition at line 1018 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_RemoteDataSource_clear_http_uri | ( | const envoy_config_core_v3_RemoteDataSource * | msg | ) |
Definition at line 1464 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_RemoteDataSource_clear_retry_policy | ( | const envoy_config_core_v3_RemoteDataSource * | msg | ) |
Definition at line 1479 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_RemoteDataSource_clear_sha256 | ( | const envoy_config_core_v3_RemoteDataSource * | msg | ) |
Definition at line 1470 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_RemoteDataSource_has_http_uri | ( | const envoy_config_core_v3_RemoteDataSource * | msg | ) |
Definition at line 1461 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_RemoteDataSource_has_retry_policy | ( | const envoy_config_core_v3_RemoteDataSource * | msg | ) |
Definition at line 1476 of file base.upb.h.
UPB_INLINE const struct envoy_config_core_v3_HttpUri* envoy_config_core_v3_RemoteDataSource_http_uri | ( | const envoy_config_core_v3_RemoteDataSource * | msg | ) |
Definition at line 1467 of file base.upb.h.
UPB_INLINE struct envoy_config_core_v3_HttpUri* envoy_config_core_v3_RemoteDataSource_mutable_http_uri | ( | envoy_config_core_v3_RemoteDataSource * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 1490 of file base.upb.h.
UPB_INLINE struct envoy_config_core_v3_RetryPolicy* envoy_config_core_v3_RemoteDataSource_mutable_retry_policy | ( | envoy_config_core_v3_RemoteDataSource * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 1506 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_RemoteDataSource* envoy_config_core_v3_RemoteDataSource_new | ( | upb_Arena * | arena | ) |
Definition at line 1432 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_RemoteDataSource* envoy_config_core_v3_RemoteDataSource_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 1435 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_RemoteDataSource* envoy_config_core_v3_RemoteDataSource_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 1443 of file base.upb.h.
const UPB_INLINE envoy_config_core_v3_RetryPolicy* envoy_config_core_v3_RemoteDataSource_retry_policy | ( | const envoy_config_core_v3_RemoteDataSource * | msg | ) |
Definition at line 1482 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_RemoteDataSource_serialize | ( | const envoy_config_core_v3_RemoteDataSource * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 1454 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_RemoteDataSource_serialize_ex | ( | const envoy_config_core_v3_RemoteDataSource * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 1457 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_RemoteDataSource_set_http_uri | ( | envoy_config_core_v3_RemoteDataSource * | msg, |
struct envoy_config_core_v3_HttpUri * | value | ||
) |
Definition at line 1486 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_RemoteDataSource_set_retry_policy | ( | envoy_config_core_v3_RemoteDataSource * | msg, |
envoy_config_core_v3_RetryPolicy * | value | ||
) |
Definition at line 1502 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_RemoteDataSource_set_sha256 | ( | envoy_config_core_v3_RemoteDataSource * | msg, |
upb_StringView | value | ||
) |
Definition at line 1499 of file base.upb.h.
UPB_INLINE upb_StringView envoy_config_core_v3_RemoteDataSource_sha256 | ( | const envoy_config_core_v3_RemoteDataSource * | msg | ) |
Definition at line 1473 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_RetryPolicy_clear_num_retries | ( | const envoy_config_core_v3_RetryPolicy * | msg | ) |
Definition at line 1396 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_RetryPolicy_clear_retry_back_off | ( | const envoy_config_core_v3_RetryPolicy * | msg | ) |
Definition at line 1387 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_RetryPolicy_has_num_retries | ( | const envoy_config_core_v3_RetryPolicy * | msg | ) |
Definition at line 1393 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_RetryPolicy_has_retry_back_off | ( | const envoy_config_core_v3_RetryPolicy * | msg | ) |
Definition at line 1384 of file base.upb.h.
UPB_INLINE struct google_protobuf_UInt32Value* envoy_config_core_v3_RetryPolicy_mutable_num_retries | ( | envoy_config_core_v3_RetryPolicy * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 1420 of file base.upb.h.
UPB_INLINE struct envoy_config_core_v3_BackoffStrategy* envoy_config_core_v3_RetryPolicy_mutable_retry_back_off | ( | envoy_config_core_v3_RetryPolicy * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 1407 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_RetryPolicy* envoy_config_core_v3_RetryPolicy_new | ( | upb_Arena * | arena | ) |
Definition at line 1355 of file base.upb.h.
UPB_INLINE const struct google_protobuf_UInt32Value* envoy_config_core_v3_RetryPolicy_num_retries | ( | const envoy_config_core_v3_RetryPolicy * | msg | ) |
Definition at line 1399 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_RetryPolicy* envoy_config_core_v3_RetryPolicy_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 1358 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_RetryPolicy* envoy_config_core_v3_RetryPolicy_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 1366 of file base.upb.h.
UPB_INLINE const struct envoy_config_core_v3_BackoffStrategy* envoy_config_core_v3_RetryPolicy_retry_back_off | ( | const envoy_config_core_v3_RetryPolicy * | msg | ) |
Definition at line 1390 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_RetryPolicy_serialize | ( | const envoy_config_core_v3_RetryPolicy * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 1377 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_RetryPolicy_serialize_ex | ( | const envoy_config_core_v3_RetryPolicy * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 1380 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_RetryPolicy_set_num_retries | ( | envoy_config_core_v3_RetryPolicy * | msg, |
struct google_protobuf_UInt32Value * | value | ||
) |
Definition at line 1416 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_RetryPolicy_set_retry_back_off | ( | envoy_config_core_v3_RetryPolicy * | msg, |
struct envoy_config_core_v3_BackoffStrategy * | value | ||
) |
Definition at line 1403 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_RuntimeDouble_clear_default_value | ( | const envoy_config_core_v3_RuntimeDouble * | msg | ) |
Definition at line 894 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_RuntimeDouble_clear_runtime_key | ( | const envoy_config_core_v3_RuntimeDouble * | msg | ) |
Definition at line 900 of file base.upb.h.
UPB_INLINE double envoy_config_core_v3_RuntimeDouble_default_value | ( | const envoy_config_core_v3_RuntimeDouble * | msg | ) |
Definition at line 897 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_RuntimeDouble* envoy_config_core_v3_RuntimeDouble_new | ( | upb_Arena * | arena | ) |
Definition at line 865 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_RuntimeDouble* envoy_config_core_v3_RuntimeDouble_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 868 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_RuntimeDouble* envoy_config_core_v3_RuntimeDouble_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 876 of file base.upb.h.
UPB_INLINE upb_StringView envoy_config_core_v3_RuntimeDouble_runtime_key | ( | const envoy_config_core_v3_RuntimeDouble * | msg | ) |
Definition at line 903 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_RuntimeDouble_serialize | ( | const envoy_config_core_v3_RuntimeDouble * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 887 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_RuntimeDouble_serialize_ex | ( | const envoy_config_core_v3_RuntimeDouble * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 890 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_RuntimeDouble_set_default_value | ( | envoy_config_core_v3_RuntimeDouble * | msg, |
double | value | ||
) |
Definition at line 907 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_RuntimeDouble_set_runtime_key | ( | envoy_config_core_v3_RuntimeDouble * | msg, |
upb_StringView | value | ||
) |
Definition at line 910 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_RuntimeFeatureFlag_clear_default_value | ( | const envoy_config_core_v3_RuntimeFeatureFlag * | msg | ) |
Definition at line 948 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_RuntimeFeatureFlag_clear_runtime_key | ( | const envoy_config_core_v3_RuntimeFeatureFlag * | msg | ) |
Definition at line 954 of file base.upb.h.
UPB_INLINE const struct google_protobuf_BoolValue* envoy_config_core_v3_RuntimeFeatureFlag_default_value | ( | const envoy_config_core_v3_RuntimeFeatureFlag * | msg | ) |
Definition at line 951 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_RuntimeFeatureFlag_has_default_value | ( | const envoy_config_core_v3_RuntimeFeatureFlag * | msg | ) |
Definition at line 945 of file base.upb.h.
UPB_INLINE struct google_protobuf_BoolValue* envoy_config_core_v3_RuntimeFeatureFlag_mutable_default_value | ( | envoy_config_core_v3_RuntimeFeatureFlag * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 965 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_RuntimeFeatureFlag* envoy_config_core_v3_RuntimeFeatureFlag_new | ( | upb_Arena * | arena | ) |
Definition at line 916 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_RuntimeFeatureFlag* envoy_config_core_v3_RuntimeFeatureFlag_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 919 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_RuntimeFeatureFlag* envoy_config_core_v3_RuntimeFeatureFlag_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 927 of file base.upb.h.
UPB_INLINE upb_StringView envoy_config_core_v3_RuntimeFeatureFlag_runtime_key | ( | const envoy_config_core_v3_RuntimeFeatureFlag * | msg | ) |
Definition at line 957 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_RuntimeFeatureFlag_serialize | ( | const envoy_config_core_v3_RuntimeFeatureFlag * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 938 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_RuntimeFeatureFlag_serialize_ex | ( | const envoy_config_core_v3_RuntimeFeatureFlag * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 941 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_RuntimeFeatureFlag_set_default_value | ( | envoy_config_core_v3_RuntimeFeatureFlag * | msg, |
struct google_protobuf_BoolValue * | value | ||
) |
Definition at line 961 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_RuntimeFeatureFlag_set_runtime_key | ( | envoy_config_core_v3_RuntimeFeatureFlag * | msg, |
upb_StringView | value | ||
) |
Definition at line 974 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_RuntimeFractionalPercent_clear_default_value | ( | const envoy_config_core_v3_RuntimeFractionalPercent * | msg | ) |
Definition at line 1703 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_RuntimeFractionalPercent_clear_runtime_key | ( | const envoy_config_core_v3_RuntimeFractionalPercent * | msg | ) |
Definition at line 1709 of file base.upb.h.
UPB_INLINE const struct envoy_type_v3_FractionalPercent* envoy_config_core_v3_RuntimeFractionalPercent_default_value | ( | const envoy_config_core_v3_RuntimeFractionalPercent * | msg | ) |
Definition at line 1706 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_RuntimeFractionalPercent_has_default_value | ( | const envoy_config_core_v3_RuntimeFractionalPercent * | msg | ) |
Definition at line 1700 of file base.upb.h.
UPB_INLINE struct envoy_type_v3_FractionalPercent* envoy_config_core_v3_RuntimeFractionalPercent_mutable_default_value | ( | envoy_config_core_v3_RuntimeFractionalPercent * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 1720 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_RuntimeFractionalPercent* envoy_config_core_v3_RuntimeFractionalPercent_new | ( | upb_Arena * | arena | ) |
Definition at line 1671 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_RuntimeFractionalPercent* envoy_config_core_v3_RuntimeFractionalPercent_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 1674 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_RuntimeFractionalPercent* envoy_config_core_v3_RuntimeFractionalPercent_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 1682 of file base.upb.h.
UPB_INLINE upb_StringView envoy_config_core_v3_RuntimeFractionalPercent_runtime_key | ( | const envoy_config_core_v3_RuntimeFractionalPercent * | msg | ) |
Definition at line 1712 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_RuntimeFractionalPercent_serialize | ( | const envoy_config_core_v3_RuntimeFractionalPercent * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 1693 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_RuntimeFractionalPercent_serialize_ex | ( | const envoy_config_core_v3_RuntimeFractionalPercent * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 1696 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_RuntimeFractionalPercent_set_default_value | ( | envoy_config_core_v3_RuntimeFractionalPercent * | msg, |
struct envoy_type_v3_FractionalPercent * | value | ||
) |
Definition at line 1716 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_RuntimeFractionalPercent_set_runtime_key | ( | envoy_config_core_v3_RuntimeFractionalPercent * | msg, |
upb_StringView | value | ||
) |
Definition at line 1729 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_RuntimePercent_clear_default_value | ( | const envoy_config_core_v3_RuntimePercent * | msg | ) |
Definition at line 833 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_RuntimePercent_clear_runtime_key | ( | const envoy_config_core_v3_RuntimePercent * | msg | ) |
Definition at line 839 of file base.upb.h.
UPB_INLINE const struct envoy_type_v3_Percent* envoy_config_core_v3_RuntimePercent_default_value | ( | const envoy_config_core_v3_RuntimePercent * | msg | ) |
Definition at line 836 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_RuntimePercent_has_default_value | ( | const envoy_config_core_v3_RuntimePercent * | msg | ) |
Definition at line 830 of file base.upb.h.
UPB_INLINE struct envoy_type_v3_Percent* envoy_config_core_v3_RuntimePercent_mutable_default_value | ( | envoy_config_core_v3_RuntimePercent * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 850 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_RuntimePercent* envoy_config_core_v3_RuntimePercent_new | ( | upb_Arena * | arena | ) |
Definition at line 801 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_RuntimePercent* envoy_config_core_v3_RuntimePercent_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 804 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_RuntimePercent* envoy_config_core_v3_RuntimePercent_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 812 of file base.upb.h.
UPB_INLINE upb_StringView envoy_config_core_v3_RuntimePercent_runtime_key | ( | const envoy_config_core_v3_RuntimePercent * | msg | ) |
Definition at line 842 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_RuntimePercent_serialize | ( | const envoy_config_core_v3_RuntimePercent * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 823 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_RuntimePercent_serialize_ex | ( | const envoy_config_core_v3_RuntimePercent * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 826 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_RuntimePercent_set_default_value | ( | envoy_config_core_v3_RuntimePercent * | msg, |
struct envoy_type_v3_Percent * | value | ||
) |
Definition at line 846 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_RuntimePercent_set_runtime_key | ( | envoy_config_core_v3_RuntimePercent * | msg, |
upb_StringView | value | ||
) |
Definition at line 859 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_RuntimeUInt32_clear_default_value | ( | const envoy_config_core_v3_RuntimeUInt32 * | msg | ) |
Definition at line 779 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_RuntimeUInt32_clear_runtime_key | ( | const envoy_config_core_v3_RuntimeUInt32 * | msg | ) |
Definition at line 785 of file base.upb.h.
UPB_INLINE uint32_t envoy_config_core_v3_RuntimeUInt32_default_value | ( | const envoy_config_core_v3_RuntimeUInt32 * | msg | ) |
Definition at line 782 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_RuntimeUInt32* envoy_config_core_v3_RuntimeUInt32_new | ( | upb_Arena * | arena | ) |
Definition at line 750 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_RuntimeUInt32* envoy_config_core_v3_RuntimeUInt32_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 753 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_RuntimeUInt32* envoy_config_core_v3_RuntimeUInt32_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 761 of file base.upb.h.
UPB_INLINE upb_StringView envoy_config_core_v3_RuntimeUInt32_runtime_key | ( | const envoy_config_core_v3_RuntimeUInt32 * | msg | ) |
Definition at line 788 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_RuntimeUInt32_serialize | ( | const envoy_config_core_v3_RuntimeUInt32 * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 772 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_RuntimeUInt32_serialize_ex | ( | const envoy_config_core_v3_RuntimeUInt32 * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 775 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_RuntimeUInt32_set_default_value | ( | envoy_config_core_v3_RuntimeUInt32 * | msg, |
uint32_t | value | ||
) |
Definition at line 792 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_RuntimeUInt32_set_runtime_key | ( | envoy_config_core_v3_RuntimeUInt32 * | msg, |
upb_StringView | value | ||
) |
Definition at line 795 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_TransportSocket_clear_name | ( | const envoy_config_core_v3_TransportSocket * | msg | ) |
Definition at line 1637 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_TransportSocket_clear_typed_config | ( | const envoy_config_core_v3_TransportSocket * | msg | ) |
Definition at line 1646 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_TransportSocket_config_type_oneofcases envoy_config_core_v3_TransportSocket_config_type_case | ( | const envoy_config_core_v3_TransportSocket * | msg | ) |
Definition at line 1634 of file base.upb.h.
UPB_INLINE bool envoy_config_core_v3_TransportSocket_has_typed_config | ( | const envoy_config_core_v3_TransportSocket * | msg | ) |
Definition at line 1643 of file base.upb.h.
UPB_INLINE struct google_protobuf_Any* envoy_config_core_v3_TransportSocket_mutable_typed_config | ( | envoy_config_core_v3_TransportSocket * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 1659 of file base.upb.h.
UPB_INLINE upb_StringView envoy_config_core_v3_TransportSocket_name | ( | const envoy_config_core_v3_TransportSocket * | msg | ) |
Definition at line 1640 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_TransportSocket* envoy_config_core_v3_TransportSocket_new | ( | upb_Arena * | arena | ) |
Definition at line 1601 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_TransportSocket* envoy_config_core_v3_TransportSocket_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 1604 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_TransportSocket* envoy_config_core_v3_TransportSocket_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 1612 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_TransportSocket_serialize | ( | const envoy_config_core_v3_TransportSocket * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 1623 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_TransportSocket_serialize_ex | ( | const envoy_config_core_v3_TransportSocket * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 1626 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_TransportSocket_set_name | ( | envoy_config_core_v3_TransportSocket * | msg, |
upb_StringView | value | ||
) |
Definition at line 1653 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_TransportSocket_set_typed_config | ( | envoy_config_core_v3_TransportSocket * | msg, |
struct google_protobuf_Any * | value | ||
) |
Definition at line 1656 of file base.upb.h.
UPB_INLINE const struct google_protobuf_Any* envoy_config_core_v3_TransportSocket_typed_config | ( | const envoy_config_core_v3_TransportSocket * | msg | ) |
Definition at line 1649 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_WatchedDirectory_clear_path | ( | const envoy_config_core_v3_WatchedDirectory * | msg | ) |
Definition at line 1251 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_WatchedDirectory* envoy_config_core_v3_WatchedDirectory_new | ( | upb_Arena * | arena | ) |
Definition at line 1222 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_WatchedDirectory* envoy_config_core_v3_WatchedDirectory_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 1225 of file base.upb.h.
UPB_INLINE envoy_config_core_v3_WatchedDirectory* envoy_config_core_v3_WatchedDirectory_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 1233 of file base.upb.h.
UPB_INLINE upb_StringView envoy_config_core_v3_WatchedDirectory_path | ( | const envoy_config_core_v3_WatchedDirectory * | msg | ) |
Definition at line 1254 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_WatchedDirectory_serialize | ( | const envoy_config_core_v3_WatchedDirectory * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 1244 of file base.upb.h.
UPB_INLINE char* envoy_config_core_v3_WatchedDirectory_serialize_ex | ( | const envoy_config_core_v3_WatchedDirectory * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 1247 of file base.upb.h.
UPB_INLINE void envoy_config_core_v3_WatchedDirectory_set_path | ( | envoy_config_core_v3_WatchedDirectory * | msg, |
upb_StringView | value | ||
) |
Definition at line 1258 of file base.upb.h.
const upb_MiniTable envoy_config_core_v3_Address_msginit |
Definition at line 104 of file address.upb.c.
const upb_MiniTable envoy_config_core_v3_AsyncDataSource_msginit |
Definition at line 336 of file base.upb.c.
const upb_MiniTable envoy_config_core_v3_BackoffStrategy_msginit |
Definition at line 29 of file backoff.upb.c.
const upb_MiniTable_File envoy_config_core_v3_base_proto_upb_file_layout |
Definition at line 409 of file base.upb.c.
const upb_MiniTable envoy_config_core_v3_BuildVersion_msginit |
Definition at line 51 of file base.upb.c.
const upb_MiniTable envoy_config_core_v3_ControlPlane_msginit |
Definition at line 376 of file base.upb.c.
const upb_MiniTable envoy_config_core_v3_DataSource_msginit |
Definition at line 287 of file base.upb.c.
const upb_MiniTable envoy_config_core_v3_Extension_msginit |
Definition at line 69 of file base.upb.c.
const upb_MiniTable envoy_config_core_v3_HeaderMap_msginit |
Definition at line 264 of file base.upb.c.
const upb_MiniTable envoy_config_core_v3_HeaderValue_msginit |
Definition at line 233 of file base.upb.c.
const upb_MiniTable envoy_config_core_v3_HeaderValueOption_msginit |
Definition at line 250 of file base.upb.c.
const upb_MiniTable envoy_config_core_v3_HttpUri_msginit |
Definition at line 29 of file http_uri.upb.c.
const upb_MiniTable envoy_config_core_v3_Locality_msginit |
Definition at line 35 of file base.upb.c.
const upb_MiniTable envoy_config_core_v3_Metadata_FilterMetadataEntry_msginit |
Definition at line 144 of file base.upb.c.
const upb_MiniTable envoy_config_core_v3_Metadata_msginit |
Definition at line 129 of file base.upb.c.
const upb_MiniTable envoy_config_core_v3_Metadata_TypedFilterMetadataEntry_msginit |
Definition at line 159 of file base.upb.c.
const upb_MiniTable envoy_config_core_v3_Node_DynamicParametersEntry_msginit |
Definition at line 113 of file base.upb.c.
const upb_MiniTable envoy_config_core_v3_Node_msginit |
Definition at line 98 of file base.upb.c.
const upb_MiniTable envoy_config_core_v3_QueryParameter_msginit |
Definition at line 222 of file base.upb.c.
const upb_MiniTable envoy_config_core_v3_RemoteDataSource_msginit |
Definition at line 320 of file base.upb.c.
const upb_MiniTable envoy_config_core_v3_RetryPolicy_msginit |
Definition at line 303 of file base.upb.c.
const upb_MiniTable envoy_config_core_v3_RuntimeDouble_msginit |
Definition at line 196 of file base.upb.c.
const upb_MiniTable envoy_config_core_v3_RuntimeFeatureFlag_msginit |
Definition at line 211 of file base.upb.c.
const upb_MiniTable envoy_config_core_v3_RuntimeFractionalPercent_msginit |
Definition at line 366 of file base.upb.c.
const upb_MiniTable envoy_config_core_v3_RuntimePercent_msginit |
Definition at line 185 of file base.upb.c.
const upb_MiniTable envoy_config_core_v3_RuntimeUInt32_msginit |
Definition at line 170 of file base.upb.c.
const upb_MiniTable envoy_config_core_v3_TransportSocket_msginit |
Definition at line 351 of file base.upb.c.
const upb_MiniTable envoy_config_core_v3_WatchedDirectory_msginit |
Definition at line 274 of file base.upb.c.
const upb_MiniTable envoy_type_v3_FractionalPercent_msginit |
Definition at line 33 of file percent.upb.c.
const upb_MiniTable envoy_type_v3_Percent_msginit |
Definition at line 22 of file percent.upb.c.
const upb_MiniTable envoy_type_v3_SemanticVersion_msginit |
Definition at line 23 of file semantic_version.upb.c.
const upb_MiniTable google_protobuf_Any_msginit |
const upb_MiniTable google_protobuf_BoolValue_msginit |
Definition at line 79 of file wrappers.upb.c.
const upb_MiniTable google_protobuf_Struct_msginit |
Definition at line 23 of file google/protobuf/struct.upb.c.
const upb_MiniTable google_protobuf_UInt32Value_msginit |
Definition at line 69 of file wrappers.upb.c.
const upb_MiniTable xds_core_v3_ContextParams_msginit |
Definition at line 24 of file context_params.upb.c.