#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_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 } |
Definition at line 24 of file path.upb.h.
| Enumerator | |
|---|---|
| envoy_type_matcher_v3_PathMatcher_rule_path | |
| envoy_type_matcher_v3_PathMatcher_rule_NOT_SET | |
Definition at line 62 of file path.upb.h.
| UPB_INLINE void envoy_type_matcher_v3_PathMatcher_clear_path | ( | const envoy_type_matcher_v3_PathMatcher * | msg | ) |
Definition at line 72 of file path.upb.h.
| UPB_INLINE bool envoy_type_matcher_v3_PathMatcher_has_path | ( | const envoy_type_matcher_v3_PathMatcher * | msg | ) |
Definition at line 69 of file path.upb.h.
| UPB_INLINE struct envoy_type_matcher_v3_StringMatcher* envoy_type_matcher_v3_PathMatcher_mutable_path | ( | envoy_type_matcher_v3_PathMatcher * | msg, |
| upb_Arena * | arena | ||
| ) |
Definition at line 82 of file path.upb.h.
| UPB_INLINE envoy_type_matcher_v3_PathMatcher* envoy_type_matcher_v3_PathMatcher_new | ( | upb_Arena * | arena | ) |
Definition at line 33 of file path.upb.h.
| UPB_INLINE envoy_type_matcher_v3_PathMatcher* envoy_type_matcher_v3_PathMatcher_parse | ( | const char * | buf, |
| size_t | size, | ||
| upb_Arena * | arena | ||
| ) |
Definition at line 36 of file path.upb.h.
| UPB_INLINE envoy_type_matcher_v3_PathMatcher* envoy_type_matcher_v3_PathMatcher_parse_ex | ( | const char * | buf, |
| size_t | size, | ||
| const upb_ExtensionRegistry * | extreg, | ||
| int | options, | ||
| upb_Arena * | arena | ||
| ) |
Definition at line 44 of file path.upb.h.
| UPB_INLINE const struct envoy_type_matcher_v3_StringMatcher* envoy_type_matcher_v3_PathMatcher_path | ( | const envoy_type_matcher_v3_PathMatcher * | msg | ) |
Definition at line 75 of file path.upb.h.
| UPB_INLINE envoy_type_matcher_v3_PathMatcher_rule_oneofcases envoy_type_matcher_v3_PathMatcher_rule_case | ( | const envoy_type_matcher_v3_PathMatcher * | msg | ) |
Definition at line 66 of file path.upb.h.
| UPB_INLINE char* envoy_type_matcher_v3_PathMatcher_serialize | ( | const envoy_type_matcher_v3_PathMatcher * | msg, |
| upb_Arena * | arena, | ||
| size_t * | len | ||
| ) |
Definition at line 55 of file path.upb.h.
| UPB_INLINE char* envoy_type_matcher_v3_PathMatcher_serialize_ex | ( | const envoy_type_matcher_v3_PathMatcher * | msg, |
| int | options, | ||
| upb_Arena * | arena, | ||
| size_t * | len | ||
| ) |
Definition at line 58 of file path.upb.h.
| UPB_INLINE void envoy_type_matcher_v3_PathMatcher_set_path | ( | envoy_type_matcher_v3_PathMatcher * | msg, |
| struct envoy_type_matcher_v3_StringMatcher * | value | ||
| ) |
Definition at line 79 of file path.upb.h.
| const upb_MiniTable_File envoy_type_matcher_v3_path_proto_upb_file_layout |
Definition at line 37 of file path.upb.c.
| const upb_MiniTable envoy_type_matcher_v3_PathMatcher_msginit |
Definition at line 27 of file path.upb.c.
| const upb_MiniTable envoy_type_matcher_v3_StringMatcher_msginit |
Definition at line 32 of file envoy/type/matcher/v3/string.upb.c.