Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Djson_decode.c166 static int jsondec_peek(jsondec *d) { in jsondec_peek() function
213 if (jsondec_peek(d) != JD_STRING) { in jsondec_objnext()
458 switch (jsondec_peek(d)) { in jsondec_skipval()
673 switch (jsondec_peek(d)) { in jsondec_int()
709 switch (jsondec_peek(d)) { in jsondec_uint()
746 switch (jsondec_peek(d)) { in jsondec_double()
788 switch (jsondec_peek(d)) { in jsondec_enum()
832 switch (jsondec_peek(d)) { in jsondec_bool()
920 if (jsondec_peek(d) == JD_NULL && !jsondec_isvalue(f)) { in jsondec_field()
1166 switch (jsondec_peek(d)) { in jsondec_wellknownvalue()