Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Djson_decode.c649 static uint64_t jsondec_strtouint64(jsondec *d, upb_strview str) { in jsondec_strtouint64() function
724 val.uint64_val = jsondec_strtouint64(d, str); in jsondec_uint()