Lines Matching refs:r1
814 BOOL compareMyPropertySet( XPropertySetRef &r1 , XPropertySetRef &r2 ) in compareMyPropertySet() argument
818 if( r1->getPropertyValue( L"long" ).getReflection() == Void_getReflection() || in compareMyPropertySet()
825 b = b && ( r1->getPropertyValue( L"long" ).getINT32() == in compareMyPropertySet()
828 b = b && ( r1->getPropertyValue( L"float" ).getFloat() == in compareMyPropertySet()
831 b = b && ( r1->getPropertyValue( L"double" ).getDouble() == in compareMyPropertySet()
834 b = b && ( r1->getPropertyValue( L"bool" ).getBOOL() == in compareMyPropertySet()
837 b = b && ( r1->getPropertyValue( L"byte" ).getBYTE() == in compareMyPropertySet()
840 b = b && ( r1->getPropertyValue( L"char" ).getChar() == in compareMyPropertySet()
843 b = b && ( r1->getPropertyValue( L"string" ).getString() == in compareMyPropertySet()
846 UsrAny o1 = r1->getPropertyValue( L"object" ); in compareMyPropertySet()
858 &&( rProp1 != r1 )) { in compareMyPropertySet()