Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dtext_encode.h16 UPB_TXTENC_SKIPUNKNOWN = 2, enumerator
Dtext_encode.c380 if ((e->options & UPB_TXTENC_SKIPUNKNOWN) == 0) { in txtenc_msg()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/
Dconformance_upb.c93 opts |= UPB_TXTENC_SKIPUNKNOWN; in serialize_text()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/
Dmsg.c1070 lupb_setfieldi(L, "TXTENC_SKIPUNKNOWN", UPB_TXTENC_SKIPUNKNOWN); in lupb_msg_registertypes()