Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Djson_decode.c178 static bool jsondec_seqnext(jsondec *d, char end_ch) { in jsondec_seqnext() function
198 return jsondec_seqnext(d, ']'); in jsondec_arrnext()
212 if (!jsondec_seqnext(d, '}')) return false; in jsondec_objnext()