Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Djson_decode.c612 static const char *jsondec_buftouint64(jsondec *d, const char *ptr, in jsondec_buftouint64() function
640 ptr = jsondec_buftouint64(d, ptr, end, &u64); in jsondec_buftoint64()
652 if (jsondec_buftouint64(d, str.data, end, &ret) != end) { in jsondec_strtouint64()
989 if (jsondec_buftouint64(d, p, end, &val) != end || in jsondec_tsdigits()
1005 const char *nano_end = jsondec_buftouint64(d, p + 1, end, &nanos); in jsondec_nanos()