Searched refs:has_field (Results 1 – 3 of 3) sorted by relevance
154 bool has_field; in extract_method_call() local183 has_field = upb_msgdef_lookupname(self->descriptor->msgdef, name, name_len, in extract_method_call()187 if (!has_field && in extract_method_call()203 has_field = true; in extract_method_call()215 if (!has_field && accessor_type == METHOD_GETTER && in extract_method_call()230 has_field = true; in extract_method_call()238 if (!has_field) { in extract_method_call()
1496 int has_field = HasFieldByDescriptor(self, descriptor); in HasExtension() local1497 if (has_field < 0) { in HasExtension()1500 return PyBool_FromLong(has_field); in HasExtension()
137 // implementations needed to use has_field hueristics to determine