Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dmatroskademux.c144 GstTocEntryType original_type, other_type; in check_toc_entries() local
150 other_type = gst_toc_entry_get_entry_type (other); in check_toc_entries()
151 fail_unless (original_type == other_type); in check_toc_entries()
/third_party/rust/crates/os_str_bytes/src/
Draw_str.rs1454 ( $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
/third_party/mesa3d/src/compiler/spirv/
Dvtn_opencl.c88 const struct glsl_type *other_type = src_types[j]->base_type == vtn_base_type_pointer ? in vtn_opencl_mangle() local
90 if (type == other_type) { in vtn_opencl_mangle()
/third_party/protobuf/conformance/
Dbinary_json_conformance_suite.cc1170 FieldDescriptor::Type other_type = other_field->type(); in TestValidDataForOneofType() local
1173 static_cast<WireFormatLite::FieldType>(other_type)); in TestValidDataForOneofType()
1176 GetDefaultValue(other_type)); in TestValidDataForOneofType()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dxcodeproj_file.py1010 other_type = valid_class_types[other.__class__]
1012 if self_type == other_type:
/third_party/node/tools/gyp/pylib/gyp/
Dxcodeproj_file.py1073 other_type = valid_class_types[other.__class__]
1075 if self_type == other_type:
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.cpp15580 ir.for_each_typed_id<SPIRType>([&](uint32_t other_id, SPIRType &other_type) { in fixup_type_alias() argument
15584 if (other_type.type_alias == type.type_alias) in fixup_type_alias()
15585 other_type.type_alias = self; in fixup_type_alias()