Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Djson_decode.h15 bool upb_json_decode(const char *buf, size_t size, upb_msg *msg,
Djson_decode.c1423 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/
Dconformance_upb.c116 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/
Dmsg.c981 upb_json_decode(json, len, msg, m, NULL, options, arena, &status); in lupb_jsondecode()