Searched refs:jsondec_err (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | json_decode.c | 59 UPB_NORETURN static void jsondec_err(jsondec *d, const char *msg) { in jsondec_err() function 91 jsondec_err(d, "Unexpected EOF"); in jsondec_skipws() 173 jsondec_err(d, "Recursion limit exceeded"); in jsondec_push() 214 jsondec_err(d, "Object must start with string"); in jsondec_objnext() 236 jsondec_err(d, "Expected one or more digits"); in jsondec_skipdigits() 250 jsondec_err(d, "number cannot have leading zero"); in jsondec_number() 265 jsondec_err(d, "Unexpected EOF in number"); in jsondec_number() 292 jsondec_err(d, "Number out of range"); in jsondec_number() 320 jsondec_err(d, "Invalid escape char"); in jsondec_escape() 329 jsondec_err(d, "EOF inside string"); in jsondec_codepoint() [all …]
|