Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Djson_decode.c94 static bool jsondec_tryparsech(jsondec *d, char ch) { in jsondec_tryparsech() function
111 if (!jsondec_tryparsech(d, ch)) { in jsondec_wsch()
248 if (jsondec_tryparsech(d, '0')) { in jsondec_number()
257 if (jsondec_tryparsech(d, '.')) { in jsondec_number()