Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Djson_encode.h28 size_t upb_json_encode(const upb_msg *msg, const upb_msgdef *m,
Djson_encode.c694 size_t upb_json_encode(const upb_msg *msg, const upb_msgdef *m, in upb_json_encode() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/
Dconformance_upb.c139 len = upb_json_encode(msg, m, c->symtab, opts, NULL, 0, &status); in serialize_json()
153 len2 = upb_json_encode(msg, m, c->symtab, opts, data, len + 1, &status); in serialize_json()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/
Dmsg.c1002 size = upb_json_encode(msg, m, NULL, options, buf, sizeof(buf), &status); in lupb_jsonencode()
1009 upb_json_encode(msg, m, NULL, options, ptr, size + 1, &status); in lupb_jsonencode()