Typedefs | Enumerations | Functions | Variables
number.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 number.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_type_matcher_v3_DoubleMatcher envoy_type_matcher_v3_DoubleMatcher
 

Enumerations

enum  envoy_type_matcher_v3_DoubleMatcher_match_pattern_oneofcases { envoy_type_matcher_v3_DoubleMatcher_match_pattern_range = 1, envoy_type_matcher_v3_DoubleMatcher_match_pattern_exact = 2, envoy_type_matcher_v3_DoubleMatcher_match_pattern_NOT_SET = 0 }
 

Functions

UPB_INLINE void envoy_type_matcher_v3_DoubleMatcher_clear_exact (const envoy_type_matcher_v3_DoubleMatcher *msg)
 
UPB_INLINE void envoy_type_matcher_v3_DoubleMatcher_clear_range (const envoy_type_matcher_v3_DoubleMatcher *msg)
 
UPB_INLINE double envoy_type_matcher_v3_DoubleMatcher_exact (const envoy_type_matcher_v3_DoubleMatcher *msg)
 
UPB_INLINE bool envoy_type_matcher_v3_DoubleMatcher_has_exact (const envoy_type_matcher_v3_DoubleMatcher *msg)
 
UPB_INLINE bool envoy_type_matcher_v3_DoubleMatcher_has_range (const envoy_type_matcher_v3_DoubleMatcher *msg)
 
UPB_INLINE envoy_type_matcher_v3_DoubleMatcher_match_pattern_oneofcases envoy_type_matcher_v3_DoubleMatcher_match_pattern_case (const envoy_type_matcher_v3_DoubleMatcher *msg)
 
UPB_INLINE struct envoy_type_v3_DoubleRangeenvoy_type_matcher_v3_DoubleMatcher_mutable_range (envoy_type_matcher_v3_DoubleMatcher *msg, upb_Arena *arena)
 
UPB_INLINE envoy_type_matcher_v3_DoubleMatcherenvoy_type_matcher_v3_DoubleMatcher_new (upb_Arena *arena)
 
UPB_INLINE envoy_type_matcher_v3_DoubleMatcherenvoy_type_matcher_v3_DoubleMatcher_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE envoy_type_matcher_v3_DoubleMatcherenvoy_type_matcher_v3_DoubleMatcher_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE const struct envoy_type_v3_DoubleRangeenvoy_type_matcher_v3_DoubleMatcher_range (const envoy_type_matcher_v3_DoubleMatcher *msg)
 
UPB_INLINE char * envoy_type_matcher_v3_DoubleMatcher_serialize (const envoy_type_matcher_v3_DoubleMatcher *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * envoy_type_matcher_v3_DoubleMatcher_serialize_ex (const envoy_type_matcher_v3_DoubleMatcher *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void envoy_type_matcher_v3_DoubleMatcher_set_exact (envoy_type_matcher_v3_DoubleMatcher *msg, double value)
 
UPB_INLINE void envoy_type_matcher_v3_DoubleMatcher_set_range (envoy_type_matcher_v3_DoubleMatcher *msg, struct envoy_type_v3_DoubleRange *value)
 

Variables

const upb_MiniTable envoy_type_matcher_v3_DoubleMatcher_msginit
 
const upb_MiniTable_File envoy_type_matcher_v3_number_proto_upb_file_layout
 
const upb_MiniTable envoy_type_v3_DoubleRange_msginit
 

Typedef Documentation

◆ envoy_type_matcher_v3_DoubleMatcher

Definition at line 24 of file number.upb.h.

Enumeration Type Documentation

◆ envoy_type_matcher_v3_DoubleMatcher_match_pattern_oneofcases

Enumerator
envoy_type_matcher_v3_DoubleMatcher_match_pattern_range 
envoy_type_matcher_v3_DoubleMatcher_match_pattern_exact 
envoy_type_matcher_v3_DoubleMatcher_match_pattern_NOT_SET 

Definition at line 62 of file number.upb.h.

Function Documentation

◆ envoy_type_matcher_v3_DoubleMatcher_clear_exact()

UPB_INLINE void envoy_type_matcher_v3_DoubleMatcher_clear_exact ( const envoy_type_matcher_v3_DoubleMatcher msg)

Definition at line 82 of file number.upb.h.

◆ envoy_type_matcher_v3_DoubleMatcher_clear_range()

UPB_INLINE void envoy_type_matcher_v3_DoubleMatcher_clear_range ( const envoy_type_matcher_v3_DoubleMatcher msg)

Definition at line 73 of file number.upb.h.

◆ envoy_type_matcher_v3_DoubleMatcher_exact()

UPB_INLINE double envoy_type_matcher_v3_DoubleMatcher_exact ( const envoy_type_matcher_v3_DoubleMatcher msg)

Definition at line 85 of file number.upb.h.

◆ envoy_type_matcher_v3_DoubleMatcher_has_exact()

UPB_INLINE bool envoy_type_matcher_v3_DoubleMatcher_has_exact ( const envoy_type_matcher_v3_DoubleMatcher msg)

Definition at line 79 of file number.upb.h.

◆ envoy_type_matcher_v3_DoubleMatcher_has_range()

UPB_INLINE bool envoy_type_matcher_v3_DoubleMatcher_has_range ( const envoy_type_matcher_v3_DoubleMatcher msg)

Definition at line 70 of file number.upb.h.

◆ envoy_type_matcher_v3_DoubleMatcher_match_pattern_case()

Definition at line 67 of file number.upb.h.

◆ envoy_type_matcher_v3_DoubleMatcher_mutable_range()

UPB_INLINE struct envoy_type_v3_DoubleRange* envoy_type_matcher_v3_DoubleMatcher_mutable_range ( envoy_type_matcher_v3_DoubleMatcher msg,
upb_Arena arena 
)

Definition at line 92 of file number.upb.h.

◆ envoy_type_matcher_v3_DoubleMatcher_new()

UPB_INLINE envoy_type_matcher_v3_DoubleMatcher* envoy_type_matcher_v3_DoubleMatcher_new ( upb_Arena arena)

Definition at line 33 of file number.upb.h.

◆ envoy_type_matcher_v3_DoubleMatcher_parse()

UPB_INLINE envoy_type_matcher_v3_DoubleMatcher* envoy_type_matcher_v3_DoubleMatcher_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

Definition at line 36 of file number.upb.h.

◆ envoy_type_matcher_v3_DoubleMatcher_parse_ex()

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

Definition at line 44 of file number.upb.h.

◆ envoy_type_matcher_v3_DoubleMatcher_range()

UPB_INLINE const struct envoy_type_v3_DoubleRange* envoy_type_matcher_v3_DoubleMatcher_range ( const envoy_type_matcher_v3_DoubleMatcher msg)

Definition at line 76 of file number.upb.h.

◆ envoy_type_matcher_v3_DoubleMatcher_serialize()

UPB_INLINE char* envoy_type_matcher_v3_DoubleMatcher_serialize ( const envoy_type_matcher_v3_DoubleMatcher msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 55 of file number.upb.h.

◆ envoy_type_matcher_v3_DoubleMatcher_serialize_ex()

UPB_INLINE char* envoy_type_matcher_v3_DoubleMatcher_serialize_ex ( const envoy_type_matcher_v3_DoubleMatcher msg,
int  options,
upb_Arena arena,
size_t *  len 
)

Definition at line 58 of file number.upb.h.

◆ envoy_type_matcher_v3_DoubleMatcher_set_exact()

UPB_INLINE void envoy_type_matcher_v3_DoubleMatcher_set_exact ( envoy_type_matcher_v3_DoubleMatcher msg,
double  value 
)

Definition at line 101 of file number.upb.h.

◆ envoy_type_matcher_v3_DoubleMatcher_set_range()

UPB_INLINE void envoy_type_matcher_v3_DoubleMatcher_set_range ( envoy_type_matcher_v3_DoubleMatcher msg,
struct envoy_type_v3_DoubleRange value 
)

Definition at line 89 of file number.upb.h.

Variable Documentation

◆ envoy_type_matcher_v3_DoubleMatcher_msginit

const upb_MiniTable envoy_type_matcher_v3_DoubleMatcher_msginit

Definition at line 28 of file number.upb.c.

◆ envoy_type_matcher_v3_number_proto_upb_file_layout

const upb_MiniTable_File envoy_type_matcher_v3_number_proto_upb_file_layout

Definition at line 38 of file number.upb.c.

◆ envoy_type_v3_DoubleRange_msginit

const upb_MiniTable envoy_type_v3_DoubleRange_msginit

Definition at line 44 of file range.upb.c.



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