Home
last modified time | relevance | path

Searched refs:UPB_DECODE_ALIAS (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddecode.h20 UPB_DECODE_ALIAS = 1, enumerator
Ddecode.c673 state.alias = options & UPB_DECODE_ALIAS; in _upb_decode()
Ddef.c2150 init->descriptor.data, init->descriptor.size, arena, UPB_DECODE_ALIAS); in _upb_symtab_loaddefinit()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Dbenchmark.cc142 Copy == Alias ? UPB_DECODE_ALIAS : 0); in BM_Parse_Upb_FileDesc()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/
Dmsg.c925 ok = _upb_decode(buf, len, msg, layout, arena, UPB_DECODE_ALIAS); in lupb_decode()