Searched refs:jsonenc_putbytes (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | json_encode.c | 59 static void jsonenc_putbytes(jsonenc *e, const void *data, size_t len) { in jsonenc_putbytes() function 72 jsonenc_putbytes(e, str, strlen(str)); in jsonenc_putstr() 201 jsonenc_putbytes(e, buf, 4); in jsonenc_bytes() 211 jsonenc_putbytes(e, buf, 4); in jsonenc_bytes() 218 jsonenc_putbytes(e, buf, 4); in jsonenc_bytes() 258 jsonenc_putbytes(e, ptr, 1); in jsonenc_stringbody() 381 jsonenc_putbytes(e, &ch, 1); in jsonenc_fieldpath()
|