Home
last modified time | relevance | path

Searched refs:gpr_parse_nonnegative_int (Results 1 – 14 of 14) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/json/
Djson_util.cc39 nanos = gpr_parse_nonnegative_int(decimal_point + 1); in ParseDurationFromJson()
52 decimal_point == buf.get() ? 0 : gpr_parse_nonnegative_int(buf.get()); in ParseDurationFromJson()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dmethod_params.cc65 nanos = gpr_parse_nonnegative_int(decimal_point + 1); in ParseDuration()
78 decimal_point == buf.get() ? 0 : gpr_parse_nonnegative_int(buf.get()); in ParseDuration()
94 retry_policy->max_attempts = gpr_parse_nonnegative_int(sub_field->value); in ParseRetryPolicy()
Dbackup_poller.cc63 int poll_interval_ms = gpr_parse_nonnegative_int(env); in init_globals()
Dclient_channel.cc245 max_milli_tokens = gpr_parse_nonnegative_int(sub_field->value); in parse_retry_throttle_params()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dretry_service_config.cc82 gpr_parse_nonnegative_int(it->second.string_value().c_str()) * 1000; in ParseRetryThrottling()
179 gpr_parse_nonnegative_int(it->second.string_value().c_str()); in ParseRetryPolicy()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gpr/
Dstring.h69 int gpr_parse_nonnegative_int(const char* value);
Dstring.cc218 int gpr_parse_nonnegative_int(const char* value) { in gpr_parse_nonnegative_int() function
/external/grpc-grpc/src/core/lib/gpr/
Dstring.h63 int gpr_parse_nonnegative_int(const char* value);
Dstring.cc210 int gpr_parse_nonnegative_int(const char* value) { in gpr_parse_nonnegative_int() function
/external/grpc-grpc/src/core/ext/filters/message_size/
Dmessage_size_filter.cc75 max_request_message_bytes = gpr_parse_nonnegative_int(field->value); in CreateFromJson()
82 max_response_message_bytes = gpr_parse_nonnegative_int(field->value); in CreateFromJson()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/message_size/
Dmessage_size_filter.cc85 gpr_parse_nonnegative_int(it->second.string_value().c_str()); in ParsePerMethodParams()
102 gpr_parse_nonnegative_int(it->second.string_value().c_str()); in ParsePerMethodParams()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds_cluster_impl.cc687 gpr_parse_nonnegative_int(it->second.string_value().c_str()); in ParseLoadBalancingConfig()
769 gpr_parse_nonnegative_int(it->second.string_value().c_str()); in ParseDropCategory()
Dxds_cluster_resolver.cc1224 min_ring_size = gpr_parse_nonnegative_int( in ParseLoadBalancingConfig()
1236 max_ring_size = gpr_parse_nonnegative_int( in ParseLoadBalancingConfig()
1319 gpr_parse_nonnegative_int(it->second.string_value().c_str()); in ParseDiscoveryMechanism()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/weighted_target/
Dweighted_target.cc700 int weight = gpr_parse_nonnegative_int(it->second.string_value().c_str()); in ParseChildConfig()