#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"
Go to the source code of this file.
Typedefs | |
typedef struct envoy_type_matcher_v3_DoubleMatcher | envoy_type_matcher_v3_DoubleMatcher |
Definition at line 24 of file number.upb.h.
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.
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.
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.
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.
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.
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.
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 | ) |
Definition at line 67 of file number.upb.h.
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.
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.
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.
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.
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.
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.
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.
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.
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.
const upb_MiniTable envoy_type_matcher_v3_DoubleMatcher_msginit |
Definition at line 28 of file number.upb.c.
const upb_MiniTable_File envoy_type_matcher_v3_number_proto_upb_file_layout |
Definition at line 38 of file number.upb.c.
const upb_MiniTable envoy_type_v3_DoubleRange_msginit |
Definition at line 44 of file range.upb.c.