Home
last modified time | relevance | path

Searched refs:_UPB_LABEL_PACKED (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/google/protobuf/
Ddescriptor.upb.c445 {1, UPB_SIZE(20, 40), 0, 0, 5, _UPB_LABEL_PACKED},
446 {2, UPB_SIZE(24, 48), 0, 0, 5, _UPB_LABEL_PACKED},
473 {1, UPB_SIZE(20, 32), 0, 0, 5, _UPB_LABEL_PACKED},
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/google/protobuf/
Ddescriptor.upb.c445 {1, UPB_SIZE(20, 40), 0, 0, 5, _UPB_LABEL_PACKED},
446 {2, UPB_SIZE(24, 48), 0, 0, 5, _UPB_LABEL_PACKED},
473 {1, UPB_SIZE(20, 32), 0, 0, 5, _UPB_LABEL_PACKED},
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/envoy/config/listener/v3/
Dlistener_components.upb.c50 {7, UPB_SIZE(40, 72), 0, 0, 13, _UPB_LABEL_PACKED},
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/envoy/config/accesslog/v3/
Daccesslog.upb.c202 {1, UPB_SIZE(4, 8), 0, 0, 14, _UPB_LABEL_PACKED},
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/google/api/expr/v1alpha1/
Dsyntax.upb.c199 {3, UPB_SIZE(16, 32), 0, 0, 5, _UPB_LABEL_PACKED},
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/envoy/config/route/v3/
Droute_components.upb.c513 {7, UPB_SIZE(48, 80), 0, 0, 13, _UPB_LABEL_PACKED},
888 {2, UPB_SIZE(8, 16), 0, 0, 13, _UPB_LABEL_PACKED},
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dencode.c254 bool packed = f->label == _UPB_LABEL_PACKED; in encode_array()
Dmsg.h39 _UPB_LABEL_PACKED = 7 /* Low 3 bits are common with UPB_LABEL_REPEATED. */ enumerator
Ddecode.c610 case _UPB_LABEL_PACKED: in decode_msg()
Ddef.c1112 field->label = _UPB_LABEL_PACKED; in make_layout()