Searched refs:constValue1 (Results 1 – 1 of 1) sorted by relevance
470 RTConstValue& constValue1, in checkConstValue() argument474 switch (constValue1.m_type) in checkConstValue()479 if (constValue1.m_value.aBool != constValue2.m_value.aBool) in checkConstValue()492 if (constValue1.m_value.aByte != constValue2.m_value.aByte) in checkConstValue()504 if (constValue1.m_value.aShort != constValue2.m_value.aShort) in checkConstValue()528 if (constValue1.m_value.aLong != constValue2.m_value.aLong) in checkConstValue()541 if (constValue1.m_value.aULong != constValue2.m_value.aULong) in checkConstValue()660 RTConstValue constValue1 = reader1.getFieldValue(index1); in checkField() local662 if ( constValue1.m_type != constValue2.m_type ) in checkField()670 printConstValue(constValue1); in checkField()[all …]
Completed in 18 milliseconds