Searched refs:other_type (Results 1 – 10 of 10) sorted by relevance
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | matroskademux.c | 144 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/boost/libs/math/test/ |
D | quaternion_test.cpp | 152 struct other_type struct 157 struct other_type<double> argument 162 struct other_type<float> argument 323 typedef typename other_type<T>::type other_type; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef 348 ::boost::math::quaternion<other_type> qo(5, 6, 7, 8); in BOOST_AUTO_TEST_CASE_TEMPLATE() 366 other_type f0(7); in BOOST_AUTO_TEST_CASE_TEMPLATE()
|
/third_party/mindspore/mindspore/core/ir/dtype/ |
D | type.cc | 185 auto other_type = static_cast<const Type *>(&other); in operator ==() local 186 return *this == *other_type; in operator ==()
|
/third_party/mindspore/mindspore/core/abstract/ |
D | abstract_value.cc | 93 auto other_type = BuildType(); in operator ==() local 94 MS_EXCEPTION_IF_NULL(other_type); in operator ==() 96 …if (type->type_id() == kObjectTypeUndeterminedType && other_type->type_id() == kObjectTypeUndeterm… in operator ==() 1439 auto other_type = other->GetTypeTrack(); in Join() local 1442 TypeJoinLogging(this_type, other_type, shared_from_base<AbstractBase>(), other); in Join() 1460 auto other_type = other->GetTypeTrack(); in Join() local 1463 TypeJoinLogging(this_type, other_type, shared_from_base<AbstractBase>(), other); in Join()
|
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_opencl.c | 87 const struct glsl_type *other_type = src_types[j]->base_type == vtn_base_type_pointer ? in vtn_opencl_mangle() local 89 if (type == other_type) { in vtn_opencl_mangle()
|
/third_party/protobuf/conformance/ |
D | binary_json_conformance_suite.cc | 1170 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/ |
D | xcodeproj_file.py | 1010 other_type = valid_class_types[other.__class__] 1012 if self_type == other_type:
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | xcodeproj_file.py | 1073 other_type = valid_class_types[other.__class__] 1075 if self_type == other_type:
|
/third_party/glib/glib/tests/ |
D | gvariant.c | 595 GVariantType *type, *other_type; in test_gvarianttype() local 654 other_type = append_type_string (type_string, description, FALSE, 2); in test_gvarianttype() 658 g_variant_type_free (other_type); in test_gvarianttype()
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_glsl.cpp | 15580 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()
|