Home
last modified time | relevance | path

Searched refs:gpr_parse_bytes_to_uint32 (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/test/core/gpr/
Dstring_test.cc66 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/
Dstring.h41 int gpr_parse_bytes_to_uint32(const char* data, size_t length,
Dstring.cc141 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/
Dslice_string_helpers.cc115 return gpr_parse_bytes_to_uint32( in grpc_parse_slice_to_uint32()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dparse_address.cc150 if (gpr_parse_bytes_to_uint32(host_end + 1, in grpc_parse_ipv6_hostport()
Dclient_channel.cc261 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()