Searched refs:aReadConst (Results 1 – 1 of 1) sorted by relevance
151 RTConstValue aReadConst = reader.getFieldConstValue(4); in test_coreReflection() local152 REG_ENSURE( aReadConst.m_type == RT_TYPE_INT32, "testCoreReflection error 9a3"); in test_coreReflection()153 REG_ENSURE( aReadConst.m_value.aLong == -100000, "testCoreReflection error 9a4"); in test_coreReflection()155 aReadConst = reader.getFieldConstValue(6); in test_coreReflection()156 REG_ENSURE( aReadConst.m_type == RT_TYPE_INT64, "testCoreReflection error 9a5"); in test_coreReflection()157 REG_ENSURE( aReadConst.m_value.aHyper == -100000000, "testCoreReflection error 9a6"); in test_coreReflection()159 aReadConst = reader.getFieldConstValue(10); in test_coreReflection()
Completed in 23 milliseconds