Searched refs:upb_json_decode (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | json_decode.h | 15 bool upb_json_decode(const char *buf, size_t size, upb_msg *msg,
|
D | json_decode.c | 1423 bool upb_json_decode(const char *buf, size_t size, upb_msg *msg, in upb_json_decode() function
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/ |
D | conformance_upb.c | 116 if (upb_json_decode(json.data, json.size, msg, m, c->symtab, opts, c->arena, in parse_json()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/ |
D | msg.c | 981 upb_json_decode(json, len, msg, m, NULL, options, arena, &status); in lupb_jsondecode()
|