Searched refs:jsonenc_err (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | json_encode.c | 38 UPB_NORETURN static void jsonenc_err(jsonenc *e, const char *msg) { in jsonenc_err() function 97 jsonenc_err(e, "error formatting timestamp as JSON: invalid nanos"); in jsonenc_nanos() 117 jsonenc_err(e, in jsonenc_timestamp() 121 jsonenc_err(e, in jsonenc_timestamp() 158 jsonenc_err(e, "bad duration"); in jsonenc_duration() 298 jsonenc_err(e, "Tried to encode Any, but no symtab was provided"); in jsonenc_getanymsg() 338 jsonenc_err(e, "Error decoding message in Any"); in jsonenc_any() 373 jsonenc_err(e, "Field mask element may not have upper-case letter."); in jsonenc_fieldpath() 376 jsonenc_err(e, "Underscore must be followed by a lowercase letter."); in jsonenc_fieldpath() 461 jsonenc_err(e, "No value set in Value proto"); in jsonenc_value()
|