Home
last modified time | relevance | path

Searched refs:google_protobuf_DoubleValue (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/google/protobuf/
Dwrappers.upb.h23 struct google_protobuf_DoubleValue;
32 typedef struct google_protobuf_DoubleValue google_protobuf_DoubleValue; typedef
54 UPB_INLINE google_protobuf_DoubleValue *google_protobuf_DoubleValue_new(upb_arena *arena) { in google_protobuf_DoubleValue_new()
55 return (google_protobuf_DoubleValue *)_upb_msg_new(&google_protobuf_DoubleValue_msginit, arena); in google_protobuf_DoubleValue_new()
57 UPB_INLINE google_protobuf_DoubleValue *google_protobuf_DoubleValue_parse(const char *buf, size_t s… in google_protobuf_DoubleValue_parse()
59 google_protobuf_DoubleValue *ret = google_protobuf_DoubleValue_new(arena); in google_protobuf_DoubleValue_parse()
62 UPB_INLINE google_protobuf_DoubleValue *google_protobuf_DoubleValue_parse_ex(const char *buf, size_… in google_protobuf_DoubleValue_parse_ex()
64 google_protobuf_DoubleValue *ret = google_protobuf_DoubleValue_new(arena); in google_protobuf_DoubleValue_parse_ex()
68 UPB_INLINE char *google_protobuf_DoubleValue_serialize(const google_protobuf_DoubleValue *msg, upb_… in google_protobuf_DoubleValue_serialize()
72 UPB_INLINE double google_protobuf_DoubleValue_value(const google_protobuf_DoubleValue *msg) { retur… in google_protobuf_DoubleValue_value()
[all …]
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/envoy/config/core/v3/
Dconfig_source.upb.h39 struct google_protobuf_DoubleValue;
241google_protobuf_DoubleValue* envoy_config_core_v3_RateLimitSettings_fill_rate(const envoy_config_c… in envoy_config_core_v3_RateLimitSettings_fill_rate()
256 …_fill_rate(envoy_config_core_v3_RateLimitSettings *msg, struct google_protobuf_DoubleValue* value)… in envoy_config_core_v3_RateLimitSettings_set_fill_rate()
258 *UPB_PTR_AT(msg, UPB_SIZE(8, 16), struct google_protobuf_DoubleValue*) = value; in envoy_config_core_v3_RateLimitSettings_set_fill_rate()
260 UPB_INLINE struct google_protobuf_DoubleValue* envoy_config_core_v3_RateLimitSettings_mutable_fill_… in envoy_config_core_v3_RateLimitSettings_mutable_fill_rate()
261 …struct google_protobuf_DoubleValue* sub = (struct google_protobuf_DoubleValue*)envoy_config_core_v… in envoy_config_core_v3_RateLimitSettings_mutable_fill_rate()
263 …sub = (struct google_protobuf_DoubleValue*)_upb_msg_new(&google_protobuf_DoubleValue_msginit, aren… in envoy_config_core_v3_RateLimitSettings_mutable_fill_rate()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/envoy/config/cluster/v3/
Dcluster.upb.h111 struct google_protobuf_DoubleValue;
1581google_protobuf_DoubleValue* envoy_config_cluster_v3_Cluster_PrefetchPolicy_per_upstream_prefetch_… in envoy_config_cluster_v3_Cluster_PrefetchPolicy_per_upstream_prefetch_ratio()
1583google_protobuf_DoubleValue* envoy_config_cluster_v3_Cluster_PrefetchPolicy_predictive_prefetch_ra… in envoy_config_cluster_v3_Cluster_PrefetchPolicy_predictive_prefetch_ratio()
1585 …io(envoy_config_cluster_v3_Cluster_PrefetchPolicy *msg, struct google_protobuf_DoubleValue* value)… in envoy_config_cluster_v3_Cluster_PrefetchPolicy_set_per_upstream_prefetch_ratio()
1587 *UPB_PTR_AT(msg, UPB_SIZE(4, 8), struct google_protobuf_DoubleValue*) = value; in envoy_config_cluster_v3_Cluster_PrefetchPolicy_set_per_upstream_prefetch_ratio()
1589 UPB_INLINE struct google_protobuf_DoubleValue* envoy_config_cluster_v3_Cluster_PrefetchPolicy_mutab… in envoy_config_cluster_v3_Cluster_PrefetchPolicy_mutable_per_upstream_prefetch_ratio()
1590 …struct google_protobuf_DoubleValue* sub = (struct google_protobuf_DoubleValue*)envoy_config_cluste… in envoy_config_cluster_v3_Cluster_PrefetchPolicy_mutable_per_upstream_prefetch_ratio()
1592 …sub = (struct google_protobuf_DoubleValue*)_upb_msg_new(&google_protobuf_DoubleValue_msginit, aren… in envoy_config_cluster_v3_Cluster_PrefetchPolicy_mutable_per_upstream_prefetch_ratio()
1598 …io(envoy_config_cluster_v3_Cluster_PrefetchPolicy *msg, struct google_protobuf_DoubleValue* value)… in envoy_config_cluster_v3_Cluster_PrefetchPolicy_set_predictive_prefetch_ratio()
1600 *UPB_PTR_AT(msg, UPB_SIZE(8, 16), struct google_protobuf_DoubleValue*) = value; in envoy_config_cluster_v3_Cluster_PrefetchPolicy_set_predictive_prefetch_ratio()
[all …]