Home
last modified time | relevance | path

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

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