Typedefs | Functions | Variables
token_bucket.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 token_bucket.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_v3_TokenBucket envoy_type_v3_TokenBucket
 

Functions

UPB_INLINE void envoy_type_v3_TokenBucket_clear_fill_interval (const envoy_type_v3_TokenBucket *msg)
 
UPB_INLINE void envoy_type_v3_TokenBucket_clear_max_tokens (const envoy_type_v3_TokenBucket *msg)
 
UPB_INLINE void envoy_type_v3_TokenBucket_clear_tokens_per_fill (const envoy_type_v3_TokenBucket *msg)
 
UPB_INLINE const struct google_protobuf_Durationenvoy_type_v3_TokenBucket_fill_interval (const envoy_type_v3_TokenBucket *msg)
 
UPB_INLINE bool envoy_type_v3_TokenBucket_has_fill_interval (const envoy_type_v3_TokenBucket *msg)
 
UPB_INLINE bool envoy_type_v3_TokenBucket_has_tokens_per_fill (const envoy_type_v3_TokenBucket *msg)
 
UPB_INLINE uint32_t envoy_type_v3_TokenBucket_max_tokens (const envoy_type_v3_TokenBucket *msg)
 
UPB_INLINE struct google_protobuf_Durationenvoy_type_v3_TokenBucket_mutable_fill_interval (envoy_type_v3_TokenBucket *msg, upb_Arena *arena)
 
UPB_INLINE struct google_protobuf_UInt32Valueenvoy_type_v3_TokenBucket_mutable_tokens_per_fill (envoy_type_v3_TokenBucket *msg, upb_Arena *arena)
 
UPB_INLINE envoy_type_v3_TokenBucketenvoy_type_v3_TokenBucket_new (upb_Arena *arena)
 
UPB_INLINE envoy_type_v3_TokenBucketenvoy_type_v3_TokenBucket_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE envoy_type_v3_TokenBucketenvoy_type_v3_TokenBucket_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE char * envoy_type_v3_TokenBucket_serialize (const envoy_type_v3_TokenBucket *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * envoy_type_v3_TokenBucket_serialize_ex (const envoy_type_v3_TokenBucket *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void envoy_type_v3_TokenBucket_set_fill_interval (envoy_type_v3_TokenBucket *msg, struct google_protobuf_Duration *value)
 
UPB_INLINE void envoy_type_v3_TokenBucket_set_max_tokens (envoy_type_v3_TokenBucket *msg, uint32_t value)
 
UPB_INLINE void envoy_type_v3_TokenBucket_set_tokens_per_fill (envoy_type_v3_TokenBucket *msg, struct google_protobuf_UInt32Value *value)
 
UPB_INLINE const struct google_protobuf_UInt32Valueenvoy_type_v3_TokenBucket_tokens_per_fill (const envoy_type_v3_TokenBucket *msg)
 

Variables

const upb_MiniTable_File envoy_type_v3_token_bucket_proto_upb_file_layout
 
const upb_MiniTable envoy_type_v3_TokenBucket_msginit
 
const upb_MiniTable google_protobuf_Duration_msginit
 
const upb_MiniTable google_protobuf_UInt32Value_msginit
 

Typedef Documentation

◆ envoy_type_v3_TokenBucket

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

Function Documentation

◆ envoy_type_v3_TokenBucket_clear_fill_interval()

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.

◆ envoy_type_v3_TokenBucket_clear_max_tokens()

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.

◆ envoy_type_v3_TokenBucket_clear_tokens_per_fill()

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.

◆ envoy_type_v3_TokenBucket_fill_interval()

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.

◆ envoy_type_v3_TokenBucket_has_fill_interval()

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.

◆ envoy_type_v3_TokenBucket_has_tokens_per_fill()

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.

◆ envoy_type_v3_TokenBucket_max_tokens()

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.

◆ envoy_type_v3_TokenBucket_mutable_fill_interval()

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.

◆ envoy_type_v3_TokenBucket_mutable_tokens_per_fill()

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.

◆ envoy_type_v3_TokenBucket_new()

UPB_INLINE envoy_type_v3_TokenBucket* envoy_type_v3_TokenBucket_new ( upb_Arena arena)

Definition at line 35 of file token_bucket.upb.h.

◆ envoy_type_v3_TokenBucket_parse()

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.

◆ envoy_type_v3_TokenBucket_parse_ex()

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.

◆ envoy_type_v3_TokenBucket_serialize()

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.

◆ envoy_type_v3_TokenBucket_serialize_ex()

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.

◆ envoy_type_v3_TokenBucket_set_fill_interval()

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.

◆ envoy_type_v3_TokenBucket_set_max_tokens()

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.

◆ envoy_type_v3_TokenBucket_set_tokens_per_fill()

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.

◆ envoy_type_v3_TokenBucket_tokens_per_fill()

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.

Variable Documentation

◆ envoy_type_v3_token_bucket_proto_upb_file_layout

const upb_MiniTable_File envoy_type_v3_token_bucket_proto_upb_file_layout

Definition at line 41 of file token_bucket.upb.c.

◆ envoy_type_v3_TokenBucket_msginit

const upb_MiniTable envoy_type_v3_TokenBucket_msginit

Definition at line 31 of file token_bucket.upb.c.

◆ google_protobuf_Duration_msginit

const upb_MiniTable google_protobuf_Duration_msginit

Definition at line 20 of file duration.upb.c.

◆ google_protobuf_UInt32Value_msginit

const upb_MiniTable google_protobuf_UInt32Value_msginit

Definition at line 69 of file wrappers.upb.c.



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