Typedefs | Enumerations | Functions | Variables
envoy/config/common/matcher/v3/matcher.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 envoy/config/common/matcher/v3/matcher.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_common_matcher_v3_HttpGenericBodyMatch envoy_config_common_matcher_v3_HttpGenericBodyMatch
 
typedef struct envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch
 
typedef struct envoy_config_common_matcher_v3_HttpHeadersMatch envoy_config_common_matcher_v3_HttpHeadersMatch
 
typedef struct envoy_config_common_matcher_v3_Matcher envoy_config_common_matcher_v3_Matcher
 
typedef struct envoy_config_common_matcher_v3_Matcher_MatcherList envoy_config_common_matcher_v3_Matcher_MatcherList
 
typedef struct envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher
 
typedef struct envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate
 
typedef struct envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList
 
typedef struct envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate
 
typedef struct envoy_config_common_matcher_v3_Matcher_MatcherTree envoy_config_common_matcher_v3_Matcher_MatcherTree
 
typedef struct envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap
 
typedef struct envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_MapEntry envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_MapEntry
 
typedef struct envoy_config_common_matcher_v3_Matcher_OnMatch envoy_config_common_matcher_v3_Matcher_OnMatch
 
typedef struct envoy_config_common_matcher_v3_MatchPredicate envoy_config_common_matcher_v3_MatchPredicate
 
typedef struct envoy_config_common_matcher_v3_MatchPredicate_MatchSet envoy_config_common_matcher_v3_MatchPredicate_MatchSet
 

Enumerations

enum  envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_rule_oneofcases { envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_rule_string_match = 1, envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_rule_binary_match = 2, envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_rule_NOT_SET = 0 }
 
enum  envoy_config_common_matcher_v3_Matcher_matcher_type_oneofcases { envoy_config_common_matcher_v3_Matcher_matcher_type_matcher_list = 1, envoy_config_common_matcher_v3_Matcher_matcher_type_matcher_tree = 2, envoy_config_common_matcher_v3_Matcher_matcher_type_NOT_SET = 0 }
 
enum  envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_match_type_oneofcases {
  envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_match_type_single_predicate = 1, envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_match_type_or_matcher = 2, envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_match_type_and_matcher = 3, envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_match_type_not_matcher = 4,
  envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_match_type_NOT_SET = 0
}
 
enum  envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_matcher_oneofcases { envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_matcher_value_match = 2, envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_matcher_custom_match = 3, envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_matcher_NOT_SET = 0 }
 
enum  envoy_config_common_matcher_v3_Matcher_MatcherTree_tree_type_oneofcases { envoy_config_common_matcher_v3_Matcher_MatcherTree_tree_type_exact_match_map = 2, envoy_config_common_matcher_v3_Matcher_MatcherTree_tree_type_prefix_match_map = 3, envoy_config_common_matcher_v3_Matcher_MatcherTree_tree_type_custom_match = 4, envoy_config_common_matcher_v3_Matcher_MatcherTree_tree_type_NOT_SET = 0 }
 
enum  envoy_config_common_matcher_v3_Matcher_OnMatch_on_match_oneofcases { envoy_config_common_matcher_v3_Matcher_OnMatch_on_match_matcher = 1, envoy_config_common_matcher_v3_Matcher_OnMatch_on_match_action = 2, envoy_config_common_matcher_v3_Matcher_OnMatch_on_match_NOT_SET = 0 }
 
enum  envoy_config_common_matcher_v3_MatchPredicate_rule_oneofcases {
  envoy_config_common_matcher_v3_MatchPredicate_rule_or_match = 1, envoy_config_common_matcher_v3_MatchPredicate_rule_and_match = 2, envoy_config_common_matcher_v3_MatchPredicate_rule_not_match = 3, envoy_config_common_matcher_v3_MatchPredicate_rule_any_match = 4,
  envoy_config_common_matcher_v3_MatchPredicate_rule_http_request_headers_match = 5, envoy_config_common_matcher_v3_MatchPredicate_rule_http_request_trailers_match = 6, envoy_config_common_matcher_v3_MatchPredicate_rule_http_response_headers_match = 7, envoy_config_common_matcher_v3_MatchPredicate_rule_http_response_trailers_match = 8,
  envoy_config_common_matcher_v3_MatchPredicate_rule_http_request_generic_body_match = 9, envoy_config_common_matcher_v3_MatchPredicate_rule_http_response_generic_body_match = 10, envoy_config_common_matcher_v3_MatchPredicate_rule_NOT_SET = 0
}
 

Functions

UPB_INLINE struct envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatchenvoy_config_common_matcher_v3_HttpGenericBodyMatch_add_patterns (envoy_config_common_matcher_v3_HttpGenericBodyMatch *msg, upb_Arena *arena)
 
UPB_INLINE uint32_t envoy_config_common_matcher_v3_HttpGenericBodyMatch_bytes_limit (const envoy_config_common_matcher_v3_HttpGenericBodyMatch *msg)
 
UPB_INLINE void envoy_config_common_matcher_v3_HttpGenericBodyMatch_clear_bytes_limit (const envoy_config_common_matcher_v3_HttpGenericBodyMatch *msg)
 
UPB_INLINE void envoy_config_common_matcher_v3_HttpGenericBodyMatch_clear_patterns (const envoy_config_common_matcher_v3_HttpGenericBodyMatch *msg)
 
UPB_INLINE upb_StringView envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_binary_match (const envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch *msg)
 
UPB_INLINE void envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_clear_binary_match (const envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch *msg)
 
UPB_INLINE void envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_clear_string_match (const envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch *msg)
 
UPB_INLINE bool envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_has_binary_match (const envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch *msg)
 
UPB_INLINE bool envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_has_string_match (const envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch *msg)
 
UPB_INLINE envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatchenvoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_new (upb_Arena *arena)
 
UPB_INLINE envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatchenvoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatchenvoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_rule_oneofcases envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_rule_case (const envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch *msg)
 
UPB_INLINE char * envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_serialize (const envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_serialize_ex (const envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_set_binary_match (envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch *msg, upb_StringView value)
 
UPB_INLINE void envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_set_string_match (envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch *msg, upb_StringView value)
 
UPB_INLINE upb_StringView envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_string_match (const envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch *msg)
 
UPB_INLINE bool envoy_config_common_matcher_v3_HttpGenericBodyMatch_has_patterns (const envoy_config_common_matcher_v3_HttpGenericBodyMatch *msg)
 
UPB_INLINE envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch ** envoy_config_common_matcher_v3_HttpGenericBodyMatch_mutable_patterns (envoy_config_common_matcher_v3_HttpGenericBodyMatch *msg, size_t *len)
 
UPB_INLINE envoy_config_common_matcher_v3_HttpGenericBodyMatchenvoy_config_common_matcher_v3_HttpGenericBodyMatch_new (upb_Arena *arena)
 
UPB_INLINE envoy_config_common_matcher_v3_HttpGenericBodyMatchenvoy_config_common_matcher_v3_HttpGenericBodyMatch_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE envoy_config_common_matcher_v3_HttpGenericBodyMatchenvoy_config_common_matcher_v3_HttpGenericBodyMatch_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
const UPB_INLINE envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch *constenvoy_config_common_matcher_v3_HttpGenericBodyMatch_patterns (const envoy_config_common_matcher_v3_HttpGenericBodyMatch *msg, size_t *len)
 
UPB_INLINE envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch ** envoy_config_common_matcher_v3_HttpGenericBodyMatch_resize_patterns (envoy_config_common_matcher_v3_HttpGenericBodyMatch *msg, size_t len, upb_Arena *arena)
 
UPB_INLINE char * envoy_config_common_matcher_v3_HttpGenericBodyMatch_serialize (const envoy_config_common_matcher_v3_HttpGenericBodyMatch *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * envoy_config_common_matcher_v3_HttpGenericBodyMatch_serialize_ex (const envoy_config_common_matcher_v3_HttpGenericBodyMatch *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void envoy_config_common_matcher_v3_HttpGenericBodyMatch_set_bytes_limit (envoy_config_common_matcher_v3_HttpGenericBodyMatch *msg, uint32_t value)
 
UPB_INLINE struct envoy_config_route_v3_HeaderMatcherenvoy_config_common_matcher_v3_HttpHeadersMatch_add_headers (envoy_config_common_matcher_v3_HttpHeadersMatch *msg, upb_Arena *arena)
 
UPB_INLINE void envoy_config_common_matcher_v3_HttpHeadersMatch_clear_headers (const envoy_config_common_matcher_v3_HttpHeadersMatch *msg)
 
UPB_INLINE bool envoy_config_common_matcher_v3_HttpHeadersMatch_has_headers (const envoy_config_common_matcher_v3_HttpHeadersMatch *msg)
 
UPB_INLINE const struct envoy_config_route_v3_HeaderMatcher *constenvoy_config_common_matcher_v3_HttpHeadersMatch_headers (const envoy_config_common_matcher_v3_HttpHeadersMatch *msg, size_t *len)
 
UPB_INLINE struct envoy_config_route_v3_HeaderMatcher ** envoy_config_common_matcher_v3_HttpHeadersMatch_mutable_headers (envoy_config_common_matcher_v3_HttpHeadersMatch *msg, size_t *len)
 
UPB_INLINE envoy_config_common_matcher_v3_HttpHeadersMatchenvoy_config_common_matcher_v3_HttpHeadersMatch_new (upb_Arena *arena)
 
UPB_INLINE envoy_config_common_matcher_v3_HttpHeadersMatchenvoy_config_common_matcher_v3_HttpHeadersMatch_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE envoy_config_common_matcher_v3_HttpHeadersMatchenvoy_config_common_matcher_v3_HttpHeadersMatch_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE struct envoy_config_route_v3_HeaderMatcher ** envoy_config_common_matcher_v3_HttpHeadersMatch_resize_headers (envoy_config_common_matcher_v3_HttpHeadersMatch *msg, size_t len, upb_Arena *arena)
 
UPB_INLINE char * envoy_config_common_matcher_v3_HttpHeadersMatch_serialize (const envoy_config_common_matcher_v3_HttpHeadersMatch *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * envoy_config_common_matcher_v3_HttpHeadersMatch_serialize_ex (const envoy_config_common_matcher_v3_HttpHeadersMatch *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_clear_matcher_list (const envoy_config_common_matcher_v3_Matcher *msg)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_clear_matcher_tree (const envoy_config_common_matcher_v3_Matcher *msg)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_clear_on_no_match (const envoy_config_common_matcher_v3_Matcher *msg)
 
UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_has_matcher_list (const envoy_config_common_matcher_v3_Matcher *msg)
 
UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_has_matcher_tree (const envoy_config_common_matcher_v3_Matcher *msg)
 
UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_has_on_no_match (const envoy_config_common_matcher_v3_Matcher *msg)
 
const UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherListenvoy_config_common_matcher_v3_Matcher_matcher_list (const envoy_config_common_matcher_v3_Matcher *msg)
 
const UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherTreeenvoy_config_common_matcher_v3_Matcher_matcher_tree (const envoy_config_common_matcher_v3_Matcher *msg)
 
UPB_INLINE envoy_config_common_matcher_v3_Matcher_matcher_type_oneofcases envoy_config_common_matcher_v3_Matcher_matcher_type_case (const envoy_config_common_matcher_v3_Matcher *msg)
 
UPB_INLINE struct envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcherenvoy_config_common_matcher_v3_Matcher_MatcherList_add_matchers (envoy_config_common_matcher_v3_Matcher_MatcherList *msg, upb_Arena *arena)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_clear_matchers (const envoy_config_common_matcher_v3_Matcher_MatcherList *msg)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_clear_on_match (const envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher *msg)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_clear_predicate (const envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher *msg)
 
UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_has_on_match (const envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher *msg)
 
UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_has_predicate (const envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher *msg)
 
UPB_INLINE struct envoy_config_common_matcher_v3_Matcher_OnMatchenvoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_mutable_on_match (envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher *msg, upb_Arena *arena)
 
UPB_INLINE struct envoy_config_common_matcher_v3_Matcher_MatcherList_Predicateenvoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_mutable_predicate (envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher *msg, upb_Arena *arena)
 
UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcherenvoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_new (upb_Arena *arena)
 
const UPB_INLINE envoy_config_common_matcher_v3_Matcher_OnMatchenvoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_on_match (const envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher *msg)
 
UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcherenvoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcherenvoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
const UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_Predicateenvoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_predicate (const envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher *msg)
 
UPB_INLINE char * envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_serialize (const envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_serialize_ex (const envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_set_on_match (envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher *msg, envoy_config_common_matcher_v3_Matcher_OnMatch *value)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_set_predicate (envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher *msg, envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate *value)
 
UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherList_has_matchers (const envoy_config_common_matcher_v3_Matcher_MatcherList *msg)
 
const UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher *constenvoy_config_common_matcher_v3_Matcher_MatcherList_matchers (const envoy_config_common_matcher_v3_Matcher_MatcherList *msg, size_t *len)
 
UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher ** envoy_config_common_matcher_v3_Matcher_MatcherList_mutable_matchers (envoy_config_common_matcher_v3_Matcher_MatcherList *msg, size_t *len)
 
UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherListenvoy_config_common_matcher_v3_Matcher_MatcherList_new (upb_Arena *arena)
 
UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherListenvoy_config_common_matcher_v3_Matcher_MatcherList_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherListenvoy_config_common_matcher_v3_Matcher_MatcherList_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
const UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateListenvoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_and_matcher (const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate *msg)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_clear_and_matcher (const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate *msg)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_clear_not_matcher (const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate *msg)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_clear_or_matcher (const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate *msg)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_clear_single_predicate (const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate *msg)
 
UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_has_and_matcher (const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate *msg)
 
UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_has_not_matcher (const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate *msg)
 
UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_has_or_matcher (const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate *msg)
 
UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_has_single_predicate (const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate *msg)
 
UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_match_type_oneofcases envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_match_type_case (const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate *msg)
 
UPB_INLINE struct envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateListenvoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_mutable_and_matcher (envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate *msg, upb_Arena *arena)
 
UPB_INLINE struct envoy_config_common_matcher_v3_Matcher_MatcherList_Predicateenvoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_mutable_not_matcher (envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate *msg, upb_Arena *arena)
 
UPB_INLINE struct envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateListenvoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_mutable_or_matcher (envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate *msg, upb_Arena *arena)
 
UPB_INLINE struct envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicateenvoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_mutable_single_predicate (envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate *msg, upb_Arena *arena)
 
UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_Predicateenvoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_new (upb_Arena *arena)
 
const UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_Predicateenvoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_not_matcher (const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate *msg)
 
const UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateListenvoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_or_matcher (const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate *msg)
 
UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_Predicateenvoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_Predicateenvoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE struct envoy_config_common_matcher_v3_Matcher_MatcherList_Predicateenvoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList_add_predicate (envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList *msg, upb_Arena *arena)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList_clear_predicate (const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList *msg)
 
UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList_has_predicate (const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList *msg)
 
UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate ** envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList_mutable_predicate (envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList *msg, size_t *len)
 
UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateListenvoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList_new (upb_Arena *arena)
 
UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateListenvoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateListenvoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
const UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate *constenvoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList_predicate (const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList *msg, size_t *len)
 
UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate ** envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList_resize_predicate (envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList *msg, size_t len, upb_Arena *arena)
 
UPB_INLINE char * envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList_serialize (const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList_serialize_ex (const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_serialize (const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_serialize_ex (const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_set_and_matcher (envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate *msg, envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList *value)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_set_not_matcher (envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate *msg, envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate *value)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_set_or_matcher (envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate *msg, envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList *value)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_set_single_predicate (envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate *msg, envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate *value)
 
const UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicateenvoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_single_predicate (const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate *msg)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_clear_custom_match (const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate *msg)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_clear_input (const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate *msg)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_clear_value_match (const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate *msg)
 
UPB_INLINE const struct envoy_config_core_v3_TypedExtensionConfigenvoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_custom_match (const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate *msg)
 
UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_has_custom_match (const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate *msg)
 
UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_has_input (const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate *msg)
 
UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_has_value_match (const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate *msg)
 
UPB_INLINE const struct envoy_config_core_v3_TypedExtensionConfigenvoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_input (const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate *msg)
 
UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_matcher_oneofcases envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_matcher_case (const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate *msg)
 
UPB_INLINE struct envoy_config_core_v3_TypedExtensionConfigenvoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_mutable_custom_match (envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate *msg, upb_Arena *arena)
 
UPB_INLINE struct envoy_config_core_v3_TypedExtensionConfigenvoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_mutable_input (envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate *msg, upb_Arena *arena)
 
UPB_INLINE struct envoy_type_matcher_v3_StringMatcherenvoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_mutable_value_match (envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate *msg, upb_Arena *arena)
 
UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicateenvoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_new (upb_Arena *arena)
 
UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicateenvoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicateenvoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE char * envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_serialize (const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_serialize_ex (const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_set_custom_match (envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate *msg, struct envoy_config_core_v3_TypedExtensionConfig *value)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_set_input (envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate *msg, struct envoy_config_core_v3_TypedExtensionConfig *value)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_set_value_match (envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate *msg, struct envoy_type_matcher_v3_StringMatcher *value)
 
UPB_INLINE const struct envoy_type_matcher_v3_StringMatcherenvoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_value_match (const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate *msg)
 
UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher ** envoy_config_common_matcher_v3_Matcher_MatcherList_resize_matchers (envoy_config_common_matcher_v3_Matcher_MatcherList *msg, size_t len, upb_Arena *arena)
 
UPB_INLINE char * envoy_config_common_matcher_v3_Matcher_MatcherList_serialize (const envoy_config_common_matcher_v3_Matcher_MatcherList *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * envoy_config_common_matcher_v3_Matcher_MatcherList_serialize_ex (const envoy_config_common_matcher_v3_Matcher_MatcherList *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherTree_clear_custom_match (const envoy_config_common_matcher_v3_Matcher_MatcherTree *msg)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherTree_clear_exact_match_map (const envoy_config_common_matcher_v3_Matcher_MatcherTree *msg)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherTree_clear_input (const envoy_config_common_matcher_v3_Matcher_MatcherTree *msg)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherTree_clear_prefix_match_map (const envoy_config_common_matcher_v3_Matcher_MatcherTree *msg)
 
UPB_INLINE const struct envoy_config_core_v3_TypedExtensionConfigenvoy_config_common_matcher_v3_Matcher_MatcherTree_custom_match (const envoy_config_common_matcher_v3_Matcher_MatcherTree *msg)
 
const UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMapenvoy_config_common_matcher_v3_Matcher_MatcherTree_exact_match_map (const envoy_config_common_matcher_v3_Matcher_MatcherTree *msg)
 
UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherTree_has_custom_match (const envoy_config_common_matcher_v3_Matcher_MatcherTree *msg)
 
UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherTree_has_exact_match_map (const envoy_config_common_matcher_v3_Matcher_MatcherTree *msg)
 
UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherTree_has_input (const envoy_config_common_matcher_v3_Matcher_MatcherTree *msg)
 
UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherTree_has_prefix_match_map (const envoy_config_common_matcher_v3_Matcher_MatcherTree *msg)
 
UPB_INLINE const struct envoy_config_core_v3_TypedExtensionConfigenvoy_config_common_matcher_v3_Matcher_MatcherTree_input (const envoy_config_common_matcher_v3_Matcher_MatcherTree *msg)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_clear_map (const envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap *msg)
 
UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_has_map (const envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap *msg)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_map_clear (envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap *msg)
 
UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_map_delete (envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap *msg, upb_StringView key)
 
UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_map_get (const envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap *msg, upb_StringView key, envoy_config_common_matcher_v3_Matcher_OnMatch **val)
 
const UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_MapEntryenvoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_map_next (const envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap *msg, size_t *iter)
 
UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_MapEntryenvoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_map_nextmutable (envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap *msg, size_t *iter)
 
UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_map_set (envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap *msg, upb_StringView key, envoy_config_common_matcher_v3_Matcher_OnMatch *val, upb_Arena *a)
 
UPB_INLINE size_t envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_map_size (const envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap *msg)
 
UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_MapEntry_has_value (const envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_MapEntry *msg)
 
UPB_INLINE upb_StringView envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_MapEntry_key (const envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_MapEntry *msg)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_MapEntry_set_value (envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_MapEntry *msg, envoy_config_common_matcher_v3_Matcher_OnMatch *value)
 
const UPB_INLINE envoy_config_common_matcher_v3_Matcher_OnMatchenvoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_MapEntry_value (const envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_MapEntry *msg)
 
UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMapenvoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_new (upb_Arena *arena)
 
UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMapenvoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMapenvoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE char * envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_serialize (const envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_serialize_ex (const envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE struct envoy_config_core_v3_TypedExtensionConfigenvoy_config_common_matcher_v3_Matcher_MatcherTree_mutable_custom_match (envoy_config_common_matcher_v3_Matcher_MatcherTree *msg, upb_Arena *arena)
 
UPB_INLINE struct envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMapenvoy_config_common_matcher_v3_Matcher_MatcherTree_mutable_exact_match_map (envoy_config_common_matcher_v3_Matcher_MatcherTree *msg, upb_Arena *arena)
 
UPB_INLINE struct envoy_config_core_v3_TypedExtensionConfigenvoy_config_common_matcher_v3_Matcher_MatcherTree_mutable_input (envoy_config_common_matcher_v3_Matcher_MatcherTree *msg, upb_Arena *arena)
 
UPB_INLINE struct envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMapenvoy_config_common_matcher_v3_Matcher_MatcherTree_mutable_prefix_match_map (envoy_config_common_matcher_v3_Matcher_MatcherTree *msg, upb_Arena *arena)
 
UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherTreeenvoy_config_common_matcher_v3_Matcher_MatcherTree_new (upb_Arena *arena)
 
UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherTreeenvoy_config_common_matcher_v3_Matcher_MatcherTree_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherTreeenvoy_config_common_matcher_v3_Matcher_MatcherTree_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
const UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMapenvoy_config_common_matcher_v3_Matcher_MatcherTree_prefix_match_map (const envoy_config_common_matcher_v3_Matcher_MatcherTree *msg)
 
UPB_INLINE char * envoy_config_common_matcher_v3_Matcher_MatcherTree_serialize (const envoy_config_common_matcher_v3_Matcher_MatcherTree *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * envoy_config_common_matcher_v3_Matcher_MatcherTree_serialize_ex (const envoy_config_common_matcher_v3_Matcher_MatcherTree *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherTree_set_custom_match (envoy_config_common_matcher_v3_Matcher_MatcherTree *msg, struct envoy_config_core_v3_TypedExtensionConfig *value)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherTree_set_exact_match_map (envoy_config_common_matcher_v3_Matcher_MatcherTree *msg, envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap *value)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherTree_set_input (envoy_config_common_matcher_v3_Matcher_MatcherTree *msg, struct envoy_config_core_v3_TypedExtensionConfig *value)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherTree_set_prefix_match_map (envoy_config_common_matcher_v3_Matcher_MatcherTree *msg, envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap *value)
 
UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherTree_tree_type_oneofcases envoy_config_common_matcher_v3_Matcher_MatcherTree_tree_type_case (const envoy_config_common_matcher_v3_Matcher_MatcherTree *msg)
 
UPB_INLINE struct envoy_config_common_matcher_v3_Matcher_MatcherListenvoy_config_common_matcher_v3_Matcher_mutable_matcher_list (envoy_config_common_matcher_v3_Matcher *msg, upb_Arena *arena)
 
UPB_INLINE struct envoy_config_common_matcher_v3_Matcher_MatcherTreeenvoy_config_common_matcher_v3_Matcher_mutable_matcher_tree (envoy_config_common_matcher_v3_Matcher *msg, upb_Arena *arena)
 
UPB_INLINE struct envoy_config_common_matcher_v3_Matcher_OnMatchenvoy_config_common_matcher_v3_Matcher_mutable_on_no_match (envoy_config_common_matcher_v3_Matcher *msg, upb_Arena *arena)
 
UPB_INLINE envoy_config_common_matcher_v3_Matcherenvoy_config_common_matcher_v3_Matcher_new (upb_Arena *arena)
 
const UPB_INLINE envoy_config_common_matcher_v3_Matcher_OnMatchenvoy_config_common_matcher_v3_Matcher_on_no_match (const envoy_config_common_matcher_v3_Matcher *msg)
 
UPB_INLINE const struct envoy_config_core_v3_TypedExtensionConfigenvoy_config_common_matcher_v3_Matcher_OnMatch_action (const envoy_config_common_matcher_v3_Matcher_OnMatch *msg)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_OnMatch_clear_action (const envoy_config_common_matcher_v3_Matcher_OnMatch *msg)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_OnMatch_clear_matcher (const envoy_config_common_matcher_v3_Matcher_OnMatch *msg)
 
UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_OnMatch_has_action (const envoy_config_common_matcher_v3_Matcher_OnMatch *msg)
 
UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_OnMatch_has_matcher (const envoy_config_common_matcher_v3_Matcher_OnMatch *msg)
 
const UPB_INLINE envoy_config_common_matcher_v3_Matcherenvoy_config_common_matcher_v3_Matcher_OnMatch_matcher (const envoy_config_common_matcher_v3_Matcher_OnMatch *msg)
 
UPB_INLINE struct envoy_config_core_v3_TypedExtensionConfigenvoy_config_common_matcher_v3_Matcher_OnMatch_mutable_action (envoy_config_common_matcher_v3_Matcher_OnMatch *msg, upb_Arena *arena)
 
UPB_INLINE struct envoy_config_common_matcher_v3_Matcherenvoy_config_common_matcher_v3_Matcher_OnMatch_mutable_matcher (envoy_config_common_matcher_v3_Matcher_OnMatch *msg, upb_Arena *arena)
 
UPB_INLINE envoy_config_common_matcher_v3_Matcher_OnMatchenvoy_config_common_matcher_v3_Matcher_OnMatch_new (upb_Arena *arena)
 
UPB_INLINE envoy_config_common_matcher_v3_Matcher_OnMatch_on_match_oneofcases envoy_config_common_matcher_v3_Matcher_OnMatch_on_match_case (const envoy_config_common_matcher_v3_Matcher_OnMatch *msg)
 
UPB_INLINE envoy_config_common_matcher_v3_Matcher_OnMatchenvoy_config_common_matcher_v3_Matcher_OnMatch_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE envoy_config_common_matcher_v3_Matcher_OnMatchenvoy_config_common_matcher_v3_Matcher_OnMatch_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE char * envoy_config_common_matcher_v3_Matcher_OnMatch_serialize (const envoy_config_common_matcher_v3_Matcher_OnMatch *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * envoy_config_common_matcher_v3_Matcher_OnMatch_serialize_ex (const envoy_config_common_matcher_v3_Matcher_OnMatch *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_OnMatch_set_action (envoy_config_common_matcher_v3_Matcher_OnMatch *msg, struct envoy_config_core_v3_TypedExtensionConfig *value)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_OnMatch_set_matcher (envoy_config_common_matcher_v3_Matcher_OnMatch *msg, envoy_config_common_matcher_v3_Matcher *value)
 
UPB_INLINE envoy_config_common_matcher_v3_Matcherenvoy_config_common_matcher_v3_Matcher_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE envoy_config_common_matcher_v3_Matcherenvoy_config_common_matcher_v3_Matcher_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE char * envoy_config_common_matcher_v3_Matcher_serialize (const envoy_config_common_matcher_v3_Matcher *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * envoy_config_common_matcher_v3_Matcher_serialize_ex (const envoy_config_common_matcher_v3_Matcher *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_set_matcher_list (envoy_config_common_matcher_v3_Matcher *msg, envoy_config_common_matcher_v3_Matcher_MatcherList *value)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_set_matcher_tree (envoy_config_common_matcher_v3_Matcher *msg, envoy_config_common_matcher_v3_Matcher_MatcherTree *value)
 
UPB_INLINE void envoy_config_common_matcher_v3_Matcher_set_on_no_match (envoy_config_common_matcher_v3_Matcher *msg, envoy_config_common_matcher_v3_Matcher_OnMatch *value)
 
const UPB_INLINE envoy_config_common_matcher_v3_MatchPredicate_MatchSetenvoy_config_common_matcher_v3_MatchPredicate_and_match (const envoy_config_common_matcher_v3_MatchPredicate *msg)
 
UPB_INLINE bool envoy_config_common_matcher_v3_MatchPredicate_any_match (const envoy_config_common_matcher_v3_MatchPredicate *msg)
 
UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_clear_and_match (const envoy_config_common_matcher_v3_MatchPredicate *msg)
 
UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_clear_any_match (const envoy_config_common_matcher_v3_MatchPredicate *msg)
 
UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_clear_http_request_generic_body_match (const envoy_config_common_matcher_v3_MatchPredicate *msg)
 
UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_clear_http_request_headers_match (const envoy_config_common_matcher_v3_MatchPredicate *msg)
 
UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_clear_http_request_trailers_match (const envoy_config_common_matcher_v3_MatchPredicate *msg)
 
UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_clear_http_response_generic_body_match (const envoy_config_common_matcher_v3_MatchPredicate *msg)
 
UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_clear_http_response_headers_match (const envoy_config_common_matcher_v3_MatchPredicate *msg)
 
UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_clear_http_response_trailers_match (const envoy_config_common_matcher_v3_MatchPredicate *msg)
 
UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_clear_not_match (const envoy_config_common_matcher_v3_MatchPredicate *msg)
 
UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_clear_or_match (const envoy_config_common_matcher_v3_MatchPredicate *msg)
 
UPB_INLINE bool envoy_config_common_matcher_v3_MatchPredicate_has_and_match (const envoy_config_common_matcher_v3_MatchPredicate *msg)
 
UPB_INLINE bool envoy_config_common_matcher_v3_MatchPredicate_has_any_match (const envoy_config_common_matcher_v3_MatchPredicate *msg)
 
UPB_INLINE bool envoy_config_common_matcher_v3_MatchPredicate_has_http_request_generic_body_match (const envoy_config_common_matcher_v3_MatchPredicate *msg)
 
UPB_INLINE bool envoy_config_common_matcher_v3_MatchPredicate_has_http_request_headers_match (const envoy_config_common_matcher_v3_MatchPredicate *msg)
 
UPB_INLINE bool envoy_config_common_matcher_v3_MatchPredicate_has_http_request_trailers_match (const envoy_config_common_matcher_v3_MatchPredicate *msg)
 
UPB_INLINE bool envoy_config_common_matcher_v3_MatchPredicate_has_http_response_generic_body_match (const envoy_config_common_matcher_v3_MatchPredicate *msg)
 
UPB_INLINE bool envoy_config_common_matcher_v3_MatchPredicate_has_http_response_headers_match (const envoy_config_common_matcher_v3_MatchPredicate *msg)
 
UPB_INLINE bool envoy_config_common_matcher_v3_MatchPredicate_has_http_response_trailers_match (const envoy_config_common_matcher_v3_MatchPredicate *msg)
 
UPB_INLINE bool envoy_config_common_matcher_v3_MatchPredicate_has_not_match (const envoy_config_common_matcher_v3_MatchPredicate *msg)
 
UPB_INLINE bool envoy_config_common_matcher_v3_MatchPredicate_has_or_match (const envoy_config_common_matcher_v3_MatchPredicate *msg)
 
const UPB_INLINE envoy_config_common_matcher_v3_HttpGenericBodyMatchenvoy_config_common_matcher_v3_MatchPredicate_http_request_generic_body_match (const envoy_config_common_matcher_v3_MatchPredicate *msg)
 
const UPB_INLINE envoy_config_common_matcher_v3_HttpHeadersMatchenvoy_config_common_matcher_v3_MatchPredicate_http_request_headers_match (const envoy_config_common_matcher_v3_MatchPredicate *msg)
 
const UPB_INLINE envoy_config_common_matcher_v3_HttpHeadersMatchenvoy_config_common_matcher_v3_MatchPredicate_http_request_trailers_match (const envoy_config_common_matcher_v3_MatchPredicate *msg)
 
const UPB_INLINE envoy_config_common_matcher_v3_HttpGenericBodyMatchenvoy_config_common_matcher_v3_MatchPredicate_http_response_generic_body_match (const envoy_config_common_matcher_v3_MatchPredicate *msg)
 
const UPB_INLINE envoy_config_common_matcher_v3_HttpHeadersMatchenvoy_config_common_matcher_v3_MatchPredicate_http_response_headers_match (const envoy_config_common_matcher_v3_MatchPredicate *msg)
 
const UPB_INLINE envoy_config_common_matcher_v3_HttpHeadersMatchenvoy_config_common_matcher_v3_MatchPredicate_http_response_trailers_match (const envoy_config_common_matcher_v3_MatchPredicate *msg)
 
UPB_INLINE struct envoy_config_common_matcher_v3_MatchPredicateenvoy_config_common_matcher_v3_MatchPredicate_MatchSet_add_rules (envoy_config_common_matcher_v3_MatchPredicate_MatchSet *msg, upb_Arena *arena)
 
UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_MatchSet_clear_rules (const envoy_config_common_matcher_v3_MatchPredicate_MatchSet *msg)
 
UPB_INLINE bool envoy_config_common_matcher_v3_MatchPredicate_MatchSet_has_rules (const envoy_config_common_matcher_v3_MatchPredicate_MatchSet *msg)
 
UPB_INLINE envoy_config_common_matcher_v3_MatchPredicate ** envoy_config_common_matcher_v3_MatchPredicate_MatchSet_mutable_rules (envoy_config_common_matcher_v3_MatchPredicate_MatchSet *msg, size_t *len)
 
UPB_INLINE envoy_config_common_matcher_v3_MatchPredicate_MatchSetenvoy_config_common_matcher_v3_MatchPredicate_MatchSet_new (upb_Arena *arena)
 
UPB_INLINE envoy_config_common_matcher_v3_MatchPredicate_MatchSetenvoy_config_common_matcher_v3_MatchPredicate_MatchSet_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE envoy_config_common_matcher_v3_MatchPredicate_MatchSetenvoy_config_common_matcher_v3_MatchPredicate_MatchSet_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE envoy_config_common_matcher_v3_MatchPredicate ** envoy_config_common_matcher_v3_MatchPredicate_MatchSet_resize_rules (envoy_config_common_matcher_v3_MatchPredicate_MatchSet *msg, size_t len, upb_Arena *arena)
 
const UPB_INLINE envoy_config_common_matcher_v3_MatchPredicate *constenvoy_config_common_matcher_v3_MatchPredicate_MatchSet_rules (const envoy_config_common_matcher_v3_MatchPredicate_MatchSet *msg, size_t *len)
 
UPB_INLINE char * envoy_config_common_matcher_v3_MatchPredicate_MatchSet_serialize (const envoy_config_common_matcher_v3_MatchPredicate_MatchSet *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * envoy_config_common_matcher_v3_MatchPredicate_MatchSet_serialize_ex (const envoy_config_common_matcher_v3_MatchPredicate_MatchSet *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE struct envoy_config_common_matcher_v3_MatchPredicate_MatchSetenvoy_config_common_matcher_v3_MatchPredicate_mutable_and_match (envoy_config_common_matcher_v3_MatchPredicate *msg, upb_Arena *arena)
 
UPB_INLINE struct envoy_config_common_matcher_v3_HttpGenericBodyMatchenvoy_config_common_matcher_v3_MatchPredicate_mutable_http_request_generic_body_match (envoy_config_common_matcher_v3_MatchPredicate *msg, upb_Arena *arena)
 
UPB_INLINE struct envoy_config_common_matcher_v3_HttpHeadersMatchenvoy_config_common_matcher_v3_MatchPredicate_mutable_http_request_headers_match (envoy_config_common_matcher_v3_MatchPredicate *msg, upb_Arena *arena)
 
UPB_INLINE struct envoy_config_common_matcher_v3_HttpHeadersMatchenvoy_config_common_matcher_v3_MatchPredicate_mutable_http_request_trailers_match (envoy_config_common_matcher_v3_MatchPredicate *msg, upb_Arena *arena)
 
UPB_INLINE struct envoy_config_common_matcher_v3_HttpGenericBodyMatchenvoy_config_common_matcher_v3_MatchPredicate_mutable_http_response_generic_body_match (envoy_config_common_matcher_v3_MatchPredicate *msg, upb_Arena *arena)
 
UPB_INLINE struct envoy_config_common_matcher_v3_HttpHeadersMatchenvoy_config_common_matcher_v3_MatchPredicate_mutable_http_response_headers_match (envoy_config_common_matcher_v3_MatchPredicate *msg, upb_Arena *arena)
 
UPB_INLINE struct envoy_config_common_matcher_v3_HttpHeadersMatchenvoy_config_common_matcher_v3_MatchPredicate_mutable_http_response_trailers_match (envoy_config_common_matcher_v3_MatchPredicate *msg, upb_Arena *arena)
 
UPB_INLINE struct envoy_config_common_matcher_v3_MatchPredicateenvoy_config_common_matcher_v3_MatchPredicate_mutable_not_match (envoy_config_common_matcher_v3_MatchPredicate *msg, upb_Arena *arena)
 
UPB_INLINE struct envoy_config_common_matcher_v3_MatchPredicate_MatchSetenvoy_config_common_matcher_v3_MatchPredicate_mutable_or_match (envoy_config_common_matcher_v3_MatchPredicate *msg, upb_Arena *arena)
 
UPB_INLINE envoy_config_common_matcher_v3_MatchPredicateenvoy_config_common_matcher_v3_MatchPredicate_new (upb_Arena *arena)
 
const UPB_INLINE envoy_config_common_matcher_v3_MatchPredicateenvoy_config_common_matcher_v3_MatchPredicate_not_match (const envoy_config_common_matcher_v3_MatchPredicate *msg)
 
const UPB_INLINE envoy_config_common_matcher_v3_MatchPredicate_MatchSetenvoy_config_common_matcher_v3_MatchPredicate_or_match (const envoy_config_common_matcher_v3_MatchPredicate *msg)
 
UPB_INLINE envoy_config_common_matcher_v3_MatchPredicateenvoy_config_common_matcher_v3_MatchPredicate_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE envoy_config_common_matcher_v3_MatchPredicateenvoy_config_common_matcher_v3_MatchPredicate_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE envoy_config_common_matcher_v3_MatchPredicate_rule_oneofcases envoy_config_common_matcher_v3_MatchPredicate_rule_case (const envoy_config_common_matcher_v3_MatchPredicate *msg)
 
UPB_INLINE char * envoy_config_common_matcher_v3_MatchPredicate_serialize (const envoy_config_common_matcher_v3_MatchPredicate *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * envoy_config_common_matcher_v3_MatchPredicate_serialize_ex (const envoy_config_common_matcher_v3_MatchPredicate *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_set_and_match (envoy_config_common_matcher_v3_MatchPredicate *msg, envoy_config_common_matcher_v3_MatchPredicate_MatchSet *value)
 
UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_set_any_match (envoy_config_common_matcher_v3_MatchPredicate *msg, bool value)
 
UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_set_http_request_generic_body_match (envoy_config_common_matcher_v3_MatchPredicate *msg, envoy_config_common_matcher_v3_HttpGenericBodyMatch *value)
 
UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_set_http_request_headers_match (envoy_config_common_matcher_v3_MatchPredicate *msg, envoy_config_common_matcher_v3_HttpHeadersMatch *value)
 
UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_set_http_request_trailers_match (envoy_config_common_matcher_v3_MatchPredicate *msg, envoy_config_common_matcher_v3_HttpHeadersMatch *value)
 
UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_set_http_response_generic_body_match (envoy_config_common_matcher_v3_MatchPredicate *msg, envoy_config_common_matcher_v3_HttpGenericBodyMatch *value)
 
UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_set_http_response_headers_match (envoy_config_common_matcher_v3_MatchPredicate *msg, envoy_config_common_matcher_v3_HttpHeadersMatch *value)
 
UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_set_http_response_trailers_match (envoy_config_common_matcher_v3_MatchPredicate *msg, envoy_config_common_matcher_v3_HttpHeadersMatch *value)
 
UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_set_not_match (envoy_config_common_matcher_v3_MatchPredicate *msg, envoy_config_common_matcher_v3_MatchPredicate *value)
 
UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_set_or_match (envoy_config_common_matcher_v3_MatchPredicate *msg, envoy_config_common_matcher_v3_MatchPredicate_MatchSet *value)
 

Variables

const upb_MiniTable envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_msginit
 
const upb_MiniTable envoy_config_common_matcher_v3_HttpGenericBodyMatch_msginit
 
const upb_MiniTable envoy_config_common_matcher_v3_HttpHeadersMatch_msginit
 
const upb_MiniTable envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_msginit
 
const upb_MiniTable envoy_config_common_matcher_v3_Matcher_MatcherList_msginit
 
const upb_MiniTable envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_msginit
 
const upb_MiniTable envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList_msginit
 
const upb_MiniTable envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_msginit
 
const upb_MiniTable envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_MapEntry_msginit
 
const upb_MiniTable envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_msginit
 
const upb_MiniTable envoy_config_common_matcher_v3_Matcher_MatcherTree_msginit
 
const upb_MiniTable envoy_config_common_matcher_v3_Matcher_msginit
 
const upb_MiniTable envoy_config_common_matcher_v3_Matcher_OnMatch_msginit
 
const upb_MiniTable_File envoy_config_common_matcher_v3_matcher_proto_upb_file_layout
 
const upb_MiniTable envoy_config_common_matcher_v3_MatchPredicate_MatchSet_msginit
 
const upb_MiniTable envoy_config_common_matcher_v3_MatchPredicate_msginit
 
const upb_MiniTable envoy_config_core_v3_TypedExtensionConfig_msginit
 
const upb_MiniTable envoy_config_route_v3_HeaderMatcher_msginit
 
const upb_MiniTable envoy_type_matcher_v3_StringMatcher_msginit
 

Typedef Documentation

◆ envoy_config_common_matcher_v3_HttpGenericBodyMatch

Definition at line 51 of file envoy/config/common/matcher/v3/matcher.upb.h.

◆ envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch

Definition at line 52 of file envoy/config/common/matcher/v3/matcher.upb.h.

◆ envoy_config_common_matcher_v3_HttpHeadersMatch

Definition at line 50 of file envoy/config/common/matcher/v3/matcher.upb.h.

◆ envoy_config_common_matcher_v3_Matcher

Definition at line 38 of file envoy/config/common/matcher/v3/matcher.upb.h.

◆ envoy_config_common_matcher_v3_Matcher_MatcherList

Definition at line 40 of file envoy/config/common/matcher/v3/matcher.upb.h.

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher

Definition at line 44 of file envoy/config/common/matcher/v3/matcher.upb.h.

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate

Definition at line 41 of file envoy/config/common/matcher/v3/matcher.upb.h.

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList

Definition at line 43 of file envoy/config/common/matcher/v3/matcher.upb.h.

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate

Definition at line 42 of file envoy/config/common/matcher/v3/matcher.upb.h.

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree

Definition at line 45 of file envoy/config/common/matcher/v3/matcher.upb.h.

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap

Definition at line 46 of file envoy/config/common/matcher/v3/matcher.upb.h.

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_MapEntry

Definition at line 47 of file envoy/config/common/matcher/v3/matcher.upb.h.

◆ envoy_config_common_matcher_v3_Matcher_OnMatch

Definition at line 39 of file envoy/config/common/matcher/v3/matcher.upb.h.

◆ envoy_config_common_matcher_v3_MatchPredicate

Definition at line 48 of file envoy/config/common/matcher/v3/matcher.upb.h.

◆ envoy_config_common_matcher_v3_MatchPredicate_MatchSet

Definition at line 49 of file envoy/config/common/matcher/v3/matcher.upb.h.

Enumeration Type Documentation

◆ envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_rule_oneofcases

Enumerator
envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_rule_string_match 
envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_rule_binary_match 
envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_rule_NOT_SET 

Definition at line 1339 of file envoy/config/common/matcher/v3/matcher.upb.h.

◆ envoy_config_common_matcher_v3_Matcher_matcher_type_oneofcases

Enumerator
envoy_config_common_matcher_v3_Matcher_matcher_type_matcher_list 
envoy_config_common_matcher_v3_Matcher_matcher_type_matcher_tree 
envoy_config_common_matcher_v3_Matcher_matcher_type_NOT_SET 

Definition at line 108 of file envoy/config/common/matcher/v3/matcher.upb.h.

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_match_type_oneofcases

Enumerator
envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_match_type_single_predicate 
envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_match_type_or_matcher 
envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_match_type_and_matcher 
envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_match_type_not_matcher 
envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_match_type_NOT_SET 

Definition at line 350 of file envoy/config/common/matcher/v3/matcher.upb.h.

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_matcher_oneofcases

Enumerator
envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_matcher_value_match 
envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_matcher_custom_match 
envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_matcher_NOT_SET 

Definition at line 477 of file envoy/config/common/matcher/v3/matcher.upb.h.

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_tree_type_oneofcases

Enumerator
envoy_config_common_matcher_v3_Matcher_MatcherTree_tree_type_exact_match_map 
envoy_config_common_matcher_v3_Matcher_MatcherTree_tree_type_prefix_match_map 
envoy_config_common_matcher_v3_Matcher_MatcherTree_tree_type_custom_match 
envoy_config_common_matcher_v3_Matcher_MatcherTree_tree_type_NOT_SET 

Definition at line 713 of file envoy/config/common/matcher/v3/matcher.upb.h.

◆ envoy_config_common_matcher_v3_Matcher_OnMatch_on_match_oneofcases

Enumerator
envoy_config_common_matcher_v3_Matcher_OnMatch_on_match_matcher 
envoy_config_common_matcher_v3_Matcher_OnMatch_on_match_action 
envoy_config_common_matcher_v3_Matcher_OnMatch_on_match_NOT_SET 

Definition at line 213 of file envoy/config/common/matcher/v3/matcher.upb.h.

◆ envoy_config_common_matcher_v3_MatchPredicate_rule_oneofcases

Enumerator
envoy_config_common_matcher_v3_MatchPredicate_rule_or_match 
envoy_config_common_matcher_v3_MatchPredicate_rule_and_match 
envoy_config_common_matcher_v3_MatchPredicate_rule_not_match 
envoy_config_common_matcher_v3_MatchPredicate_rule_any_match 
envoy_config_common_matcher_v3_MatchPredicate_rule_http_request_headers_match 
envoy_config_common_matcher_v3_MatchPredicate_rule_http_request_trailers_match 
envoy_config_common_matcher_v3_MatchPredicate_rule_http_response_headers_match 
envoy_config_common_matcher_v3_MatchPredicate_rule_http_response_trailers_match 
envoy_config_common_matcher_v3_MatchPredicate_rule_http_request_generic_body_match 
envoy_config_common_matcher_v3_MatchPredicate_rule_http_response_generic_body_match 
envoy_config_common_matcher_v3_MatchPredicate_rule_NOT_SET 

Definition at line 918 of file envoy/config/common/matcher/v3/matcher.upb.h.

Function Documentation

◆ envoy_config_common_matcher_v3_HttpGenericBodyMatch_add_patterns()

UPB_INLINE struct envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch* envoy_config_common_matcher_v3_HttpGenericBodyMatch_add_patterns ( envoy_config_common_matcher_v3_HttpGenericBodyMatch msg,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_HttpGenericBodyMatch_bytes_limit()

UPB_INLINE uint32_t envoy_config_common_matcher_v3_HttpGenericBodyMatch_bytes_limit ( const envoy_config_common_matcher_v3_HttpGenericBodyMatch msg)

◆ envoy_config_common_matcher_v3_HttpGenericBodyMatch_clear_bytes_limit()

UPB_INLINE void envoy_config_common_matcher_v3_HttpGenericBodyMatch_clear_bytes_limit ( const envoy_config_common_matcher_v3_HttpGenericBodyMatch msg)

◆ envoy_config_common_matcher_v3_HttpGenericBodyMatch_clear_patterns()

UPB_INLINE void envoy_config_common_matcher_v3_HttpGenericBodyMatch_clear_patterns ( const envoy_config_common_matcher_v3_HttpGenericBodyMatch msg)

◆ envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_binary_match()

UPB_INLINE upb_StringView envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_binary_match ( const envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch msg)

◆ envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_clear_binary_match()

UPB_INLINE void envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_clear_binary_match ( const envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch msg)

◆ envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_clear_string_match()

UPB_INLINE void envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_clear_string_match ( const envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch msg)

◆ envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_has_binary_match()

UPB_INLINE bool envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_has_binary_match ( const envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch msg)

◆ envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_has_string_match()

UPB_INLINE bool envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_has_string_match ( const envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch msg)

◆ envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_new()

UPB_INLINE envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch* envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_new ( upb_Arena arena)

◆ envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_parse()

UPB_INLINE envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch* envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_parse_ex()

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

◆ envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_rule_case()

◆ envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_serialize()

UPB_INLINE char* envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_serialize ( const envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch msg,
upb_Arena arena,
size_t *  len 
)

◆ envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_serialize_ex()

UPB_INLINE char* envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_serialize_ex ( const envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch msg,
int  options,
upb_Arena arena,
size_t *  len 
)

◆ envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_set_binary_match()

UPB_INLINE void envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_set_binary_match ( envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch msg,
upb_StringView  value 
)

◆ envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_set_string_match()

UPB_INLINE void envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_set_string_match ( envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch msg,
upb_StringView  value 
)

◆ envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_string_match()

UPB_INLINE upb_StringView envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_string_match ( const envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch msg)

◆ envoy_config_common_matcher_v3_HttpGenericBodyMatch_has_patterns()

UPB_INLINE bool envoy_config_common_matcher_v3_HttpGenericBodyMatch_has_patterns ( const envoy_config_common_matcher_v3_HttpGenericBodyMatch msg)

◆ envoy_config_common_matcher_v3_HttpGenericBodyMatch_mutable_patterns()

UPB_INLINE envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch** envoy_config_common_matcher_v3_HttpGenericBodyMatch_mutable_patterns ( envoy_config_common_matcher_v3_HttpGenericBodyMatch msg,
size_t *  len 
)

◆ envoy_config_common_matcher_v3_HttpGenericBodyMatch_new()

UPB_INLINE envoy_config_common_matcher_v3_HttpGenericBodyMatch* envoy_config_common_matcher_v3_HttpGenericBodyMatch_new ( upb_Arena arena)

◆ envoy_config_common_matcher_v3_HttpGenericBodyMatch_parse()

UPB_INLINE envoy_config_common_matcher_v3_HttpGenericBodyMatch* envoy_config_common_matcher_v3_HttpGenericBodyMatch_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_HttpGenericBodyMatch_parse_ex()

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

◆ envoy_config_common_matcher_v3_HttpGenericBodyMatch_patterns()

const UPB_INLINE envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch* const* envoy_config_common_matcher_v3_HttpGenericBodyMatch_patterns ( const envoy_config_common_matcher_v3_HttpGenericBodyMatch msg,
size_t *  len 
)

◆ envoy_config_common_matcher_v3_HttpGenericBodyMatch_resize_patterns()

UPB_INLINE envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch** envoy_config_common_matcher_v3_HttpGenericBodyMatch_resize_patterns ( envoy_config_common_matcher_v3_HttpGenericBodyMatch msg,
size_t  len,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_HttpGenericBodyMatch_serialize()

UPB_INLINE char* envoy_config_common_matcher_v3_HttpGenericBodyMatch_serialize ( const envoy_config_common_matcher_v3_HttpGenericBodyMatch msg,
upb_Arena arena,
size_t *  len 
)

◆ envoy_config_common_matcher_v3_HttpGenericBodyMatch_serialize_ex()

UPB_INLINE char* envoy_config_common_matcher_v3_HttpGenericBodyMatch_serialize_ex ( const envoy_config_common_matcher_v3_HttpGenericBodyMatch msg,
int  options,
upb_Arena arena,
size_t *  len 
)

◆ envoy_config_common_matcher_v3_HttpGenericBodyMatch_set_bytes_limit()

UPB_INLINE void envoy_config_common_matcher_v3_HttpGenericBodyMatch_set_bytes_limit ( envoy_config_common_matcher_v3_HttpGenericBodyMatch msg,
uint32_t  value 
)

◆ envoy_config_common_matcher_v3_HttpHeadersMatch_add_headers()

UPB_INLINE struct envoy_config_route_v3_HeaderMatcher* envoy_config_common_matcher_v3_HttpHeadersMatch_add_headers ( envoy_config_common_matcher_v3_HttpHeadersMatch msg,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_HttpHeadersMatch_clear_headers()

UPB_INLINE void envoy_config_common_matcher_v3_HttpHeadersMatch_clear_headers ( const envoy_config_common_matcher_v3_HttpHeadersMatch msg)

◆ envoy_config_common_matcher_v3_HttpHeadersMatch_has_headers()

UPB_INLINE bool envoy_config_common_matcher_v3_HttpHeadersMatch_has_headers ( const envoy_config_common_matcher_v3_HttpHeadersMatch msg)

◆ envoy_config_common_matcher_v3_HttpHeadersMatch_headers()

UPB_INLINE const struct envoy_config_route_v3_HeaderMatcher* const* envoy_config_common_matcher_v3_HttpHeadersMatch_headers ( const envoy_config_common_matcher_v3_HttpHeadersMatch msg,
size_t *  len 
)

◆ envoy_config_common_matcher_v3_HttpHeadersMatch_mutable_headers()

UPB_INLINE struct envoy_config_route_v3_HeaderMatcher** envoy_config_common_matcher_v3_HttpHeadersMatch_mutable_headers ( envoy_config_common_matcher_v3_HttpHeadersMatch msg,
size_t *  len 
)

◆ envoy_config_common_matcher_v3_HttpHeadersMatch_new()

UPB_INLINE envoy_config_common_matcher_v3_HttpHeadersMatch* envoy_config_common_matcher_v3_HttpHeadersMatch_new ( upb_Arena arena)

◆ envoy_config_common_matcher_v3_HttpHeadersMatch_parse()

UPB_INLINE envoy_config_common_matcher_v3_HttpHeadersMatch* envoy_config_common_matcher_v3_HttpHeadersMatch_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_HttpHeadersMatch_parse_ex()

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

◆ envoy_config_common_matcher_v3_HttpHeadersMatch_resize_headers()

UPB_INLINE struct envoy_config_route_v3_HeaderMatcher** envoy_config_common_matcher_v3_HttpHeadersMatch_resize_headers ( envoy_config_common_matcher_v3_HttpHeadersMatch msg,
size_t  len,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_HttpHeadersMatch_serialize()

UPB_INLINE char* envoy_config_common_matcher_v3_HttpHeadersMatch_serialize ( const envoy_config_common_matcher_v3_HttpHeadersMatch msg,
upb_Arena arena,
size_t *  len 
)

◆ envoy_config_common_matcher_v3_HttpHeadersMatch_serialize_ex()

UPB_INLINE char* envoy_config_common_matcher_v3_HttpHeadersMatch_serialize_ex ( const envoy_config_common_matcher_v3_HttpHeadersMatch msg,
int  options,
upb_Arena arena,
size_t *  len 
)

◆ envoy_config_common_matcher_v3_Matcher_clear_matcher_list()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_clear_matcher_list ( const envoy_config_common_matcher_v3_Matcher msg)

◆ envoy_config_common_matcher_v3_Matcher_clear_matcher_tree()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_clear_matcher_tree ( const envoy_config_common_matcher_v3_Matcher msg)

◆ envoy_config_common_matcher_v3_Matcher_clear_on_no_match()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_clear_on_no_match ( const envoy_config_common_matcher_v3_Matcher msg)

◆ envoy_config_common_matcher_v3_Matcher_has_matcher_list()

UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_has_matcher_list ( const envoy_config_common_matcher_v3_Matcher msg)

◆ envoy_config_common_matcher_v3_Matcher_has_matcher_tree()

UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_has_matcher_tree ( const envoy_config_common_matcher_v3_Matcher msg)

◆ envoy_config_common_matcher_v3_Matcher_has_on_no_match()

UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_has_on_no_match ( const envoy_config_common_matcher_v3_Matcher msg)

◆ envoy_config_common_matcher_v3_Matcher_matcher_list()

◆ envoy_config_common_matcher_v3_Matcher_matcher_tree()

◆ envoy_config_common_matcher_v3_Matcher_matcher_type_case()

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_add_matchers()

UPB_INLINE struct envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher* envoy_config_common_matcher_v3_Matcher_MatcherList_add_matchers ( envoy_config_common_matcher_v3_Matcher_MatcherList msg,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_clear_matchers()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_clear_matchers ( const envoy_config_common_matcher_v3_Matcher_MatcherList msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_clear_on_match()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_clear_on_match ( const envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_clear_predicate()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_clear_predicate ( const envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_has_on_match()

UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_has_on_match ( const envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_has_predicate()

UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_has_predicate ( const envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_mutable_on_match()

UPB_INLINE struct envoy_config_common_matcher_v3_Matcher_OnMatch* envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_mutable_on_match ( envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher msg,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_mutable_predicate()

UPB_INLINE struct envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate* envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_mutable_predicate ( envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher msg,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_new()

UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher* envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_new ( upb_Arena arena)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_on_match()

const UPB_INLINE envoy_config_common_matcher_v3_Matcher_OnMatch* envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_on_match ( const envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_parse()

UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher* envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_parse_ex()

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

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_predicate()

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_serialize()

UPB_INLINE char* envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_serialize ( const envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher msg,
upb_Arena arena,
size_t *  len 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_serialize_ex()

UPB_INLINE char* envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_serialize_ex ( const envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher msg,
int  options,
upb_Arena arena,
size_t *  len 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_set_on_match()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_set_on_match ( envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher msg,
envoy_config_common_matcher_v3_Matcher_OnMatch value 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_set_predicate()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_set_predicate ( envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher msg,
envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate value 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_has_matchers()

UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherList_has_matchers ( const envoy_config_common_matcher_v3_Matcher_MatcherList msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_matchers()

const UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher* const* envoy_config_common_matcher_v3_Matcher_MatcherList_matchers ( const envoy_config_common_matcher_v3_Matcher_MatcherList msg,
size_t *  len 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_mutable_matchers()

UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher** envoy_config_common_matcher_v3_Matcher_MatcherList_mutable_matchers ( envoy_config_common_matcher_v3_Matcher_MatcherList msg,
size_t *  len 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_new()

UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList* envoy_config_common_matcher_v3_Matcher_MatcherList_new ( upb_Arena arena)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_parse()

UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList* envoy_config_common_matcher_v3_Matcher_MatcherList_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_parse_ex()

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

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_and_matcher()

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_clear_and_matcher()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_clear_and_matcher ( const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_clear_not_matcher()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_clear_not_matcher ( const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_clear_or_matcher()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_clear_or_matcher ( const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_clear_single_predicate()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_clear_single_predicate ( const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_has_and_matcher()

UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_has_and_matcher ( const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_has_not_matcher()

UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_has_not_matcher ( const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_has_or_matcher()

UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_has_or_matcher ( const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_has_single_predicate()

UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_has_single_predicate ( const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_match_type_case()

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_mutable_and_matcher()

UPB_INLINE struct envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList* envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_mutable_and_matcher ( envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate msg,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_mutable_not_matcher()

UPB_INLINE struct envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate* envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_mutable_not_matcher ( envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate msg,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_mutable_or_matcher()

UPB_INLINE struct envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList* envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_mutable_or_matcher ( envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate msg,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_mutable_single_predicate()

UPB_INLINE struct envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate* envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_mutable_single_predicate ( envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate msg,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_new()

UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate* envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_new ( upb_Arena arena)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_not_matcher()

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_or_matcher()

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_parse()

UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate* envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_parse_ex()

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

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList_add_predicate()

UPB_INLINE struct envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate* envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList_add_predicate ( envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList msg,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList_clear_predicate()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList_clear_predicate ( const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList_has_predicate()

UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList_has_predicate ( const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList_mutable_predicate()

UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate** envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList_mutable_predicate ( envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList msg,
size_t *  len 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList_new()

UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList* envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList_new ( upb_Arena arena)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList_parse()

UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList* envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList_parse_ex()

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

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList_predicate()

const UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate* const* envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList_predicate ( const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList msg,
size_t *  len 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList_resize_predicate()

UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate** envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList_resize_predicate ( envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList msg,
size_t  len,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList_serialize()

UPB_INLINE char* envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList_serialize ( const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList msg,
upb_Arena arena,
size_t *  len 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList_serialize_ex()

UPB_INLINE char* envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList_serialize_ex ( const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList msg,
int  options,
upb_Arena arena,
size_t *  len 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_serialize()

UPB_INLINE char* envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_serialize ( const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate msg,
upb_Arena arena,
size_t *  len 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_serialize_ex()

UPB_INLINE char* envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_serialize_ex ( const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate msg,
int  options,
upb_Arena arena,
size_t *  len 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_set_and_matcher()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_set_and_matcher ( envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate msg,
envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList value 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_set_not_matcher()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_set_not_matcher ( envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate msg,
envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate value 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_set_or_matcher()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_set_or_matcher ( envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate msg,
envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList value 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_set_single_predicate()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_set_single_predicate ( envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate msg,
envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate value 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_single_predicate()

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_clear_custom_match()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_clear_custom_match ( const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_clear_input()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_clear_input ( const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_clear_value_match()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_clear_value_match ( const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_custom_match()

UPB_INLINE const struct envoy_config_core_v3_TypedExtensionConfig* envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_custom_match ( const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_has_custom_match()

UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_has_custom_match ( const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_has_input()

UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_has_input ( const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_has_value_match()

UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_has_value_match ( const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_input()

UPB_INLINE const struct envoy_config_core_v3_TypedExtensionConfig* envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_input ( const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_matcher_case()

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_mutable_custom_match()

UPB_INLINE struct envoy_config_core_v3_TypedExtensionConfig* envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_mutable_custom_match ( envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate msg,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_mutable_input()

UPB_INLINE struct envoy_config_core_v3_TypedExtensionConfig* envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_mutable_input ( envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate msg,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_mutable_value_match()

UPB_INLINE struct envoy_type_matcher_v3_StringMatcher* envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_mutable_value_match ( envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate msg,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_new()

UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate* envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_new ( upb_Arena arena)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_parse()

UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate* envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_parse_ex()

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

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_serialize()

UPB_INLINE char* envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_serialize ( const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate msg,
upb_Arena arena,
size_t *  len 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_serialize_ex()

UPB_INLINE char* envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_serialize_ex ( const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate msg,
int  options,
upb_Arena arena,
size_t *  len 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_set_custom_match()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_set_custom_match ( envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate msg,
struct envoy_config_core_v3_TypedExtensionConfig value 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_set_input()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_set_input ( envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate msg,
struct envoy_config_core_v3_TypedExtensionConfig value 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_set_value_match()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_set_value_match ( envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate msg,
struct envoy_type_matcher_v3_StringMatcher value 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_value_match()

UPB_INLINE const struct envoy_type_matcher_v3_StringMatcher* envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_value_match ( const envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_resize_matchers()

UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher** envoy_config_common_matcher_v3_Matcher_MatcherList_resize_matchers ( envoy_config_common_matcher_v3_Matcher_MatcherList msg,
size_t  len,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_serialize()

UPB_INLINE char* envoy_config_common_matcher_v3_Matcher_MatcherList_serialize ( const envoy_config_common_matcher_v3_Matcher_MatcherList msg,
upb_Arena arena,
size_t *  len 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_serialize_ex()

UPB_INLINE char* envoy_config_common_matcher_v3_Matcher_MatcherList_serialize_ex ( const envoy_config_common_matcher_v3_Matcher_MatcherList msg,
int  options,
upb_Arena arena,
size_t *  len 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_clear_custom_match()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherTree_clear_custom_match ( const envoy_config_common_matcher_v3_Matcher_MatcherTree msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_clear_exact_match_map()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherTree_clear_exact_match_map ( const envoy_config_common_matcher_v3_Matcher_MatcherTree msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_clear_input()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherTree_clear_input ( const envoy_config_common_matcher_v3_Matcher_MatcherTree msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_clear_prefix_match_map()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherTree_clear_prefix_match_map ( const envoy_config_common_matcher_v3_Matcher_MatcherTree msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_custom_match()

UPB_INLINE const struct envoy_config_core_v3_TypedExtensionConfig* envoy_config_common_matcher_v3_Matcher_MatcherTree_custom_match ( const envoy_config_common_matcher_v3_Matcher_MatcherTree msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_exact_match_map()

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_has_custom_match()

UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherTree_has_custom_match ( const envoy_config_common_matcher_v3_Matcher_MatcherTree msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_has_exact_match_map()

UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherTree_has_exact_match_map ( const envoy_config_common_matcher_v3_Matcher_MatcherTree msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_has_input()

UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherTree_has_input ( const envoy_config_common_matcher_v3_Matcher_MatcherTree msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_has_prefix_match_map()

UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherTree_has_prefix_match_map ( const envoy_config_common_matcher_v3_Matcher_MatcherTree msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_input()

UPB_INLINE const struct envoy_config_core_v3_TypedExtensionConfig* envoy_config_common_matcher_v3_Matcher_MatcherTree_input ( const envoy_config_common_matcher_v3_Matcher_MatcherTree msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_clear_map()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_clear_map ( const envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_has_map()

UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_has_map ( const envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_map_clear()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_map_clear ( envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_map_delete()

UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_map_delete ( envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap msg,
upb_StringView  key 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_map_get()

UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_map_get ( const envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap msg,
upb_StringView  key,
envoy_config_common_matcher_v3_Matcher_OnMatch **  val 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_map_next()

const UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_MapEntry* envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_map_next ( const envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap msg,
size_t *  iter 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_map_nextmutable()

UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_MapEntry* envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_map_nextmutable ( envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap msg,
size_t *  iter 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_map_set()

UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_map_set ( envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap msg,
upb_StringView  key,
envoy_config_common_matcher_v3_Matcher_OnMatch val,
upb_Arena a 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_map_size()

UPB_INLINE size_t envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_map_size ( const envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_MapEntry_has_value()

UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_MapEntry_has_value ( const envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_MapEntry msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_MapEntry_key()

UPB_INLINE upb_StringView envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_MapEntry_key ( const envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_MapEntry msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_MapEntry_set_value()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_MapEntry_set_value ( envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_MapEntry msg,
envoy_config_common_matcher_v3_Matcher_OnMatch value 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_MapEntry_value()

const UPB_INLINE envoy_config_common_matcher_v3_Matcher_OnMatch* envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_MapEntry_value ( const envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_MapEntry msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_new()

UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap* envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_new ( upb_Arena arena)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_parse()

UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap* envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_parse_ex()

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

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_serialize()

UPB_INLINE char* envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_serialize ( const envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap msg,
upb_Arena arena,
size_t *  len 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_serialize_ex()

UPB_INLINE char* envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_serialize_ex ( const envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap msg,
int  options,
upb_Arena arena,
size_t *  len 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_mutable_custom_match()

UPB_INLINE struct envoy_config_core_v3_TypedExtensionConfig* envoy_config_common_matcher_v3_Matcher_MatcherTree_mutable_custom_match ( envoy_config_common_matcher_v3_Matcher_MatcherTree msg,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_mutable_exact_match_map()

UPB_INLINE struct envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap* envoy_config_common_matcher_v3_Matcher_MatcherTree_mutable_exact_match_map ( envoy_config_common_matcher_v3_Matcher_MatcherTree msg,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_mutable_input()

UPB_INLINE struct envoy_config_core_v3_TypedExtensionConfig* envoy_config_common_matcher_v3_Matcher_MatcherTree_mutable_input ( envoy_config_common_matcher_v3_Matcher_MatcherTree msg,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_mutable_prefix_match_map()

UPB_INLINE struct envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap* envoy_config_common_matcher_v3_Matcher_MatcherTree_mutable_prefix_match_map ( envoy_config_common_matcher_v3_Matcher_MatcherTree msg,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_new()

UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherTree* envoy_config_common_matcher_v3_Matcher_MatcherTree_new ( upb_Arena arena)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_parse()

UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherTree* envoy_config_common_matcher_v3_Matcher_MatcherTree_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_parse_ex()

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

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_prefix_match_map()

const UPB_INLINE envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap* envoy_config_common_matcher_v3_Matcher_MatcherTree_prefix_match_map ( const envoy_config_common_matcher_v3_Matcher_MatcherTree msg)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_serialize()

UPB_INLINE char* envoy_config_common_matcher_v3_Matcher_MatcherTree_serialize ( const envoy_config_common_matcher_v3_Matcher_MatcherTree msg,
upb_Arena arena,
size_t *  len 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_serialize_ex()

UPB_INLINE char* envoy_config_common_matcher_v3_Matcher_MatcherTree_serialize_ex ( const envoy_config_common_matcher_v3_Matcher_MatcherTree msg,
int  options,
upb_Arena arena,
size_t *  len 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_set_custom_match()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherTree_set_custom_match ( envoy_config_common_matcher_v3_Matcher_MatcherTree msg,
struct envoy_config_core_v3_TypedExtensionConfig value 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_set_exact_match_map()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherTree_set_exact_match_map ( envoy_config_common_matcher_v3_Matcher_MatcherTree msg,
envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap value 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_set_input()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherTree_set_input ( envoy_config_common_matcher_v3_Matcher_MatcherTree msg,
struct envoy_config_core_v3_TypedExtensionConfig value 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_set_prefix_match_map()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_MatcherTree_set_prefix_match_map ( envoy_config_common_matcher_v3_Matcher_MatcherTree msg,
envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap value 
)

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_tree_type_case()

◆ envoy_config_common_matcher_v3_Matcher_mutable_matcher_list()

UPB_INLINE struct envoy_config_common_matcher_v3_Matcher_MatcherList* envoy_config_common_matcher_v3_Matcher_mutable_matcher_list ( envoy_config_common_matcher_v3_Matcher msg,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_Matcher_mutable_matcher_tree()

UPB_INLINE struct envoy_config_common_matcher_v3_Matcher_MatcherTree* envoy_config_common_matcher_v3_Matcher_mutable_matcher_tree ( envoy_config_common_matcher_v3_Matcher msg,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_Matcher_mutable_on_no_match()

UPB_INLINE struct envoy_config_common_matcher_v3_Matcher_OnMatch* envoy_config_common_matcher_v3_Matcher_mutable_on_no_match ( envoy_config_common_matcher_v3_Matcher msg,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_Matcher_new()

UPB_INLINE envoy_config_common_matcher_v3_Matcher* envoy_config_common_matcher_v3_Matcher_new ( upb_Arena arena)

Definition at line 79 of file envoy/config/common/matcher/v3/matcher.upb.h.

◆ envoy_config_common_matcher_v3_Matcher_on_no_match()

◆ envoy_config_common_matcher_v3_Matcher_OnMatch_action()

UPB_INLINE const struct envoy_config_core_v3_TypedExtensionConfig* envoy_config_common_matcher_v3_Matcher_OnMatch_action ( const envoy_config_common_matcher_v3_Matcher_OnMatch msg)

◆ envoy_config_common_matcher_v3_Matcher_OnMatch_clear_action()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_OnMatch_clear_action ( const envoy_config_common_matcher_v3_Matcher_OnMatch msg)

◆ envoy_config_common_matcher_v3_Matcher_OnMatch_clear_matcher()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_OnMatch_clear_matcher ( const envoy_config_common_matcher_v3_Matcher_OnMatch msg)

◆ envoy_config_common_matcher_v3_Matcher_OnMatch_has_action()

UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_OnMatch_has_action ( const envoy_config_common_matcher_v3_Matcher_OnMatch msg)

◆ envoy_config_common_matcher_v3_Matcher_OnMatch_has_matcher()

UPB_INLINE bool envoy_config_common_matcher_v3_Matcher_OnMatch_has_matcher ( const envoy_config_common_matcher_v3_Matcher_OnMatch msg)

◆ envoy_config_common_matcher_v3_Matcher_OnMatch_matcher()

const UPB_INLINE envoy_config_common_matcher_v3_Matcher* envoy_config_common_matcher_v3_Matcher_OnMatch_matcher ( const envoy_config_common_matcher_v3_Matcher_OnMatch msg)

◆ envoy_config_common_matcher_v3_Matcher_OnMatch_mutable_action()

UPB_INLINE struct envoy_config_core_v3_TypedExtensionConfig* envoy_config_common_matcher_v3_Matcher_OnMatch_mutable_action ( envoy_config_common_matcher_v3_Matcher_OnMatch msg,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_Matcher_OnMatch_mutable_matcher()

UPB_INLINE struct envoy_config_common_matcher_v3_Matcher* envoy_config_common_matcher_v3_Matcher_OnMatch_mutable_matcher ( envoy_config_common_matcher_v3_Matcher_OnMatch msg,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_Matcher_OnMatch_new()

UPB_INLINE envoy_config_common_matcher_v3_Matcher_OnMatch* envoy_config_common_matcher_v3_Matcher_OnMatch_new ( upb_Arena arena)

◆ envoy_config_common_matcher_v3_Matcher_OnMatch_on_match_case()

◆ envoy_config_common_matcher_v3_Matcher_OnMatch_parse()

UPB_INLINE envoy_config_common_matcher_v3_Matcher_OnMatch* envoy_config_common_matcher_v3_Matcher_OnMatch_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_Matcher_OnMatch_parse_ex()

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

◆ envoy_config_common_matcher_v3_Matcher_OnMatch_serialize()

UPB_INLINE char* envoy_config_common_matcher_v3_Matcher_OnMatch_serialize ( const envoy_config_common_matcher_v3_Matcher_OnMatch msg,
upb_Arena arena,
size_t *  len 
)

◆ envoy_config_common_matcher_v3_Matcher_OnMatch_serialize_ex()

UPB_INLINE char* envoy_config_common_matcher_v3_Matcher_OnMatch_serialize_ex ( const envoy_config_common_matcher_v3_Matcher_OnMatch msg,
int  options,
upb_Arena arena,
size_t *  len 
)

◆ envoy_config_common_matcher_v3_Matcher_OnMatch_set_action()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_OnMatch_set_action ( envoy_config_common_matcher_v3_Matcher_OnMatch msg,
struct envoy_config_core_v3_TypedExtensionConfig value 
)

◆ envoy_config_common_matcher_v3_Matcher_OnMatch_set_matcher()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_OnMatch_set_matcher ( envoy_config_common_matcher_v3_Matcher_OnMatch msg,
envoy_config_common_matcher_v3_Matcher value 
)

◆ envoy_config_common_matcher_v3_Matcher_parse()

UPB_INLINE envoy_config_common_matcher_v3_Matcher* envoy_config_common_matcher_v3_Matcher_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

Definition at line 82 of file envoy/config/common/matcher/v3/matcher.upb.h.

◆ envoy_config_common_matcher_v3_Matcher_parse_ex()

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

Definition at line 90 of file envoy/config/common/matcher/v3/matcher.upb.h.

◆ envoy_config_common_matcher_v3_Matcher_serialize()

UPB_INLINE char* envoy_config_common_matcher_v3_Matcher_serialize ( const envoy_config_common_matcher_v3_Matcher msg,
upb_Arena arena,
size_t *  len 
)

◆ envoy_config_common_matcher_v3_Matcher_serialize_ex()

UPB_INLINE char* envoy_config_common_matcher_v3_Matcher_serialize_ex ( const envoy_config_common_matcher_v3_Matcher msg,
int  options,
upb_Arena arena,
size_t *  len 
)

◆ envoy_config_common_matcher_v3_Matcher_set_matcher_list()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_set_matcher_list ( envoy_config_common_matcher_v3_Matcher msg,
envoy_config_common_matcher_v3_Matcher_MatcherList value 
)

◆ envoy_config_common_matcher_v3_Matcher_set_matcher_tree()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_set_matcher_tree ( envoy_config_common_matcher_v3_Matcher msg,
envoy_config_common_matcher_v3_Matcher_MatcherTree value 
)

◆ envoy_config_common_matcher_v3_Matcher_set_on_no_match()

UPB_INLINE void envoy_config_common_matcher_v3_Matcher_set_on_no_match ( envoy_config_common_matcher_v3_Matcher msg,
envoy_config_common_matcher_v3_Matcher_OnMatch value 
)

◆ envoy_config_common_matcher_v3_MatchPredicate_and_match()

◆ envoy_config_common_matcher_v3_MatchPredicate_any_match()

UPB_INLINE bool envoy_config_common_matcher_v3_MatchPredicate_any_match ( const envoy_config_common_matcher_v3_MatchPredicate msg)

◆ envoy_config_common_matcher_v3_MatchPredicate_clear_and_match()

UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_clear_and_match ( const envoy_config_common_matcher_v3_MatchPredicate msg)

◆ envoy_config_common_matcher_v3_MatchPredicate_clear_any_match()

UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_clear_any_match ( const envoy_config_common_matcher_v3_MatchPredicate msg)

◆ envoy_config_common_matcher_v3_MatchPredicate_clear_http_request_generic_body_match()

UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_clear_http_request_generic_body_match ( const envoy_config_common_matcher_v3_MatchPredicate msg)

◆ envoy_config_common_matcher_v3_MatchPredicate_clear_http_request_headers_match()

UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_clear_http_request_headers_match ( const envoy_config_common_matcher_v3_MatchPredicate msg)

◆ envoy_config_common_matcher_v3_MatchPredicate_clear_http_request_trailers_match()

UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_clear_http_request_trailers_match ( const envoy_config_common_matcher_v3_MatchPredicate msg)

◆ envoy_config_common_matcher_v3_MatchPredicate_clear_http_response_generic_body_match()

UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_clear_http_response_generic_body_match ( const envoy_config_common_matcher_v3_MatchPredicate msg)

◆ envoy_config_common_matcher_v3_MatchPredicate_clear_http_response_headers_match()

UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_clear_http_response_headers_match ( const envoy_config_common_matcher_v3_MatchPredicate msg)

◆ envoy_config_common_matcher_v3_MatchPredicate_clear_http_response_trailers_match()

UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_clear_http_response_trailers_match ( const envoy_config_common_matcher_v3_MatchPredicate msg)

◆ envoy_config_common_matcher_v3_MatchPredicate_clear_not_match()

UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_clear_not_match ( const envoy_config_common_matcher_v3_MatchPredicate msg)

◆ envoy_config_common_matcher_v3_MatchPredicate_clear_or_match()

UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_clear_or_match ( const envoy_config_common_matcher_v3_MatchPredicate msg)

◆ envoy_config_common_matcher_v3_MatchPredicate_has_and_match()

UPB_INLINE bool envoy_config_common_matcher_v3_MatchPredicate_has_and_match ( const envoy_config_common_matcher_v3_MatchPredicate msg)

◆ envoy_config_common_matcher_v3_MatchPredicate_has_any_match()

UPB_INLINE bool envoy_config_common_matcher_v3_MatchPredicate_has_any_match ( const envoy_config_common_matcher_v3_MatchPredicate msg)

◆ envoy_config_common_matcher_v3_MatchPredicate_has_http_request_generic_body_match()

UPB_INLINE bool envoy_config_common_matcher_v3_MatchPredicate_has_http_request_generic_body_match ( const envoy_config_common_matcher_v3_MatchPredicate msg)

◆ envoy_config_common_matcher_v3_MatchPredicate_has_http_request_headers_match()

UPB_INLINE bool envoy_config_common_matcher_v3_MatchPredicate_has_http_request_headers_match ( const envoy_config_common_matcher_v3_MatchPredicate msg)

◆ envoy_config_common_matcher_v3_MatchPredicate_has_http_request_trailers_match()

UPB_INLINE bool envoy_config_common_matcher_v3_MatchPredicate_has_http_request_trailers_match ( const envoy_config_common_matcher_v3_MatchPredicate msg)

◆ envoy_config_common_matcher_v3_MatchPredicate_has_http_response_generic_body_match()

UPB_INLINE bool envoy_config_common_matcher_v3_MatchPredicate_has_http_response_generic_body_match ( const envoy_config_common_matcher_v3_MatchPredicate msg)

◆ envoy_config_common_matcher_v3_MatchPredicate_has_http_response_headers_match()

UPB_INLINE bool envoy_config_common_matcher_v3_MatchPredicate_has_http_response_headers_match ( const envoy_config_common_matcher_v3_MatchPredicate msg)

◆ envoy_config_common_matcher_v3_MatchPredicate_has_http_response_trailers_match()

UPB_INLINE bool envoy_config_common_matcher_v3_MatchPredicate_has_http_response_trailers_match ( const envoy_config_common_matcher_v3_MatchPredicate msg)

◆ envoy_config_common_matcher_v3_MatchPredicate_has_not_match()

UPB_INLINE bool envoy_config_common_matcher_v3_MatchPredicate_has_not_match ( const envoy_config_common_matcher_v3_MatchPredicate msg)

◆ envoy_config_common_matcher_v3_MatchPredicate_has_or_match()

UPB_INLINE bool envoy_config_common_matcher_v3_MatchPredicate_has_or_match ( const envoy_config_common_matcher_v3_MatchPredicate msg)

◆ envoy_config_common_matcher_v3_MatchPredicate_http_request_generic_body_match()

const UPB_INLINE envoy_config_common_matcher_v3_HttpGenericBodyMatch* envoy_config_common_matcher_v3_MatchPredicate_http_request_generic_body_match ( const envoy_config_common_matcher_v3_MatchPredicate msg)

◆ envoy_config_common_matcher_v3_MatchPredicate_http_request_headers_match()

const UPB_INLINE envoy_config_common_matcher_v3_HttpHeadersMatch* envoy_config_common_matcher_v3_MatchPredicate_http_request_headers_match ( const envoy_config_common_matcher_v3_MatchPredicate msg)

◆ envoy_config_common_matcher_v3_MatchPredicate_http_request_trailers_match()

const UPB_INLINE envoy_config_common_matcher_v3_HttpHeadersMatch* envoy_config_common_matcher_v3_MatchPredicate_http_request_trailers_match ( const envoy_config_common_matcher_v3_MatchPredicate msg)

◆ envoy_config_common_matcher_v3_MatchPredicate_http_response_generic_body_match()

const UPB_INLINE envoy_config_common_matcher_v3_HttpGenericBodyMatch* envoy_config_common_matcher_v3_MatchPredicate_http_response_generic_body_match ( const envoy_config_common_matcher_v3_MatchPredicate msg)

◆ envoy_config_common_matcher_v3_MatchPredicate_http_response_headers_match()

const UPB_INLINE envoy_config_common_matcher_v3_HttpHeadersMatch* envoy_config_common_matcher_v3_MatchPredicate_http_response_headers_match ( const envoy_config_common_matcher_v3_MatchPredicate msg)

◆ envoy_config_common_matcher_v3_MatchPredicate_http_response_trailers_match()

const UPB_INLINE envoy_config_common_matcher_v3_HttpHeadersMatch* envoy_config_common_matcher_v3_MatchPredicate_http_response_trailers_match ( const envoy_config_common_matcher_v3_MatchPredicate msg)

◆ envoy_config_common_matcher_v3_MatchPredicate_MatchSet_add_rules()

UPB_INLINE struct envoy_config_common_matcher_v3_MatchPredicate* envoy_config_common_matcher_v3_MatchPredicate_MatchSet_add_rules ( envoy_config_common_matcher_v3_MatchPredicate_MatchSet msg,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_MatchPredicate_MatchSet_clear_rules()

UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_MatchSet_clear_rules ( const envoy_config_common_matcher_v3_MatchPredicate_MatchSet msg)

◆ envoy_config_common_matcher_v3_MatchPredicate_MatchSet_has_rules()

UPB_INLINE bool envoy_config_common_matcher_v3_MatchPredicate_MatchSet_has_rules ( const envoy_config_common_matcher_v3_MatchPredicate_MatchSet msg)

◆ envoy_config_common_matcher_v3_MatchPredicate_MatchSet_mutable_rules()

UPB_INLINE envoy_config_common_matcher_v3_MatchPredicate** envoy_config_common_matcher_v3_MatchPredicate_MatchSet_mutable_rules ( envoy_config_common_matcher_v3_MatchPredicate_MatchSet msg,
size_t *  len 
)

◆ envoy_config_common_matcher_v3_MatchPredicate_MatchSet_new()

UPB_INLINE envoy_config_common_matcher_v3_MatchPredicate_MatchSet* envoy_config_common_matcher_v3_MatchPredicate_MatchSet_new ( upb_Arena arena)

◆ envoy_config_common_matcher_v3_MatchPredicate_MatchSet_parse()

UPB_INLINE envoy_config_common_matcher_v3_MatchPredicate_MatchSet* envoy_config_common_matcher_v3_MatchPredicate_MatchSet_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_MatchPredicate_MatchSet_parse_ex()

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

◆ envoy_config_common_matcher_v3_MatchPredicate_MatchSet_resize_rules()

UPB_INLINE envoy_config_common_matcher_v3_MatchPredicate** envoy_config_common_matcher_v3_MatchPredicate_MatchSet_resize_rules ( envoy_config_common_matcher_v3_MatchPredicate_MatchSet msg,
size_t  len,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_MatchPredicate_MatchSet_rules()

const UPB_INLINE envoy_config_common_matcher_v3_MatchPredicate* const* envoy_config_common_matcher_v3_MatchPredicate_MatchSet_rules ( const envoy_config_common_matcher_v3_MatchPredicate_MatchSet msg,
size_t *  len 
)

◆ envoy_config_common_matcher_v3_MatchPredicate_MatchSet_serialize()

UPB_INLINE char* envoy_config_common_matcher_v3_MatchPredicate_MatchSet_serialize ( const envoy_config_common_matcher_v3_MatchPredicate_MatchSet msg,
upb_Arena arena,
size_t *  len 
)

◆ envoy_config_common_matcher_v3_MatchPredicate_MatchSet_serialize_ex()

UPB_INLINE char* envoy_config_common_matcher_v3_MatchPredicate_MatchSet_serialize_ex ( const envoy_config_common_matcher_v3_MatchPredicate_MatchSet msg,
int  options,
upb_Arena arena,
size_t *  len 
)

◆ envoy_config_common_matcher_v3_MatchPredicate_mutable_and_match()

UPB_INLINE struct envoy_config_common_matcher_v3_MatchPredicate_MatchSet* envoy_config_common_matcher_v3_MatchPredicate_mutable_and_match ( envoy_config_common_matcher_v3_MatchPredicate msg,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_MatchPredicate_mutable_http_request_generic_body_match()

UPB_INLINE struct envoy_config_common_matcher_v3_HttpGenericBodyMatch* envoy_config_common_matcher_v3_MatchPredicate_mutable_http_request_generic_body_match ( envoy_config_common_matcher_v3_MatchPredicate msg,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_MatchPredicate_mutable_http_request_headers_match()

UPB_INLINE struct envoy_config_common_matcher_v3_HttpHeadersMatch* envoy_config_common_matcher_v3_MatchPredicate_mutable_http_request_headers_match ( envoy_config_common_matcher_v3_MatchPredicate msg,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_MatchPredicate_mutable_http_request_trailers_match()

UPB_INLINE struct envoy_config_common_matcher_v3_HttpHeadersMatch* envoy_config_common_matcher_v3_MatchPredicate_mutable_http_request_trailers_match ( envoy_config_common_matcher_v3_MatchPredicate msg,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_MatchPredicate_mutable_http_response_generic_body_match()

UPB_INLINE struct envoy_config_common_matcher_v3_HttpGenericBodyMatch* envoy_config_common_matcher_v3_MatchPredicate_mutable_http_response_generic_body_match ( envoy_config_common_matcher_v3_MatchPredicate msg,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_MatchPredicate_mutable_http_response_headers_match()

UPB_INLINE struct envoy_config_common_matcher_v3_HttpHeadersMatch* envoy_config_common_matcher_v3_MatchPredicate_mutable_http_response_headers_match ( envoy_config_common_matcher_v3_MatchPredicate msg,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_MatchPredicate_mutable_http_response_trailers_match()

UPB_INLINE struct envoy_config_common_matcher_v3_HttpHeadersMatch* envoy_config_common_matcher_v3_MatchPredicate_mutable_http_response_trailers_match ( envoy_config_common_matcher_v3_MatchPredicate msg,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_MatchPredicate_mutable_not_match()

UPB_INLINE struct envoy_config_common_matcher_v3_MatchPredicate* envoy_config_common_matcher_v3_MatchPredicate_mutable_not_match ( envoy_config_common_matcher_v3_MatchPredicate msg,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_MatchPredicate_mutable_or_match()

UPB_INLINE struct envoy_config_common_matcher_v3_MatchPredicate_MatchSet* envoy_config_common_matcher_v3_MatchPredicate_mutable_or_match ( envoy_config_common_matcher_v3_MatchPredicate msg,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_MatchPredicate_new()

UPB_INLINE envoy_config_common_matcher_v3_MatchPredicate* envoy_config_common_matcher_v3_MatchPredicate_new ( upb_Arena arena)

◆ envoy_config_common_matcher_v3_MatchPredicate_not_match()

const UPB_INLINE envoy_config_common_matcher_v3_MatchPredicate* envoy_config_common_matcher_v3_MatchPredicate_not_match ( const envoy_config_common_matcher_v3_MatchPredicate msg)

◆ envoy_config_common_matcher_v3_MatchPredicate_or_match()

◆ envoy_config_common_matcher_v3_MatchPredicate_parse()

UPB_INLINE envoy_config_common_matcher_v3_MatchPredicate* envoy_config_common_matcher_v3_MatchPredicate_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

◆ envoy_config_common_matcher_v3_MatchPredicate_parse_ex()

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

◆ envoy_config_common_matcher_v3_MatchPredicate_rule_case()

◆ envoy_config_common_matcher_v3_MatchPredicate_serialize()

UPB_INLINE char* envoy_config_common_matcher_v3_MatchPredicate_serialize ( const envoy_config_common_matcher_v3_MatchPredicate msg,
upb_Arena arena,
size_t *  len 
)

◆ envoy_config_common_matcher_v3_MatchPredicate_serialize_ex()

UPB_INLINE char* envoy_config_common_matcher_v3_MatchPredicate_serialize_ex ( const envoy_config_common_matcher_v3_MatchPredicate msg,
int  options,
upb_Arena arena,
size_t *  len 
)

◆ envoy_config_common_matcher_v3_MatchPredicate_set_and_match()

UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_set_and_match ( envoy_config_common_matcher_v3_MatchPredicate msg,
envoy_config_common_matcher_v3_MatchPredicate_MatchSet value 
)

◆ envoy_config_common_matcher_v3_MatchPredicate_set_any_match()

UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_set_any_match ( envoy_config_common_matcher_v3_MatchPredicate msg,
bool  value 
)

◆ envoy_config_common_matcher_v3_MatchPredicate_set_http_request_generic_body_match()

UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_set_http_request_generic_body_match ( envoy_config_common_matcher_v3_MatchPredicate msg,
envoy_config_common_matcher_v3_HttpGenericBodyMatch value 
)

◆ envoy_config_common_matcher_v3_MatchPredicate_set_http_request_headers_match()

UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_set_http_request_headers_match ( envoy_config_common_matcher_v3_MatchPredicate msg,
envoy_config_common_matcher_v3_HttpHeadersMatch value 
)

◆ envoy_config_common_matcher_v3_MatchPredicate_set_http_request_trailers_match()

UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_set_http_request_trailers_match ( envoy_config_common_matcher_v3_MatchPredicate msg,
envoy_config_common_matcher_v3_HttpHeadersMatch value 
)

◆ envoy_config_common_matcher_v3_MatchPredicate_set_http_response_generic_body_match()

UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_set_http_response_generic_body_match ( envoy_config_common_matcher_v3_MatchPredicate msg,
envoy_config_common_matcher_v3_HttpGenericBodyMatch value 
)

◆ envoy_config_common_matcher_v3_MatchPredicate_set_http_response_headers_match()

UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_set_http_response_headers_match ( envoy_config_common_matcher_v3_MatchPredicate msg,
envoy_config_common_matcher_v3_HttpHeadersMatch value 
)

◆ envoy_config_common_matcher_v3_MatchPredicate_set_http_response_trailers_match()

UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_set_http_response_trailers_match ( envoy_config_common_matcher_v3_MatchPredicate msg,
envoy_config_common_matcher_v3_HttpHeadersMatch value 
)

◆ envoy_config_common_matcher_v3_MatchPredicate_set_not_match()

UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_set_not_match ( envoy_config_common_matcher_v3_MatchPredicate msg,
envoy_config_common_matcher_v3_MatchPredicate value 
)

◆ envoy_config_common_matcher_v3_MatchPredicate_set_or_match()

UPB_INLINE void envoy_config_common_matcher_v3_MatchPredicate_set_or_match ( envoy_config_common_matcher_v3_MatchPredicate msg,
envoy_config_common_matcher_v3_MatchPredicate_MatchSet value 
)

Variable Documentation

◆ envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_msginit

const upb_MiniTable envoy_config_common_matcher_v3_HttpGenericBodyMatch_GenericTextMatch_msginit

◆ envoy_config_common_matcher_v3_HttpGenericBodyMatch_msginit

const upb_MiniTable envoy_config_common_matcher_v3_HttpGenericBodyMatch_msginit

◆ envoy_config_common_matcher_v3_HttpHeadersMatch_msginit

const upb_MiniTable envoy_config_common_matcher_v3_HttpHeadersMatch_msginit

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_msginit

const upb_MiniTable envoy_config_common_matcher_v3_Matcher_MatcherList_FieldMatcher_msginit

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_msginit

const upb_MiniTable envoy_config_common_matcher_v3_Matcher_MatcherList_msginit

Definition at line 63 of file envoy/config/common/matcher/v3/matcher.upb.c.

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_msginit

const upb_MiniTable envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_msginit

Definition at line 83 of file envoy/config/common/matcher/v3/matcher.upb.c.

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList_msginit

const upb_MiniTable envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_PredicateList_msginit

◆ envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_msginit

const upb_MiniTable envoy_config_common_matcher_v3_Matcher_MatcherList_Predicate_SinglePredicate_msginit

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_MapEntry_msginit

const upb_MiniTable envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_MapEntry_msginit

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_msginit

const upb_MiniTable envoy_config_common_matcher_v3_Matcher_MatcherTree_MatchMap_msginit

◆ envoy_config_common_matcher_v3_Matcher_MatcherTree_msginit

const upb_MiniTable envoy_config_common_matcher_v3_Matcher_MatcherTree_msginit

◆ envoy_config_common_matcher_v3_Matcher_msginit

const upb_MiniTable envoy_config_common_matcher_v3_Matcher_msginit

Definition at line 33 of file envoy/config/common/matcher/v3/matcher.upb.c.

◆ envoy_config_common_matcher_v3_Matcher_OnMatch_msginit

const upb_MiniTable envoy_config_common_matcher_v3_Matcher_OnMatch_msginit

Definition at line 49 of file envoy/config/common/matcher/v3/matcher.upb.c.

◆ envoy_config_common_matcher_v3_matcher_proto_upb_file_layout

const upb_MiniTable_File envoy_config_common_matcher_v3_matcher_proto_upb_file_layout

◆ envoy_config_common_matcher_v3_MatchPredicate_MatchSet_msginit

const upb_MiniTable envoy_config_common_matcher_v3_MatchPredicate_MatchSet_msginit

◆ envoy_config_common_matcher_v3_MatchPredicate_msginit

const upb_MiniTable envoy_config_common_matcher_v3_MatchPredicate_msginit

◆ envoy_config_core_v3_TypedExtensionConfig_msginit

const upb_MiniTable envoy_config_core_v3_TypedExtensionConfig_msginit

Definition at line 27 of file envoy/config/core/v3/extension.upb.c.

◆ envoy_config_route_v3_HeaderMatcher_msginit

const upb_MiniTable envoy_config_route_v3_HeaderMatcher_msginit

Definition at line 930 of file route_components.upb.c.

◆ envoy_type_matcher_v3_StringMatcher_msginit

const upb_MiniTable envoy_type_matcher_v3_StringMatcher_msginit

Definition at line 32 of file envoy/type/matcher/v3/string.upb.c.



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