Searched refs:has_field (Results 1 – 7 of 7) sorted by relevance
29 private $has_field = false; variable in Google\\Protobuf\\Internal\\DescriptorProto145 $this->has_field = true;152 return $this->has_field;
185 bool has_field = upb_msgdef_lookupname(self->descriptor->msgdef, name, name_len, in extract_method_call() local189 if (!has_field && in extract_method_call()205 has_field = true; in extract_method_call()217 if (!has_field && accessor_type == METHOD_GETTER && in extract_method_call()232 has_field = true; in extract_method_call()240 if (!has_field) { in extract_method_call()
305 let has_field = variants.iter().try_fold(false, |has_field, v| { in validate_enum() localVariable311 Ok(has_field) in validate_enum()316 if has_field { in validate_enum()
85 pub fn has_field(&self, m: &dyn Message) -> bool { in has_field() method
1722 __u8 has_field, in cec_msg_cdc_hec_report_state() argument1725 msg->len = has_field ? 10 : 8; in cec_msg_cdc_hec_report_state()1736 if (has_field) { in cec_msg_cdc_hec_report_state()1749 __u8 *has_field, in cec_ops_cdc_hec_report_state() argument1758 *has_field = msg->len >= 10; in cec_ops_cdc_hec_report_state()1759 *hec_field = *has_field ? ((msg->msg[8] << 8) | msg->msg[9]) : 0; in cec_ops_cdc_hec_report_state()
189 ASSERT_TRUE(proto_desc.has_field()); in TEST_F()
1372 bool has_field = in HasFieldByDescriptor() local1374 return PyBool_FromLong(has_field ? 1 : 0); in HasFieldByDescriptor()