GRPC C++  1.39.1
Typedefs | Enumerations | Functions | Variables
path.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_PathMatcher envoy_type_matcher_v3_PathMatcher
 

Enumerations

enum  envoy_type_matcher_v3_PathMatcher_rule_oneofcases { envoy_type_matcher_v3_PathMatcher_rule_path = 1 , envoy_type_matcher_v3_PathMatcher_rule_NOT_SET = 0 }
 

Functions

UPB_INLINE envoy_type_matcher_v3_PathMatcherenvoy_type_matcher_v3_PathMatcher_new (upb_arena *arena)
 
UPB_INLINE envoy_type_matcher_v3_PathMatcherenvoy_type_matcher_v3_PathMatcher_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE envoy_type_matcher_v3_PathMatcherenvoy_type_matcher_v3_PathMatcher_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * envoy_type_matcher_v3_PathMatcher_serialize (const envoy_type_matcher_v3_PathMatcher *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE envoy_type_matcher_v3_PathMatcher_rule_oneofcases envoy_type_matcher_v3_PathMatcher_rule_case (const envoy_type_matcher_v3_PathMatcher *msg)
 
UPB_INLINE bool envoy_type_matcher_v3_PathMatcher_has_path (const envoy_type_matcher_v3_PathMatcher *msg)
 
UPB_INLINE const struct envoy_type_matcher_v3_StringMatcherenvoy_type_matcher_v3_PathMatcher_path (const envoy_type_matcher_v3_PathMatcher *msg)
 
UPB_INLINE void envoy_type_matcher_v3_PathMatcher_set_path (envoy_type_matcher_v3_PathMatcher *msg, struct envoy_type_matcher_v3_StringMatcher *value)
 
UPB_INLINE struct envoy_type_matcher_v3_StringMatcherenvoy_type_matcher_v3_PathMatcher_mutable_path (envoy_type_matcher_v3_PathMatcher *msg, upb_arena *arena)
 

Variables

const upb_msglayout envoy_type_matcher_v3_PathMatcher_msginit
 
const upb_msglayout envoy_type_matcher_v3_StringMatcher_msginit
 

Typedef Documentation

◆ envoy_type_matcher_v3_PathMatcher

Enumeration Type Documentation

◆ envoy_type_matcher_v3_PathMatcher_rule_oneofcases

Enumerator
envoy_type_matcher_v3_PathMatcher_rule_path 
envoy_type_matcher_v3_PathMatcher_rule_NOT_SET 

Function Documentation

◆ envoy_type_matcher_v3_PathMatcher_has_path()

UPB_INLINE bool envoy_type_matcher_v3_PathMatcher_has_path ( const envoy_type_matcher_v3_PathMatcher msg)

◆ envoy_type_matcher_v3_PathMatcher_mutable_path()

UPB_INLINE struct envoy_type_matcher_v3_StringMatcher* envoy_type_matcher_v3_PathMatcher_mutable_path ( envoy_type_matcher_v3_PathMatcher msg,
upb_arena *  arena 
)

◆ envoy_type_matcher_v3_PathMatcher_new()

UPB_INLINE envoy_type_matcher_v3_PathMatcher* envoy_type_matcher_v3_PathMatcher_new ( upb_arena *  arena)

◆ envoy_type_matcher_v3_PathMatcher_parse()

UPB_INLINE envoy_type_matcher_v3_PathMatcher* envoy_type_matcher_v3_PathMatcher_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ envoy_type_matcher_v3_PathMatcher_parse_ex()

UPB_INLINE envoy_type_matcher_v3_PathMatcher* envoy_type_matcher_v3_PathMatcher_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ envoy_type_matcher_v3_PathMatcher_path()

UPB_INLINE const struct envoy_type_matcher_v3_StringMatcher* envoy_type_matcher_v3_PathMatcher_path ( const envoy_type_matcher_v3_PathMatcher msg)

◆ envoy_type_matcher_v3_PathMatcher_rule_case()

UPB_INLINE envoy_type_matcher_v3_PathMatcher_rule_oneofcases envoy_type_matcher_v3_PathMatcher_rule_case ( const envoy_type_matcher_v3_PathMatcher msg)

◆ envoy_type_matcher_v3_PathMatcher_serialize()

UPB_INLINE char* envoy_type_matcher_v3_PathMatcher_serialize ( const envoy_type_matcher_v3_PathMatcher msg,
upb_arena *  arena,
size_t *  len 
)

◆ envoy_type_matcher_v3_PathMatcher_set_path()

UPB_INLINE void envoy_type_matcher_v3_PathMatcher_set_path ( envoy_type_matcher_v3_PathMatcher msg,
struct envoy_type_matcher_v3_StringMatcher value 
)

Variable Documentation

◆ envoy_type_matcher_v3_PathMatcher_msginit

const upb_msglayout envoy_type_matcher_v3_PathMatcher_msginit
extern

◆ envoy_type_matcher_v3_StringMatcher_msginit

const upb_msglayout envoy_type_matcher_v3_StringMatcher_msginit
extern