Home
last modified time | relevance | path

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

/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c238 static const unsigned fixed64_ok = (1 << UPB_DTYPE_DOUBLE) | variable
710 if (((1 << field->descriptortype) & fixed64_ok) == 0) goto unknown; in decode_msg()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c225 static const unsigned fixed64_ok = (1 << UPB_DTYPE_DOUBLE) | variable
653 if (((1 << field->descriptortype) & fixed64_ok) == 0) goto unknown; in decode_msg()

Completed in 33 milliseconds