Searched refs:gpr_parse_nonnegative_int (Results 1 – 14 of 14) sorted by relevance
39 nanos = gpr_parse_nonnegative_int(decimal_point + 1); in ParseDurationFromJson()52 decimal_point == buf.get() ? 0 : gpr_parse_nonnegative_int(buf.get()); in ParseDurationFromJson()
65 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()
63 int poll_interval_ms = gpr_parse_nonnegative_int(env); in init_globals()
245 max_milli_tokens = gpr_parse_nonnegative_int(sub_field->value); in parse_retry_throttle_params()
82 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()
69 int gpr_parse_nonnegative_int(const char* value);
218 int gpr_parse_nonnegative_int(const char* value) { in gpr_parse_nonnegative_int() function
63 int gpr_parse_nonnegative_int(const char* value);
210 int gpr_parse_nonnegative_int(const char* value) { in gpr_parse_nonnegative_int() function
75 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()
85 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()
687 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()
1224 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()
700 int weight = gpr_parse_nonnegative_int(it->second.string_value().c_str()); in ParseChildConfig()