GRPC Core  18.0.0
Typedefs | Enumerations | Functions | Variables
struct.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_StructMatcher envoy_type_matcher_v3_StructMatcher
 
typedef struct envoy_type_matcher_v3_StructMatcher_PathSegment envoy_type_matcher_v3_StructMatcher_PathSegment
 

Enumerations

enum  envoy_type_matcher_v3_StructMatcher_PathSegment_segment_oneofcases { envoy_type_matcher_v3_StructMatcher_PathSegment_segment_key = 1 , envoy_type_matcher_v3_StructMatcher_PathSegment_segment_NOT_SET = 0 }
 

Functions

UPB_INLINE envoy_type_matcher_v3_StructMatcherenvoy_type_matcher_v3_StructMatcher_new (upb_arena *arena)
 
UPB_INLINE envoy_type_matcher_v3_StructMatcherenvoy_type_matcher_v3_StructMatcher_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE envoy_type_matcher_v3_StructMatcherenvoy_type_matcher_v3_StructMatcher_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * envoy_type_matcher_v3_StructMatcher_serialize (const envoy_type_matcher_v3_StructMatcher *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE bool envoy_type_matcher_v3_StructMatcher_has_path (const envoy_type_matcher_v3_StructMatcher *msg)
 
UPB_INLINE const envoy_type_matcher_v3_StructMatcher_PathSegment *const * envoy_type_matcher_v3_StructMatcher_path (const envoy_type_matcher_v3_StructMatcher *msg, size_t *len)
 
UPB_INLINE bool envoy_type_matcher_v3_StructMatcher_has_value (const envoy_type_matcher_v3_StructMatcher *msg)
 
UPB_INLINE const struct envoy_type_matcher_v3_ValueMatcherenvoy_type_matcher_v3_StructMatcher_value (const envoy_type_matcher_v3_StructMatcher *msg)
 
UPB_INLINE envoy_type_matcher_v3_StructMatcher_PathSegment ** envoy_type_matcher_v3_StructMatcher_mutable_path (envoy_type_matcher_v3_StructMatcher *msg, size_t *len)
 
UPB_INLINE envoy_type_matcher_v3_StructMatcher_PathSegment ** envoy_type_matcher_v3_StructMatcher_resize_path (envoy_type_matcher_v3_StructMatcher *msg, size_t len, upb_arena *arena)
 
UPB_INLINE struct envoy_type_matcher_v3_StructMatcher_PathSegmentenvoy_type_matcher_v3_StructMatcher_add_path (envoy_type_matcher_v3_StructMatcher *msg, upb_arena *arena)
 
UPB_INLINE void envoy_type_matcher_v3_StructMatcher_set_value (envoy_type_matcher_v3_StructMatcher *msg, struct envoy_type_matcher_v3_ValueMatcher *value)
 
UPB_INLINE struct envoy_type_matcher_v3_ValueMatcherenvoy_type_matcher_v3_StructMatcher_mutable_value (envoy_type_matcher_v3_StructMatcher *msg, upb_arena *arena)
 
UPB_INLINE envoy_type_matcher_v3_StructMatcher_PathSegmentenvoy_type_matcher_v3_StructMatcher_PathSegment_new (upb_arena *arena)
 
UPB_INLINE envoy_type_matcher_v3_StructMatcher_PathSegmentenvoy_type_matcher_v3_StructMatcher_PathSegment_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE envoy_type_matcher_v3_StructMatcher_PathSegmentenvoy_type_matcher_v3_StructMatcher_PathSegment_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * envoy_type_matcher_v3_StructMatcher_PathSegment_serialize (const envoy_type_matcher_v3_StructMatcher_PathSegment *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE envoy_type_matcher_v3_StructMatcher_PathSegment_segment_oneofcases envoy_type_matcher_v3_StructMatcher_PathSegment_segment_case (const envoy_type_matcher_v3_StructMatcher_PathSegment *msg)
 
UPB_INLINE bool envoy_type_matcher_v3_StructMatcher_PathSegment_has_key (const envoy_type_matcher_v3_StructMatcher_PathSegment *msg)
 
UPB_INLINE upb_strview envoy_type_matcher_v3_StructMatcher_PathSegment_key (const envoy_type_matcher_v3_StructMatcher_PathSegment *msg)
 
UPB_INLINE void envoy_type_matcher_v3_StructMatcher_PathSegment_set_key (envoy_type_matcher_v3_StructMatcher_PathSegment *msg, upb_strview value)
 

Variables

const upb_msglayout envoy_type_matcher_v3_StructMatcher_msginit
 
const upb_msglayout envoy_type_matcher_v3_StructMatcher_PathSegment_msginit
 
const upb_msglayout envoy_type_matcher_v3_ValueMatcher_msginit
 

Typedef Documentation

◆ envoy_type_matcher_v3_StructMatcher

◆ envoy_type_matcher_v3_StructMatcher_PathSegment

Enumeration Type Documentation

◆ envoy_type_matcher_v3_StructMatcher_PathSegment_segment_oneofcases

Enumerator
envoy_type_matcher_v3_StructMatcher_PathSegment_segment_key 
envoy_type_matcher_v3_StructMatcher_PathSegment_segment_NOT_SET 

Function Documentation

◆ envoy_type_matcher_v3_StructMatcher_add_path()

UPB_INLINE struct envoy_type_matcher_v3_StructMatcher_PathSegment* envoy_type_matcher_v3_StructMatcher_add_path ( envoy_type_matcher_v3_StructMatcher msg,
upb_arena *  arena 
)

◆ envoy_type_matcher_v3_StructMatcher_has_path()

UPB_INLINE bool envoy_type_matcher_v3_StructMatcher_has_path ( const envoy_type_matcher_v3_StructMatcher msg)

◆ envoy_type_matcher_v3_StructMatcher_has_value()

UPB_INLINE bool envoy_type_matcher_v3_StructMatcher_has_value ( const envoy_type_matcher_v3_StructMatcher msg)

◆ envoy_type_matcher_v3_StructMatcher_mutable_path()

UPB_INLINE envoy_type_matcher_v3_StructMatcher_PathSegment** envoy_type_matcher_v3_StructMatcher_mutable_path ( envoy_type_matcher_v3_StructMatcher msg,
size_t *  len 
)

◆ envoy_type_matcher_v3_StructMatcher_mutable_value()

UPB_INLINE struct envoy_type_matcher_v3_ValueMatcher* envoy_type_matcher_v3_StructMatcher_mutable_value ( envoy_type_matcher_v3_StructMatcher msg,
upb_arena *  arena 
)

◆ envoy_type_matcher_v3_StructMatcher_new()

UPB_INLINE envoy_type_matcher_v3_StructMatcher* envoy_type_matcher_v3_StructMatcher_new ( upb_arena *  arena)

◆ envoy_type_matcher_v3_StructMatcher_parse()

UPB_INLINE envoy_type_matcher_v3_StructMatcher* envoy_type_matcher_v3_StructMatcher_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ envoy_type_matcher_v3_StructMatcher_parse_ex()

UPB_INLINE envoy_type_matcher_v3_StructMatcher* envoy_type_matcher_v3_StructMatcher_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ envoy_type_matcher_v3_StructMatcher_path()

UPB_INLINE const envoy_type_matcher_v3_StructMatcher_PathSegment* const* envoy_type_matcher_v3_StructMatcher_path ( const envoy_type_matcher_v3_StructMatcher msg,
size_t *  len 
)

◆ envoy_type_matcher_v3_StructMatcher_PathSegment_has_key()

UPB_INLINE bool envoy_type_matcher_v3_StructMatcher_PathSegment_has_key ( const envoy_type_matcher_v3_StructMatcher_PathSegment msg)

◆ envoy_type_matcher_v3_StructMatcher_PathSegment_key()

UPB_INLINE upb_strview envoy_type_matcher_v3_StructMatcher_PathSegment_key ( const envoy_type_matcher_v3_StructMatcher_PathSegment msg)

◆ envoy_type_matcher_v3_StructMatcher_PathSegment_new()

UPB_INLINE envoy_type_matcher_v3_StructMatcher_PathSegment* envoy_type_matcher_v3_StructMatcher_PathSegment_new ( upb_arena *  arena)

◆ envoy_type_matcher_v3_StructMatcher_PathSegment_parse()

UPB_INLINE envoy_type_matcher_v3_StructMatcher_PathSegment* envoy_type_matcher_v3_StructMatcher_PathSegment_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ envoy_type_matcher_v3_StructMatcher_PathSegment_parse_ex()

UPB_INLINE envoy_type_matcher_v3_StructMatcher_PathSegment* envoy_type_matcher_v3_StructMatcher_PathSegment_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ envoy_type_matcher_v3_StructMatcher_PathSegment_segment_case()

UPB_INLINE envoy_type_matcher_v3_StructMatcher_PathSegment_segment_oneofcases envoy_type_matcher_v3_StructMatcher_PathSegment_segment_case ( const envoy_type_matcher_v3_StructMatcher_PathSegment msg)

◆ envoy_type_matcher_v3_StructMatcher_PathSegment_serialize()

UPB_INLINE char* envoy_type_matcher_v3_StructMatcher_PathSegment_serialize ( const envoy_type_matcher_v3_StructMatcher_PathSegment msg,
upb_arena *  arena,
size_t *  len 
)

◆ envoy_type_matcher_v3_StructMatcher_PathSegment_set_key()

UPB_INLINE void envoy_type_matcher_v3_StructMatcher_PathSegment_set_key ( envoy_type_matcher_v3_StructMatcher_PathSegment msg,
upb_strview  value 
)

◆ envoy_type_matcher_v3_StructMatcher_resize_path()

UPB_INLINE envoy_type_matcher_v3_StructMatcher_PathSegment** envoy_type_matcher_v3_StructMatcher_resize_path ( envoy_type_matcher_v3_StructMatcher msg,
size_t  len,
upb_arena *  arena 
)

◆ envoy_type_matcher_v3_StructMatcher_serialize()

UPB_INLINE char* envoy_type_matcher_v3_StructMatcher_serialize ( const envoy_type_matcher_v3_StructMatcher msg,
upb_arena *  arena,
size_t *  len 
)

◆ envoy_type_matcher_v3_StructMatcher_set_value()

UPB_INLINE void envoy_type_matcher_v3_StructMatcher_set_value ( envoy_type_matcher_v3_StructMatcher msg,
struct envoy_type_matcher_v3_ValueMatcher value 
)

◆ envoy_type_matcher_v3_StructMatcher_value()

UPB_INLINE const struct envoy_type_matcher_v3_ValueMatcher* envoy_type_matcher_v3_StructMatcher_value ( const envoy_type_matcher_v3_StructMatcher msg)

Variable Documentation

◆ envoy_type_matcher_v3_StructMatcher_msginit

const upb_msglayout envoy_type_matcher_v3_StructMatcher_msginit
extern

◆ envoy_type_matcher_v3_StructMatcher_PathSegment_msginit

const upb_msglayout envoy_type_matcher_v3_StructMatcher_PathSegment_msginit
extern

◆ envoy_type_matcher_v3_ValueMatcher_msginit

const upb_msglayout envoy_type_matcher_v3_ValueMatcher_msginit
extern