Home
last modified time | relevance | path

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

/third_party/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()
/third_party/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
/third_party/grpc/src/core/ext/filters/message_size/
Dmessage_size_filter.cc83 gpr_parse_nonnegative_int(it->second.string_value().c_str()); in ParsePerMethodParams()
100 gpr_parse_nonnegative_int(it->second.string_value().c_str()); in ParsePerMethodParams()
/third_party/grpc/src/core/ext/filters/client_channel/
Dresolver_result_parsing.cc85 gpr_parse_nonnegative_int(it->second.string_value().c_str()); in ParseRetryPolicy()
192 gpr_parse_nonnegative_int(it->second.string_value().c_str()) * 1000; in ParseRetryThrottling()
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds_routing.cc999 header_matcher.range_start = gpr_parse_nonnegative_int( in ParseRoute()
1012 header_matcher.range_end = gpr_parse_nonnegative_int( in ParseRoute()
1098 gpr_parse_nonnegative_int(it->second.string_value().c_str()); in ParseRoute()
Dxds_cluster_impl.cc702 gpr_parse_nonnegative_int(it->second.string_value().c_str()); in ParseLoadBalancingConfig()
784 gpr_parse_nonnegative_int(it->second.string_value().c_str()); in ParseDropCategory()
Dxds_cluster_resolver.cc1207 min_ring_size = gpr_parse_nonnegative_int( in ParseLoadBalancingConfig()
1219 max_ring_size = gpr_parse_nonnegative_int( in ParseLoadBalancingConfig()
1302 gpr_parse_nonnegative_int(it->second.string_value().c_str()); in ParseDiscoveryMechanism()
/third_party/grpc/test/core/client_channel/
Dservice_config_test.cc59 int value = gpr_parse_nonnegative_int(it->second.string_value().c_str()); in ParseGlobalParams()
91 int value = gpr_parse_nonnegative_int(it->second.string_value().c_str()); in ParsePerMethodParams()
/third_party/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()