Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Djson_decode.h12 UPB_JSONDEC_IGNOREUNKNOWN = 1 enumerator
Djson_decode.c794 if (d->options & UPB_JSONDEC_IGNOREUNKNOWN) { in jsondec_enum()
907 if ((d->options & UPB_JSONDEC_IGNOREUNKNOWN) == 0) { in jsondec_field()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/
Dconformance_upb.c112 opts |= UPB_JSONDEC_IGNOREUNKNOWN; in parse_json()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/
Dmsg.c1079 lupb_setfieldi(L, "JSONDEC_IGNOREUNKNOWN", UPB_JSONDEC_IGNOREUNKNOWN); in lupb_msg_registertypes()