Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Djson_encode.h13 UPB_JSONENC_EMITDEFAULTS = 1, enumerator
Djson_encode.c658 if (e->options & UPB_JSONENC_EMITDEFAULTS) { in jsonenc_msgfields()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/
Dmsg.c1076 lupb_setfieldi(L, "JSONENC_EMITDEFAULTS", UPB_JSONENC_EMITDEFAULTS); in lupb_msg_registertypes()