GRPC C++  1.39.1
Typedefs | Enumerations | Functions | Variables
value.upb.h File Reference
#include "upb/msg.h"
#include "upb/decode.h"
#include "upb/decode_fast.h"
#include "upb/encode.h"
#include "upb/port_def.inc"
#include "upb/port_undef.inc"

Go to the source code of this file.

Typedefs

typedef struct envoy_type_matcher_v3_ValueMatcher envoy_type_matcher_v3_ValueMatcher
 
typedef struct envoy_type_matcher_v3_ValueMatcher_NullMatch envoy_type_matcher_v3_ValueMatcher_NullMatch
 
typedef struct envoy_type_matcher_v3_ListMatcher envoy_type_matcher_v3_ListMatcher
 

Enumerations

enum  envoy_type_matcher_v3_ValueMatcher_match_pattern_oneofcases {
  envoy_type_matcher_v3_ValueMatcher_match_pattern_null_match = 1 , envoy_type_matcher_v3_ValueMatcher_match_pattern_double_match = 2 , envoy_type_matcher_v3_ValueMatcher_match_pattern_string_match = 3 , envoy_type_matcher_v3_ValueMatcher_match_pattern_bool_match = 4 ,
  envoy_type_matcher_v3_ValueMatcher_match_pattern_present_match = 5 , envoy_type_matcher_v3_ValueMatcher_match_pattern_list_match = 6 , envoy_type_matcher_v3_ValueMatcher_match_pattern_NOT_SET = 0
}
 
enum  envoy_type_matcher_v3_ListMatcher_match_pattern_oneofcases { envoy_type_matcher_v3_ListMatcher_match_pattern_one_of = 1 , envoy_type_matcher_v3_ListMatcher_match_pattern_NOT_SET = 0 }
 

Functions

UPB_INLINE envoy_type_matcher_v3_ValueMatcherenvoy_type_matcher_v3_ValueMatcher_new (upb_arena *arena)
 
UPB_INLINE envoy_type_matcher_v3_ValueMatcherenvoy_type_matcher_v3_ValueMatcher_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE envoy_type_matcher_v3_ValueMatcherenvoy_type_matcher_v3_ValueMatcher_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * envoy_type_matcher_v3_ValueMatcher_serialize (const envoy_type_matcher_v3_ValueMatcher *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE envoy_type_matcher_v3_ValueMatcher_match_pattern_oneofcases envoy_type_matcher_v3_ValueMatcher_match_pattern_case (const envoy_type_matcher_v3_ValueMatcher *msg)
 
UPB_INLINE bool envoy_type_matcher_v3_ValueMatcher_has_null_match (const envoy_type_matcher_v3_ValueMatcher *msg)
 
UPB_INLINE const envoy_type_matcher_v3_ValueMatcher_NullMatchenvoy_type_matcher_v3_ValueMatcher_null_match (const envoy_type_matcher_v3_ValueMatcher *msg)
 
UPB_INLINE bool envoy_type_matcher_v3_ValueMatcher_has_double_match (const envoy_type_matcher_v3_ValueMatcher *msg)
 
UPB_INLINE const struct envoy_type_matcher_v3_DoubleMatcherenvoy_type_matcher_v3_ValueMatcher_double_match (const envoy_type_matcher_v3_ValueMatcher *msg)
 
UPB_INLINE bool envoy_type_matcher_v3_ValueMatcher_has_string_match (const envoy_type_matcher_v3_ValueMatcher *msg)
 
UPB_INLINE const struct envoy_type_matcher_v3_StringMatcherenvoy_type_matcher_v3_ValueMatcher_string_match (const envoy_type_matcher_v3_ValueMatcher *msg)
 
UPB_INLINE bool envoy_type_matcher_v3_ValueMatcher_has_bool_match (const envoy_type_matcher_v3_ValueMatcher *msg)
 
UPB_INLINE bool envoy_type_matcher_v3_ValueMatcher_bool_match (const envoy_type_matcher_v3_ValueMatcher *msg)
 
UPB_INLINE bool envoy_type_matcher_v3_ValueMatcher_has_present_match (const envoy_type_matcher_v3_ValueMatcher *msg)
 
UPB_INLINE bool envoy_type_matcher_v3_ValueMatcher_present_match (const envoy_type_matcher_v3_ValueMatcher *msg)
 
UPB_INLINE bool envoy_type_matcher_v3_ValueMatcher_has_list_match (const envoy_type_matcher_v3_ValueMatcher *msg)
 
UPB_INLINE const envoy_type_matcher_v3_ListMatcherenvoy_type_matcher_v3_ValueMatcher_list_match (const envoy_type_matcher_v3_ValueMatcher *msg)
 
UPB_INLINE void envoy_type_matcher_v3_ValueMatcher_set_null_match (envoy_type_matcher_v3_ValueMatcher *msg, envoy_type_matcher_v3_ValueMatcher_NullMatch *value)
 
UPB_INLINE struct envoy_type_matcher_v3_ValueMatcher_NullMatchenvoy_type_matcher_v3_ValueMatcher_mutable_null_match (envoy_type_matcher_v3_ValueMatcher *msg, upb_arena *arena)
 
UPB_INLINE void envoy_type_matcher_v3_ValueMatcher_set_double_match (envoy_type_matcher_v3_ValueMatcher *msg, struct envoy_type_matcher_v3_DoubleMatcher *value)
 
UPB_INLINE struct envoy_type_matcher_v3_DoubleMatcherenvoy_type_matcher_v3_ValueMatcher_mutable_double_match (envoy_type_matcher_v3_ValueMatcher *msg, upb_arena *arena)
 
UPB_INLINE void envoy_type_matcher_v3_ValueMatcher_set_string_match (envoy_type_matcher_v3_ValueMatcher *msg, struct envoy_type_matcher_v3_StringMatcher *value)
 
UPB_INLINE struct envoy_type_matcher_v3_StringMatcherenvoy_type_matcher_v3_ValueMatcher_mutable_string_match (envoy_type_matcher_v3_ValueMatcher *msg, upb_arena *arena)
 
UPB_INLINE void envoy_type_matcher_v3_ValueMatcher_set_bool_match (envoy_type_matcher_v3_ValueMatcher *msg, bool value)
 
UPB_INLINE void envoy_type_matcher_v3_ValueMatcher_set_present_match (envoy_type_matcher_v3_ValueMatcher *msg, bool value)
 
UPB_INLINE void envoy_type_matcher_v3_ValueMatcher_set_list_match (envoy_type_matcher_v3_ValueMatcher *msg, envoy_type_matcher_v3_ListMatcher *value)
 
UPB_INLINE struct envoy_type_matcher_v3_ListMatcherenvoy_type_matcher_v3_ValueMatcher_mutable_list_match (envoy_type_matcher_v3_ValueMatcher *msg, upb_arena *arena)
 
UPB_INLINE envoy_type_matcher_v3_ValueMatcher_NullMatchenvoy_type_matcher_v3_ValueMatcher_NullMatch_new (upb_arena *arena)
 
UPB_INLINE envoy_type_matcher_v3_ValueMatcher_NullMatchenvoy_type_matcher_v3_ValueMatcher_NullMatch_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE envoy_type_matcher_v3_ValueMatcher_NullMatchenvoy_type_matcher_v3_ValueMatcher_NullMatch_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * envoy_type_matcher_v3_ValueMatcher_NullMatch_serialize (const envoy_type_matcher_v3_ValueMatcher_NullMatch *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE envoy_type_matcher_v3_ListMatcherenvoy_type_matcher_v3_ListMatcher_new (upb_arena *arena)
 
UPB_INLINE envoy_type_matcher_v3_ListMatcherenvoy_type_matcher_v3_ListMatcher_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE envoy_type_matcher_v3_ListMatcherenvoy_type_matcher_v3_ListMatcher_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * envoy_type_matcher_v3_ListMatcher_serialize (const envoy_type_matcher_v3_ListMatcher *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE envoy_type_matcher_v3_ListMatcher_match_pattern_oneofcases envoy_type_matcher_v3_ListMatcher_match_pattern_case (const envoy_type_matcher_v3_ListMatcher *msg)
 
UPB_INLINE bool envoy_type_matcher_v3_ListMatcher_has_one_of (const envoy_type_matcher_v3_ListMatcher *msg)
 
UPB_INLINE const envoy_type_matcher_v3_ValueMatcherenvoy_type_matcher_v3_ListMatcher_one_of (const envoy_type_matcher_v3_ListMatcher *msg)
 
UPB_INLINE void envoy_type_matcher_v3_ListMatcher_set_one_of (envoy_type_matcher_v3_ListMatcher *msg, envoy_type_matcher_v3_ValueMatcher *value)
 
UPB_INLINE struct envoy_type_matcher_v3_ValueMatcherenvoy_type_matcher_v3_ListMatcher_mutable_one_of (envoy_type_matcher_v3_ListMatcher *msg, upb_arena *arena)
 

Variables

const upb_msglayout envoy_type_matcher_v3_ValueMatcher_msginit
 
const upb_msglayout envoy_type_matcher_v3_ValueMatcher_NullMatch_msginit
 
const upb_msglayout envoy_type_matcher_v3_ListMatcher_msginit
 
const upb_msglayout envoy_type_matcher_v3_DoubleMatcher_msginit
 
const upb_msglayout envoy_type_matcher_v3_StringMatcher_msginit
 

Typedef Documentation

◆ envoy_type_matcher_v3_ListMatcher

◆ envoy_type_matcher_v3_ValueMatcher

◆ envoy_type_matcher_v3_ValueMatcher_NullMatch

Enumeration Type Documentation

◆ envoy_type_matcher_v3_ListMatcher_match_pattern_oneofcases

Enumerator
envoy_type_matcher_v3_ListMatcher_match_pattern_one_of 
envoy_type_matcher_v3_ListMatcher_match_pattern_NOT_SET 

◆ envoy_type_matcher_v3_ValueMatcher_match_pattern_oneofcases

Enumerator
envoy_type_matcher_v3_ValueMatcher_match_pattern_null_match 
envoy_type_matcher_v3_ValueMatcher_match_pattern_double_match 
envoy_type_matcher_v3_ValueMatcher_match_pattern_string_match 
envoy_type_matcher_v3_ValueMatcher_match_pattern_bool_match 
envoy_type_matcher_v3_ValueMatcher_match_pattern_present_match 
envoy_type_matcher_v3_ValueMatcher_match_pattern_list_match 
envoy_type_matcher_v3_ValueMatcher_match_pattern_NOT_SET 

Function Documentation

◆ envoy_type_matcher_v3_ListMatcher_has_one_of()

UPB_INLINE bool envoy_type_matcher_v3_ListMatcher_has_one_of ( const envoy_type_matcher_v3_ListMatcher msg)

◆ envoy_type_matcher_v3_ListMatcher_match_pattern_case()

UPB_INLINE envoy_type_matcher_v3_ListMatcher_match_pattern_oneofcases envoy_type_matcher_v3_ListMatcher_match_pattern_case ( const envoy_type_matcher_v3_ListMatcher msg)

◆ envoy_type_matcher_v3_ListMatcher_mutable_one_of()

UPB_INLINE struct envoy_type_matcher_v3_ValueMatcher* envoy_type_matcher_v3_ListMatcher_mutable_one_of ( envoy_type_matcher_v3_ListMatcher msg,
upb_arena *  arena 
)

◆ envoy_type_matcher_v3_ListMatcher_new()

UPB_INLINE envoy_type_matcher_v3_ListMatcher* envoy_type_matcher_v3_ListMatcher_new ( upb_arena *  arena)

◆ envoy_type_matcher_v3_ListMatcher_one_of()

UPB_INLINE const envoy_type_matcher_v3_ValueMatcher* envoy_type_matcher_v3_ListMatcher_one_of ( const envoy_type_matcher_v3_ListMatcher msg)

◆ envoy_type_matcher_v3_ListMatcher_parse()

UPB_INLINE envoy_type_matcher_v3_ListMatcher* envoy_type_matcher_v3_ListMatcher_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ envoy_type_matcher_v3_ListMatcher_parse_ex()

UPB_INLINE envoy_type_matcher_v3_ListMatcher* envoy_type_matcher_v3_ListMatcher_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ envoy_type_matcher_v3_ListMatcher_serialize()

UPB_INLINE char* envoy_type_matcher_v3_ListMatcher_serialize ( const envoy_type_matcher_v3_ListMatcher msg,
upb_arena *  arena,
size_t *  len 
)

◆ envoy_type_matcher_v3_ListMatcher_set_one_of()

UPB_INLINE void envoy_type_matcher_v3_ListMatcher_set_one_of ( envoy_type_matcher_v3_ListMatcher msg,
envoy_type_matcher_v3_ValueMatcher value 
)

◆ envoy_type_matcher_v3_ValueMatcher_bool_match()

UPB_INLINE bool envoy_type_matcher_v3_ValueMatcher_bool_match ( const envoy_type_matcher_v3_ValueMatcher msg)

◆ envoy_type_matcher_v3_ValueMatcher_double_match()

UPB_INLINE const struct envoy_type_matcher_v3_DoubleMatcher* envoy_type_matcher_v3_ValueMatcher_double_match ( const envoy_type_matcher_v3_ValueMatcher msg)

◆ envoy_type_matcher_v3_ValueMatcher_has_bool_match()

UPB_INLINE bool envoy_type_matcher_v3_ValueMatcher_has_bool_match ( const envoy_type_matcher_v3_ValueMatcher msg)

◆ envoy_type_matcher_v3_ValueMatcher_has_double_match()

UPB_INLINE bool envoy_type_matcher_v3_ValueMatcher_has_double_match ( const envoy_type_matcher_v3_ValueMatcher msg)

◆ envoy_type_matcher_v3_ValueMatcher_has_list_match()

UPB_INLINE bool envoy_type_matcher_v3_ValueMatcher_has_list_match ( const envoy_type_matcher_v3_ValueMatcher msg)

◆ envoy_type_matcher_v3_ValueMatcher_has_null_match()

UPB_INLINE bool envoy_type_matcher_v3_ValueMatcher_has_null_match ( const envoy_type_matcher_v3_ValueMatcher msg)

◆ envoy_type_matcher_v3_ValueMatcher_has_present_match()

UPB_INLINE bool envoy_type_matcher_v3_ValueMatcher_has_present_match ( const envoy_type_matcher_v3_ValueMatcher msg)

◆ envoy_type_matcher_v3_ValueMatcher_has_string_match()

UPB_INLINE bool envoy_type_matcher_v3_ValueMatcher_has_string_match ( const envoy_type_matcher_v3_ValueMatcher msg)

◆ envoy_type_matcher_v3_ValueMatcher_list_match()

UPB_INLINE const envoy_type_matcher_v3_ListMatcher* envoy_type_matcher_v3_ValueMatcher_list_match ( const envoy_type_matcher_v3_ValueMatcher msg)

◆ envoy_type_matcher_v3_ValueMatcher_match_pattern_case()

UPB_INLINE envoy_type_matcher_v3_ValueMatcher_match_pattern_oneofcases envoy_type_matcher_v3_ValueMatcher_match_pattern_case ( const envoy_type_matcher_v3_ValueMatcher msg)

◆ envoy_type_matcher_v3_ValueMatcher_mutable_double_match()

UPB_INLINE struct envoy_type_matcher_v3_DoubleMatcher* envoy_type_matcher_v3_ValueMatcher_mutable_double_match ( envoy_type_matcher_v3_ValueMatcher msg,
upb_arena *  arena 
)

◆ envoy_type_matcher_v3_ValueMatcher_mutable_list_match()

UPB_INLINE struct envoy_type_matcher_v3_ListMatcher* envoy_type_matcher_v3_ValueMatcher_mutable_list_match ( envoy_type_matcher_v3_ValueMatcher msg,
upb_arena *  arena 
)

◆ envoy_type_matcher_v3_ValueMatcher_mutable_null_match()

UPB_INLINE struct envoy_type_matcher_v3_ValueMatcher_NullMatch* envoy_type_matcher_v3_ValueMatcher_mutable_null_match ( envoy_type_matcher_v3_ValueMatcher msg,
upb_arena *  arena 
)

◆ envoy_type_matcher_v3_ValueMatcher_mutable_string_match()

UPB_INLINE struct envoy_type_matcher_v3_StringMatcher* envoy_type_matcher_v3_ValueMatcher_mutable_string_match ( envoy_type_matcher_v3_ValueMatcher msg,
upb_arena *  arena 
)

◆ envoy_type_matcher_v3_ValueMatcher_new()

UPB_INLINE envoy_type_matcher_v3_ValueMatcher* envoy_type_matcher_v3_ValueMatcher_new ( upb_arena *  arena)

◆ envoy_type_matcher_v3_ValueMatcher_null_match()

UPB_INLINE const envoy_type_matcher_v3_ValueMatcher_NullMatch* envoy_type_matcher_v3_ValueMatcher_null_match ( const envoy_type_matcher_v3_ValueMatcher msg)

◆ envoy_type_matcher_v3_ValueMatcher_NullMatch_new()

UPB_INLINE envoy_type_matcher_v3_ValueMatcher_NullMatch* envoy_type_matcher_v3_ValueMatcher_NullMatch_new ( upb_arena *  arena)

◆ envoy_type_matcher_v3_ValueMatcher_NullMatch_parse()

UPB_INLINE envoy_type_matcher_v3_ValueMatcher_NullMatch* envoy_type_matcher_v3_ValueMatcher_NullMatch_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ envoy_type_matcher_v3_ValueMatcher_NullMatch_parse_ex()

UPB_INLINE envoy_type_matcher_v3_ValueMatcher_NullMatch* envoy_type_matcher_v3_ValueMatcher_NullMatch_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ envoy_type_matcher_v3_ValueMatcher_NullMatch_serialize()

UPB_INLINE char* envoy_type_matcher_v3_ValueMatcher_NullMatch_serialize ( const envoy_type_matcher_v3_ValueMatcher_NullMatch msg,
upb_arena *  arena,
size_t *  len 
)

◆ envoy_type_matcher_v3_ValueMatcher_parse()

UPB_INLINE envoy_type_matcher_v3_ValueMatcher* envoy_type_matcher_v3_ValueMatcher_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ envoy_type_matcher_v3_ValueMatcher_parse_ex()

UPB_INLINE envoy_type_matcher_v3_ValueMatcher* envoy_type_matcher_v3_ValueMatcher_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ envoy_type_matcher_v3_ValueMatcher_present_match()

UPB_INLINE bool envoy_type_matcher_v3_ValueMatcher_present_match ( const envoy_type_matcher_v3_ValueMatcher msg)

◆ envoy_type_matcher_v3_ValueMatcher_serialize()

UPB_INLINE char* envoy_type_matcher_v3_ValueMatcher_serialize ( const envoy_type_matcher_v3_ValueMatcher msg,
upb_arena *  arena,
size_t *  len 
)

◆ envoy_type_matcher_v3_ValueMatcher_set_bool_match()

UPB_INLINE void envoy_type_matcher_v3_ValueMatcher_set_bool_match ( envoy_type_matcher_v3_ValueMatcher msg,
bool  value 
)

◆ envoy_type_matcher_v3_ValueMatcher_set_double_match()

UPB_INLINE void envoy_type_matcher_v3_ValueMatcher_set_double_match ( envoy_type_matcher_v3_ValueMatcher msg,
struct envoy_type_matcher_v3_DoubleMatcher value 
)

◆ envoy_type_matcher_v3_ValueMatcher_set_list_match()

UPB_INLINE void envoy_type_matcher_v3_ValueMatcher_set_list_match ( envoy_type_matcher_v3_ValueMatcher msg,
envoy_type_matcher_v3_ListMatcher value 
)

◆ envoy_type_matcher_v3_ValueMatcher_set_null_match()

UPB_INLINE void envoy_type_matcher_v3_ValueMatcher_set_null_match ( envoy_type_matcher_v3_ValueMatcher msg,
envoy_type_matcher_v3_ValueMatcher_NullMatch value 
)

◆ envoy_type_matcher_v3_ValueMatcher_set_present_match()

UPB_INLINE void envoy_type_matcher_v3_ValueMatcher_set_present_match ( envoy_type_matcher_v3_ValueMatcher msg,
bool  value 
)

◆ envoy_type_matcher_v3_ValueMatcher_set_string_match()

UPB_INLINE void envoy_type_matcher_v3_ValueMatcher_set_string_match ( envoy_type_matcher_v3_ValueMatcher msg,
struct envoy_type_matcher_v3_StringMatcher value 
)

◆ envoy_type_matcher_v3_ValueMatcher_string_match()

UPB_INLINE const struct envoy_type_matcher_v3_StringMatcher* envoy_type_matcher_v3_ValueMatcher_string_match ( const envoy_type_matcher_v3_ValueMatcher msg)

Variable Documentation

◆ envoy_type_matcher_v3_DoubleMatcher_msginit

const upb_msglayout envoy_type_matcher_v3_DoubleMatcher_msginit
extern

◆ envoy_type_matcher_v3_ListMatcher_msginit

const upb_msglayout envoy_type_matcher_v3_ListMatcher_msginit
extern

◆ envoy_type_matcher_v3_StringMatcher_msginit

const upb_msglayout envoy_type_matcher_v3_StringMatcher_msginit
extern

◆ envoy_type_matcher_v3_ValueMatcher_msginit

const upb_msglayout envoy_type_matcher_v3_ValueMatcher_msginit
extern

◆ envoy_type_matcher_v3_ValueMatcher_NullMatch_msginit

const upb_msglayout envoy_type_matcher_v3_ValueMatcher_NullMatch_msginit
extern