Home
last modified time | relevance | path

Searched refs:UPB_ENCODE_SKIPUNKNOWN (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dencode.h27 UPB_ENCODE_SKIPUNKNOWN = 2, enumerator
Dencode.c424 if ((e->options & UPB_ENCODE_SKIPUNKNOWN) == 0) { in encode_message()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/
Dmsg.c1074 lupb_setfieldi(L, "ENCODE_SKIPUNKNOWN", UPB_ENCODE_SKIPUNKNOWN); in lupb_msg_registertypes()