Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddecode.c60 static const unsigned fixed32_ok = (1 << UPB_DTYPE_FLOAT) | variable
572 if (((1 << field->descriptortype) & fixed32_ok) == 0) goto unknown; in decode_msg()