#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_v3_TokenBucket | envoy_type_v3_TokenBucket |
| typedef struct envoy_type_v3_TokenBucket envoy_type_v3_TokenBucket |
Definition at line 24 of file token_bucket.upb.h.
| UPB_INLINE void envoy_type_v3_TokenBucket_clear_fill_interval | ( | const envoy_type_v3_TokenBucket * | msg | ) |
Definition at line 82 of file token_bucket.upb.h.
| UPB_INLINE void envoy_type_v3_TokenBucket_clear_max_tokens | ( | const envoy_type_v3_TokenBucket * | msg | ) |
Definition at line 64 of file token_bucket.upb.h.
| UPB_INLINE void envoy_type_v3_TokenBucket_clear_tokens_per_fill | ( | const envoy_type_v3_TokenBucket * | msg | ) |
Definition at line 73 of file token_bucket.upb.h.
| UPB_INLINE const struct google_protobuf_Duration* envoy_type_v3_TokenBucket_fill_interval | ( | const envoy_type_v3_TokenBucket * | msg | ) |
Definition at line 85 of file token_bucket.upb.h.
| UPB_INLINE bool envoy_type_v3_TokenBucket_has_fill_interval | ( | const envoy_type_v3_TokenBucket * | msg | ) |
Definition at line 79 of file token_bucket.upb.h.
| UPB_INLINE bool envoy_type_v3_TokenBucket_has_tokens_per_fill | ( | const envoy_type_v3_TokenBucket * | msg | ) |
Definition at line 70 of file token_bucket.upb.h.
| UPB_INLINE uint32_t envoy_type_v3_TokenBucket_max_tokens | ( | const envoy_type_v3_TokenBucket * | msg | ) |
Definition at line 67 of file token_bucket.upb.h.
| UPB_INLINE struct google_protobuf_Duration* envoy_type_v3_TokenBucket_mutable_fill_interval | ( | envoy_type_v3_TokenBucket * | msg, |
| upb_Arena * | arena | ||
| ) |
Definition at line 109 of file token_bucket.upb.h.
| UPB_INLINE struct google_protobuf_UInt32Value* envoy_type_v3_TokenBucket_mutable_tokens_per_fill | ( | envoy_type_v3_TokenBucket * | msg, |
| upb_Arena * | arena | ||
| ) |
Definition at line 96 of file token_bucket.upb.h.
| UPB_INLINE envoy_type_v3_TokenBucket* envoy_type_v3_TokenBucket_new | ( | upb_Arena * | arena | ) |
Definition at line 35 of file token_bucket.upb.h.
| UPB_INLINE envoy_type_v3_TokenBucket* envoy_type_v3_TokenBucket_parse | ( | const char * | buf, |
| size_t | size, | ||
| upb_Arena * | arena | ||
| ) |
Definition at line 38 of file token_bucket.upb.h.
| UPB_INLINE envoy_type_v3_TokenBucket* envoy_type_v3_TokenBucket_parse_ex | ( | const char * | buf, |
| size_t | size, | ||
| const upb_ExtensionRegistry * | extreg, | ||
| int | options, | ||
| upb_Arena * | arena | ||
| ) |
Definition at line 46 of file token_bucket.upb.h.
| UPB_INLINE char* envoy_type_v3_TokenBucket_serialize | ( | const envoy_type_v3_TokenBucket * | msg, |
| upb_Arena * | arena, | ||
| size_t * | len | ||
| ) |
Definition at line 57 of file token_bucket.upb.h.
| UPB_INLINE char* envoy_type_v3_TokenBucket_serialize_ex | ( | const envoy_type_v3_TokenBucket * | msg, |
| int | options, | ||
| upb_Arena * | arena, | ||
| size_t * | len | ||
| ) |
Definition at line 60 of file token_bucket.upb.h.
| UPB_INLINE void envoy_type_v3_TokenBucket_set_fill_interval | ( | envoy_type_v3_TokenBucket * | msg, |
| struct google_protobuf_Duration * | value | ||
| ) |
Definition at line 105 of file token_bucket.upb.h.
| UPB_INLINE void envoy_type_v3_TokenBucket_set_max_tokens | ( | envoy_type_v3_TokenBucket * | msg, |
| uint32_t | value | ||
| ) |
Definition at line 89 of file token_bucket.upb.h.
| UPB_INLINE void envoy_type_v3_TokenBucket_set_tokens_per_fill | ( | envoy_type_v3_TokenBucket * | msg, |
| struct google_protobuf_UInt32Value * | value | ||
| ) |
Definition at line 92 of file token_bucket.upb.h.
| UPB_INLINE const struct google_protobuf_UInt32Value* envoy_type_v3_TokenBucket_tokens_per_fill | ( | const envoy_type_v3_TokenBucket * | msg | ) |
Definition at line 76 of file token_bucket.upb.h.
| const upb_MiniTable_File envoy_type_v3_token_bucket_proto_upb_file_layout |
Definition at line 41 of file token_bucket.upb.c.
| const upb_MiniTable envoy_type_v3_TokenBucket_msginit |
Definition at line 31 of file token_bucket.upb.c.
| const upb_MiniTable google_protobuf_Duration_msginit |
Definition at line 20 of file duration.upb.c.
| const upb_MiniTable google_protobuf_UInt32Value_msginit |
Definition at line 69 of file wrappers.upb.c.