Searched refs:google_protobuf_UInt64Value (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/google/protobuf/ |
D | wrappers.upb.h | 26 struct google_protobuf_UInt64Value; 35 typedef struct google_protobuf_UInt64Value google_protobuf_UInt64Value; typedef 132 UPB_INLINE google_protobuf_UInt64Value *google_protobuf_UInt64Value_new(upb_arena *arena) { in google_protobuf_UInt64Value_new() 133 return (google_protobuf_UInt64Value *)_upb_msg_new(&google_protobuf_UInt64Value_msginit, arena); in google_protobuf_UInt64Value_new() 135 UPB_INLINE google_protobuf_UInt64Value *google_protobuf_UInt64Value_parse(const char *buf, size_t s… in google_protobuf_UInt64Value_parse() 137 google_protobuf_UInt64Value *ret = google_protobuf_UInt64Value_new(arena); in google_protobuf_UInt64Value_parse() 140 UPB_INLINE google_protobuf_UInt64Value *google_protobuf_UInt64Value_parse_ex(const char *buf, size_… in google_protobuf_UInt64Value_parse_ex() 142 google_protobuf_UInt64Value *ret = google_protobuf_UInt64Value_new(arena); in google_protobuf_UInt64Value_parse_ex() 146 UPB_INLINE char *google_protobuf_UInt64Value_serialize(const google_protobuf_UInt64Value *msg, upb_… in google_protobuf_UInt64Value_serialize() 150 UPB_INLINE uint64_t google_protobuf_UInt64Value_value(const google_protobuf_UInt64Value *msg) { ret… in google_protobuf_UInt64Value_value() [all …]
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/envoy/config/cluster/v3/ |
D | cluster.upb.h | 115 struct google_protobuf_UInt64Value; 1181 …google_protobuf_UInt64Value* envoy_config_cluster_v3_Cluster_RingHashLbConfig_minimum_ring_size(co… in envoy_config_cluster_v3_Cluster_RingHashLbConfig_minimum_ring_size() 1184 …google_protobuf_UInt64Value* envoy_config_cluster_v3_Cluster_RingHashLbConfig_maximum_ring_size(co… in envoy_config_cluster_v3_Cluster_RingHashLbConfig_maximum_ring_size() 1186 …(envoy_config_cluster_v3_Cluster_RingHashLbConfig *msg, struct google_protobuf_UInt64Value* value)… in envoy_config_cluster_v3_Cluster_RingHashLbConfig_set_minimum_ring_size() 1188 *UPB_PTR_AT(msg, UPB_SIZE(8, 8), struct google_protobuf_UInt64Value*) = value; in envoy_config_cluster_v3_Cluster_RingHashLbConfig_set_minimum_ring_size() 1190 UPB_INLINE struct google_protobuf_UInt64Value* envoy_config_cluster_v3_Cluster_RingHashLbConfig_mut… in envoy_config_cluster_v3_Cluster_RingHashLbConfig_mutable_minimum_ring_size() 1191 …struct google_protobuf_UInt64Value* sub = (struct google_protobuf_UInt64Value*)envoy_config_cluste… in envoy_config_cluster_v3_Cluster_RingHashLbConfig_mutable_minimum_ring_size() 1193 …sub = (struct google_protobuf_UInt64Value*)_upb_msg_new(&google_protobuf_UInt64Value_msginit, aren… in envoy_config_cluster_v3_Cluster_RingHashLbConfig_mutable_minimum_ring_size() 1202 …(envoy_config_cluster_v3_Cluster_RingHashLbConfig *msg, struct google_protobuf_UInt64Value* value)… in envoy_config_cluster_v3_Cluster_RingHashLbConfig_set_maximum_ring_size() 1204 *UPB_PTR_AT(msg, UPB_SIZE(12, 16), struct google_protobuf_UInt64Value*) = value; in envoy_config_cluster_v3_Cluster_RingHashLbConfig_set_maximum_ring_size() [all …]
|