Searched refs:typeB (Results 1 – 6 of 6) sorted by relevance
71 typeB = target.FindFirstType('DerivedB')73 self.DebugSBType(typeB)75 self.assertTrue(typeB)125 instanceB = tellerB.Cast(typeB.GetPointerType())
195 String typeB = in testPolymorphicDataNull() local197 RootData typeBData = MAPPER.readValue(typeB, RootData.class); in testPolymorphicDataNull()
1188 auto typeB = in TEST_FUNC() local1194 auto f = makeFunction("memref_vector_matmul_test", {}, {typeA, typeB, typeC}); in TEST_FUNC()
3088 auto typeB = op.b().getType().cast<spirv::CooperativeMatrixNVType>(); in verifyCoopMatrixMulAdd() local3092 typeA.getColumns() != typeB.getRows() || in verifyCoopMatrixMulAdd()3093 typeB.getColumns() != typeR.getColumns()) in verifyCoopMatrixMulAdd()3096 typeR.getScope() != typeB.getScope() || in verifyCoopMatrixMulAdd()3099 if (typeA.getElementType() != typeB.getElementType() || in verifyCoopMatrixMulAdd()
1314 typename T::typeB x;
16127 xmlSchemaTypePtr typeB) in xmlSchemaAreEqualTypes() argument16133 if ((typeA == NULL) || (typeB == NULL)) in xmlSchemaAreEqualTypes()16135 return (typeA == typeB); in xmlSchemaAreEqualTypes()