Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dencode.h24 UPB_ENCODE_DETERMINISTIC = 1, enumerator
Dencode.c378 if (e->options & UPB_ENCODE_DETERMINISTIC) { in encode_map()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/
Dmsg.c1073 lupb_setfieldi(L, "ENCODE_DETERMINISTIC", UPB_ENCODE_DETERMINISTIC); in lupb_msg_registertypes()