Searched refs:gpr_parse_bytes_to_uint32 (Results 1 – 6 of 6) sorted by relevance
/external/grpc-grpc/test/core/gpr/ |
D | string_test.cc | 66 GPR_ASSERT(!gpr_parse_bytes_to_uint32(s, strlen(s), &out)); in test_pu32_fail() 71 GPR_ASSERT(gpr_parse_bytes_to_uint32(s, strlen(s), &out)); in test_pu32_succeed()
|
/external/grpc-grpc/src/core/lib/gpr/ |
D | string.h | 41 int gpr_parse_bytes_to_uint32(const char* data, size_t length,
|
D | string.cc | 141 int gpr_parse_bytes_to_uint32(const char* buf, size_t len, uint32_t* result) { in gpr_parse_bytes_to_uint32() function
|
/external/grpc-grpc/src/core/lib/slice/ |
D | slice_string_helpers.cc | 115 return gpr_parse_bytes_to_uint32( in grpc_parse_slice_to_uint32()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/ |
D | parse_address.cc | 150 if (gpr_parse_bytes_to_uint32(host_end + 1, in grpc_parse_ipv6_hostport()
|
D | client_channel.cc | 261 if (!gpr_parse_bytes_to_uint32(decimal_point + 1, decimal_len, in parse_retry_throttle_params() 272 if (!gpr_parse_bytes_to_uint32(sub_field->value, whole_len, in parse_retry_throttle_params()
|