Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Djson_decode.c65 UPB_NORETURN static void jsondec_errf(jsondec *d, const char *fmt, ...) { in jsondec_errf() function
104 jsondec_errf(d, "Expected: '%s'", lit); in jsondec_parselit()
112 jsondec_errf(d, "Expected: '%c'", ch); in jsondec_wsch()
152 jsondec_errf(d, "Unexpected character: '%c'", *d->ptr); in jsondec_rawpeek()
681 jsondec_errf(d, "JSON number was not integral (%d != %" PRId64 ")", dbl, in jsondec_int()
717 jsondec_errf(d, "JSON number was not integral (%d != %" PRIu64 ")", dbl, in jsondec_uint()
797 jsondec_errf(d, "Unknown enumerator: '" UPB_STRVIEW_FORMAT "'", in jsondec_enum()
908 jsondec_errf(d, "Unknown field: '" UPB_STRVIEW_FORMAT "'", in jsondec_field()