Searched refs:typeCompatibility (Results 1 – 1 of 1) sorted by relevance
328 Integer[][] typeCompatibility = new Integer[][] { in testValueTypes() local355 for ( int valueTypePos = 0; valueTypePos != typeCompatibility.length; ++valueTypePos ) in testValueTypes()360 …for ( int checkTypePos = 0; checkTypePos != typeCompatibility[valueTypePos].length; ++checkTypePos… in testValueTypes()363 if ( typeCompatibility[valueTypePos][checkTypePos] != 0 ) in testValueTypes()