Searched refs:other_type (Results 1 – 7 of 7) sorted by relevance
144 GstTocEntryType original_type, other_type; in check_toc_entries() local150 other_type = gst_toc_entry_get_entry_type (other); in check_toc_entries()151 fail_unless (original_type == other_type); in check_toc_entries()
1454 ( $type:ty , $other_type:ty ) => {1455 impl PartialEq<$other_type> for $type {1457 fn eq(&self, other: &$other_type) -> bool { in eq()1464 impl PartialEq<$type> for $other_type { implementation
88 const struct glsl_type *other_type = src_types[j]->base_type == vtn_base_type_pointer ? in vtn_opencl_mangle() local90 if (type == other_type) { in vtn_opencl_mangle()
1170 FieldDescriptor::Type other_type = other_field->type(); in TestValidDataForOneofType() local1173 static_cast<WireFormatLite::FieldType>(other_type)); in TestValidDataForOneofType()1176 GetDefaultValue(other_type)); in TestValidDataForOneofType()
1010 other_type = valid_class_types[other.__class__]1012 if self_type == other_type:
1073 other_type = valid_class_types[other.__class__]1075 if self_type == other_type:
15580 ir.for_each_typed_id<SPIRType>([&](uint32_t other_id, SPIRType &other_type) { in fixup_type_alias() argument15584 if (other_type.type_alias == type.type_alias) in fixup_type_alias()15585 other_type.type_alias = self; in fixup_type_alias()