Searched refs:jsonenc_putsep (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | json_encode.c | 357 static void jsonenc_putsep(jsonenc *e, const char *str, bool *first) { in jsonenc_putsep() function 398 jsonenc_putsep(e, ",", &first); in jsonenc_fieldmask() 421 jsonenc_putsep(e, ",", &first); in jsonenc_struct() 446 jsonenc_putsep(e, ",", &first); in jsonenc_listvalue() 603 jsonenc_putsep(e, ",", &first); in jsonenc_array() 621 jsonenc_putsep(e, ",", &first); in jsonenc_map() 640 jsonenc_putsep(e, ",", first); in jsonenc_fieldval()
|