Searched refs:jsondec (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | json_decode.c | 31 } jsondec; typedef 36 static void jsondec_wellknown(jsondec *d, upb_msg *msg, const upb_msgdef *m); 37 static upb_msgval jsondec_value(jsondec *d, const upb_fielddef *f); 38 static void jsondec_wellknownvalue(jsondec *d, upb_msg *msg, 40 static void jsondec_object(jsondec *d, upb_msg *msg, const upb_msgdef *m); 59 UPB_NORETURN static void jsondec_err(jsondec *d, const char *msg) { in jsondec_err() 65 UPB_NORETURN static void jsondec_errf(jsondec *d, const char *fmt, ...) { in jsondec_errf() 75 static void jsondec_skipws(jsondec *d) { in jsondec_skipws() 94 static bool jsondec_tryparsech(jsondec *d, char ch) { in jsondec_tryparsech() 100 static void jsondec_parselit(jsondec *d, const char *lit) { in jsondec_parselit() [all …]
|